[Wine] World Of Warcraft on FreeBSD 6.2

Declan Moriarty junk_mail at iol.ie
Wed Apr 4 07:11:54 CDT 2007


On Tue, 2007-04-03 at 15:29 -0500, Sam Fourman Jr. wrote:
> at the bottom of my E-mail is a full dmesg
> 
> does anyone know if there is any special settings in the nvidia video
> card driver that need to be set to anything other than the default way
> they are installed from the ports tree on FreeBSD 6.2, using the
> 1.0.9746 Nvidia Driver, specificly for Playing WoW under wine (I am
> playing WoW Burning Crusade) .
> 
> When I start WoW.exe (in opengl mode) I can see my desktop still and I
> can hear the sound from the WoW startup screen, but I can never
> actually see the screen
> 
> then I have to reboot my machine because the WoW sound keeps
> playing(Even after I exit xorg)
> 
> 
> I am using 1400x900 resolution if that means anything
> 

I didn't see anything odd there, except your box is newer than mine :-).
Set a sensible resolution (800x600, or 1024x768), open an xterm, and
run 

wine {your-program} options. It will probably throw spoonfuls of errors,
and the fixme's are often bug worthy. This

http://winehq.org/docs/en/wineusr-guide.html#AEN545

gives a list of the channels. Stuff like this, for instance

fixme:ole:CoCreateInstance no instance created for interface
{2933bf81-7b36-11d2-b20e-00c04f983e60} of class
{2933bf90-7b36-11d2-b20e-00c04f983e60}, hres is 0x80004001
fixme:actctx:QueryActCtxW 80000010 0x100b4290 (nil) 1 0x612ee290 8 (nil)

might be best approached with

WINEDEBUG=+ole+actctx wine {your-program} > bugfile 2>&1

then grok that bugfile.
-- 
Declan Moriarty <junk_mail at iol.ie>




More information about the wine-users mailing list