About Store Forum Documentation Contact



Post Reply 
Crashing while alt tabbing.
Author Message
b1s Offline
Member

Post: #1
Crashing while alt tabbing.
We have had a major issue for something like 6months now.
I am pretty sure its our codes fault but I have had some difficulties of finding the issue.

When I alt tab from fullscreen or change the resolution in game
it always gives an error message like this:

---------------------------
Error
---------------------------
Can't set new display mode: RESET_DEVICE_RESET_FAILED
Can't set old display mode: RESET_DEVICE_RESET_FAILED
---------------------------
OK
---------------------------

Any suggestion where to look around on an error like this would be helpfull.
08-17-2011 11:32 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Crashing while alt tabbing.
Image_rt render targets not released as in tutorial?
08-18-2011 09:06 AM
Find all posts by this user Quote this message in a reply
b1s Offline
Member

Post: #3
RE: Crashing while alt tabbing.
Hmm,.. can you be more specific.. Which tutorial is this?
08-18-2011 10:32 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Crashing while alt tabbing.
31 - Render To Texture.cpp
08-18-2011 10:33 AM
Find all posts by this user Quote this message in a reply
b1s Offline
Member

Post: #5
RE: Crashing while alt tabbing.
D.lost=Lost; // specify custom function called when D3D Device is lost

Do you mean this one?

Yeah this must be it.. Im sure this will correct the problem. Thank you..
(This post was last modified: 08-18-2011 10:35 AM by b1s.)
08-18-2011 10:34 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
RE: Crashing while alt tabbing.
yes
08-18-2011 10:35 AM
Find all posts by this user Quote this message in a reply
Post Reply