I am trying to install something called omnitool to help with a game I have and every time I try to install it with the & wine Omnitool.exe command in terminal I get a reply message of: Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
wine: cannot find L"C:\\windows\\system32\\OMNI.exe"
Grady-Hodders-iMac:~ GradyHodder$
Does anyone know how I fix this?
Also I am sorry if I am missing something obvious, I'm not the best when it comes to computers.
Attempting to install an .EXE.
-
- Newbie
- Posts: 1
- Joined: Thu Sep 20, 2012 11:15 am
- olivierfrdierick
- Level 5
- Posts: 258
- Joined: Thu Sep 13, 2012 12:09 pm
Re: Attempting to install an .EXE.
Hi
You should put your .exe file in ~/.wine/drive_c/ and cd to that directory before launching your executable with wine.
This assumes that your wine prefix is located at ~/.wine.
This kind of messages I get when I launch wine from the wrong directory.wine: cannot find L"C:\\windows\\system32\\OMNI.exe"
You should put your .exe file in ~/.wine/drive_c/ and cd to that directory before launching your executable with wine.
Code: Select all
$ cp omnitool.exe ~/.wine/drive_c/
$ cd ~/.wine/drive_c/
$ wine omnitool.exe