MAC OSX Mavericks - Program Installed won't Launch
-
- Newbie
- Posts: 3
- Joined: Fri Jan 31, 2014 6:52 pm
MAC OSX Mavericks - Program Installed won't Launch
A program was installed on the Mac using Wine and will not launch from either the terminal or App folder (a app version was created using Wine Bottler). All of the MS Runtime files are installed using Winetricks. When either clicking on the app from the applications folder or from the terminal open tutor6.exe the icon in the dock will jump up and down for a few seconds and go away. Any help would be greatly appreciated
-
- Newbie
- Posts: 3
- Joined: Sat Mar 29, 2014 4:49 am
Re: MAC OSX Mavericks - Program Installed won't Launch
Try to remove all the files and reinstall it. May be few files have been missed during installation.
-
- Newbie
- Posts: 3
- Joined: Sat Mar 29, 2014 4:49 am
Re: MAC OSX Mavericks - Program Installed won't Launch
have you checked all the files. may be some files are hidden.
try commands or apps like show hidden files mac to see all the files. then you can see hidden files.
try commands or apps like show hidden files mac to see all the files. then you can see hidden files.
Re: MAC OSX Mavericks - Program Installed won't Launch
You don't need a special program to show hidden files on mac. Open terminal and type the following:Meganmurray wrote:Try to remove all the files and reinstall it. May be few files have been missed during installation.
To show files:
defaults write com.apple.finder AppleShowAllFiles TRUE; killall Finder;
To hide files
defaults write com.apple.finder AppleShowAllFiles FALSE; killall Finder;
Re: MAC OSX Mavericks - Program Installed won't Launch
dude same happened with me, the file you downloaded is messed up. my friend downloaded from official site, file messed up so download from other mirror
Re: MAC OSX Mavericks - Program Installed won't Launch
Guys guys guys, wait. I know what is wrong
First you need right prefix. Find out what your app need like .net framework or something and include it in winetricks. I would suggest ticking the notepad winetricks. Wait for sometime. then another window can come saying wine. try it dude.
First you need right prefix. Find out what your app need like .net framework or something and include it in winetricks. I would suggest ticking the notepad winetricks. Wait for sometime. then another window can come saying wine. try it dude.