Programs using Open GL would put a blank page if you pause

Questions about Wine on Linux
Locked
User avatar
Enderdude
Level 2
Level 2
Posts: 14
Joined: Wed Nov 22, 2017 2:11 pm

Programs using Open GL would put a blank page if you pause

Post by Enderdude »

Using Altirra, there seems to be a bug that if you click out of the program, or you pause the program, a white page would show up occasionally. here is a video of it: https://www.youtube.com/watch?v=IUbOGlzc-qQ . Here is a terminal log:

Code: Select all

fixme:heap:RtlSetHeapInformation 0x240000 0 0x23fc90 4 stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
fixme:win:RegisterTouchWindow (0x5011a 00000000): stub
fixme:win:SetGestureConfig (0x5011a 00000000 1 0x23df30 12): stub
fixme:xinput:XInputGetStateEx (index 0, state 0x23e678) Stub!
fixme:win:RegisterTouchWindow (0xb009a 00000000): stub
fixme:win:SetGestureConfig (0xb009a 00000000 1 0x23dd00 12): stub
fixme:win:RegisterTouchWindow (0x500ac 00000000): stub
fixme:win:RegisterTouchWindow (0x600f6 00000000): stub
fixme:win:RegisterTouchWindow (0x600fe 00000000): stub
fixme:win:RegisterTouchWindow (0x700f6 00000000): stub
This could be just an enhancement. Nothing more :) .
Locked