Foo.exe ?

Questions about Wine on Linux
Locked
pizzalover101
Newbie
Newbie
Posts: 2
Joined: Thu Nov 08, 2012 6:24 pm

Foo.exe ?

Post by pizzalover101 »

I was following this tutorial
http://wiki.winehq.org/Backtraces
and it said to do

Code: Select all

wine foo.exe
and it came back as

Code: Select all

wine: cannot find L"C:\\windows\\system32\\foo.exe"
So I did some searching, as well as re-downloaded wine and I still can't find it. Where is it? Or did I overlook something?

P.S. Ubuntu 12.04, Gnome Classic, Wine 1.4
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: Foo.exe ?

Post by dimesio »

You need to use the name of the real executable in the command line; "foo.exe" is just an example.

You should also upgrade to the latest development release; 1.4 is old.
pizzalover101
Newbie
Newbie
Posts: 2
Joined: Thu Nov 08, 2012 6:24 pm

Re: Foo.exe ?

Post by pizzalover101 »

dimesio wrote:You need to use the name of the real executable in the command line; "foo.exe" is just an example.

You should also upgrade to the latest development release; 1.4 is old.
Oh. Thanks!
Locked