It appears to have installed cleanly, but when I try to launch it, I get a segmentation fault. Nothing else appears on the screen but the text below. 64 bit is the correct version, and running the 32 bit binary manually has the same results. Launching from the gnome menu has no result. Is there any extra information that I can provide to help fix this?
bli@zeugma:~/systemfiles/avadon$ ./Avadon
Avadon: Installed in '.'.
Avadon: Using amd64 version.
Segmentation fault
In addition to the strace output, here's the stack trace from the segfault.
Starting program: /home/bli/systemfiles/avadon/Avadon-amd64
[Thread debugging using libthread_db enabled]
Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
(gdb) bt
#0 0x0000000000000000 in ?? ()
#1 0x0000000000504a0d in KWindowGL::setWorldView(float, float, float, float, bool) ()
#2 0x00000000004778d5 in OpenMainWindow() ()
#3 0x000000000043940d in main ()
(gdb)
Same here installs fine, but can't launch at all. And gdb output is about the same as above. Hope it will be fixed soon.
Starting program: /home/julroy67/bin/avadon/Avadon-x86
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()
#0 0x00000000 in ?? ()
No symbol table info available.
#1 0x0815bb72 in KWindowGL::setWorldView(float, float, float, float, bool) ()
No symbol table info available.
#2 0x0815bb2f in KWindowGL::setDefaultWorldView() ()
No symbol table info available.
#3 0x080be011 in OpenMainWindow() ()
No symbol table info available.
#4 0x0807a38d in main ()
No symbol table info available.
Likely your monitor doesn't support the default resolution. We'll fix this better for the next release, but in the meantime, go edit $HOME/.local/share/Avadon/Avadon.ini and chose a resolution that works (or run it in windowed mode).
--ryan.
Created attachment 3099 [details] stacktrace for x86 I've had a very similar problem but am not running on a 64-bit system; here's my stacktrace.
Created attachment 3100 [details] strace - amd64