http://bugs.winehq.org/show_bug.cgi?id=31742
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW URL| |http://mirror.thekeelecentr | |e.com/pub/java/jre-6u33-win | |dows-x64.exe CC| |focht@gmx.net Ever Confirmed|0 |1
--- Comment #4 from Anastasius Focht focht@gmx.net 2013-10-03 10:33:15 CDT --- Hello folks,
confirming. The installation seems fine but there is a crash in post-install action.
Can be reproduced by running following command line:
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Java/jre6/bin
$ wine ./javaw.exe com.sun.servicetag.Installer -source "Windows JRE installer" ... fixme:heap:HeapSetInformation 0x240000 0 0x23fc40 4 fixme:seh:RtlAddFunctionTable 0x640170 1 640000: stub fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub! fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub! fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub! fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub! fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub! wine: Unhandled page fault on read access to 0x00000000 at address 0x6d92116c (thread 0051), starting debugger... Unhandled exception: page fault on read access to 0x00000000 in 64-bit code (0x000000006d92116c). Register dump: rip:000000006d92116c rsp:000000000063e210 rbp:000000000003cbf8 eflags:00010246 ( R- -- I Z- -P- ) rax:0000000000000000 rbx:000000000003bfb8 rcx:0000000000000080 rdx:0000000000000000 rsi:000000000003aed0 rdi:000000000003b1d0 r8:00000000ffffffff r9:0000000000000000 r10:0000000000000000 r11:0000000000000000 r12:0000000000000000 r13:0000000000000000 r14:000000000003cc18 r15:0000000000000001 Stack dump: ... Backtrace: =>0 0x000000006d92116c in jvm (+0x12116c) (0x000000000003cbf8) 1 0x000000006d930e7a in jvm (+0x130e79) (0x000000000003cbf8) 2 0x00000000004024e4 in javaw (+0x24e3) (0x000000000003cbf8) 3 0x000000000040a4d4 in javaw (+0xa4d3) (0x000000000063e650) 4 0x00007f2f8abfdc13 call_thread_func+0x4e(entry=0x40a440, arg=0x245a40, frame=0x63e660) [/home/focht/projects/wine/wine-git/dlls/ntdll/signal_x86_64.c:3230] in ntdll (0x000000000063e650) 5 0x00007f2f8abfdcca call_thread_entry_point+0x29() in ntdll (0x000000000063ef10) 6 0x00007f2f8ac0748e start_thread+0x191(info=0x7fffff7e57d0) [/home/focht/projects/wine/wine-git/dlls/ntdll/thread.c:417] in ntdll (0x000000000063ef10) --- snip ---
$ du -sh jre-6u33-windows-x64.exe 17M jre-6u33-windows-x64.exe
$ sha1sum jre-6u33-windows-x64.exe db55af3f28cab9cdf02ead28dd7fa9f0c827f876 jre-6u33-windows-x64.exe
$ wine --version wine-1.7.3-187-gec28040
Regards