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

Linux Technical issues under Linux platform

Reply
 
Thread Tools Display Modes
Old 02-26-2008, 03:59 PM   #1
e30G
Count
 
e30G's Avatar
 
Join Date: Jun 2007
Location: Philippines
Posts: 1,244
e30G will become famous soon enough
Default Game Won't Start After Update (0.9.28)

Hello! The game just crashes after I click "Enter The Game World" in the RO launcher. I'm using Ubuntu Gutsy Gibbon.

Backtrace:

Code:
libs/libcore_client.so(_ZN10ClientBase14save_backtraceEv+0x7e) [0xb7cbaafe]
libs/libcore_client.so(_ZN10ClientBase12client_crashEi+0x17) [0xb7cbae87]
[0xffffe420]
/lib/tls/i686/cmov/libc.so.6(__uflow+0x81) [0xb6eb48d1]
/lib/tls/i686/cmov/libc.so.6(getc+0xac) [0xb6eae4fc]
libs/liblua51.so(luaL_loadfile+0x2c3) [0xb7115cc3]
libs/libresource_system_extension.so(_ZN13ScriptManager10lua_dofileEP9lua_State+0xbf) [0xb762581f]
libs/liblua51.so [0xb70fd73e]
libs/liblua51.so [0xb70fe016]
libs/liblua51.so [0xb70f71a5]
libs/liblua51.so [0xb70fcb50]
libs/liblua51.so [0xb70fe7a5]
libs/liblua51.so(lua_cpcall+0x4c) [0xb70f720c]
libs/libresource_system_extension.so(_ZN13ScriptManager10run_scriptEP9lua_StatePKc+0xf0) [0xb7628090]
libs/libresource_system_extension.so(_ZN13ScriptManager6dofileEP9lua_State+0x3d) [0xb762905d]
libs/liblua51.so [0xb70fd73e]
libs/liblua51.so [0xb70fe016]
libs/liblua51.so [0xb70f6fc1]
libs/liblua51.so [0xb70fcb50]
libs/liblua51.so [0xb70fe7a5]
libs/liblua51.so(lua_pcall+0x69) [0xb70f7039]
libs/libentity_system.so(_ZN9LuaEntity4callEii+0xac) [0xb74200fc]
libs/libentity_system.so(_ZN9LuaEntity6dofileEPKc+0x70) [0xb7420eb0]
libs/libentity_system.so(_ZN9LuaEntity10run_scriptEPKc+0x39) [0xb7429459]
libs/libconsole.so(_ZN7Console15creation_notifyEP7Message+0x160) [0xb745bbf0]
libs/libentity_system.so(_ZN13EntityManager32initialize_entity_as_custom_typeEPKciS1_P7MessageP6Entity+0x66f) [0xb73ffcff]
libs/libentity_system.so(_ZN13EntityManager27register_initialized_entityEPKciP6EntityP7Message+0x43) [0xb74007e3]
libs/libcommon_entities.so(_ZN24ApplicationManagerEntity34start_application_entity_with_infoEPN17ApplicationEntity4DataEP7MessageP10EntityInfo+0xa7) [0xb7aa3ac7]
libs/libcommon_entities.so(_ZN24ApplicationManagerEntity18launch_applicationEP7Message+0xb8a) [0xb7aa52fa]
libs/libentity_system.so(_ZN6Entity22input_message_internalEP7Message+0xc3a) [0xb73f4a5a]
libs/libentity_system.so(_ZN6Entity13input_messageEP7Message+0x22) [0xb73f2c82]
libs/libentity_system.so(_ZN6Entity13input_messageEPKcP7Message+0x45) [0xb73f2ef5]
libs/libregnum_client.so(_ZN10GameClient19initialize_entitiesEv+0x1cf2) [0xb7e879a2]
libs/libregnum_client.so(_ZN10GameClient4initEiPPc+0x92c) [0xb7e893cc]
libs/libregnum_client.so(_ZN10GameClientC1EiPPc+0xc1) [0xb7e8aa51]
./game(main+0x37) [0x8048a87]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb6e64050]
./game(__gxx_personality_v0+0x65) [0x80489b1]
__________________
I N Q U I S I T I O N
On Regnum Sabbatical
e30G no ha iniciado sesión   Reply With Quote
Old 02-26-2008, 05:11 PM   #2
kwayver
Pledge
 
Join Date: Jan 2008
Posts: 5
kwayver is on a distinguished road
Default

i was having the same problem when launching the game by my desktop launcher, however when i ran the game in a terminal, it worked ok.
its only output i got in the terminal, was that it changed to my home directory:

Code:
[kwayver@the_cat ~]$ regnum 
/home/kwayver
it changed to that directory after i pressed the 'Enter game world' button.
i also run ubuntu gutsy gibbon.
kwayver no ha iniciado sesión   Reply With Quote
Old 02-26-2008, 05:13 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 e30ernest
Hello! The game just crashes after I click "Enter The Game World" in the RO launcher. I'm using Ubuntu Gutsy Gibbon.
Remove scripts/ and common_scripts/ folder and try again.
__________________
Surak Remember... this is just a game! - Xephandor existe y Miriya es su profeta!
surak no ha iniciado sesión   Reply With Quote
Old 02-26-2008, 05:19 PM   #4
kwayver
Pledge
 
Join Date: Jan 2008
Posts: 5
kwayver is on a distinguished road
Default

