| Author |
Message |
|
robert
|
Post subject: Re: Hacker Evolution: Untold for Linux Posted: Wed Feb 10, 2010 9:41 am |
|
 |
| Site Admin |
 |
Joined: Thu Apr 24, 2008 3:58 pm Posts: 2696 Location: Cluj Napoca, Romania
|
Pvt_Ryan wrote: If you can get either the current binary or a more recent one with the debug symbols still embedded then I can retry it on my system and see if I can narrow down the seg fault further for him. Hi, We will have this shortly.
_________________ Robert
Software developer and Forum admin exosyphen studios.
Join us on FaceBook!
|
|
| Top |
|
 |
|
robert
|
Post subject: Re: Hacker Evolution: Untold for Linux Posted: Wed Feb 17, 2010 9:13 am |
|
 |
| Site Admin |
 |
Joined: Thu Apr 24, 2008 3:58 pm Posts: 2696 Location: Cluj Napoca, Romania
|
Hi, We have just emailed everyone with a new version of the beta. If you haven't received the email, please let me know. Hopefully we have fixed the bugs and the game will run properly. Also, we now have separate builds for 32 and 64 bits OS's. Let me know how it goes 
_________________ Robert
Software developer and Forum admin exosyphen studios.
Join us on FaceBook!
|
|
| Top |
|
 |
|
r00tDemon
|
Post subject: Re: Hacker Evolution: Untold for Linux Posted: Wed Feb 17, 2010 8:51 pm |
|
Joined: Sun Jan 10, 2010 4:25 pm Posts: 7 Location: Internet
|
|
I am still experiencing a segmentation fault when executing.
_________________ Dell Latitude D820 CPU: Intel Centrino Duo 2.0GHZ GPU: Nvidia G72M GeForce Go 7400 Memory: 2GB Running Kubuntu 9.10 Karmic Koala
|
|
| Top |
|
 |
|
robert
|
Post subject: Re: Hacker Evolution: Untold for Linux Posted: Thu Feb 18, 2010 2:11 pm |
|
 |
| Site Admin |
 |
Joined: Thu Apr 24, 2008 3:58 pm Posts: 2696 Location: Cluj Napoca, Romania
|
r00tDemon wrote: I am still experiencing a segmentation fault when executing. Hi, Do you have some crash info you could email to us? Try this: Code: apt-get install gdb gdb ./hacker-evolution run <wait for it to bomb> bt
And then just copy/paste the output and email it to us.
_________________ Robert
Software developer and Forum admin exosyphen studios.
Join us on FaceBook!
|
|
| Top |
|
 |
|
r00tDemon
|
Post subject: Re: Hacker Evolution: Untold for Linux Posted: Thu Feb 18, 2010 4:22 pm |
|
Joined: Sun Jan 10, 2010 4:25 pm Posts: 7 Location: Internet
|
output from those commands Code: $:~/heuntold-demo-linux-2.2-rc2-17-g233bcf5$ gdb ./hacker-evolution GNU gdb (GDB) 7.0-ubuntu Copyright (C) 2009 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 "i486-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from ~/heuntold-demo-linux-2.2-rc2-17-g233bcf5/hacker-evolution...(no debugging symbols found)...done. (gdb) run Starting program: ~/heuntold-demo-linux-2.2-rc2-17-g233bcf5/hacker-evolution [Thread debugging using libthread_db enabled]
Program received signal SIGSEGV, Segmentation fault. 0x00184b57 in memset () from /lib/tls/i686/cmov/libc.so.6 (gdb) bt #0 0x00184b57 in memset () from /lib/tls/i686/cmov/libc.so.6 #1 0x080b27dd in heGameWindow::clear() () #2 0x080b2ada in heGameWindow::heGameWindow() () #3 0x080a3bed in __static_initialization_and_destruction_0(int, int) () #4 0x081bd6eb in ?? () #5 0x08081b3d in _init () #6 0x081bd589 in __libc_csu_init () #7 0x00126af4 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6 #8 0x08082e21 in _start () (gdb)
_________________ Dell Latitude D820 CPU: Intel Centrino Duo 2.0GHZ GPU: Nvidia G72M GeForce Go 7400 Memory: 2GB Running Kubuntu 9.10 Karmic Koala
|
|
| Top |
|
 |
