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

Linux Technical issues under Linux platform

Reply
 
Thread Tools Display Modes
Old 04-15-2011, 03:39 PM   #11
markben
Pledge
 
markben's Avatar
 
Join Date: Feb 2010
Posts: 4
markben is on a distinguished road
Default

Quote:
Originally Posted by imefisto View Post
I think there is a problem with regnum and libpng.

I'm using gentoo, libpng 1.4 but regnum looks for libpng 1.2.

Temporal solution: install both libpng 1.2 and 1.4:

Gentoo way:

Code:
emerge -1 libpng:1.2
When that happened, I made a hard link of my installed version of libpng and renamed it so the game would find it and it worked fine that way.

However this doesn't solve the problem this time, installing libpng12 doesn't work either. And I have no clue what's happening: rolauncher exits with a segfault and that's all.

Bypassing the launcher by running ./live/game with the loggins as arguments does not produce anything: the game exits with a segfault.

Last edited by markben; 04-15-2011 at 03:49 PM.
markben no ha iniciado sesión   Reply With Quote
Old 04-15-2011, 03:40 PM   #12
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

Uhm

32 bit linux 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 04-15-2011, 03:44 PM   #13
mr_scsi
Initiate
 
mr_scsi's Avatar
 
Join Date: Jul 2009
Location: Right behind you
Posts: 153
mr_scsi is on a distinguished road
Default

Quote:
Originally Posted by surak View Post
Uhm

32 bit linux here?
I am running 64 bit linux.
the rolauncher produces no errors but after accepting username/password, it simple exits.
The game never runs.
mr_scsi no ha iniciado sesión   Reply With Quote
Old 04-15-2011, 08:04 PM   #14
a_user
Pledge
 
Join Date: Oct 2010
Posts: 3
a_user is on a distinguished road
Default

Same here, 64bit launcher segfaults after clicking Login. The game itself still works, but since there was a hotfix today I guess we need some updates...
a_user no ha iniciado sesión   Reply With Quote
Old 04-16-2011, 01:06 AM   #15
Tigerious
Banned
 
Tigerious's Avatar
 
Join Date: Nov 2008
Location: France
Posts: 496
Tigerious is an unknown quantity at this point
Default

Gentoo Linux ~amd64 here.

This fixed launcher for me :

Quote:
emerge =media-libs/libpng-1.2.44
As you can see this Ebuild don't use slots :

Quote:
[ebuild R ] media-libs/libpng-1.2.44 528 kB
[ebuild R ] media-libs/libpng-1.4.5 USE="-static-libs" 533 kB
Tigerious no ha iniciado sesión   Reply With Quote
Old 04-16-2011, 02:56 AM   #16
Bestower
Pledge
 
Join Date: Mar 2011
Posts: 9
Bestower is on a distinguished road
Default

Quote:
Originally Posted by a_user View Post
Same here, 64bit launcher segfaults after clicking Login. The game itself still works, but since there was a hotfix today I guess we need some updates...
This is what I am guessing too. I get the same results even after installing libpng-1.2.44. I get far enough into the game to see my character for about 1 second before the segfault.

terminate called after throwing an instance of 'std:ut_of_range'
what(): basic_string::substr
Saving backtrace to crash_backtrace_24307.log
Got SIGABRT (aborted)
Bestower no ha iniciado sesión   Reply With Quote
Old 04-16-2011, 03:02 AM   #17
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 Bestower View Post
This is what I am guessing too. I get the same results even after installing libpng-1.2.44. I get far enough into the game to see my character for about 1 second before the segfault.

terminate called after throwing an instance of 'std:ut_of_range'
what(): basic_string::substr
Saving backtrace to crash_backtrace_24307.log
Got SIGABRT (aborted)
Show me that backtrace!
__________________
Surak Remember... this is just a game! - Xephandor existe y Miriya es su profeta!
surak no ha iniciado sesión   Reply With Quote
Old 04-16-2011, 07:19 AM   #18
Topogigio_BR
Baron
 
Topogigio_BR's Avatar
 
Join Date: Jun 2008
Location: Brazil
Posts: 622
Topogigio_BR is on a distinguished road
Default

Mine is this, i am using opensuse 64bits:

./game(_ZN10ClientBase14save_backtraceEv+0x5f) [0x6504cf]
./game(_ZN10ClientBase12client_crashEi+0x8) [0x6508e8]
/lib64/libc.so.6(+0x32b30) [0x7f1b9d916b30]
./game(_ZN11Environment10Atmosphere9blend_dayESsSsi+ 0x45b) [0x6f286b]
./game(_ZN11Environment10Atmosphere22update_componen t_stateEf+0x562) [0x6f43c2]
./game(_ZN14TimerEventBase16time_reach_eventEv+0x6c) [0xaf34ec]
./game(_ZN12CentralTimer16time_reach_eventEP14TimerE ventBase+0x32) [0xae90a2]
./game(_ZN12CentralTimer6updateEv+0x392) [0xae9a82]
./game(_ZN10ClientBase7iterateEv+0x1f) [0x65044f]
./game(_ZN10GameClient7iterateEv+0x13) [0x5a1373]
./game(_ZN8MainLoop7iterateEv+0xd) [0x6501fd]
./game(main+0x178) [0x5a0d98]
/lib64/libc.so.6(__libc_start_main+0xfd) [0x7f1b9d902bfd]
./game() [0x5a0b29]
Topogigio_BR no ha iniciado sesión   Reply With Quote
Old 04-16-2011, 07:56 AM   #19
OpperVaagheid
Banned
 
OpperVaagheid's Avatar
 
Join Date: Nov 2008
Location: Holland
Posts: 226
OpperVaagheid is an unknown quantity at this point
Default

Quote:
Originally Posted by surak View Post
Show me that backtrace!
Calm down Surak :P

Anyway. Problems fixed for me after the update btw
OpperVaagheid no ha iniciado sesión   Reply With Quote
Old 04-16-2011, 09:15 AM   #20
markben
Pledge
 
markben's Avatar
 
Join Date: Feb 2010
Posts: 4
markben is on a distinguished road
Default

I managed to get past the launcher and the game showed the "regnum" logo then crashed. It created this log file before exiting:

$cat regnum/live/crash_backtrace_5227.log
./game(_ZN10ClientBase14save_backtraceEv+0x69) [0x827cd49]
./game(_ZN10ClientBase12client_crashEi+0xf) [0x827d23f]
[0xb789b400]
/usr/lib/libhal-storage.so(libhal_volume_get_uuid+0x7) [0xb2ed5277]
./game(_ZN16ConnectionEntity17connect_to_serverEP7Me ssage+0x33a) [0x85085fa]
./game(_ZN6Entity22input_message_internalEP7Message+ 0x568) [0x84eff18]
./game(_ZN6Entity13input_messageEPKcP7Message+0x4c) [0x84ef6dc]
./game(_ZN10GameClient4initEiPPc+0x71a) [0x81cc0ba]
./game(main+0x16f) [0x81bf96f]
/lib/libc.so.6(__libc_start_main+0xe6) [0xb7321db6]
./game(ftell+0x31) [0x81bf721]
markben 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 06:29 PM.


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