AROS World Exec
Development => AROS Software Development => Topic started by: AMIGASYSTEM on May 09, 2022, 11:14:06 AM
-
Zsnes on AROs x86 generates a Guru as soon as you exit the program, this happens with any AROS Distribution, is there any way to avoid this problem?
-
I remember I added a hack for that in C library, but it depends on task name being "zsnes". ZSNes is a very old program compiled with a very old C library.
Can you start ZSNes and then do TaskList from Shell to see what is the name of the task?
Other approach would of course be to re-compile zsnes with newer compiler suite.
-
Can you start ZSNes and then do TaskList from Shell to see what is the name of the task?
You can see the results of "TaskList" in the attached screenshot
Other approach would of course be to re-compile zsnes with newer compiler suite.
I tried to compile it but it is too difficult for my little experience, I hope someone will do it :)
-
@AMIGASYSTEM
give me your email again i have 2 versions so you can try, i done bit of work on zsnes for someone back than, it was still in my email archives.
give me your email , i sent to you..
-
Try what happens when you rename zsnes.exe to zsnes.
-
@serk118uk
I have sent PM with my E-mail
@deadwood
Renaming does not change anything
-
Can you show me TaskList output after renaming?
-
Here is the output of TaskList
-
Ok, than I'm out of ideas. Hopefully Serk's builds will work.
-
give me your email again i have 2 versions so you can try, i done bit of work on zsnes for someone back than, it was still in my email archives.
give me your email , i sent to you..
Thanks, i received your Archive, Zsnes you sent me is the same as the one I have on AROS One (v1.51), so i get the same Guru output.
-
give me your email again i have 2 versions so you can try, i done bit of work on zsnes for someone back than, it was still in my email archives.
give me your email , i sent to you..
Thanks, i received your Archive, Zsnes you sent me is the same as the one I have on AROS One (v1.51), so i get the same Guru output.
Did you try 2nd executable , (zsnes_test) , my icaros crashes with one and exits fine with zsnes_test executable
-
Also "zsnes_test" has an outgoing Guru, are you using IcarOS with the new core "AROS-20180415-2-pc-i386"?
Also with AROS One updated "GCC 6.3.0" I have the same problem
-
Also "zsnes_test" has an outgoing Guru, are you using IcarOS with the new core "AROS-20180415-2-pc-i386"?
yes last icaros & core "AROS-20180415-2-pc-i386
Also with AROS One updated "GCC 6.3.0" I have the same problem
I am on gcc (GCC) 4.6.4
I can not remmember what i done/changes on zsnes but it has been 9 years, crashes on exit because sdl subtask still running , (ma)ybe signal subtask on exit)..