Casino app
Casino app
I am trying to run a online casino game for my girlfriend. It was and exe. file I went in and allowed the exe. file and tried to use wine to open it and that happened was the wait icon came up for a few seconds than nothing.
I wouldn't assume that. Open a terminal and typeHam wrote:I'd assume I'm running the latest version of wine I just loaded it yesterday.
Code: Select all
wine --version
If the game doesn't work in 1.3.26, run it from a terminal and post whatever messages appear. If the output is long, use pastebin and post a link here.
http://wiki.winehq.org/FAQ#run_from_terminal
I tried the app, and the installer dies quietly very early.
It unpacks a file c:/users/$USERNAME/Temp/~
and then executes and deletes it, but that executable crashes
with a null pointer write on the very first instruction
after setting up the frame pointer:
Wine-dbg>
0x00468208 EntryPoint in foo: addb %al,0x0(%eax)
Wine-dbg>stepi
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x00468208).
Somebody needs to see what that executable does on windows.
It unpacks a file c:/users/$USERNAME/Temp/~
and then executes and deletes it, but that executable crashes
with a null pointer write on the very first instruction
after setting up the frame pointer:
Wine-dbg>
0x00468208 EntryPoint in foo: addb %al,0x0(%eax)
Wine-dbg>stepi
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x00468208).
Somebody needs to see what that executable does on windows.