[Bug 16365] Archlord crashes with err:dbghelp:SymCleanup this process has not had SymInitialize() called for it

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Dec 18 16:38:30 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=16365


Sergey <uriiniix at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |uriiniix at gmail.com




--- Comment #9 from Sergey <uriiniix at gmail.com>  2008-12-18 16:38:30 ---
I've found solution for last reported fail (iPixelFormat) 

There is code in function in wine-1.1.10/dlls/wined3d/context.c
WineD3D_ChoosePixelFormat:


574:        /* Exit the loop as we have found a format :) */
575:        if(exactDepthMatch) {
                iPixelFormat = cfg->iPixelFormat;
                break;
            } else if(!iPixelFormat) {

                iPixelFormat = cfg->iPixelFormat;
                break; /* <-- this statment is missing in original file */
            }


After adding `break`, the problem with iPixelFormat solved. But other appears 

fixme:d3d:test_pbo_functionality >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502)
from Loading the PBO test texture
 @ directx.c / 3810
fixme:d3d:WineD3D_ChoosePixelFormat ColorFormat=WINED3DFMT_A8R8G8B8,
DepthStencilFormat=WINED3DFMT_D24S8, auxBuffers=1, numSamples=0, pbuffer=0,
findCompatible=0
err:dbghelp:SymCleanup this process has not had SymInitialize() called for it!


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list