ImgBurn fails to pass loading splash

Questions about Wine on Linux
Locked
Abbott
Level 1
Level 1
Posts: 5
Joined: Sat Jan 07, 2017 4:42 am

ImgBurn fails to pass loading splash

Post by Abbott »

I am using wine 2.0-rc3 on Arch x86_64 and trying to install and run ImgBurn 2.5.8.0. The application has a platinum rating and a confirmed test for my distro here. But after a successful installation using "wine SetupImgBurn_2.5.8.0.exe" and following through the prompts, I attempt to run the program using "wine ImgBurn.exe" in the "/home/Abbott/.wine/drive_c/Program Files (x86)/ImgBurn/" directory and get this output:

Code: Select all

arch% wine ImgBurn.exe 
fixme:msg:ChangeWindowMessageFilterEx 0x1004a 400 1 (nil)
fixme:shell:FileIconInit (true)
fixme:shell:SHGetKnownFolderIDList unsupported flags: 0x00001000
fixme:shell:SHGetKnownFolderIDList unsupported flags: 0x00001000
fixme:shell:SHGetKnownFolderIDList unsupported flags: 0x00001000
fixme:msg:ChangeWindowMessageFilter c05b 00000001
fixme:msg:ChangeWindowMessageFilter c04a 00000001
fixme:msg:ChangeWindowMessageFilter c05c 00000001
err:datetime:DATETIME_WindowProc unknown msg 2005 wp=00000001 lp=00000000
err:datetime:DATETIME_WindowProc unknown msg 2005 wp=00000001 lp=00000000
err:datetime:DATETIME_WindowProc unknown msg 2005 wp=00000001 lp=00000000
err:datetime:DATETIME_WindowProc unknown msg 2005 wp=00000001 lp=00000000
err:datetime:DATETIME_WindowProc unknown msg 2005 wp=00000001 lp=00000000
err:datetime:DATETIME_WindowProc unknown msg 2005 wp=00000001 lp=00000000
err:datetime:DATETIME_WindowProc unknown msg 2005 wp=00000001 lp=00000000
err:datetime:DATETIME_WindowProc unknown msg 2005 wp=00000001 lp=00000000
err:datetime:DATETIME_WindowProc unknown msg 2005 wp=00000001 lp=00000000
err:datetime:DATETIME_WindowProc unknown msg 2005 wp=00000001 lp=00000000
fixme:shell:SHAutoComplete stub
fixme:shell:SHAutoComplete stub
fixme:shell:SHAutoComplete stub
fixme:shell:SHAutoComplete stub
err:progress:ProgressWindowProc unknown msg 2005 wp=0001 lp=00000000
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:shell:SHGetFileInfoW set icon to shell size, stub
err:seh:setup_exception_record stack overflow 1904 bytes in thread 0009 eip 7eb7df1c esp 010a0bc0 stack 0x10a0000-0x10a1000-0x14a0000
^Cfixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
arch% 
ImgBurn hangs on the loading splash screen until I ^C, as visible in the output. Did I install incorrectly, or is there a different way I should be running the program?

Thanks.
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: ImgBurn fails to pass loading splash

Post by Bob Wya »

Hiya Abbott,

Imgburn 2.5.8.0 is working fine here with vanilla wine 2.0-rc4.

You will definitely need a 32-bit Wineprefix and the Wine Windows compatibility set to Windows XP.
The newer Windows API's, introduced with Windows Vista, appear to break Wine compatibility for Imgburn. This also affects earlier versions of Imgburn.
The visible symptom is that the program hangs at the splash screen.

If that stiill doesn't work for you - I'd suggest filing a WineHQ bug.
Bob
Abbott
Level 1
Level 1
Posts: 5
Joined: Sat Jan 07, 2017 4:42 am

Re: ImgBurn fails to pass loading splash

Post by Abbott »

Bob Wya wrote:Hiya Abbott,

Imgburn 2.5.8.0 is working fine here with vanilla wine 2.0-rc4.

You will definitely need a 32-bit Wineprefix and the Wine Windows compatibility set to Windows XP.
The newer Windows API's, introduced with Windows Vista, appear to break Wine compatibility for Imgburn. This also affects earlier versions of Imgburn.
The visible symptom is that the program hangs at the splash screen.

If that stiill doesn't work for you - I'd suggest filing a WineHQ bug.
Bob
Windows XP mode was my problem. Thank you very much!
Locked