http://bugs.winehq.org/show_bug.cgi?id=30610
Bug #: 30610 Summary: 64-bit JRE installer needs kernel32.dll _local_unwind and kernel32.dll _C_specific_handler Product: Wine Version: 1.5.3 Platform: x86-64 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net Classification: Unclassified
Hello,
installing 64-bit JRE from: http://www.java.net/download/jdk6/6u32/promoted/b02/binaries/jdk-6u32-ea-bin... fails:
--- snip --- wine: Call from 0x7fce4a8d9b64 to unimplemented function KERNEL32.dll._local_unwind, aborting wine: Unimplemented function KERNEL32.dll._local_unwind called at address 0x7fce4a8d9b64 (thread 003f), starting debugger... ... Backtrace: =>0 0x00007fce4a8d9b64 stub_entry_point+0x7c(dll="KERNEL32.dll", name="_local_unwind", ret_addr=0x402335) [/home/focht/projects/wine/wine-git/dlls/ntdll/loader.c:197] in ntdll (0x000000000022c160)
1 0x0000000000402335 in jdk-6u32-ea-bin-b02-windows-amd6Z:\home\focht\Downloads\jdk-6u32-ea-bin-b02-windows-amd64-30_jan_2012.exe (+0x2334) (0x00000000000003ff) ... --- snip ---
Also required later: kernel32.dll _C_specific_handler
Some useful information about "_C_specific_handler" (containing pseudo code for this generic handler):
"Exceptional Behavior - x64 Structured Exception Handling":
http://www.osronline.com/article.cfm?article=469
---
$ du -sh jdk-6u32-ea-bin-b02-windows-amd64-30_jan_2012.exe 70M jdk-6u32-ea-bin-b02-windows-amd64-30_jan_2012.exe
$ sha1sum jdk-6u32-ea-bin-b02-windows-amd64-30_jan_2012.exe e4b3ecc9a4d5ef075ee448e23df93f12ee0174dc jdk-6u32-ea-bin-b02-windows-amd64-30_jan_2012.exe
$ wine --version wine-1.5.3-164-gdec3d50
Regards