[Bug 38811] New: jre-8u45-windows-i586.exe installer crashes (GetThreadPreferredUILanguages is a stub)
https://bugs.winehq.org/show_bug.cgi?id=38811 Bug ID: 38811 Summary: jre-8u45-windows-i586.exe installer crashes (GetThreadPreferredUILanguages is a stub) Product: Wine Version: 1.7.45 Hardware: x86 URL: http://javadl.sun.com/webapps/download/AutoDL?BundleId =106246 OS: Linux Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs(a)winehq.org Reporter: dimesio(a)earthlink.net Depends on: 38624 Distribution: SUSE Filing per https://bugs.winehq.org/show_bug.cgi?id=38624#c1. Tested in wine-1.7.45-213-g4f3acf3. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38811 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #1 from super_man(a)post.com --- still valid issue. changing the return code from TRUE to FALSE didnt seem to make a difference. also the function is missing all the flags msdn article https://msdn.microsoft.com/en-us/library/windows/desktop/dd318128%28v=vs.85%... wine 1.7.55 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38811 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda(a)volny.cz --- Comment #2 from Anastasius Focht <focht(a)gmx.net> --- *** Bug 39700 has been marked as a duplicate of this bug. *** -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38811 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net Summary|jre-8u45-windows-i586.exe |Java JRE 8 installer |installer crashes |'jre-8uXX-windows-i586.exe' |(GetThreadPreferredUILangua |crashes on startup |ges is a stub) |(GetThreadPreferredUILangua | |ges is a stub) --- Comment #3 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, refining summary to avoid dupes. Obviously still present. Regards -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38811 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000(a)yahoo.co.uk --- Comment #4 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> --- Created attachment 53422 --> https://bugs.winehq.org/attachment.cgi?id=53422 semi-stub for GetThreadPreferredUILanguages I fixed up attached semi-stub to let the installer proceed though I'm pretty sure there's a lot to improve on this patch -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38811 --- Comment #5 from super_man(a)post.com --- The crash is still there without patch. With the patch it goes forward but it doesnt install cleanly. err:msi:ITERATE_Actions Execution halted, action L"installexe" returned 1627 wine-1.9.1-59-gf2ceadc +patch -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38811 Jeff D. Hanson <jhansonxi(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jhansonxi(a)gmail.com --- Comment #6 from Jeff D. Hanson <jhansonxi(a)gmail.com> --- I tried to install it (without the patch) and set the language on the command line but it still failed; http://www.oracle.com/technetwork/java/javase/silent-136552.html I noticed the (Java 6) language ID list is short: http://docs.oracle.com/javase/6/docs/technotes/guides/deployment/deployment-... I'm not a dev so I don't know if/how Wine interacts with host language settings but if the installer is depending on a valid response maybe faking it from a registry value would be quick solution. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38811 Joerg Schiermeier <mywine(a)schiermeier-it.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mywine(a)schiermeier-it.de --- Comment #7 from Joerg Schiermeier <mywine(a)schiermeier-it.de> --- Using wine-1.9.6: got an error. So this is still present in actual wine. And Oracle unfortunately drops his support for JRE v7 which was the only working alternative to come around this bug. See: http://www.java.com/en/download/faq/java_7.xml -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38811 gesell <vongesell(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vongesell(a)gmail.com --- Comment #8 from gesell <vongesell(a)gmail.com> --- I could install jre-8u5-windows-x64.exe or jre-8u5-windows-i586.exe. Attempting later builds fails. Tested in wine 1.9.7. When trying lates jre I get the following: ```$ wine jre-8u77-windows-x64.exe fixme:heap:RtlSetHeapInformation 0x240000 0 0x23fce0 4 stub fixme:heap:RtlSetHeapInformation 0x240000 0 0x23fce0 4 stub fixme:thread:GetThreadPreferredUILanguages 52, 0x23f728, (nil) 0x23f724 fixme:thread:GetThreadPreferredUILanguages 52, 0x23f728, (nil) 0x23f724 wine: Unhandled exception 0x40000015 in thread d at address 0x140086565 (thread 000d), starting debugger... Can't attach process 0026: error 5``` -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38811 --- Comment #9 from gesell <vongesell(a)gmail.com> --- Also when executing the install of jre-8u77-windows-**.exe a UI dialog window with the title "Wine program crash" shows up with the message "Internal errors - invalid parameters received" -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38811 Vaclav Cermak <disnel(a)disnel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |disnel(a)disnel.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38811 Stefan Leichter <Stefan.Leichter(a)camLine.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Stefan.Leichter(a)camLine.com --- Comment #10 from Stefan Leichter <Stefan.Leichter(a)camLine.com> --- Does https://source.winehq.org/git/wine.git/commitdiff/c90845cf9330e7b731508ee5e4... make a difference? Please retest in wine 1.9.9 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38811 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #11 from Rosanne DiMesio <dimesio(a)earthlink.net> --- This is fixed in 1.9.9. Tested jre-8u45-windows-i586.exe. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38811 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |c90845cf9330e7b731508ee5e40 | |616341bdb7ad0 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38811 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.9.10. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38811 Michael Stefaniuc <mstefani(a)redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mstefani(a)redhat.com Target Milestone|--- |1.8.x -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38811 Michael Stefaniuc <mstefani(a)redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.8.x |--- --- Comment #13 from Michael Stefaniuc <mstefani(a)redhat.com> --- Removing 1.8.x milestone from bugs included in 1.8.4. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38811 Andrey <raziel943(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |raziel943(a)gmail.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla