Greetings,
I've been trying to get StarSiege Tribes 1 to work on wine, basicly this is what's currently wrong:
* As soon as any key is pressed, wine quits = Fix with native dinput.dll version dx4->dx6
* Opengl isn't detected and impossible to choose = Currently no fix, although it works to use glidewrappers. Don't know what Tribes uses to detect opengl.
The basic errors i'm getting in the terminal is.
fixme:dinput:IDirectInputDevice2AImpl_EnumObjects (!stub) fixme:dsound:IDirectSoundImpl_SetCooperativeLevel err:dinput:SysMouseAImpl_Unacquire Unacquiring a not-acquired device !!!
The first fixme, makes me hope that if that is fixed it might get Tribes to work using our own builtin dinput.dll
My other question is this, if i want to use glide (got a voodoo3) how do i enable and use this in wine?
Do i do a ./configure --enable-glide or --with-glide ? And so on..
I've compiled Mesa with glide support and installed the glidev3 package (using gentoo).
Haven't been able to find any info on the homepage or mailing lists, and if needed i could compile a nfo file covering the subject once i understand it better.
I would like to point out also that Tribes is working quite well in software mode and since late fall last year i've noticed that many problems has dissapeared.
Btw, using daily cvs so got the latest patches.
Best wishes Kristoffer
_________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail
Out of curiosity : are you the guy who submitted the Tribes 1 bug on WineHQ about input and stuff ?
If not, could you raise a bug (or two, one for input the other for OpenGL) so that we could go back and forth on these issues more easily than by mail on the devel list ?
- As soon as any key is pressed, wine quits
= Fix with native dinput.dll version dx4->dx6
For this I would need a --debugmsg +dinput,+seh trace of the problem. THe debugger won't work due to the 'LL hooks' problem, but let's hope that it will be enough.
- Opengl isn't detected and impossible to choose
= Currently no fix, although it works to use glidewrappers. Don't know what Tribes uses to detect opengl.
For this, a +relay,+opengl,+x11drv log would be needed.
My other question is this, if i want to use glide (got a voodoo3) how do i enable and use this in wine?
Do i do a ./configure --enable-glide or --with-glide ? And so on..
If should be used automagically and not need any configure stuff.
Lionel