Hello, I'm using Linux for about two months now. Even before switching to Linux I have heard of Wine. I got my system running relativelly stable (I use Slackware 10.2, kernel-2.6.14 and KDE 3.4), but still have some issues - sound being one of them. But that's my problem. I'd like to contribute to the wine project somehow. Perhaps starting as a test user for some application. Then involving (as learn C) in solving wine related problems. I don't know if you're fammiliar to the online game Conquer Online (www.conqueronline.com). It's a MMORPS (or something like that!). Built only for windows. I have it now and all the .dlls it asks, but still I can't run it. I get this as I try to run the game: gtl@MCLAREN:~/.wine/drive_c/Program Files/Conquer 1.0$ wine ./Conquer.exe fixme:d3d:IWineD3DImpl_CreateDevice (0x7d104bc0) Incomplete stub for d3d8 X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 143 (GLX) Minor opcode of failed request: 5 (X_GLXMakeCurrent) Serial number of failed request: 2154 Current serial number in output stream: 2154 gtl@MCLAREN:~/.wine/drive_c/Program Files/Conquer 1.0$ I tried to post a message here before and no answers came back. Can anyone help me? Thanks, Gustavo
well, i guess its just a matter of graphics. DirectX. Proprietary M$-stuff. It seems wine's support of DX has improved, but its far from complete. Cedega should be better in that terms. But DirectX is a really huge thing. Especially with all the graphics-card-drivers and so on. so i guess its not eays to implement that and thus will be one of the last things on the list. greetings, Ge0rgy Am Freitag, den 04.11.2005, 10:40 -0200 schrieb Gustavo Tomazi Ludwig:> Hello, > > I'm using Linux for about two months now. Even before switching to Linux > I have heard of Wine. > > I got my system running relativelly stable (I use Slackware 10.2, > kernel-2.6.14 and KDE 3.4), but still have some issues - sound being one > of them. But that's my problem. > > I'd like to contribute to the wine project somehow. Perhaps starting as > a test user for some application. Then involving (as learn C) in solving > wine related problems. > > I don't know if you're fammiliar to the online game Conquer Online > (www.conqueronline.com). It's a MMORPS (or something like that!). Built > only for windows. I have it now and all the .dlls it asks, but still I > can't run it. > > I get this as I try to run the game: > > gtl@MCLAREN:~/.wine/drive_c/Program Files/Conquer 1.0$ wine ./Conquer.exe > fixme:d3d:IWineD3DImpl_CreateDevice (0x7d104bc0) Incomplete stub for d3d8 > X Error of failed request: BadMatch (invalid parameter attributes) > Major opcode of failed request: 143 (GLX) > Minor opcode of failed request: 5 (X_GLXMakeCurrent) > Serial number of failed request: 2154 > Current serial number in output stream: 2154 > gtl@MCLAREN:~/.wine/drive_c/Program Files/Conquer 1.0$ > > I tried to post a message here before and no answers came back. > > Can anyone help me? > > Thanks, > > Gustavo > > _______________________________________________ > wine-users mailing list > wine-users@winehq.org > http://www.winehq.org/mailman/listinfo/wine-users >
Gustavo Tomazi Ludwig wrote:> Hello, > > I'm using Linux for about two months now. Even before switching to > Linux I have heard of Wine. > > I got my system running relativelly stable (I use Slackware 10.2, > kernel-2.6.14 and KDE 3.4), but still have some issues - sound being > one of them. But that's my problem. > > I'd like to contribute to the wine project somehow. Perhaps starting > as a test user for some application. Then involving (as learn C) in > solving wine related problems. > > I don't know if you're fammiliar to the online game Conquer Online > (www.conqueronline.com). It's a MMORPS (or something like that!). > Built only for windows. I have it now and all the .dlls it asks, but > still I can't run it. > > I get this as I try to run the game: > > gtl@MCLAREN:~/.wine/drive_c/Program Files/Conquer 1.0$ wine ./Conquer.exe > fixme:d3d:IWineD3DImpl_CreateDevice (0x7d104bc0) Incomplete stub for d3d8 > X Error of failed request: BadMatch (invalid parameter attributes) > Major opcode of failed request: 143 (GLX) > Minor opcode of failed request: 5 (X_GLXMakeCurrent) > Serial number of failed request: 2154 > Current serial number in output stream: 2154 > gtl@MCLAREN:~/.wine/drive_c/Program Files/Conquer 1.0$ > I tried to post a message here before and no answers came back. > > Can anyone help me? > > Thanks, > > Gustavo > > _______________________________________________ > wine-users mailing list > wine-users@winehq.org > http://www.winehq.org/mailman/listinfo/wine-users > >Hello, Good start in helping Wine development would be filling a bug about Conquer Online at [1]. It will be great if you do it while using newest CVS version of Wine got from here[2]. If you prefere other way to help Wine project - choose one from [3]. Regards, Gleb Peregud. [1] http://bugs.winehq.org/ [2] http://www.winehq.org/site/cvs [3] http://winehq.com/site/contributing
On 11/4/05, Gustavo Tomazi Ludwig <gtl.linux@gmail.com> wrote:> I don't know if you're fammiliar to the online game Conquer Online > (www.conqueronline.com). It's a MMORPS (or something like that!). Built > only for windows. I have it now and all the .dlls it asks, but still I > can't run it. > > I get this as I try to run the game: > > gtl@MCLAREN:~/.wine/drive_c/Program Files/Conquer 1.0$ wine ./Conquer.exe > fixme:d3d:IWineD3DImpl_CreateDevice (0x7d104bc0) Incomplete stub for d3d8 > X Error of failed request: BadMatch (invalid parameter attributes) > Major opcode of failed request: 143 (GLX) > Minor opcode of failed request: 5 (X_GLXMakeCurrent)That's not a wine problem per se. It's probably an X or OpenGL problem. What version of X are you using? What graphics card? What graphics drivers? etc. BTW, glad you're interested in helping with Wine! Have a look at http://kegel.com/wine/qa/ - Dan