|
|
Linux Technical issues under Linux platform |
|
Thread Tools | Display Modes |
09-01-2009, 06:22 PM | #1 |
Initiate
Join Date: Feb 2009
Location: Poland
Posts: 234
|
Game hangs on characters.sdb loading.
Yes, I tried to delete sdb and idx files, or even whole ~/regnum folder and reinstall, no luck.
Any other ideas? Regards.
__________________
Syrtis, Horus: Platyna (Conjurer), Platyna Ahn (Warlock), Platyna Ida (Hunter), Platyna Ira (Barbarian) |
09-01-2009, 07:01 PM | #2 |
Marquis
Join Date: Jul 2007
Location: England
Posts: 2,419
|
There is this thread with the same Issue,
http://www.regnumonline.com.ar/forum...ad.php?t=44745 On windows though, "removing problamatic SDB" file is the closest thing to a solution we got though
__________________
Faith 50 Barb Faithless 50 Lock
Umaril 45 Conju Kailas 45 Marks Pel 45 Knight |
09-01-2009, 09:25 PM | #3 |
Initiate
Join Date: Feb 2009
Location: Poland
Posts: 234
|
I know how to use Search, removing the files did not helped, as I wrote.
Regards.
__________________
Syrtis, Horus: Platyna (Conjurer), Platyna Ahn (Warlock), Platyna Ida (Hunter), Platyna Ira (Barbarian) |
09-02-2009, 04:31 AM | #4 |
Marquis
Join Date: Jan 2007
Location: RA
Posts: 1,897
|
You can always try to start the rolauncher to ensure you are using the latest Regnum version, close it and then run:
Code:
cd live ./game username `echo -ne password | md5sum` You will probably get stuck right before entering the character selection screen though... Please report back
__________________
Winning a fight is not what makes you a good player, it's how you do it.
http://home.znur.re/screenshot%20201...2011_39_37.jpg |
09-02-2009, 09:35 AM | #5 |
Initiate
Join Date: Feb 2009
Location: Poland
Posts: 234
|
I know it Znurre, I can play because I do bypass rolauncher now. However it would be nice to get this problem fixed.
Regards.
__________________
Syrtis, Horus: Platyna (Conjurer), Platyna Ahn (Warlock), Platyna Ida (Hunter), Platyna Ira (Barbarian) |
09-05-2009, 07:04 PM | #6 |
Master
Join Date: Jul 2008
Location: South Central USA
Posts: 260
|
Small correction to Z's post if anyone is interested.
Code:
./game username $(echo -ne password | md5sum |awk '{print $1}') Or a small script to do the same with more direct input: Code:
#!/bin/bash case "$1" in --gui) RO_USER="$(cat ~/.ngdstudios/rolauncher |grep user= |sed '{s|user=||}')" PASSWD=$(zenity --entry --hide-text --text=Password) PASS_CRYPT=$(echo -ne $PASSWD | md5sum |awk '{print $1}') PASSWD="" ;; *) if [ -z "$1" -o -z "$2" ]; then echo "" echo "Usage: $0 <user> <password>" echo " $0 --gui" exit 1 else if [ ! -f ./live/game ]; then echo "Regnum Live folder not found! Running from the correct directory?" exit 2 fi fi RO_USER=$1 PASS_CRYPT=$(echo -ne $2 | md5sum |awk '{print $1}') ;; esac cd ./live ./game $RO_USER $PASS_CRYPT & RO_USER="" PASS_CRYPT="" exit 0 Have fun
__________________
RA/Syrtis Hunter LVL50: Elusis RA/Syrtis Barba LVL50: Artemisia RA/Syrtis Conju Lvl45: Nellas Miriel Last edited by onemyndseye; 09-05-2009 at 08:06 PM. |
09-07-2009, 10:36 AM | #7 |
Initiate
Join Date: Feb 2009
Location: Poland
Posts: 234
|
Still it is not a solution for my problem, just workaround.
I tried to wipe everything and redownload whole game package and then reinstall - same problem persists. Regards.
__________________
Syrtis, Horus: Platyna (Conjurer), Platyna Ahn (Warlock), Platyna Ida (Hunter), Platyna Ira (Barbarian) |
09-07-2009, 10:46 AM | #8 |
Baron
Join Date: Aug 2007
Location: Here, there and everywere.....
Posts: 890
|
Do you have the file in the test directory?, why don´t you try tu copy that in de live directory?.
|
09-07-2009, 06:00 PM | #9 |
Master
Join Date: Jul 2008
Location: South Central USA
Posts: 260
|
Platyna,
I never claimed it to be Have you tried using the deb I have provided perhaps? What type of internet do you have? (GSM, Cable, ISDN, Modem, Tibetan Hamster on a paddle wheel, Made with USB connection, using wifi??) Hardware? Distro? Version? Start the NGD launcher with 'MALLOC_CHECK_=1 ./rolauncher' When you deleted the ~/regnum directory did you try also removing ~/.ngdstudios? any luck with lord_dvl's suggestion? Any other suspicious behavior from the patch server? Slow downloads, repatching, etc, All other files seem to download OK I assume? Related to above: are you behind a router? If so have you tried bypassing it? Using any sort of iptables tinkering? shorewall, ufw etc etc Tried snooping with wireshark to see whats happening with net traffic? You say "hangs" - what does this mean? Returns a non responsive state? Simply waits forever for the file to download? (Big difference here) When did this start? Anything about your system change just before? Added software? System update? new kernel? If your system isnt up to date have you tried pulling it up to current if thats possible? Tried a traceroute of the patch server? My apologies if these questions seem very basic - You havnt left us much to go on.
__________________
RA/Syrtis Hunter LVL50: Elusis RA/Syrtis Barba LVL50: Artemisia RA/Syrtis Conju Lvl45: Nellas Miriel |
09-17-2009, 06:40 PM | #10 |
Initiate
Join Date: Feb 2009
Location: Poland
Posts: 234
|
Yes, I removed .rolauncher and .ngdstudios directory too. And no luck with removing .sdb files.
And I know how to bypass rolauncher however more comfty is for me to get it working. Regards.
__________________
Syrtis, Horus: Platyna (Conjurer), Platyna Ahn (Warlock), Platyna Ida (Hunter), Platyna Ira (Barbarian) |
|
|