I have an application (Star Trek Bridge Commander) which runs fine on Wine when I navigate to its directory and 'open with -> Wine Windows Program Loader' from the right click menu. Unfortunately, it quits with a runtime error if I try to use 'wine (path)' or 'wine start (path)' in the terminal. This is a problem because I am trying to make a custom shortcut (.desktop file) to open it. I'm guessing that the "Open with Wine Windows Program Loader" option runs a slightly different command than 'wine' or 'wine start' - if I'm right then could someone please explain what command this is?