http://bugs.winehq.org/show_bug.cgi?id=5751
Summary: Corel Word Perfect X3 installer crash in
MsiProcessMessage
Product: Wine
Version: CVS
Platform: Other
URL: http://www.corel.com/servlet/Satellite?pagename=Corel3/D
ownloads/Trials
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
You don't even need to do anything but start the installer
to get it to crash. Log highlights:
...
fixme:msi:ACTION_AppSearchReg AppSearch unimplemented for type 1 (key path
L"SOFTWARE\\Classes\\mailto\\shell\\open\\command", value (null))
fixme:msi:ACTION_AppSearchComponents AppSearch unimplemented for CompLocator
table (GUID L"{E28CC994-7032-4FD5-9527-255849FDFE6E}")
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x7edb6e9a).
...
=>1 0x7edb6e9a MSI_ProcessMessage+0x865(package=0x5a0020,
eMessageType=0x8000000, record=0x62bce0)
[/home/dank/wine-git/dlls/msi/../../include/wine/unicode.h:203] in msi (0x7edb6e9a)
2 0x7edb705d MsiProcessMessage+0x67(hInstall=0x1, eMessageType=0x8000000,
hRecord=0x2) [/home/dank/wine-git/dlls/msi/package.c:758] in msi (0x7edb705d)
3 0x1000b671 in msi61f2.tmp (+0xb671) (0x1000b671)
4 0x7ed96da5 DllThread+0x3be(info=0x604818)
[/home/dank/wine-git/dlls/msi/custom.c:438] in msi (0x7ed96da5)
...
0x7edb6e9a MSI_ProcessMessage+0x865
[/home/dank/wine-git/dlls/msi/../../include/wine/unicode.h:203] in msi: cmpw
$0,0x0(%ecx)
203 while (*s) s++;
--
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=2547
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|mike(a)codeweavers.com |truiken(a)gmail.com
Status|ASSIGNED |NEW
------- Additional Comments From dank(a)kegel.com 2006-24-07 15:15 -------
Corel doesn't seem to offer this as a download anymore, but I found it at
http://www.winplanet.com/file/22015.htm
Installer still fails with today's CVS.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3590
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dank(a)kegel.com
AssignedTo|wine-bugs(a)winehq.org |truiken(a)gmail.com
Status|ASSIGNED |NEW
------- Additional Comments From dank(a)kegel.com 2006-24-07 14:51 -------
Problem still there with wine from git today. The key
error messages from the console are still
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
err:msi:process_action_return_value Invalid Return Code 1607
err:msi:ITERATE_Actions Execution halted, action L"UpdateEditIDLE" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
If it helps any, I think the source for the MSI installer
is at http://svn.python.org/view/python/branches/release24-maint/Tools/msi/
and yes, those insane clowns wrote the MSI installer in Python.
--
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=5702
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-24-07 13:57 -------
hack that works for my videocard (ATI) to get Max visible again:
--- a/dlls/wined3d/directx.c
+++ b/dlls/wined3d/directx.c
@@ -227,7 +227,7 @@ static void select_shader_mode(
} else if (gl_info->supported[ARB_VERTEX_PROGRAM]) {
*vs_selected = SHADER_ARB;
/* ARB shaders seem to have an implicit PARAM when fog is used, so we
need to subtract 1 from the total available */
- gl_info->max_vshader_constantsF = gl_info->vs_arb_constantsF - 1;
+ gl_info->max_vshader_constantsF = gl_info->vs_arb_constantsF - 2;
} else {
*vs_selected = SHADER_SW;
}
--
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=5547
------- Additional Comments From infyquest(a)gmail.com 2006-24-07 13:50 -------
Can test with wine 0.9.17 and/or with git/0.9.18(soon to be released)
Several regressions have been fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4051
------- Additional Comments From 412(a)gmx.net 2006-24-07 13:29 -------
I receive the same error named above
Ubuntu Dapper 6.06 | wine 0.9.17
--
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=3835
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
--
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.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3399
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-directx |wine-directx-d3d
Keywords|NoAppDBEntry |
------- Additional Comments From jan.wine(a)zerebecki.de 2006-24-07 13:06 -------
Did you try this again with a recent wine versions, after all these d3d changes?
--
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.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=5547
------- Additional Comments From me(a)gn0me.org 2006-24-07 13:06 -------
Loads up for half a second, freezes on a single frame and hangs.
--
fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x7fe74f00) : stub,
emulating 64MB for now, returning 64MB
fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x7fe74880)->(0x10024,00000c13)
fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x7fe74880) Unhandled flag
DDSCL_MULTITHREADED, Uh Oh...
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16
fixme:d3d:IWineD3DDeviceImpl_SetRenderState
(0x7fe74f00)->(WINED3DRS_MULTISAMPLEMASK,-1) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState
(0x7fe74f00)->(WINED3DRS_PATCHEDGESTYLE,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState
(0x7fe74f00)->(WINED3DRS_PATCHSEGMENTS,1065353216) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState
(0x7fe74f00)->(WINED3DRS_DEBUGMONITORTOKEN,1) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState
(0x7fe74f00)->(WINED3DRS_POSITIONDEGREE,3) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState
(0x7fe74f00)->(WINED3DRS_NORMALDEGREE,1) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState
(0x7fe74f00)->(WINED3DRS_MINTESSELLATIONLEVEL,1065353216) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState
(0x7fe74f00)->(WINED3DRS_MAXTESSELLATIONLEVEL,1065353216) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState
(0x7fe74f00)->(WINED3DRS_ADAPTIVETESS_X,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState
(0x7fe74f00)->(WINED3DRS_ADAPTIVETESS_Y,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState
(0x7fe74f00)->(WINED3DRS_ADAPTIVETESS_Z,1065353216) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState
(0x7fe74f00)->(WINED3DRS_ADAPTIVETESS_W,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fe74f00)->(WINED3DRS_ENABLEADAPTIVE
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3488
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?, NoAppDBEntry
------- Additional Comments From jan.wine(a)zerebecki.de 2006-24-07 13:04 -------
Please retest with a current wine, as much has changed in our d3d8 implementation.
--
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.