Page 1 of 2

Ubuntu 64 bit: Client hangs in FS::Initialize (fixed)

Posted: Thu Mar 06, 2014 10:59 pm UTC
by icaro440

[This post was split from here. – Viech]

I prefer the universal zip via torrent. Fast and easy.

and...talking about the universal zip:

ok, im on it, this is Linux mint 13 (ubuntu 12.04), the zip file is uncompresed, and now ...

How do I run the game?

Image


Re: Installers

Posted: Thu Mar 06, 2014 11:08 pm UTC
by kharnov

Mark it as executable and run it as ./daemon from that folder.


Re: Installers

Posted: Thu Mar 06, 2014 11:24 pm UTC
by icaro440

I did, but still not working.

Image

:bugeyes:


Re: Installers

Posted: Thu Mar 06, 2014 11:28 pm UTC
by kangz

In a shell, for security reasons you need to prefix the executable in the local folder with ./
So ./daemon.x86_64 should work (or double clicking on it too).


Re: Installers

Posted: Thu Mar 06, 2014 11:37 pm UTC
by icaro440

thanks, it seems to run now, but ... this is what I get and nothing else happens...

Image

:frown: :grenade: :grenade: :grenade: :grenade:


Re: Installers

Posted: Thu Mar 06, 2014 11:40 pm UTC
by kharnov

Hm. That's the same problem someone else reported. We clearly need to look into this.


Re: Installers

Posted: Thu Mar 06, 2014 11:46 pm UTC
by kangz

Ah good, now can you run "gdb ./daemon" type r <enter> then after 10 seconds do Ctrl C, then type "bt full" <enter> and paste the content of ypur console? (you might need to do sudo apt-get install gdb first)


Re: Installers

Posted: Thu Mar 06, 2014 11:48 pm UTC
by icaro440
kharnov wrote:

Hm. That's the same problem someone else reported. We clearly need to look into this.

What??????

Does this mean I'll have to wait a month to play?

Image


Re: Installers

Posted: Thu Mar 06, 2014 11:50 pm UTC
by kangz

It means there is a bug none of the devs can reproduce so it is very hard to fix. If we can debug it, we'll probably do a point release, worst case II will provide you with a daemon.x86_64 that works. Also keep in mind we are an alpha so breakage is bound to happen.

EDIT: could a mod split the topic, this is realy off topic.


Re: Installers

Posted: Thu Mar 06, 2014 11:54 pm UTC
by icaro440
kangz wrote:

Ah good, now can you run "gdb ./daemon" type r <enter> then after 10 seconds do Ctrl C, then type "bt full" <enter> and paste the content of ypur console? (you might need to do sudo apt-get install gdb first)

this:

[23 52] ->
Program received signal SIGINT, Interrupt.
0x00007ffff37ee907 in readlink () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt full
#0 0x00007ffff37ee907 in readlink () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#1 0x0000555555709933 in FS::Initialize() ()
No symbol table info available.
#2 0x000055555572cf47 in Com_Init(char*) ()
No symbol table info available.
#3 0x000055555558f225 in main ()
No symbol table info available.
(gdb)