Delta Engine
»
General
»
Discussions
»
Error opening Delta Engine Editor
Joined: 7/15/2014(UTC) Posts: 2
|
I get this exception when opening the editor: DeltaEngine.Graphics.OpenGL.OpenGLDevice+ResolutionRequestFailedCouldNotFindResolution: 200, 100 at DeltaEngine.Graphics.OpenGL.OpenGLDevice.SetViewport(Size viewportSize) at DeltaEngine.Graphics.OpenGL.OpenGLDevice..ctor(Window window) at lambda_method(Closure , Object[] )  Clicking any of the buttons just brings the same window back up again. I have to force quit it through Task Manager. This means I can't open the editor at all - how do I fix this?
|
|
|
|
Medals:  Joined: 8/20/2011(UTC) Posts: 1,421 Location: Hannover
Thanks: 18 times Was thanked: 97 time(s) in 92 post(s)
|
Hi MegaHamster,
the question is why do you want to create the resolution to 200, 100. That does not exist. It should only happen if you force fullscreen mode and you have 200, 100 as the target resolution in your Settings.xml file (under /Users/Documents/DeltaEngine/<YourApp>/):
<?xml version="1.0" encoding="utf-8"?> <Settings> <LimitFramerate>60</LimitFramerate> <StartInFullscreen>False</StartInFullscreen> <Resolution>1280, 720</Resolution> <StartMaximized>False</StartMaximized> </Settings>
This is a normal settings file (this one from the Editor), you can also delete it and will get the default settings instead.
|
|
|
|
Joined: 7/15/2014(UTC) Posts: 2
|
Hi Benjamin,
I hadn't asked it to do anything. It just started saying that when I tried to open it. No fiddling around with the settings or anything!
Deleting the settings file fixed it for me though, thanks.
|
|
|
|
Delta Engine
»
General
»
Discussions
»
Error opening Delta Engine Editor
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.