View Single Post
Old 04 March 2018, 04:50   #159
prowler
Global Moderator
 
prowler's Avatar
 
Join Date: Aug 2008
Location: Sidcup, England
Posts: 10,300
Quote:
Originally Posted by bloodline View Post
Quote:
Originally Posted by emufan View Post
I also get that crash when using it on win7.
running the binary in cygwin with strace I get some info, maybe usefull:
Code:
...
--- Process 5064 loaded D:\Zorro_0_1\SDL2.dll at 6c740000
...
--- Process 5064, exception c0000005 at 6c77b973
...
--- Process 5064 exited with status 0xc0000005
using sdl2.dll from libsdl.org homepage
maybe it's a sdl2 problem?
I compiled it with mingw... perhaps that is the issue?
Quote:
Originally Posted by emufan View Post
no idea at all. did you try to build native win binary?
are there more "gnu" dependencies? sdl2 has the developer files for VC on my link above.
Quote:
Originally Posted by bloodline View Post
I first tried to use Visual studio, spent most of today fighting it... then gave up and installed mingw which means I could to a straight port from my unix sources
It makes no difference whether your executable was compiled with mingw or Visual C; the respective developer libraries include identical runtime libraries.

I get the same crash under Win7 (x64) as nogginthenog using the command line WinZorro.exe Kick12.rom raw.adf

The SDL2.dll x64 and x86 runtime libraries have been copied to C:\Windows\System32 and C:\Windows\SysWOW64, respectively, as described here.
prowler is offline  
 
Page generated in 0.04463 seconds with 11 queries