linuxlinks / gngeo

A NeoGeo emulator for linux
http://www.linuxlinks.com
Other
42 stars 13 forks source link

Program end with Catch a sigsegv #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I tried to compile the latest mercurial source code on my Fedora Linux box, but 
the resulted program keep throwing "Catch a sigsegv" error at me.

Here's how I compile it.
1. The first error is because your "gngeo.dat" doesn't have a make file. 
"Borrow" it from "gngeo-0.8.tar.gz"
2. "configure" went successful, but failed on "make" because "../../depcomp" 
not found. Again, "borrow" it from "gngeo-0.8.tar.gz"
3. Everything went successful, but when try to load a game, it ends with "Catch 
a sigsegv" error. There are not a single game able to load.

What is the expected output? What do you see instead?
The program should able to run at least one game. It works so well on 
gngeo-0.7, but not from gngeo-0.8 onwards.

What version of the product are you using? On what operating system?
Latest GnGeo mercurial source code.

Please provide any additional information below.

Original issue reported on code.google.com by rufaswan on 7 May 2012 at 7:26

GoogleCodeExporter commented 8 years ago
I've just fix your issue with Makefile.in and depcomp.

For the sigv, can you try to run gngeo into gdb? after the crash us the "bt" 
command and send the result here

Also, do you have the development package for libz? 

Original comment by m.peponas@gmail.com on 9 May 2012 at 10:50

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Thanks for your reply. I re-download the latest mercurial and compile it. Here 
is the gdb output:

http://pastebin.com/SGp5406e

As yes, I have installed both zlib and zlib-devel packages.

Original comment by rufaswan on 11 May 2012 at 12:20

GoogleCodeExporter commented 8 years ago
Looks like an issue with opengl. Can you try with --blitter=soft on the command 
line?

Original comment by m.peponas@gmail.com on 14 May 2012 at 8:16

GoogleCodeExporter commented 8 years ago
Thanks. It won't crash now, but instead gives me this error:

http://img607.imageshack.us/img607/8682/screenshotgngeo1.png

Now I have to hunt back all the roms because the ones I'm using is old MAME set 
(which works on gngeo-0.7 btw)

Original comment by rufaswan on 14 May 2012 at 10:34

GoogleCodeExporter commented 8 years ago
all roms that work with gngeo 0.7 dont work with 0.8 why? the great 
kof203hacked (kof2004) dont run..

but i think that if rc config file rom are stored in gngeo dat zipped file 
maybe run.. but i dont have it.. and the gngeo 0.7 use the internal not the rc 
older

Original comment by mckayger...@gmail.com on 8 Jan 2014 at 3:04