http://bugs.freedesktop.org/show_bug.cgi?id=10488

           Summary: assertion failure in libGL.so.1 when running wine on
                    xvnc4 at 16bpp
           Product: Mesa
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: GLX
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


When running any program under wine (e.g. winecfg) on xvnc4server,
assertion fails inside libGL.so.1 from libgl1-mesa-glx package:

glxcmds.c:343: CreateContext: Assertion `mode != ((void *)0)' failed.

A quick look info code shows that it hits a 'FIXME':

 ...
   337              if ( fbconfig == NULL ) {
   338                  /* FIXME: Is it possible for the __GLcontextModes
structure
   339                   * FIXME: to not be found?
   340                   */
   341                  mode = _gl_context_modes_find_visual( psc->configs,
   342                                                        vis->visualid );
   343                  assert( mode != NULL );
   344                  assert( mode->screen == screen );
   345              }
 ...

This bug originally was reported to Debian BTS,
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=415292

The bug log there contains some backtraces.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to