http://bugs.winehq.org/show_bug.cgi?id=23293
Summary: Pippa Funnell - Secrets of the Ranch fails to start with X error (GLX?) Product: Wine Version: 1.2-rc4 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: markk@clara.co.uk
Created an attachment (id=29032) --> (http://bugs.winehq.org/attachment.cgi?id=29032) Console output on running game
This Ubisoft game, sold as "Pippa Funnell - Secrets of the Ranch" in the UK is also known as "Horsez - Secrets of the Ranch" and "Abenteuer auf dem Reiterhof 6 - Kampf un die Ranch".
I couldn't find a downloadable demo for this.
After installing the game, running it shows a blank blue screen (Wine changes the desktop screen resolution to 1024x768 if not in virtual desktop mode). After a few seconds the program exits. The last few lines of console output are: fixme:d3d:IWineD3DDeviceImpl_SetSoftwareVertexProcessing (0x1cae60) : stub fixme:d3d9:Direct3DShaderValidatorCreate9 stub X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 136 (GLX) Minor opcode of failed request: 5 (X_GLXMakeCurrent) Serial number of failed request: 1858 Current serial number in output stream: 1858
I created a log file with WINEDEBUG=+relay. From that, the few lines prior to the X error message are: 0009:Call gdi32.wglGetCurrentContext() ret=367042d6 0009:Ret gdi32.wglGetCurrentContext() retval=00000000 ret=367042d6 0009:Call KERNEL32.TlsGetValue(00000005) ret=36704270 0009:Ret KERNEL32.TlsGetValue() retval=00000000 ret=36704270 0009:Call gdi32.wglMakeCurrent(000008a0,001f2fc8) ret=3670467b X Error of failed request: BadMatch (invalid parameter attributes) ...
The uncompressed log file is about 700MB, compressing to about 10MB. Can someone suggest an alternative WINEDEBUG setting that might produce a more manageable log file?