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

Get support for Unvanquished.
User avatar
icaro440
Marauder
Posts: 183
Joined: Fri Mar 23, 2012 10:46 am UTC
Location: [SP]ain

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

Post 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

User avatar
kharnov
Granger
Posts: 1851
Joined: Tue Mar 06, 2012 10:54 pm UTC
Clan: GT
Location: New York City

Re: Installers

Post by kharnov »

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

User avatar
icaro440
Marauder
Posts: 183
Joined: Fri Mar 23, 2012 10:46 am UTC
Location: [SP]ain

Re: Installers

Post by icaro440 »

I did, but still not working.

Image

:bugeyes:

kangz
Programmer
Posts: 178
Joined: Mon Feb 18, 2013 12:10 am UTC

Re: Installers

Post 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).

User avatar
icaro440
Marauder
Posts: 183
Joined: Fri Mar 23, 2012 10:46 am UTC
Location: [SP]ain

Re: Installers

Post by icaro440 »

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

Image

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

User avatar
kharnov
Granger
Posts: 1851
Joined: Tue Mar 06, 2012 10:54 pm UTC
Clan: GT
Location: New York City

Re: Installers

Post by kharnov »

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

kangz
Programmer
Posts: 178
Joined: Mon Feb 18, 2013 12:10 am UTC

Re: Installers

Post 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)

User avatar
icaro440
Marauder
Posts: 183
Joined: Fri Mar 23, 2012 10:46 am UTC
Location: [SP]ain

Re: Installers

Post 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

kangz
Programmer
Posts: 178
Joined: Mon Feb 18, 2013 12:10 am UTC

Re: Installers

Post 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.

User avatar
icaro440
Marauder
Posts: 183
Joined: Fri Mar 23, 2012 10:46 am UTC
Location: [SP]ain

Re: Installers

Post 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)

Post Reply