http://bugs.winehq.org/show_bug.cgi?id=20835
Summary: Rio Music Manager does not start Product: Wine Version: 1.1.31 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: cdelanoval@yahoo.com
I was able to installed Rio Music Manager using Wine. When I tried to start the application using the terminal or thru direct click, I see where Wine starts the Desktop emulator by it closes again almost immediately.
On the terminal application, I get the following message
cesar@cesar-desktop:~$ wine riomm.exe wine: could not load L"C:\windows\system32\riomm.exe": Module not found cesar@cesar-desktop:~$ fixme:ntdll:NtConnectPort (0x5ada1170,L"\ThemeApiPort",0x33f21c,(nil),(nil),(nil),0x33f22c,0x33f228),stub! fixme:ntdll:NtConnectPort (0x5ada1170,L"\ThemeApiPort",0x33fb3c,(nil),(nil),(nil),0x33fb4c,0x33fb48),stub!
Any suggestions?
http://bugs.winehq.org/show_bug.cgi?id=20835
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2009-11-26 10:36:07 --- (In reply to comment #0)
On the terminal application, I get the following message
cesar@cesar-desktop:~$ wine riomm.exe wine: could not load L"C:\windows\system32\riomm.exe": Module not found
Why are you trying that in your home directory?
http://bugs.winehq.org/show_bug.cgi?id=20835
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com 2009-11-26 10:53:15 --- (In reply to comment #0)
Any suggestions?
This is invalid actually. 'cd' to directory where you installed your application first. If any problems remain reopen that report.
http://bugs.winehq.org/show_bug.cgi?id=20835
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com 2009-11-26 10:53:28 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=20835
CJ cdelanoval@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID |
--- Comment #4 from CJ cdelanoval@yahoo.com 2009-11-26 13:01:55 --- (In reply to comment #3)
Closing.
I actually try several way and I still get the invalid answer. See below
cesar@cesar-desktop:~$ wine riomm.exe fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) err:module:import_dll Library WMVCore.DLL (which is needed by L"C:\windows\system32\riomm.exe") not found err:module:import_dll Library RecDev.dll (which is needed by L"C:\windows\system32\riomm.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\windows\system32\riomm.exe" failed, status c0000135 cesar@cesar-desktop:~$
http://bugs.winehq.org/show_bug.cgi?id=20835
--- Comment #5 from Sven septim.dt@gmail.com 2009-11-26 13:07:26 --- It's invalid. You have to cd to the directory where the file is first. For example:
cd ~/.wine/drive_c/Program\ Files/pathofthefile
And then
wine riomm.exe
http://bugs.winehq.org/show_bug.cgi?id=20835
--- Comment #6 from Nikolay Sivov bunglehead@gmail.com 2009-11-26 13:08:23 --- (In reply to comment #4)
I actually try several way and I still get the invalid answer. See below
cesar@cesar-desktop:~$ wine riomm.exe fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) err:module:import_dll Library WMVCore.DLL (which is needed by L"C:\windows\system32\riomm.exe") not found err:module:import_dll Library RecDev.dll (which is needed by L"C:\windows\system32\riomm.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\windows\system32\riomm.exe" failed, status c0000135 cesar@cesar-desktop:~$
You don't follow instructions, now you're using native comctl32 for some reason.
Steps: 1. cd ~ && rm -rf .wine 2. install your program 3. 'cd' to directory where target executable is installed (in .wine) 4. run it with 'wine riomm.exe'
http://bugs.winehq.org/show_bug.cgi?id=20835
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #7 from Nikolay Sivov bunglehead@gmail.com 2009-11-26 13:09:48 --- It's still invalid. Reopen if you've got a real problem.
http://bugs.winehq.org/show_bug.cgi?id=20835
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com 2009-11-26 13:10:05 --- Closing invalid.