On 2/27/11 8:27 AM, James McKenzie wrote: > On 2/27/11 1:30 AM, Saiph wrote: >> only this one: >> >> sai@Pc:/media/1TB/iso/igo8.3$ wine start iGO83_PC.exe >> fixme:exec:SHELL_execute flags ignored: 0x00000100 > Where are you trying to run this program from? This indicates that the > directory has the noexec flag set and thus the program will NOT run from > this directory. It also appears that you are trying to run it from the > Windows partition. This is discouraged and you should try to install > the program to your Wine installation. If that is marked with the > noexec flag, you'll have to contact your System Admin or Linux > Distribution to get it fixed. Somehow I doubt that. He started the program with the 'start' command. The 'SHELL_execute' is an internal function used to implement the ShellExecute(Ex) API, which 'start' uses to work. It has nothing to do with UNIX shells. 0x100 is in fact SEE_MASK_NOASYNC (look it up in MSDN if you're curious). Don't worry--it's completely harmless. Chip