SonyWWS/LevelEditor

Visual studio 2015 or 2017 RC

ChunkyHunkHd opened this issue · 1 comments

I'm Trying to upload Level editor but it doesn't load up and it says level editor is not responding.
Here is the code I keep getting.
Code i keep getting.txt

If it's crashing as a result of failing to construct the swapchain (which I had happen), then try forcing the Multisample Count to 1 and the Multisample Quality to 0.

The expression m_multiSampleQuality = min(maxQuality,(min(backbufferQuality,depthQuality)-1)); doesn't compile correctly, so you'll always get a result of 4.