|
|
Technical Support Questions about game technical support to the users of the community |
|
Thread Tools | Display Modes |
![]() |
#1 |
Apprentice
![]() Join Date: Dec 2007
Location: FRANCE
Posts: 93
![]() |
![]()
Hi,
Today i does a new install and i fail to use regnum I will show step by step what i try: Running RO Code:
$ LANG=C ./rolauncher Erreur de segmentation (core dumped) Running RO with env var Code:
$ LANG=C MALLOC_CHECK_=1 ./rolauncher Erreur de segmentation (core dumped Code:
$ LANG=C MALLOC_CHECK_=1 gdb -q ./rolauncher Reading symbols from /.../...../...../regnum/rolauncher...(no debugging symbols found)...done. (gdb) r --sync Starting program: /.../.../.../regnum/rolauncher --sync Program received signal SIGSEGV, Segmentation fault. 0x00000030d8f06a40 in ?? () (gdb) bt #0 0x00000030d8f06a40 in ?? () #1 0x0000000000000057 in ?? () #2 0x0000000001434400 in ?? () #3 0x00007fffffffb2f0 in ?? () #4 0x00000030ca819584 in ?? () #5 0x0000000000000000 in ?? () (gdb) quit A debugging session is active. Inferior 1 [process 16170] will be killed. Quit anyway? (y or n) y Code:
$ ./game login md5EncryptedPassword & [2] 15102 ![]() Looking for missing dependencies Code:
for lib in $(ldd live/game | grep -o '/lib.* '); do [[ ! -e $lib ]] && echo "error lib $lib not installed" done System Code:
$ lsb_release -a LSB Version: :core-4.1-amd64:core-4.1-noarch Distributor ID: Fedora Description: Fedora release 20 (Heisenbug) Release: 20 Codename: Heisenbug Last edited by Zarakaye; 11-24-2013 at 05:05 PM. |
![]() |
![]() |
|
|