Go Back   Champions of Regnum > English > Technical Support > Linux

Linux Technical issues under Linux platform

Reply
 
Thread Tools Display Modes
Old 06-01-2012, 06:20 PM   #1
ieti
Count
 
ieti's Avatar
 
Join Date: Oct 2008
Location: Sofia, Bulgaria
Posts: 1,374
ieti is on a distinguished road
Default ROLauncher Segmentation Fault

Just now i tried to start RO. Launcher got 3MB update and after that refused to start. Here is output when i runned from console:

ieti@loki:~/regnum$ ./rolauncher
The program 'rolauncher' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 14 error_code 8 request_code 139 minor_code 2)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Segmentation fault
ieti@loki:~/regnum$

My system is intel i3-530, 4gb ram, nvidia 560ti, nvidia driver 295.53, debian squeeze 32bit.
__________________
RA | Ignis | Lilla My | Conjurer | EVIL IGNIS ROCK
Horus | Syrtis | ieti | Conjurer | INQUISITION | LONG GONE
ieti no ha iniciado sesión   Reply With Quote
Old 06-01-2012, 06:31 PM   #2
AnteUp
Pledge
 
AnteUp's Avatar
 
Join Date: Jan 2010
Posts: 36
AnteUp is on a distinguished road
Default

I'd like to confirm this error. But since the launcher just closes after entering the log in info, will it get to the updating stage to fix this error or will it require a clean install?
__________________
FOR THE... Oops, wrong game. Sorry.
AnteUp no ha iniciado sesión   Reply With Quote
Old 06-01-2012, 06:32 PM   #3
surak
Legend
 
surak's Avatar
 
Join Date: Mar 2006
Location: Oslo
Posts: 2,176
surak has a spectacular aura aboutsurak has a spectacular aura about
Default

Quote:
Originally Posted by AnteUp View Post
I'd like to confirm this error.
And your system is...? (come on help me here)
__________________
Surak Remember... this is just a game! - Xephandor existe y Miriya es su profeta!
surak no ha iniciado sesión   Reply With Quote
Old 06-01-2012, 06:51 PM   #4
AnteUp
Pledge
 
AnteUp's Avatar
 
Join Date: Jan 2010
Posts: 36
AnteUp is on a distinguished road
Default

Quote:
Originally Posted by surak View Post
And your system is...? (come on help me here)
I'm on Linux Mint 10, the 32 bits version. Intel Core2Duo processor running at 2Ghz, with 4Gb of RAM, a 9400M G NVidia graphics card with 512Mb of dedicated graphical memory and running the version 290.10 of the NVidia drivers.

Not sure what you're looking for, since the game has been running perfectly on this box for the last couple of years and after today's 3Mb update it just quits after entering the information on the login screen. So, let me know if you need more information.
__________________
FOR THE... Oops, wrong game. Sorry.
AnteUp no ha iniciado sesión   Reply With Quote
Old 06-01-2012, 06:52 PM   #5
surak
Legend
 
surak's Avatar
 
Join Date: Mar 2006
Location: Oslo
Posts: 2,176
surak has a spectacular aura aboutsurak has a spectacular aura about
Default

Ahhh... So it shows the login dialog? That's important :P
__________________
Surak Remember... this is just a game! - Xephandor existe y Miriya es su profeta!
surak no ha iniciado sesión   Reply With Quote
Old 06-01-2012, 06:55 PM   #6
AnteUp
Pledge
 
AnteUp's Avatar
 
Join Date: Jan 2010
Posts: 36
AnteUp is on a distinguished road
Default

Quote:
Originally Posted by surak View Post
Ahhh... So it shows the login dialog? That's important :P
Yeah, I said it on my first post. Although, you might have seen it before i inserted my question :P
__________________
FOR THE... Oops, wrong game. Sorry.
AnteUp no ha iniciado sesión   Reply With Quote
Old 06-01-2012, 06:55 PM   #7
ieti
Count
 
ieti's Avatar
 
Join Date: Oct 2008
Location: Sofia, Bulgaria
Posts: 1,374
ieti is on a distinguished road
Default

Uh never debugged linux program. Can you help me do it surak?

It crashes right after you enter password and try to login into server.
__________________
RA | Ignis | Lilla My | Conjurer | EVIL IGNIS ROCK
Horus | Syrtis | ieti | Conjurer | INQUISITION | LONG GONE
ieti no ha iniciado sesión   Reply With Quote
Old 06-01-2012, 06:59 PM   #8
surak
Legend
 
surak's Avatar
 
Join Date: Mar 2006
Location: Oslo
Posts: 2,176
surak has a spectacular aura aboutsurak has a spectacular aura about
Default

It's quite simple

gdb ./rolauncher
r --sync
when it crashes, type 'bt' to print the call stack

(You may need to install gdb too)
__________________
Surak Remember... this is just a game! - Xephandor existe y Miriya es su profeta!
surak no ha iniciado sesión   Reply With Quote
Old 06-01-2012, 06:34 PM   #9
surak
Legend
 
surak's Avatar
 
Join Date: Mar 2006
Location: Oslo
Posts: 2,176
surak has a spectacular aura aboutsurak has a spectacular aura about
Default

Quote:
Originally Posted by ieti View Post
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Can you do this?

You may need to install 'upx' to uncompress the launcher binary first.
__________________
Surak Remember... this is just a game! - Xephandor existe y Miriya es su profeta!
surak no ha iniciado sesión   Reply With Quote
Old 06-01-2012, 06:47 PM   #10
ieti
Count
 
ieti's Avatar
 
Join Date: Oct 2008
Location: Sofia, Bulgaria
Posts: 1,374
ieti is on a distinguished road
Default

ieti@loki:~/regnum$ upx -d rolauncher
Ultimate Packer for eXecutables
Copyright (C) 1996 - 2010
UPX 3.05 Markus Oberhumer, Laszlo Molnar & John Reiser Apr 27th 2010

File size Ratio Format Name
-------------------- ------ ----------- -----------
7205641 <- 2966520 41.17% linux/elf386 rolauncher

Unpacked 1 file.
ieti@loki:~/regnum$ ./rolauncher
ieti@loki:~/regnum$ ./rolauncher
The program 'rolauncher' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 14 error_code 8 request_code 139 minor_code 2)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Segmentation fault
ieti@loki:~/regnum$

Crashes again. If i launch game with user and md5(pass) i can enter game.
__________________
RA | Ignis | Lilla My | Conjurer | EVIL IGNIS ROCK
Horus | Syrtis | ieti | Conjurer | INQUISITION | LONG GONE
ieti no ha iniciado sesión   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:38 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
NGD Studios 2002-2024 © All rights reserved