Casino app

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Ham
Newbie
Newbie
Posts: 2
Joined: Fri Aug 19, 2011 7:32 pm

Casino app

Post by Ham »

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.
Ham
Newbie
Newbie
Posts: 2
Joined: Fri Aug 19, 2011 7:32 pm

Post by Ham »

I'm running Linux Mint 11 the game is from SunPalaceCasino I'd assume I'm running the latest version of wine I just loaded it yesterday. This is only my third day using Linux so I'm a noob.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Ham wrote:I'd assume I'm running the latest version of wine I just loaded it yesterday.
I wouldn't assume that. Open a terminal and type

Code: Select all

wine --version
to find out. If it's older than 1.3.26 you need to upgrade.

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
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

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.
Locked