MessageUnhandled exception: page fault on read access

Questions about Wine on macOS.
Locked
silkyfire
Newbie
Newbie
Posts: 1
Joined: Tue Nov 18, 2014 4:21 pm

MessageUnhandled exception: page fault on read access

Post by silkyfire »

Trying to run a program and getting this message:

Unhandled exception: page fault on read access to 0x014dc348 in 32-bit code (0x7bc3dc71).
Register dump:
CS:001b SS:0023 DS:0023 ES:0023 FS:1007 GS:000f
EIP:7bc3dc71 ESP:0032fc60 EBP:0032fcc8 EFLAGS:00210206( R- -- I - -P- )
EAX:00000000 EBX:0147fea1 ECX:0032fc60 EDX:01780064
ESI:01780138 EDI:00000004
Stack dump:
0x0032fc60: 01780060 00000214 00000214 00110000
0x0032fc70: 00000000 00000000 00110000 0000000a
0x0032fc80: 00b2dbb8 00d503d7 00000214 01780000
0x0032fc90: 00000000 00000000 01780000 0000000a
0x0032fca0: 00110000 0032fcc0 0032fcd8 01780014
0x0032fcb0: 01448200 0032fccc 0032fce0 00000000
0200: sel=1007 base=7ffc0000 limit=00000fff 32-bit rw-
Backtrace:
=>0 0x7bc3dc71 in <wine-loader> (+0x7bc3dc71) (0x0032fcc8)
1 0x009cec64 in drugabusevirtualpatient (+0x5cec63) (0x0032fd18)
2 0x009cd593 in drugabusevirtualpatient (+0x5cd592) (0x0032fd34)
3 0x009c8022 in drugabusevirtualpatient (+0x5c8021) (0x0032fdc8)
4 0x0094e000 in drugabusevirtualpatient (+0x54dfff) (0x0032fde0)
5 0x00f0b47b in drugabusevirtualpatient (+0xb0b47a) (0x0032fe70)
6 0x00f0c397 in drugabusevirtualpatient (+0xb0c396) (0x0032fe78)
7 0x00ff6f2b in drugabusevirtualpatient (+0xbf6f2a) (0x00400000)
8 0x00000003 in <wine-loader> (+0x2) (0x00905a4d)
0x7bc3dc71: testb $0x8,0x5c4a7(%ebx)
Modules:
Module Address Debug info Name (28 modules)
ELF 0-82001000 Stabs <wine-loader>
PE 400000- 1141000 Deferred drugabusevirtualpatient
PE 42320000-42324000 Deferred advapi32
PE 423a0000-423a4000 Deferred version
PE 423b0000-423b9000 Deferred winspool
PE 42510000-4254b000 Deferred user32
PE 42660000-42667000 Deferred gdi32
PE 42780000-42788000 Deferred shlwapi
PE 44680000-44688000 Deferred oleaut32
PE 447b0000-447b8000 Deferred ole32
PE 44900000-44904000 Deferred rpcrt4
PE 44990000-44aed000 Deferred shell32
PE 44be0000-44c0f000 Deferred comctl32
PE 44cf0000-44d88000 Deferred comdlg32
PE 44df0000-44df4000 Deferred ws2_32
PE 44e30000-44e34000 Deferred mscms
PE 44e80000-44e98000 Deferred wininet
PE 44f00000-44f0a000 Deferred mpr
PE 44f30000-44f70000 Deferred crypt32
PE 45000000-45011000 Deferred urlmon
PE 450b0000-45127000 Deferred winmm
PE 45170000-45179000 Deferred msacm32
PE 451a0000-451a4000 Deferred dsound
PE 452d0000-452d3000 Deferred winemac
PE 47760000-47764000 Deferred uxtheme
PE 47820000-47824000 Deferred shfolder
PE 7b810000-7b9ad000 Deferred kernel32
PE 7bc10000-7bc14000 Deferred ntdll
Threads:
process tid prio (all id:s are in hex)
00000008 (D) C:\Program Files\Drug Abuse Virtual Patient\DrugAbuseVirtualPatient.exe
00000025 0
00000024 0
00000009 0 <==
0000000e services.exe
0000001e 0
0000001d 0
00000018 0
00000016 0
00000014 0
00000010 0
0000000f 0
00000012 winedevice.exe
0000001c 0
00000019 0
00000017 0
00000013 0
0000001a plugplay.exe
00000020 0
0000001f 0
0000001b 0
00000021 explorer.exe
00000023 0
00000022 0
System information:
Wine build: wine-1.6.1
Platform: i386
Host system: Darwin
Host version: 14.0.0

Please help!?
Locked