http://bugs.winehq.org/show_bug.cgi?id=4137
Summary: cant click RadioButton in installer
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b.buschinski(a)web.de
in the hl2 installer I cant click the
"accept" RadioButton, it does not check, so I cant go on
wine cvs 20051222
buscher@kuehlschrank ~ $ wine /mnt/cdrom/setup.exe
fixme:msi:MsiInstallProductW L"D:\\hl2_German.msi" (null)
fixme:ole:OLEPictureImpl_Load Failure while reading picture header (hr is 1,
nread is 8).
fixme:ole:OLEPictureImpl_get_Handle Unimplemented type -1
err:msi:msi_load_picture failed to get bitmap handle
err:msi:msi_dialog_bitmap_control Failed to load bitmap L"side16"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
fixme:msi:MsiGetMode STUB (iRunMode=16)
fixme:ole:OLEPictureImpl_Load Failure while reading picture header (hr is 1,
nread is 8).
fixme:ole:OLEPictureImpl_get_Handle Unimplemented type -1
err:msi:msi_load_picture failed to get bitmap handle
err:msi:msi_dialog_bitmap_control Failed to load bitmap L"side16"
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:ole:OLEPictureImpl_Load Failure while reading picture header (hr is 1,
nread is 8).
fixme:ole:OLEPictureImpl_get_Handle Unimplemented type -1
err:msi:msi_load_picture failed to get bitmap handle
err:msi:msi_dialog_bitmap_control Failed to load bitmap L"top16"
err:msi:ITERATE_Actions Execution halted, action L"Welcome_Dialog" returned 1602
I dont think a screenshot is nessasary but if you need one, I will create and
post one
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3966
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-23-12 12:56 -------
So I see the only difference in 'oleaut32.dll' being loaded as native or builtin:
--- wine-3966-CVS_050616_11-44-00_iss_num-dlls.log
+++ wine-3966-CVS_050616_11-44-00_iss_num-dlls-2.log
@@ -24,7 +24,8 @@
trace:loaddll:load_builtin_dll Loaded module L"...tem\\urlmon.dll" : builtin
trace:loaddll:load_builtin_dll Loaded module L"...tem\\lz32.dll" : builtin
trace:loaddll:load_builtin_dll Loaded module L"...tem\\version.dll" : builtin
-trace:loaddll:load_builtin_dll Loaded module L"...tem\\oleaut32.dll" : builtin
+trace:loaddll:load_builtin_dll Loaded module L"...tem\\msvcrt.dll" : builtin
+trace:loaddll:load_native_dll Loaded module L"...tem\\OLEAUT32.dll" : native
trace:loaddll:load_builtin_dll Loaded module L"...tem\\winmm.dll" : builtin
trace:loaddll:load_native_dll Loaded module L"C:\\Program Files\\Common
Files\\Microsoft Shared\\VFP\\VFP7r.dll" : native
trace:loaddll:load_builtin_dll Loaded module L"...tem\\wineoss.drv" : builtin
If WINEDLLOVERRIDES='oleaut32=n' wine ... helps (it will require a real DLL
file, from DCOM95 for example), this probably means Wine has a bug in its OLE
automation susbsystem.
BTW, I see some interesting output in failing case:
| trace:loaddll:load_builtin_dll Loaded module L"...tem\\oleacc.dll" : builtin
| err:ole:TLB_ReadTypeLib Loading of typelib L"oleacc.dll" failed with error 1812
| fixme:cursor:CURSORICON_SimulateLoadingFromResourceW broken file
L"d:\\06bt000a.tmp"
| fixme:cursor:CURSORICON_SimulateLoadingFromResourceW broken file
L"d:\\06bt000b.tmp"
| trace:loaddll:load_builtin_dll Loaded module L"...tem\\msvcrt.dll" : builtin
So if the line 'TLB_ReadTypeLib Loading of typelib L"oleacc.dll" failed with
error 1812' doesn't lie, the developers can try finding the reason for this.
Maybe ask about this on wine-devel.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4136
Summary: hl2 installer without pictures
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b.buschinski(a)web.de
when I try to install hl2 the installer has no pictures
and no white background a usual
Its a new bug, with cvs 20051219 the pictures work
probably an ole issues?
http://source.winehq.org/git/?p=wine.git;a=commit;h=707fa2c3a25421a0a805ab4…
buscher@kuehlschrank ~ $ wine /mnt/cdrom/setup.exe
fixme:msi:MsiInstallProductW L"D:\\hl2_German.msi" (null)
fixme:ole:OLEPictureImpl_Load Failure while reading picture header (hr is 1,
nread is 8).
fixme:ole:OLEPictureImpl_get_Handle Unimplemented type -1
err:msi:msi_load_picture failed to get bitmap handle
err:msi:msi_dialog_bitmap_control Failed to load bitmap L"side16"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
fixme:msi:MsiGetMode STUB (iRunMode=16)
fixme:ole:OLEPictureImpl_Load Failure while reading picture header (hr is 1,
nread is 8).
fixme:ole:OLEPictureImpl_get_Handle Unimplemented type -1
err:msi:msi_load_picture failed to get bitmap handle
err:msi:msi_dialog_bitmap_control Failed to load bitmap L"side16"
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:ole:OLEPictureImpl_Load Failure while reading picture header (hr is 1,
nread is 8).
fixme:ole:OLEPictureImpl_get_Handle Unimplemented type -1
err:msi:msi_load_picture failed to get bitmap handle
err:msi:msi_dialog_bitmap_control Failed to load bitmap L"top16"
err:msi:ITERATE_Actions Execution halted, action L"Welcome_Dialog" returned 1602
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4135
------- Additional Comments From david.ronis(a)mcgill.ca 2005-23-12 12:45 -------
Oops, I just realized that I'd reported this before (bug: 3721). The fix I
mentioned there still works, but the real solution should be incorporated into
the makefiles.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4134
Summary: Wine hangs when quitting Warcraft III using wine-0.9.4
Product: Wine
Version: 0.9.3.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olger901(a)gmail.com
Wine hangs when quitting Warcraft III using wine-0.9.4, forcing me to alt tab
and kill the process manually. (I only had the option to choose 0.9.3 guess not
updated yet.
The file is attached in the warcrafterror file
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4125
------- Additional Comments From dank(a)kegel.com 2005-23-12 10:44 -------
The Wine source says
"BUGS : still seems to not refresh correctly sometimes"
so maybe it's a refresh/drawing problem you were running into.
Can you give more precise steps to reproduce the bug?
BTW you can tell wine's comclg32.dll to log by running with the environment
variable WINEDEBUG set to +commdlg. When I do this with webed, I get
trace:commdlg:DllMain (0x7b260000, 1, (nil))
trace:commdlg:ChooseColorW ChooseColor
once I click on the 'Show this color' button.
But when I do this with your colortest program,
the error dialog comes up, and wine does not seem to load that dll at all.
I'm testing now with wine-0.9.4 and an empty ~/.wine.
I'll see if I can pick up a copy of Visual Basic 6 on ebay
so I can debug this kind of thing better.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4089
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Games hang with |Running HOMM causes games to
|err:ntdll:RtlpWaitForCritica|hang with
|lSection |err:ntdll:RtlpWaitForCritica
| |lSection
------- Additional Comments From alex(a)thehandofagony.com 2005-23-12 09:34 -------
I have been able to find the cause of the problem. These problems occur if I
run the game 'Heroes of Might and Magic'. It is not caused by the installation,
and the problem does not go away if I uninstall Heroes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.