Wine Mac Help

Questions about Wine on macOS.
Locked
imnickb
Level 1
Level 1
Posts: 7
Joined: Fri May 25, 2012 7:29 pm

Wine Mac Help

Post by imnickb »

I'm trying to use Wine on my intel mac running snow leopard. I followed very thourough instructions (that I can no longer find) involving installing Xcode, Xquartz, Wine, Macports and the Java development kit. I thought everything was working since I was able to work through any errors in the installation process and things were looking good. However, when I try to install Sound Forge 10 using wine I get this error:


fixme:thread:SetThreadPreferredUILanguages 1, 0x0, 0x0

Xquartz opens, I hear the install disc start to spin up and then I get the error message and everything stops. Can anybody offer and help? I really don't know what to try next.

Thanks!
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Wine Mac Help

Post by jjmckenzie »

On Fri, May 25, 2012 at 5:34 PM, imnickb <[email protected]> wrote:
I'm trying to use Wine on my intel mac running snow leopard. I followed very thourough instructions (that I can no longer find) involving installing Xcode, Xquartz, Wine, Macports and the Java development kit. I thought everything was working since I was able to work through any errors in the installation process and things were looking good. However, when I try to install Sound Forge 10 using wine I get this error:


fixme:thread:SetThreadPreferredUILanguages 1, 0x0, 0x0

Xquartz opens, I hear the install disc start to spin up and then I get the error message and everything stops. Can anybody offer and help? I really don't know what to try next.
How about providing us with an error log.
http://wiki.winehq.org/FAQ#get_log provides some instructions and
help.

Also, please be aware that 9.x version of Sound Forge is rated Garbage
for running on Linux and 10.0b is rated Bronze on an old version of
Wine.

James
imnickb
Level 1
Level 1
Posts: 7
Joined: Fri May 25, 2012 7:29 pm

Post by imnickb »

I tried printing the debug log and all I get is the same thing in the log:

fixme:thread:SetThreadPreferredUILanguages 1, 0x0, 0x0

I don't think it's a problem with Sound Forge since I'm running Sound Forge 10. I'll try installing another program that has a higher rating and see if that works.
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Wine Mac Help

Post by jjmckenzie »

On Sat, May 26, 2012 at 4:20 PM, imnickb <[email protected]> wrote:
I tried printing the debug log and all I get is the same thing in the log:

fixme:thread:SetThreadPreferredUILanguages 1, 0x0, 0x0

I don't think it's a problem with Sound Forge since I'm running Sound Forge 10. I'll try installing another program that has a
higher rating and see if that works.
Interesting as this was tested with an older version of Wine, before
the changes to the audio subsystem, but that should not affect the
ability to install. I have no idea why it is not working.

James
imnickb
Level 1
Level 1
Posts: 7
Joined: Fri May 25, 2012 7:29 pm

Post by imnickb »

I was able to get an application to install and run using Wine, so it could just be that Sound Forge doesn't work and my Wine install is fine. Either way, I expected to be able to install it even if it doesn't run well. I've tried Wine, WineBottler, CrossOver and Macindows. Some of which are based on Wine anyway. I found some information from someone succesfully using Sound Forge with CrossOver. Although it's a different program, I'm wondering if the issues he had to work through will be the same as mine using Wine?
Sound Forge requires that the .Net Framework, the WMF 11 redist (if you're using an XP bottle) and VC2005 & 2008 SP1 runtimes are installed before the setup will continue.
Could this possibly be my issue? Does anyone have any input? I'm close to giving up, this seems to be extremely difficult!
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Post by doh123 »

imnickb wrote:I was able to get an application to install and run using Wine, so it could just be that Sound Forge doesn't work and my Wine install is fine. Either way, I expected to be able to install it even if it doesn't run well. I've tried Wine, WineBottler, CrossOver and Macindows. Some of which are based on Wine anyway. I found some information from someone succesfully using Sound Forge with CrossOver. Although it's a different program, I'm wondering if the issues he had to work through will be the same as mine using Wine?
Sound Forge requires that the .Net Framework, the WMF 11 redist (if you're using an XP bottle) and VC2005 & 2008 SP1 runtimes are installed before the setup will continue.
Could this possibly be my issue? Does anyone have any input? I'm close to giving up, this seems to be extremely difficult!
you could try using Winetricks to install all of those in your wineprefix and see if it then works...
imnickb
Level 1
Level 1
Posts: 7
Joined: Fri May 25, 2012 7:29 pm

Post by imnickb »

Thanks for the help! I didn't know about winetricks so this is helpful.

So to get winetricks from the terminal, I enter this:

Code: Select all

wget http://winetricks.org/winetricks
chmod +x winetricks 
And to run it, I enter this:

Code: Select all

sh winetricks
or

Code: Select all

./winetricks
Thanks a lot, I really appreciate the help!
imnickb
Level 1
Level 1
Posts: 7
Joined: Fri May 25, 2012 7:29 pm

Post by imnickb »

I was able to use Winetricks to install all of those things. I'm still having the same issue. I realize SoundForge doesn't have the best history of function using Wine, but I'm not even able to get the program to begin to install, which makes me think I may have an issue with the Wine install or something else in the chain.

I've updated Wine to 1.5.5, I'm using X Quartz 2.7.2 and Macports 2.1.1. I still get this error:

fixme:thread:SetThreadPreferredUILanguages 1, 0x0, 0x0

Does anyone know what this means or perhaps where I can find something that might explain this error?

Thanks!
Locked