About Store Forum Documentation Contact



Post Reply 
Start in fullscreen mode + one crash.
Author Message
Xhizors Offline
Member

Post: #1
Start in fullscreen mode + one crash.
When you start att fullscreen, you screen is like get a black boarder on the right side and the left side, But when you press Alt + Enter to window mode + you press it again to get fullscreen then everything is prefect, It only happens when I start in fullscreen, Not when I switch from window to full using alt+enter.

Also got a crash today, here is the callstack.

ntdll.dll!76f5f871()
[Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll]
ntdll.dll!76f5f871()
KernelBase.dll!75d90816()
PhysXCore.dll!0b6259f5()
PhysXCore.dll!0b5c0c96()
d3d9.dll!65f80296()
ntdll.dll!76f5fbba()
PhysXCore.dll!0b61799d()
PhysXCore.dll!0b6179d7()
PhysXCore.dll!0b57c25a()
PhysXCore.dll!0b5d294c()
PhysXCore.dll!0b5bd215()
Game.exe!EE::PhysicsClass::get() + 0x30 bytes C++
Game.exe!EE::Game::WorldManager::update() + 0x4a0 bytes C++
Game.exe!EE::Game::WorldManager::update(EE::Vec & pos={...}) Line 90 + 0x21 bytes C++

Got same crash:

>PhysXCore.dll!08265a9a()
[Frames below may be incorrect and/or missing, no symbols laded for PhysXCore.dll]
PhysXCore.dll!0826a60a()
PhysXCore.dll!081f38dc()
PhysXCore.dll!081c742a()
PhysXCore.dll!080d63ba()
PhysXCore.dll!080da62c()
PhysXCore.dll!0817106c()
ntdll.dll!76f5fe29()
PhysXCore.dll!0819b891()
PhysXCore.dll!0818d11f()
PhysXCore.dll!081ea9db()
kernel32.dll!768e3677()
ntdll.dll!76f79d72()
ntdll.dll!76f79d45()
(This post was last modified: 10-29-2009 09:22 PM by Xhizors.)
10-29-2009 09:12 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Start in fullscreen mode + one crash.
please use the Renderer.screenshot to make a screen of the error (black borders)

the crash seems to be inside internal physx routines. you can try updating the physx system software to newest version, if you still have the error then its possible that maybe you set some incorrect physx options (like actor from mesh which can cause problems, or some other stuff) you can try disabling half of your physics setup and try if it works ok, try to minimize the potential thing that can cause problems
10-29-2009 11:42 PM
Find all posts by this user Quote this message in a reply
Post Reply