|
|
Linux Technical issues under Linux platform |
|
Thread Tools | Display Modes |
|
06-01-2012, 06:20 PM | #1 |
Count
Join Date: Oct 2008
Location: Sofia, Bulgaria
Posts: 1,374
|
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 |
06-01-2012, 06:31 PM | #2 |
Pledge
Join Date: Jan 2010
Posts: 36
|
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.
|
06-01-2012, 06:32 PM | #3 |
Legend
Join Date: Mar 2006
Location: Oslo
Posts: 2,176
|
And your system is...? (come on help me here)
__________________
Surak Remember... this is just a game! - Xephandor existe y Miriya es su profeta! |
06-01-2012, 06:51 PM | #4 |
Pledge
Join Date: Jan 2010
Posts: 36
|
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.
|
06-01-2012, 06:52 PM | #5 |
Legend
Join Date: Mar 2006
Location: Oslo
Posts: 2,176
|
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! |
06-01-2012, 06:55 PM | #6 |
Pledge
Join Date: Jan 2010
Posts: 36
|
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.
|
06-01-2012, 06:55 PM | #7 |
Count
Join Date: Oct 2008
Location: Sofia, Bulgaria
Posts: 1,374
|
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 |
06-01-2012, 06:59 PM | #8 |
Legend
Join Date: Mar 2006
Location: Oslo
Posts: 2,176
|
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! |
06-01-2012, 06:34 PM | #9 | |
Legend
Join Date: Mar 2006
Location: Oslo
Posts: 2,176
|
Quote:
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! |
|
06-01-2012, 06:47 PM | #10 |
Count
Join Date: Oct 2008
Location: Sofia, Bulgaria
Posts: 1,374
|
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 |
|
|