|
robert
|
Post subject: Re: Hacker Evolution: Untold for Linux Posted: Thu Feb 18, 2010 6:11 pm |
|
 |
| Site Admin |
 |
Joined: Thu Apr 24, 2008 3:58 pm Posts: 2696 Location: Cluj Napoca, Romania
|
|
Thanks! We are looking right into it.
_________________ Robert
Software developer and Forum admin exosyphen studios.
Join us on FaceBook!
|
|
| Top |
|
 |
|
Pvt_Ryan
|
Post subject: Re: Hacker Evolution: Untold for Linux Posted: Fri Feb 19, 2010 4:17 pm |
|
Joined: Mon Aug 11, 2008 6:37 pm Posts: 110 Location: /dev/random
|
Code: gdb ./hacker-evolution GNU gdb (GDB) 7.0-ubuntu Copyright (C) 2009 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 "i486-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /home/ryanm/hackerevolution/heuntold-demo-linux-2.2-rc2-17-g233bcf5/hacker-evolution...(no debugging symbols found)...done. (gdb) run Starting program: /home/ryanm/hackerevolution/heuntold-demo-linux-2.2-rc2-17-g233bcf5/hacker-evolution [Thread debugging using libthread_db enabled]
Program received signal SIGSEGV, Segmentation fault. 0x00184b57 in memset () from /lib/tls/i686/cmov/libc.so.6 (gdb) backtrace #0 0x00184b57 in memset () from /lib/tls/i686/cmov/libc.so.6 #1 0x080b27dd in heGameWindow::clear() () #2 0x080b2ada in heGameWindow::heGameWindow() () #3 0x080a3647 in __static_initialization_and_destruction_0(int, int) () #4 0x081bd6eb in ?? () #5 0x08081b3d in _init () #6 0x081bd589 in __libc_csu_init () #7 0x00126af4 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6 #8 0x08082e21 in _start ()
best I can do as still no debugging symbols
_________________ ---- CCNA | MCTS: SCCM 2007
|
|
| Top |
|
 |
|
robert
|
Post subject: Re: Hacker Evolution: Untold for Linux Posted: Fri Feb 19, 2010 8:27 pm |
|
 |
| Site Admin |
 |
Joined: Thu Apr 24, 2008 3:58 pm Posts: 2696 Location: Cluj Napoca, Romania
|
|
Hi,
These bugs have been fixed now. Please delete the current version, and download and install again, using the same links. Let me know how it goes.
_________________ Robert
Software developer and Forum admin exosyphen studios.
Join us on FaceBook!
|
|
| Top |
|
 |
|
r00tDemon
|
Post subject: Re: Hacker Evolution: Untold for Linux Posted: Fri Feb 19, 2010 10:10 pm |
|
Joined: Sun Jan 10, 2010 4:25 pm Posts: 7 Location: Internet
|
|
Program runs now. sound working, everything seems functional except F2 or F3 do not work in game
_________________ Dell Latitude D820 CPU: Intel Centrino Duo 2.0GHZ GPU: Nvidia G72M GeForce Go 7400 Memory: 2GB Running Kubuntu 9.10 Karmic Koala
|
|
| Top |
|
 |
|
robert
|
Post subject: Re: Hacker Evolution: Untold for Linux Posted: Sat Feb 20, 2010 6:24 am |
|
 |
| Site Admin |
 |
Joined: Thu Apr 24, 2008 3:58 pm Posts: 2696 Location: Cluj Napoca, Romania
|
r00tDemon wrote: Program runs now. sound working, everything seems functional except F2 or F3 do not work in game Excellent! We will see about the F2 and F3 keys shortly. Anyone else experiencing this issue?
_________________ Robert
Software developer and Forum admin exosyphen studios.
Join us on FaceBook!
|
|
| Top |
|
 |
Who is online |
Users browsing this forum: No registered users and 2 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|
|
 |
|