wine mac program fails to run

Questions about Wine on macOS.
Locked
tweaker
Newbie
Newbie
Posts: 1
Joined: Mon Jul 09, 2012 6:15 pm

wine mac program fails to run

Post by tweaker »

Hello I've installed wine using macports and I'm trying to run a application, but I'm getting the following error message...

Code: Select all

Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x7ffdf000).
Register dump:
 CS:001b SS:0023 DS:0023 ES:0023 FS:1007 GS:000f
 EIP:7ffdf000 ESP:0032febc EBP:7b84f20c EFLAGS:00010246(  R- --  I  Z- -P- )
 EAX:00000000 EBX:00564179 ECX:0032feac EDX:00000079
 ESI:00401004 EDI:0050f59e
Stack dump:
0x0032febc:  7b85222f 7b852221 7ffdf000 0032ff08
0x0032fecc:  7b852267 7ffdf000 00564062 00000000
0x0032fedc:  00000000 00000000 00000000 00000000
0x0032feec:  00000000 00000000 00000000 0032ff20
0x0032fefc:  7bc66fec feffeeb4 00110898 0032ff28
0x0032ff0c:  7bc65f4c 00000000 00000000 00000000
0200: sel=1007 base=7ffc0000 limit=00000fff 32-bit rw-
Backtrace:
=>0 0x7ffdf000 (0x7b84f20c)
  1 0x6aec8b55 (0x9066c3c9)
0x7ffdf000: addb	%al,0x0(%eax)
Modules:
Module	Address			Debug info	Name (3 modules)
PE	  400000-  565000	Deferred        nokiafree_calc
PE	7b810000-7b99b000	Deferred        kernel32
PE	7bc10000-7bc14000	Deferred        ntdll
Threads:
process  tid      prio (all id:s are in hex)
00000008 (D) C:\Program Files\NokiaFREE Unlock Codes Calculator\NokiaFREE_Calc.exe
	00000009    0 <==
0000000e services.exe
	00000021    0
	00000020    0
	00000019    0
	00000018    0
	00000017    0
	00000015    0
	00000010    0
	0000000f    0
00000012 winedevice.exe
	0000001e    0
	0000001d    0
	0000001a    0
	00000014    0
	00000013    0
0000001b plugplay.exe
	00000022    0
	0000001f    0
	0000001c    0
00000023 explorer.exe
	00000024    0
System information:
    Wine build: wine-1.4.1
    Platform: i386
    Host system: Darwin
    Host version: 10.8.0
Locked