http://bugs.winehq.org/show_bug.cgi?id=5139
------- Additional Comments From ead1234(a)hotmail.com 2006-25-07 22:20 -------
I get the same thing with mike's patch.
trace:msi:ready_media_for_file Unable to query row
err:msi:ACTION_InstallFiles Unable to ready media
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1627
--
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=5757
Summary: MSMONEY crashes
Product: Wine
Version: 0.9.17.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rnejdl(a)ringofsaturn.com
I am not able to run a very old version of MSMONEY (for windows 3.1). For about
the last 3 or 4 versions of WINE, my sound.dll error has gone away and instead,
this app just crashes. I am attaching debug output for assistance in solving this.
[tethys]:/usr/ports/emulators/wine> uname -a
FreeBSD tethys.ringofsaturn.com 6.1-STABLE FreeBSD 6.1-STABLE #1: Sun Jun 18
14:06:31 CDT 2006 root@tethys.ringofsaturn.com:/usr/obj/usr/src/sys/SATURN i386
[tethys]:/usr/ports/emulators/wine>
[tethys]:/usr/ports/emulators/wine> pkg_info | grep wine
wine-0.9.17,1 Microsoft Windows compatibility layer for Unix-like systems
[tethys]:/usr/ports/emulators/wine>
Here's the output from the console (with no debugging)
wine MSMONEY.EXE
wine: Unhandled stack overflow at address 0x9c03259f (thread 0009), starting
debugger...
WineDbg starting on pid 0x8
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\winevdm.exe
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\winex11.drv
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\imm32.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\winedos.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\winedos.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\imm32.dll
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\winex11.drv
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image c:\windows\system32\winevdm.exe
Unhandled exception: stack overflow in 32-bit code (0x9c03259f).
file_set_error: Bad address
file_set_error: Bad address
Register dump:
CS:0033 SS:003b DS:003b ES:003b FS:1007 GS:001b
EIP:9c03259f ESP:0034fad0 EBP:0034fb08 EFLAGS:00010202( - 00 - -RI1)
EAX:00000000 EBX:0000008c ECX:00000023 EDX:00000000
ESI:000f0400 EDI:000f0400
Stack dump:
0x0034fad0: 000f0400 9cfc52f8 000fe6f5 9cf9329b
0x0034fae0: 000f0400 00000000 0000008c 9c07dca3
0x0034faf0: 0000100f 00000000 000f0000 9cfc52f8
0x0034fb00: 0034fb50 0000100f 0034fb38 9cf939f6
0x0034fb10: 9c2e3320 9bf3e12c 0034fb38 9bf3b729
0x0034fb20: 0000100f 000000b7 0034fb50 9cfc52f8
0200: sel=1007 base=00110000 limit=00001fff 32-bit rw-
Backtrace:
=>1 0x9c03259f (0x9c03259f)
2 0x9cf939f6 in winedos (+0x139f6) (0x9cf939f6)
3 0x9cf93b64 in winedos (+0x13b64) (0x9cf93b64)
4 0x9cf9421e in winedos (+0x1421e) (0x9cf9421e)
5 0x9cfb8cfc in winedos (+0x38cfc) (0x9cfb8cfc)
6 0x9c08b209 in ntdll (+0x1b209) (0x9c08b209)
7 0x9c08c8b2 in ntdll (+0x1c8b2) (0x9c08c8b2)
8 0x9c08ca9b in ntdll (+0x1ca9b) (0x9c08ca9b)
9 0x9c08ee76 in ntdll (+0x1ee76) (0x9c08ee76)
10 0x9c2440de in kernel32 (+0x440de) (0x9c2440de)
11 0x9c2441ec in kernel32 (+0x441ec) (0x9c2441ec)
12 0x9c244176 in kernel32 (+0x44176) (0x9c244176)
13 0x9c2442b2 in kernel32 (+0x442b2) (0x9c2442b2)
14 0x9c2f8ef2 in winevdm (+0x8ef2) (0x9c2f8ef2)
15 0x9c2f934c in winevdm (+0x934c) (0x9c2f934c)
16 0x9c2514a2 in kernel32 (+0x514a2) (0x9c2514a2)
0x9c03259f: repe stosl %es:(%edi)
Modules:
Module Address Debug info Name (9 modules)
PE 9c070000-9c0d3000 Export ntdll
PE 9c200000-9c2e6000 Export kernel32
PE 9c2f0000-9c2fb000 --none-- winevdm
PE 9c320000-9c431000 Deferred user32
PE 9c440000-9c4bf000 Deferred gdi32
PE 9c4d0000-9c500000 Deferred advapi32
PE 9c590000-9c5fb000 --none-- winex11
PE 9cf50000-9cf6a000 --none-- imm32
PE 9cf80000-9cfc7000 --none-- winedos
Threads:
process tid prio (all id:s are in hex)
00000008 (D) c:\windows\system32\winevdm.exe
00000009 0 <==
--
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=5705
------- Additional Comments From alex(a)thehandofagony.com 2006-25-07 20:22 -------
With current GIT, the installer displays the following output (with +msi)
instead, and does not start. It runs fine with native msi.
trace:msi:MSIHiddenWindowProc 36 0x33f1bc
trace:msi:MSIHiddenWindowProc 129 0x33f74c
trace:msi:MSIHiddenWindowProc 131 0x33f2dc
trace:msi:MSIHiddenWindowProc 1 0x33f74c
fixme:msi:MsiSourceListClearAllA ("{2F151B50-B434-4838-B51D-70442EBA093E}"
(null) 0) stub
trace:msi:MsiSourceListAddSourceW L"{2F151B50-B434-4838-B51D-70442EBA093E}"
(null) L"Z:\\Alexander\\Arbeid\\SonicStage-CD-filer\\OpenMG\\"
fixme:advapi:LookupAccountNameW (null) (null) (nil) 0x33fbd8 (nil) (nil)
(nil) - stub
trace:msi:MSIHiddenWindowProc 2 (nil)
trace:msi:MSIHiddenWindowProc 130 (nil)
--
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=4311
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.6. |0.9.17.
------- Additional Comments From alex(a)thehandofagony.com 2006-25-07 20:13 -------
Although the bug about bultin sound.drv has been fixed, the issue with native
start.exe remains in current GIT.
--
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=1631
admiralnemo(a)dchweb.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |admiralnemo(a)dchweb.com
------- Additional Comments From admiralnemo(a)dchweb.com 2006-25-07 20:00 -------
I am running Gentoo Linux ~amd64 on Athlon 64, 1GB RAM, AC'97 onboard nVidia
chipest.
I experience the following error messages numerous times while attempting to run
World of Warcraft under Wine 0.9.17 built from Gentoo distribution files.
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=**** <
primary_done=#####)
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7fd9a9c8
Where ##### represents a five-digit integer and **** represents a different 4-
or 5-digit integer
--
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=5384
ns03ja(a)brocku.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From ns03ja(a)brocku.ca 2006-25-07 19:49 -------
My pleasure.
Patch committed, marking bug as FIXED.
--
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=3950
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From dank(a)kegel.com 2006-25-07 19:45 -------
The sound.dll/sound.drv snafu is now solved, marking as 'fixed'.
Marton, please reopen if wine-0.9.18 doesn't solve your problem.
Everyone else, please open a new bug report for further problems.
(And Rusty, your log didn't have any debugging info
in it, hard to tell what's going on there. No evidence
it's related to this bug.)
--
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=3950
------- Additional Comments From rnejdl(a)ringofsaturn.com 2006-25-07 19:39 -------
Created an attachment (id=3045)
--> (http://bugs.winehq.org/attachment.cgi?id=3045&action=view)
MSMONEY Crash on FreeBSD
Even with the patch suggested, I am still crashing with MSMONEY - A very old
version. I have not actually seen the sound.dll issue in a while but the
program still crashes on me. I tried recreating my .wine and wine folders
tonight to see if a clean install would do it and no go.
--
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.