https://bugs.winehq.org/show_bug.cgi?id=52006
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Nokia SDK 2.0 emulator |Nokia SDK 2.0 emulator |stuck at 98% |stuck at 98% with Java SE | |Development Kit 6u23+
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello Josesk,
I could indeed reproduce the "hang" issue with JDK 6u23. If the percentage in the splash screen gets past 20% before the emulator UI shows up, then it's likely to happen and you don't need to wait until it gets to 98%.
JDK 6u22 works with theming, indicating something has changed in JDK 6u23 that affects Wine (still a Wine bug though).
https://www.oracle.com/java/technologies/javase-java-archive-javase6-downloa...
https://www.oracle.com/java/technologies/javase/6u23-relnotes.html
Existing JRE/JDK v6/1.6.x snapshots from Oracle CDN (there are probably many more from other sites/mirrors):
--- snip --- $ wget http://web.archive.org/cdx/search/cdx?url=%22download.oracle.com/otn/java/jd..." -q -O - | grep application/ --- snip ---
I've created snapshots for JDK 6u22 and 6u23 on archive.org to have stable links for reproducing bugs:
https://web.archive.org/web/20211113090612/https://download.oracle.com/otn/j...
$ sha1sum jdk-6u22-windows-i586.exe 87460be91849bec171bacfe0f7f2864bf20108fb jdk-6u22-windows-i586.exe
$ du -sh jdk-6u22-windows-i586.exe 76M jdk-6u22-windows-i586.exe
https://web.archive.org/web/20211113082244/https://download.oracle.com/otn/j...
$ sha1sum jdk-6u23-windows-i586.exe a100abebb368bb2ff744a2a895e807d8a7438ef7 jdk-6u23-windows-i586.exe
$ du -sh jdk-6u23-windows-i586.exe 77M jdk-6u23-windows-i586.exe
Regards