Page 1 of 1

PandoraUpdater.bin not working

Posted: Wed Oct 23, 2013 1:24 pm
by vv221
Hello!

When trying to launch the game today, it finds for an update but doesn't download it or does anything.
All I have is a black window instead of the updater one.

Nothing revealing in the console :

Code: Select all

dave@HAL9000:~/jeux/pandora/Pandora Beta$ ./Binaries/PandoraUpdater
[2013-Oct-23 13:20:34] /home/dave/jeux/pandora/Pandora Beta/Binaries/PandoraUpdater.bin
[2013-Oct-23 13:20:34] Pandora Updater 0.25.5 (r4033, Beta 1, Linux-x86_64 Oct 20 2013 18:45:45)
[2013-Oct-23 13:20:34] Copyright (C) 2011-2013 by Proxy Studios.
[2013-Oct-23 13:20:34] All rights reserved.
[2013-Oct-23 13:20:34] Detected 4 hardware threads.
[2013-Oct-23 13:20:34] Initializing config ...
[2013-Oct-23 13:20:34] Loading config ...
[2013-Oct-23 13:20:34] Initializing network ...
[2013-Oct-23 13:20:34] Initializing updater ...
[2013-Oct-23 13:20:34] Initializing input ...
[2013-Oct-23 13:20:34] Initializing video ...
[2013-Oct-23 13:20:34] Releasing resources ...
[2013-Oct-23 13:20:34] Building resources ...
[2013-Oct-23 13:20:34] Initializing GUI ...
[2013-Oct-23 13:20:34] Loading shaders ...
[2013-Oct-23 13:20:34] Loading textures ...
[2013-Oct-23 13:20:34] Loading fonts ...
[2013-Oct-23 13:20:34] Loading skins ...
[2013-Oct-23 13:20:34] Building resources ...
[2013-Oct-23 13:20:34] Complete.
[2013-Oct-23 13:20:34] Checking for update ...
[2013-Oct-23 13:20:36] Update detected (6.4 MB).
Nothing more after "Update detected" in the console, the window stay black.

-----

I ran it through a debugger, but I can't see anything more :

Code: Select all

dave@HAL9000:~/jeux/pandora/Pandora Beta/Binaries$ gdb PandoraUpdater.bin 
GNU gdb (GDB) 7.6.1 (Debian 7.6.1-1)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/dave/jeux/pandora/Pandora Beta/Binaries/PandoraUpdater.bin...(no debugging symbols found)...done.
(gdb) run
Starting program: /home/dave/jeux/pandora/Pandora Beta/Binaries/PandoraUpdater.bin 
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[2013-Oct-23 13:27:16] /home/dave/jeux/pandora/Pandora Beta/Binaries/PandoraUpdater.bin
[2013-Oct-23 13:27:16] Pandora Updater 0.25.5 (r4033, Beta 1, Linux-x86_64 Oct 20 2013 18:45:45)
[2013-Oct-23 13:27:16] Copyright (C) 2011-2013 by Proxy Studios.
[2013-Oct-23 13:27:16] All rights reserved.
[2013-Oct-23 13:27:16] Detected 4 hardware threads.
[2013-Oct-23 13:27:16] Initializing config ...
[2013-Oct-23 13:27:16] Loading config ...
[2013-Oct-23 13:27:16] Initializing network ...
[New Thread 0x7ffff0287700 (LWP 7178)]
[New Thread 0x7fffefa86700 (LWP 7179)]
[2013-Oct-23 13:27:16] Initializing updater ...
[2013-Oct-23 13:27:16] Initializing input ...
[2013-Oct-23 13:27:16] Initializing video ...
[New Thread 0x7fffec9a2700 (LWP 7182)]
[2013-Oct-23 13:27:17] Releasing resources ...
[2013-Oct-23 13:27:17] Building resources ...
[2013-Oct-23 13:27:17] Initializing GUI ...
[2013-Oct-23 13:27:17] Loading shaders ...
[2013-Oct-23 13:27:17] Loading textures ...
[2013-Oct-23 13:27:17] Loading fonts ...
[2013-Oct-23 13:27:17] Loading skins ...
[2013-Oct-23 13:27:17] Building resources ...
[New Thread 0x7fffe7784700 (LWP 7183)]
[2013-Oct-23 13:27:17] Complete.
[2013-Oct-23 13:27:17] Checking for update ...
[2013-Oct-23 13:27:18] Update detected (6.4 MB).
[New Thread 0x7fffe6959700 (LWP 7184)]
-----

Forget it, it is probably a bug on my side.
I tried to launch the game without updating it, and it runs (I can hear music and so), but nothing appears on my screen.
I just upgraded my mesa libraries this morning, it is probably related.

-----

Confirmation: a downgrade of my mesa libraries has been enough to have the display coming back.