http://bugs.winehq.org/show_bug.cgi?id=3793
------- Additional Comments From hverbeet(a)gmail.com 2006-15-08 09:50 -------
Please run with +fullscreen 0, it should give you a more specific error message.
Going by the log though, it's likely that you haven't got some video mode available.
--
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=5966
------- Additional Comments From dank(a)kegel.com 2006-15-08 09:46 -------
Nope, even after exiting firefox and rerunning, I still see
Considering: firefox
argv[1]: http://go.microsoft.com/fwlink/?LinkId=11592
shell-init: error retrieving current directory: getcwd: cannot access parent
directories: No such file or directory
(though the Firefox error dialog is gone).
Going to that URL by hand and installing the win2k version of wmp9
runs into bug 1886,
err:ole:CoGetClassObject no class object {cfc399af-d876-11d0-9c10-00c04fc99c8e}
could be created for context 0x1
That's our old friend msxml3. I didn't try using native yet.
--
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=5966
------- Additional Comments From dank(a)kegel.com 2006-15-08 09:35 -------
Robert Reif's patch,
http://marc.theaimsgroup.com/?l=wine-patches&m=115538272509747&w=2
gets you past this (once you fix the one wrapped line).
The next thing that happens is the message
"Plus! Photo Story 2 LE requires Windows Media Player 9 Series. To install the
Player now, click Download...."
Clicking download yielded a Firefox message saying I needed to close
Firefox and reboot my system :-(
I'll save this note, close firefox, and try again...
--
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=5966
Summary: Microsoft Photostory 2 LE trial fails to install
Product: Wine
Version: CVS
Platform: Other
URL: http://www.microsoft.com/windows/plus/tryit.asp
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This app requires XP, but setting XP in winecfg isn't enough yet.
The installer fails because of a missing function in kernel32:
trace:module:load_dll Found loaded module L"c:\\windows\\system32\\kernel32.dll"
for L"c:\\windows\\system32\\KERNEL32.DLL" at 0x7ee80000, count=25
000f:Ret kernel32.LoadLibraryA() retval=7ee80000 ret=010040d9
000f:Call kernel32.GetProcAddress(7ee80000,01001624 "GetNativeSystemInfo")
ret=010040f2
000f:Call ntdll.LdrGetProcedureAddress(7ee80000,0033fbd0,00000000,0033fbd8)
ret=7eebc0c9
000f:Ret ntdll.LdrGetProcedureAddress() retval=c000007a ret=7eebc0c9
000f:Call ntdll.RtlNtStatusToDosError(c000007a) ret=7eebc0d8
000f:Ret ntdll.RtlNtStatusToDosError() retval=0000007f ret=7eebc0d8
000f:Ret kernel32.GetProcAddress() retval=00000000 ret=010040f2
000f:Call kernel32.OutputDebugStringA(0100160c "Failed GetProcAddress") ret=01004101
...
000f:Call kernel32.WideCharToMultiByte(00000000,00000000,0017b3a0 L"The Plus!
Photo Story 2 LE Installation Wizard cannot continue because Microsoft Windows
XP is not installed on your computer. See the Microsoft Plus! home page at
http://www.microsoft.com/plus/ to verify that your computer meets the system
requirements for Plus! Photo Story 2
LE.",00000119,00370698,000001ff,00000000,00000000) ret=7ed2721b
--
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=3793
------- Additional Comments From ben(a)atomnet.co.uk 2006-15-08 09:13 -------
Created an attachment (id=3294)
--> (http://bugs.winehq.org/attachment.cgi?id=3294&action=view)
Wine 0.9.19 log with native d3dx9_25.dll
Game still doesn't work. It installs and updates fine, even passes the copy
protection (which is Safedisc 4.X so I was impressed at that) the screen then
goes back for about a second then drops back to the desktop.
Log attached for current GIT version of Wine (using a native d3dx9_25.dll
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=5940
------- Additional Comments From pgr(a)arcelectronicsinc.com 2006-15-08 09:08 -------
See bug 5493 for the debugger dwarf2 looping problem.
--
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=3797
------- Additional Comments From elektroschock(a)linuxmail.org 2006-15-08 08:50 -------
/dlls/comctl32/rebar.c
738 REBAR_AdjustBands (REBAR_INFO *infoPtr, UINT rowstart, UINT rowend,
739 INT maxx, INT mcy)
740 /* Function: This routine distributes the extra space in a row. */
741 /* See algorithm below. */
742 /* On entry: */
743 /* all bands @ ->cxHeader size */
744 /* start and end bands are *not* hidden */
...
810 if ((x >= maxx) || (last_adjusted != -1)) {
811 if (x > maxx) {
812 ERR("Phase 1 failed, x=%d, maxx=%d, start=%u, end=%u\n",
813 x, maxx, rowstart, rowend);
--
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=5965
Summary: MS Money 2007 deluxe trial setup fails
Product: Wine
Version: CVS
Platform: Other
URL: http://money.mvps.org/downloads/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
To repeat, use winecfg to select Windows XP, then
run mny07trl.exe. This aborts fairly early with
err:msi:ITERATE_Actions Execution halted, action L"SxsInstallCA" returned 1603
That error also occurs in bug 4517.
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=149470&SiteID=1
has some interesting musings about that action, fwiw.
--
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.