Hello users of the forum I have a problem, i used to use Crossover program to launch windows apps, but i decided to change it for wine. I downloaded it, installed but the problem is when im trying to open an .exe file with "Wine" nothing is happening, it is looking like it is launching it, but nothing is changing here is screenshot Waiting for some help http://img826.imageshack.us/img826/5653/picture1zr.png
On Sat, Jun 2, 2012 at 2:07 PM, KlMpo <wineforum-user at winehq.org> wrote:> Hello users of the forum > > I have a problem, i used to use Crossover program to launch windows apps, but i decided to change it for wine. I downloaded it, installed but the problem is when im trying to open an .exe file with "Wine" nothing is happening, it is looking like it is launching it, but nothing is changing > > here is screenshot > Waiting for some help > > http://img826.imageshack.us/img826/5653/picture1zr.png >Run your application in the terminal and post the log on pastebin.com put the link to your pastebin here. http://wiki.winehq.org/FAQ#get_log John
KlMpo wrote:> > I have a problem, i used to use Crossover program to launch windows apps, but i decided to change it for wine. I downloaded it, installed but the problem is when im trying to open an .exe file with "Wine" nothing is happening, it is looking like it is launching it, but nothing is changing > > here is screenshot >>From your screenshot, you are using a 3rd party wrapper for Wine. This forum is for plain Wine only.If you want help here, install the latest development release of plain Wine, and reinstall your apps using that. If an app doesn't work, post terminal output. http://wiki.winehq.org/FAQ#get_log
John Drescher wrote:> On Sat, Jun 2, 2012 at 2:07 PM, KlMpo <wineforum-user at winehq.org> wrote: > > > Hello users of the forum > > > > I have a problem, i used to use Crossover program to launch windows apps, but i decided to change it for wine. I downloaded it, installed but the problem is when im trying to open an .exe file with "Wine" nothing is happening, it is looking like it is launching it, but nothing is changing > > > > here is screenshot > > Waiting for some help > > > > http://img826.imageshack.us/img826/5653/picture1zr.png > > > > > > Run your application in the terminal and post the log on pastebin.com > put the link to your pastebin here. > > http://wiki.winehq.org/FAQ#get_log > > Johnu dont understand, i cant even install this program. When i right-click .exe file and choosing open via wine, nothing is happening, just these 3 windows stack.
KlMpo wrote:> > u dont understand, i cant even install this program. When i right-click .exe file and choosing open via wine, nothing is happening, just these 3 windows stack.You are the one not understanding. You are not using normal Wine, but some 3rd party program which uses Wine. You need to either use normal Wine (which means compile it yourself for the Mac), or go get help in the right place for the program your using. This is not the right place to get help for whatever program you are using.
yy i got it, me stupid Was trying to install wine via terminal, and all this stuff In the end got such error( while installing) Error: The following dependencies were not installed: gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf any advices?
On Sat, Jun 2, 2012 at 4:09 PM, KlMpo <wineforum-user at winehq.org> wrote:> yy i got it, me stupid > > Was trying to install wine via terminal, and all this stuff > In the end got such error( while installing) > > Error: The following dependencies were not installed: gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf > > any advices?Please use MacPorts or Fink to install Wine. You will need to install XCode from your MacOSX DVD before using them. Also, please REMOVE the Wine and WineBottler applications. They have not been upgraded in a long time and will interfere with running programs through native wine. James
I am using MacPorts and i installed XCode ( downloaded from inet) Also removed my old Wine application. Still i am getting same error. I have tried to install each of the missing dependencies individually and have had the same result. Each attempt to install the dependency results in an error stating that the dependencies are missing. I have gone through and tried to install each of the dependencies that are listed in the error produced for each dependency. Still getting same error
On Sat, Jun 2, 2012 at 4:44 PM, KlMpo <wineforum-user at winehq.org> wrote:> I am using MacPorts and i installed XCode ( downloaded from inet) > > Also removed my old Wine application. Still i am getting same error. > > I have tried to install each of the missing dependencies individually and have had the same result. Each attempt to install > the dependency results in an error stating that the dependencies are missing. I have gone through and tried to install each > of the dependencies that are listed in the error produced for each dependency. Still getting same error >Let the maintainer on MacPorts know. We cannot do anything about their build process being broken, sorry. If you want to try a different approach, you can Google OSX Wine Builder and use that script to build Wine with. I use it for testing here. James
Okayyy After solving the previous problem i got a new one Look this error when i am trying to launch .exe app via terminal Code: err:process:__wine_kernel_init boot event wait timed out any ideas?
Just figured out that this problem is not only with this app. When i am trying to do Code: wine --reboot i am getting the same error Code: err:process:__wine_kernel_init boot event wait timed out
On Mon, Jun 4, 2012 at 1:02 AM, KlMpo <wineforum-user at winehq.org> wrote:> Just figured out that this problem is not only with this app. When i am trying to do > > > > Code: > wine --reboot >Why are you running this? Wine simulates a reboot and reloads its configuration files after software is installed. James