https://bugs.winehq.org/show_bug.cgi?id=51628
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://web.archive.org/web | |/20210819094918/https://sof | |tpedia-secure-download.com/ | |dl/cdc4ff091f2abe041e966cd4 | |8078eedc/611e283c/100160914 | |/software/programming/Samsu | |ng_sdk_1.2.2.exe Keywords| |download Resolution|--- |FIXED CC| |focht@gmx.net Component|-unknown |gdi32 Status|REOPENED |RESOLVED
--- Comment #14 from Anastasius Focht focht@gmx.net --- Hello folks,
next time please provide *exact* instructions on all artifacts, including download link to used JDK and the command line to be run. If those are in other bugs, either copy them (preferred) and/or link bug reports.
Stable download links via Internet Archive:
Samsung SDK 1.2.2 for Java ME
https://web.archive.org/web/20210819094918/https://softpedia-secure-download...
$ sha1sum Samsung_sdk_1.2.2.exe 88789b058f468ab28f5bea6de046e5c9649980eb Samsung_sdk_1.2.2.exe
$ du -sh Samsung_sdk_1.2.2.exe 61M Samsung_sdk_1.2.2.exe
Original vendor page: http://web.archive.org/web/20150322214547/http://developer.samsung.com/java/...
JDK 1.6
https://web.archive.org/web/20111129235500/http://download.oracle.com/otn-pu...
$ sha1sum jdk-6u26-windows-i586.exe 4745fa7b3f82053363ba2e29a2c111f1c2a737dc jdk-6u26-windows-i586.exe
$ du -sh jdk-6u26-windows-i586.exe 77M jdk-6u26-windows-i586.exe
Just a guess because OP didn't provide instructions what to run.
--- snip --- $ pwd /home/focht/.wine/drive_c/Samsung_SDK_122/bin
$ wine ./ktoolbar.exe
# or any other $ wine cmd.exe /c DefaultDevice.bat ... C:\Samsung_SDK_122\bin>C:\PROG~5P2\Java\JDK1~OW0.0_2\bin\java.exe -Dkvem.home="C:\Samsung_SDK_122" -cp C:\SAMS~45M\wtklib\substance.jar;C:\SAMS~45M\wtklib\kenv.zip;C:\SAMS~45M\wtklib\ktools.zip com.sun.kvem.preferences .DefaultDeviceWindow ... --- snip ---
I could reproduce the black window with Wine 6.15 but not with Wine 6.16 release. Wine 6.14 works fine as well.
It was most likely a regression from work on the GDI syscall interface (gdi32).
$ wine --version wine-6.16
Regards