search for: __wine_exception_handler

Displaying 5 results from an estimated 5 matches for "__wine_exception_handler".

2008 May 10
2
Can't compile wine-1.0rc1
...version.res -o advapi32.dll.so -lrpcrt4 -lkernel32 -lntdll -Wb,-drpcrt4 ../../libs/port/libwine_port.a -L/usr/lib -Wl,-rpath-link,/usr/lib -L/test/alsa/lib32/lib -Wl,-rpath-link,/test/alsa/lib32/lib service.o: In function LockServiceDatabase': service.c:(.text+0x1ad7): undefined reference to __wine_exception_handler' service.o: In function UnlockServiceDatabase': service.c:(.text+0x1c4e): undefined reference to __wine_exception_handler' service.o: In function SetServiceStatus': service.c:(.text+0x1e30): undefined reference to __wine_exception_handler' service.o: In function OpenSCManagerW...
2009 Jan 01
2
System Shock 2, setup crashes
...3c Backtrace: =>0 0x7ee1baaf RaiseException+0x6f() in kernel32 (0x0033e3b8) 1 0x7ee3cc0b DelayLoadFailureHook+0x5b() in kernel32 (0x0033e3f8) 2 0x7ea9afd1 __wine_spec_delay_load+0xb1() in advapi32 (0x0033e418) 3 0x7ea709c8 __wine_delay_load_asm+0x8() in advapi32 (0x0033e438) 4 0x7ea9024d __wine_exception_handler+0x4d() in advapi32 (0x0033e468) 5 0x7efbcdd5 call_exception_handler+0x29() in ntdll (0x0033e498) 6 0x7efbcda7 EXC_CallHandler+0x1b() in ntdll (0x0033e4b8) 7 0x7ef9135d raise_exception+0x34d() in ntdll (0x0033e558) 8 0x7ef9163b __regs_RtlRaiseException+0x2b() in ntdll (0x0033e5c8) 9 0x7efd...
2010 Mar 02
1
Re: Error compiling wine 1.0.1: undefined reference to `__wine_e
Use the latest version instead, the 1.0.1 version is severely outdated.
2004 Aug 30
1
Quicken Home & Office 2002
...andled exception: page fault on read access to 0x0000001c in 32-bit code (0x4113bfc8). In 32 bit mode. 0x4113bfc8: movl 0x1c(%esi),%eax Wine-dbg>bt Backtrace: =>1 0x4113bfc8 (0x406efc50) 2 0x00776708 (0x406efe38) 3 0x00776720 (0x406eff10) 4 0x00775e50 (0x406eff38) 5 0x4059eca8 __wine_exception_handler in kernel32 (0xffffffff) Thanks in advance for any help you can give. It is much appreciated! -lennox
2001 Dec 08
1
LoadOEMResource crash [Was: Re: Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA? ]
...ce:seh:EXC_CallHandler calling handler at 0x40070d60 code=c0000005 flags=2 0806d398:trace:seh:EXC_CallHandler handler returned 1 0806d398:warn:resource:RES_FindResource page fault This time eip is in pe_resource.c in libntdll.so, the find_entry_by_id method. The exception is handled by NTDLL.DLL.__wine_exception_handler in libntdll.so. Finally, about 2000 lines later, our friend the LoadOEMResource exception occurs. So we have three exceptions in a row. The first is apparently intercepted by the application. The second is generated by trying to display the message box popped up by the first exception. The th...