VirtualBox

Ignore:
Timestamp:
Aug 5, 2011 3:29:06 PM (13 years ago)
Author:
vboxsync
Message:

wddm/wine: fix winsat crashes (context adjustments for multiswapchains), basics for window creation inside wine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispDbg.cpp

    r38238 r38331  
    556556    switch (pExceptionRecord->ExceptionCode)
    557557    {
    558         case 0x40010006: /* <- OutputDebugString exception, ignore */
    559         case 0xe06d7363: /* <- ms compiler - generated exception related to C++ exception */
    560         case 0x000006d9: /* <- RPC exception, ignore */
    561         case 0x406d1388: /* <- VS/WinDbg thread naming exception, ignore */
    562         case 0xe0434f4d: /* <- CLR exception */
     558        case 0xc0000005: /* only access violation and debug exceptions actually matter */
     559        case 0xc0000003:
     560            AssertRelease(0);
    563561            break;
    564562        default:
    565             AssertRelease(0);
    566563            break;
    567564    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette