http://bugs.winehq.org/show_bug.cgi?id=5757
rnejdl(a)ringofsaturn.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From rnejdl(a)ringofsaturn.com 2006-14-08 23:50 -------
Latest release of wine with FreeBSD fixes solved this problem. Thanks!
--
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=5957
------- Additional Comments From vitaliy(a)kievinfo.com 2006-14-08 23:12 -------
A screen-shot would be helpful here. Also is this a 3D/DDraw program with
standard GUI interface? If so, then it's a dup of Bug 2398 .
--
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=5960
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|MS Money 2004 trial does not|MS Money 2004 trial does not
|start |start unless you install
| |with
| |WINEDLLOVERRIDES="msxml3=n"
------- Additional Comments From dank(a)kegel.com 2006-14-08 23:05 -------
Didn't need to, as it turns out. After some digging,
the key lines in the log (as shown by +relay,+process) are:
err:ole:CoGetClassObject class {f5078f32-c551-11d3-89b9-0000f81fe221} not registered
... 24 lines ...
0009:Call msvcrt._CxxThrowException(0032e7cc,2a7942d8) ret=2a791ec6
... 98 lines ...
trace:process:CreateProcessW app (null) cmdline L"\"C:\\Program Files\\Microsoft
Money\\System\\dw15.exe\" -x -s 180"
(dw15 is an error-reporting helper app.)
That GUID is associated with msxml3. I figure MS Money would have
installed that if Wine didn't report it had one, and sure enough,
blowing away .wine and reinstalling with
WINEDLLOVERRIDES="msxml3=n"
and then running with the same override got past the crash!
So the bug is that our msxml3 implementation isn't complete enough for this app.
(You also have to have the IE6 registry key set for the app to start;
see e.g. http://kegel.com/wine/fakeie.sh.txt)
--
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=5960
------- Additional Comments From mike(a)codeweavers.com 2006-14-08 22:23 -------
Try something like this so you can get a backtrace:
diff --git a/dlls/kernel/except.c b/dlls/kernel/except.c
index 8ff81f2..52ed468 100644
--- a/dlls/kernel/except.c
+++ b/dlls/kernel/except.c
@@ -489,7 +489,7 @@ LPTOP_LEVEL_EXCEPTION_FILTER WINAPI SetU
LPTOP_LEVEL_EXCEPTION_FILTER filter )
{
LPTOP_LEVEL_EXCEPTION_FILTER old = top_filter;
- top_filter = filter;
+ //top_filter = filter;
return old;
}
--
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=5960
Summary: MS Money 2004 trial does not start
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-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
After applying James' patch, MS Money 2004 trial installs properly.
However, it crashes on startup, with the following messages:
err:ole:CoGetClassObject class {f5078f32-c551-11d3-89b9-0000f81fe221} not regist
ered
err:ole:CoGetClassObject no class object {f5078f32-c551-11d3-89b9-0000f81fe221}
could be created for context 0x1
fixme:imm:ImmDisableIME (-1): stub
fixme:advapi:RegisterEventSourceW ((null),L"Microsoft Money"): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0001,0x0000,0x000003e8,(nil),0x0005,0x00
00004c,0x7e2be850,0x7e2be414): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x000003e8,(nil),0x0005,0x00
00004c,0x168060,0x7e2be414): stub
err:eventlog:ReportEventW L"msmoney.exe"
err:eventlog:ReportEventW L"12.0.0.613"
err:eventlog:ReportEventW L""
err:eventlog:ReportEventW L"0.0.0.0"
err:eventlog:ReportEventW L"00000000"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:wininet:InternetGetConnectedState always returning LAN connection.
It's a bit hard to tell where the real error is in a bigger log
(like +relay or +module).
--
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=5959
willie(a)froq.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry,
| |regression
--
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=5959
Summary: OpenGL demos by ASD are mostly black
Product: Wine
Version: CVS
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: willie(a)froq.net
I just tested two demos by ASD, one of them used to work perfectly on Wine a
while ago. Now, the demo starts and seems to work just fine, but it only shows
a black screen most of the time. Only 2D stuff, like the images or grain
effects are drawn. Everything 3D is missing. The only message written to the
console is:
fixme:wgl:wglChoosePixelFormatARB unused pfAttribFList
The demos in question are Iconoclast and Animal Attraction available at:
http://www.pouet.net/prod.php?which=18350 (Iconoclast)
http://www.pouet.net/prod.php?which=24464 (Animal Attraction)
--
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.