Program hangs with "LISTVIEW_WindowProc unknown msg&quo
Program hangs with "LISTVIEW_WindowProc unknown msg&quo
Program: "Ultra Fractal 5"
Downloadable from: http://www.ultrafractal.com
Wine version: 1.4
Linux: Ubuntu 12.04 LTS
Terminal output:
fixme:system:SetProcessDPIAware stub!
err:listview:LISTVIEW_WindowProc unknown msg 108c wp=00000000 lp=00000000
fixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
Ultra Fractal 5 (or even X) hangs after "LISTVIEW_WindowProc unknown msg 108c".
No wine configuration change (but I tried native comdlg.dll, with the same result).
BTW: I (patched for my system and) recompiled wine 1.1.34,
compilation was successful; I then ran wine from the build dir,
and got the same message (among others).
Downloadable from: http://www.ultrafractal.com
Wine version: 1.4
Linux: Ubuntu 12.04 LTS
Terminal output:
fixme:system:SetProcessDPIAware stub!
err:listview:LISTVIEW_WindowProc unknown msg 108c wp=00000000 lp=00000000
fixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
Ultra Fractal 5 (or even X) hangs after "LISTVIEW_WindowProc unknown msg 108c".
No wine configuration change (but I tried native comdlg.dll, with the same result).
BTW: I (patched for my system and) recompiled wine 1.1.34,
compilation was successful; I then ran wine from the build dir,
and got the same message (among others).
Native comctl32.dll should help to work around the problem.
A bug report has been filed:
http://bugs.winehq.org/show_bug.cgi?id=30604
A bug report has been filed:
http://bugs.winehq.org/show_bug.cgi?id=30604
You mix up comdlg32 and comctl32. They're not the same.
Here you can get winetricks as well as read about the usage of it:
http://wiki.winehq.org/winetricks
is what you need.
Here you can get winetricks as well as read about the usage of it:
http://wiki.winehq.org/winetricks
Code: Select all
winetricks comctl32
OK. Thanks, I'll have a look at it.
In the meantime I compiled successfully wine-1.5.3.
The outcome is the same, so wine-1.5.3 is also affected.
---------------
rr@Aspire5230:~/Windows/uf5exe$ ~/wine-1.5.3/loader/wine --version
wine-1.5.3
rr@Aspire5230:~/Windows/uf5exe$ cat ufwine-1.5.3
export WINEPREFIX=~/.wine-1.5.3
export WINESERVER=~/wine-1.5.3/server/wineserver
export WINELOADER=~/wine-1.5.3/loader/wine
~/wine-1.5.3/loader/wine Uf5.exe
rr@Aspire5230:~/Windows/uf5exe$ ufwine-1.5.3
fixme:system:SetProcessDPIAware stub!
err:listview:LISTVIEW_WindowProc unknown msg 108c wp=00000000 lp=00000000
^C
fixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
--------------------
In the meantime I compiled successfully wine-1.5.3.
The outcome is the same, so wine-1.5.3 is also affected.
---------------
rr@Aspire5230:~/Windows/uf5exe$ ~/wine-1.5.3/loader/wine --version
wine-1.5.3
rr@Aspire5230:~/Windows/uf5exe$ cat ufwine-1.5.3
export WINEPREFIX=~/.wine-1.5.3
export WINESERVER=~/wine-1.5.3/server/wineserver
export WINELOADER=~/wine-1.5.3/loader/wine
~/wine-1.5.3/loader/wine Uf5.exe
rr@Aspire5230:~/Windows/uf5exe$ ufwine-1.5.3
fixme:system:SetProcessDPIAware stub!
err:listview:LISTVIEW_WindowProc unknown msg 108c wp=00000000 lp=00000000
^C
fixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
--------------------
The latest git version (wine-1.5.3-264-gde9d18c) already contains the fix for the problem.
http://source.winehq.org/git/wine.git/c ... e08550152f
http://source.winehq.org/git/wine.git/c ... e08550152f