Age of Empires II (aoesetup.exe), won't work

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Wilf182
Newbie
Newbie
Posts: 3
Joined: Wed Jun 01, 2011 10:18 am

Age of Empires II (aoesetup.exe), won't work

Post by Wilf182 »

The Permissions will not let me run the file as a program. Do I have to be Super User?

comes up with error:

The file '/media/AOE2/aoesetup.exe' is not marked as executable. If this was downloaded or copied from an untrusted source, it may be dangerous to run. For more details, read about the executable bit.

any help pls :?
Wilf182
Newbie
Newbie
Posts: 3
Joined: Wed Jun 01, 2011 10:18 am

Post by Wilf182 »

this of the original disk btw
Wilf182
Newbie
Newbie
Posts: 3
Joined: Wed Jun 01, 2011 10:18 am

Post by Wilf182 »

SOLVED.

Edit the default launch command for wine
Code:

gksu gedit /usr/share/applications/wine.desktop

Change from
Code:

Exec=cautious-launcher %f wine start /unix

onto
Code:

Exec=wine start /unix %f

Reply With Quote
Locked