Steven Walter wrote: > > I'm having a problem with playing Return to Castle Wolfenstein, both > with single-player under winex and the multiplayer native binary.
> Additionally, I've long been getting lockups in exactly the same way > with q3demo. This leads me to suspect that it's a problem with DRI. > However, since the problem shows itself so readily in winex, it's a > problem that they should be alerted to as well. As such, this message > is CC'ed to them. Evidence seems to suggest that the problem is with the DRI driver, and not with Wine. The best way to track down the problem would probably be to use a full debug build of DRI, a debug build of WineX, and an external console. Run WineX under gdb, loading the wolf exe, and just see where it crashes. If it's crashing in a thread other than the main one, you may need to attach gdb to the crashing thread once it's dead. That should tell you at least where it's dying. -Gav -- Gavriel State, CEO TransGaming Technologies Inc. http://www.transgaming.com [EMAIL PROTECTED] _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
