http://bugs.winehq.org/show_bug.cgi?id=24403
Summary: Mixmeister Fusion 7.3.5.1 with latest Wine version installs but does not run Product: WineHQ Apps Database Version: unspecified Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: appdb-unknown AssignedTo: wine-bugs@winehq.org ReportedBy: linux@osfight.de
Created an attachment (id=30758) --> (http://bugs.winehq.org/attachment.cgi?id=30758) output of windbg fusion.exe (fusion.exe ist the mixmeister exe)
I am trying to run Mixmeister Fusion 7.3.5.1 with wine 1.3.2. Installation works, but running the app ends in an error (attachted). Regarding AppDB it never worked so far.
http://bugs.winehq.org/show_bug.cgi?id=24403
--- Comment #1 from osfight linux@osfight.de 2010-09-14 16:55:52 CDT --- Created an attachment (id=30759) --> (http://bugs.winehq.org/attachment.cgi?id=30759) output of wine Fusion.exe
http://bugs.winehq.org/show_bug.cgi?id=24403
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #30758|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=24403
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|appdb-unknown |-unknown Version|unspecified |1.3.2 Product|WineHQ Apps Database |Wine
--- Comment #2 from Austin English austinenglish@gmail.com 2010-09-14 17:14:57 CDT --- Not an appdb bug. Does native msvcrt (winetricks vcrun6) help?
http://bugs.winehq.org/show_bug.cgi?id=24403
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Mixmeister Fusion 7.3.5.1 |Mixmeister Fusion 7.3.5.1 |with latest Wine version |does not run |installs but does not run |
--- Comment #3 from Jeff Zaroyko jeffz@jeffz.name 2010-09-14 17:21:51 CDT --- (In reply to comment #1)
Created an attachment (id=30759)
--> (http://bugs.winehq.org/attachment.cgi?id=30759) [details]
output of wine Fusion.exe
wine: Unhandled exception 0xc000000d at address 0x320023:0x100e5fde (thread 0009), starting debugger..
Is this a 64-bit application you're running?
http://bugs.winehq.org/show_bug.cgi?id=24403
--- Comment #4 from osfight linux@osfight.de 2010-09-14 17:42:30 CDT --- (In reply to comment #2)
Not an appdb bug. Does native msvcrt (winetricks vcrun6) help?
No, that did not help.
(In reply to comment #3)
(In reply to comment #1)
Created an attachment (id=30759)
--> (http://bugs.winehq.org/attachment.cgi?id=30759) [details] [details]
output of wine Fusion.exe
wine: Unhandled exception 0xc000000d at address 0x320023:0x100e5fde (thread 0009), starting debugger..
Is this a 64-bit application you're running?
Not sure. You can only download one version at mixmeister.com/download.html that I also installed on a x64 Win 7 system.
http://bugs.winehq.org/show_bug.cgi?id=24403
--- Comment #5 from osfight linux@osfight.de 2010-09-15 06:36:47 CDT --- (In reply to comment #3)
Is this a 64-bit application you're running?
No:
Fusion.exe: PE32 executable for MS Windows (GUI) Intel 80386 32-bit
http://bugs.winehq.org/show_bug.cgi?id=24403
Vladimir vov4ikru@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #6 from Vladimir vov4ikru@gmail.com 2010-11-20 20:03:56 CST --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=24403
--- Comment #7 from Damian Ivanov damianatorrpm@gmail.com 2011-11-09 12:34:43 CST --- Created attachment 37402 --> http://bugs.winehq.org/attachment.cgi?id=37402 WINEDEBUG=+all
http://bugs.winehq.org/show_bug.cgi?id=24403
Damian Ivanov damianatorrpm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |damianatorrpm@gmail.com
--- Comment #8 from Damian Ivanov damianatorrpm@gmail.com 2011-11-09 12:35:13 CST --- still does NOT run with 1.3.32
http://bugs.winehq.org/show_bug.cgi?id=24403
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Keywords| |download URL| |http://www.mixmeister.com/d | |ownload.html Component|-unknown |user32 CC| |focht@gmx.net Resolution| |DUPLICATE Summary|Mixmeister Fusion 7.3.5.1 |Mixmeister Fusion 7.3.5.1 |does not run |crashes due to | |user32.GetRawInputDeviceLis | |t() being a stub
--- Comment #9 from Anastasius Focht focht@gmx.net 2011-11-09 15:01:33 CST --- Hello,
some prerequisites are required:
MDAC 2.8 for ADO connection and Microsoft Access ODBC Driver (Jet Provider)
$ bash winetricks -q mdac28 jet40
You need additional step to add the necessary ODBC driver provider registry data (ODBCINST subkey):
$ wine odbcconf /f "c:\windows\system32\jetodbc.rsp"
Otherwise you would get the infamous "[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified" in trace log.
With the prerequisites satisfied it crashes (without it would just display "configuration error" message box and exit but don't crash).
The problem is this:
--- snip --- ... 0042:Call user32.GetRawInputDeviceList(00000000,0032f0a4,00000008) ret=1003ff11 0042:fixme:win:GetRawInputDeviceList (pRawInputDeviceList=(nil), puiNumDevices=0x32f0a4, cbSize=8) stub! 0042:Ret user32.GetRawInputDeviceList() retval=00000000 ret=1003ff11 0042:Call ntdll.RtlDecodePointer(fe666158) ret=100eea47 0042:Ret ntdll.RtlDecodePointer() retval=00000000 ret=100eea47 0042:Call KERNEL32.IsDebuggerPresent() ret=100e5f62 0042:Ret KERNEL32.IsDebuggerPresent() retval=00000000 ret=100e5f62 0042:Call KERNEL32.SetUnhandledExceptionFilter(00000000) ret=100e5f6c 0042:Ret KERNEL32.SetUnhandledExceptionFilter() retval=090ad3d4 ret=100e5f6c 0042:Call KERNEL32.UnhandledExceptionFilter(0032ed7c) ret=100e5f76 wine: Unhandled exception 0xc000000d at address 0x320073:0x100e5fde (thread 0042), starting debugger... 0042:trace:seh:start_debugger Starting debugger "winedbg --auto 65 392" --- snip ---
Essentially a dupe of bug 20395. The app starts successfully if GetRawInputDeviceList() returns meaningful info.
The problem with winedbg failing to attach/collecting info is bug 24038
$ sha1sum MixMeisterFusionDemo_PC.exe 2b0e235b2914f5f37bad4f79db3432222a229461 MixMeisterFusionDemo_PC.exe
$ wine --version wine-1.3.32-122-g2e5f73e
Regards
*** This bug has been marked as a duplicate of bug 20395 ***
http://bugs.winehq.org/show_bug.cgi?id=24403
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Austin English austinenglish@gmail.com 2011-11-14 14:25:51 CST --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=24403
mrthraz mrthraz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mrthraz@gmail.com
--- Comment #11 from mrthraz mrthraz@gmail.com 2012-10-27 05:55:45 CDT --- i thought this bug was fixed, please enlighten me if i'm wrong.
im getting "fixme:win:GetRawInputDeviceList (pRawInputDeviceList=(nil), puiNumDevices=0x32f094, cbSize=8) stub! wine: Unhandled exception 0xc000000d at address 0x320073:0x100eee5a (thread 0009), starting debugger... Process of pid=0008 has terminated No process loaded, cannot execute 'echo Modules:' Cannot get info on module while no process is loaded No process loaded, cannot execute 'echo Threads:'"
I'm running wine 1.4.1 with ubuntustudio 12.04/ kxstudio.
http://bugs.winehq.org/show_bug.cgi?id=24403
--- Comment #12 from mrthraz mrthraz@gmail.com 2012-10-27 12:41:23 CDT --- i thought this bug was fixed, please enlighten me if i'm wrong.
im getting "fixme:win:GetRawInputDeviceList (pRawInputDeviceList=(nil), puiNumDevices=0x32f094, cbSize=8) stub! wine: Unhandled exception 0xc000000d at address 0x320073:0x100eee5a (thread 0009), starting debugger... Process of pid=0008 has terminated No process loaded, cannot execute 'echo Modules:' Cannot get info on module while no process is loaded No process loaded, cannot execute 'echo Threads:'"
I'm running wine 1.4.1 with ubuntustudio 12.04/ kxstudio.
http://bugs.winehq.org/show_bug.cgi?id=24403
--- Comment #13 from Henri Verbeet hverbeet@gmail.com 2012-10-27 12:54:29 CDT --- (In reply to comment #12)
i thought this bug was fixed, please enlighten me if i'm wrong.
It probably is, but not in 1.4.1. You'd need a recent Wine version like 1.5.16.
http://bugs.winehq.org/show_bug.cgi?id=24403
--- Comment #14 from mrthraz mrthraz@gmail.com 2012-11-15 07:13:32 CST --- got it working!!!
weird that it seems to work better in ubuntu.