Quote:
Originally Posted by surak
Remove scripts/ and common_scripts/ folder and try again.
same problem occurs for me unfortunately yet the game will still run in a terminal
kwayver no ha iniciado sesión   Reply With Quote
Old 02-26-2008, 05:42 PM   #5
kwayver
Pledge
 
Join Date: Jan 2008
Posts: 5
kwayver is on a distinguished road
Default

also, i was previously using a bash script to run regnum from a quicklauncher on my desktop, which worked fine. its code is:

Code:
#!/bin/bash
cd /opt/regnum_online/
./rolauncher
cd -
bash scripts are very new to me, so if i have made an error here or there is a change that must be made, please someone let me know. ive tried simple things such as putting cd ~ at the end (to change to my home directory) but to no avail.
kwayver no ha iniciado sesión   Reply With Quote
Old 02-26-2008, 06:14 PM   #6
e30G
Count
 
e30G's Avatar
 
Join Date: Jun 2007
Location: Philippines
Posts: 1,244
e30G will become famous soon enough
Default

Same here it still crashes for me even after I deleted the two folders.

Here is the crash log... I'm not sure if anything changed:

Code:
libs/libcore_client.so(_ZN10ClientBase14save_backtraceEv+0x7e) [0xb7d13afe]
libs/libcore_client.so(_ZN10ClientBase12client_crashEi+0x17) [0xb7d13e87]
[0xffffe420]
/lib/tls/i686/cmov/libc.so.6(__uflow+0x81) [0xb6f0d8d1]
/lib/tls/i686/cmov/libc.so.6(getc+0xac) [0xb6f074fc]
libs/liblua51.so(luaL_loadfile+0x2c3) [0xb716ecc3]
libs/libresource_system_extension.so(_ZN13ScriptManager10lua_dofileEP9lua_State+0xbf) [0xb767e81f]
libs/liblua51.so [0xb715673e]
libs/liblua51.so [0xb7157016]
libs/liblua51.so [0xb71501a5]
libs/liblua51.so [0xb7155b50]
libs/liblua51.so [0xb71577a5]
libs/liblua51.so(lua_cpcall+0x4c) [0xb715020c]
libs/libresource_system_extension.so(_ZN13ScriptManager10run_scriptEP9lua_StatePKc+0xf0) [0xb7681090]
libs/libresource_system_extension.so(_ZN13ScriptManager6dofileEP9lua_State+0x3d) [0xb768205d]
libs/liblua51.so [0xb715673e]
libs/liblua51.so [0xb7157016]
libs/liblua51.so [0xb714ffc1]
libs/liblua51.so [0xb7155b50]
libs/liblua51.so [0xb71577a5]
libs/liblua51.so(lua_pcall+0x69) [0xb7150039]
libs/libentity_system.so(_ZN9LuaEntity4callEii+0xac) [0xb74790fc]
libs/libentity_system.so(_ZN9LuaEntity6dofileEPKc+0x70) [0xb7479eb0]
libs/libentity_system.so(_ZN9LuaEntity10run_scriptEPKc+0x39) [0xb7482459]
libs/libconsole.so(_ZN7Console15creation_notifyEP7Message+0x160) [0xb74b4bf0]
libs/libentity_system.so(_ZN13EntityManager32initialize_entity_as_custom_typeEPKciS1_P7MessageP6Entity+0x66f) [0xb7458cff]
libs/libentity_system.so(_ZN13EntityManager27register_initialized_entityEPKciP6EntityP7Message+0x43) [0xb74597e3]
libs/libcommon_entities.so(_ZN24ApplicationManagerEntity34start_application_entity_with_infoEPN17ApplicationEntity4DataEP7MessageP10EntityInfo+0xa7) [0xb7afcac7]
libs/libcommon_entities.so(_ZN24ApplicationManagerEntity18launch_applicationEP7Message+0xb8a) [0xb7afe2fa]
libs/libentity_system.so(_ZN6Entity22input_message_internalEP7Message+0xc3a) [0xb744da5a]
libs/libentity_system.so(_ZN6Entity13input_messageEP7Message+0x22) [0xb744bc82]
libs/libentity_system.so(_ZN6Entity13input_messageEPKcP7Message+0x45) [0xb744bef5]
libs/libregnum_client.so(_ZN10GameClient19initialize_entitiesEv+0x1cf2) [0xb7ee09a2]
libs/libregnum_client.so(_ZN10GameClient4initEiPPc+0x92c) [0xb7ee23cc]
libs/libregnum_client.so(_ZN10GameClientC1EiPPc+0xc1) [0xb7ee3a51]
./game(main+0x37) [0x8048a87]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb6ebd050]
./game(__gxx_personality_v0+0x65) [0x80489b1]
__________________
I N Q U I S I T I O N
On Regnum Sabbatical
e30G no ha iniciado sesión   Reply With Quote
Old 02-26-2008, 07:29 PM   #7
NightTwix
Count
 
NightTwix's Avatar
 
Join Date: Dec 2006
Location: Germany
Posts: 1,655
NightTwix is on a distinguished road
Default

i had to delete the whole regnum folder and redownload the game in order to play!

*edit*

i was wrong. deleting the folder and redownloading does not help.

*edit2*

what helps is to NOT use aoss

Last edited by NightTwix; 02-26-2008 at 09:41 PM.
NightTwix no ha iniciado sesión   Reply With Quote
Reply


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:15 AM.


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