Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Offline MegaHamster7  
#1 Posted : Tuesday, July 15, 2014 6:02:56 PM(UTC)
MegaHamster7

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[] )

UserPostedImage

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?

Wanna join the discussion?! Login to your forum accountregister a new account. Or Connect via Facebook Twitter Google

Offline Benjamin  
#2 Posted : Tuesday, July 15, 2014 6:13:01 PM(UTC)
Benjamin

Medals: Admin

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.
Offline MegaHamster7  
#3 Posted : Tuesday, July 15, 2014 6:16:32 PM(UTC)
MegaHamster7

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.
Rss Feed  Atom Feed
Users browsing this topic
OceanSpiders 2.0
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.

Powered by YAF.NET | YAF.NET © 2003-2023, Yet Another Forum.NET
This page was generated in 0.041 seconds.