SimpleRenderEngineProject icon indicating copy to clipboard operation
SimpleRenderEngineProject copied to clipboard

Can not load textures while running from inside VS Studio

Open Alexandru-Dascalu opened this issue 3 years ago • 0 comments

On Windows 10 and with Visual Studio 2019, when attempting to run one of the examples from inside the IDE, the program is unable to load any .obj or texture files as you can see in the picture below. However, it is perfectly able to load the models and textures when running the .exe directly. This is an issue because it prevents the use of the Visual Studio debugger, because the program can not load any models and thus you can not properly observe the normal behaviour of the program while debugging. vs_Studio_error

Alexandru-Dascalu avatar Jun 24 '22 11:06 Alexandru-Dascalu