EQMG / Acid

A high speed C++17 Vulkan game engine
https://equilibrium.games
MIT License
1.72k stars 154 forks source link

Read Access Violation when running certain projects in VS2022 build #134

Open lokitkhemka opened 1 year ago

lokitkhemka commented 1 year ago

Describe the bug

Exception thrown: read access violation. this was 0x238 Error is thrown when running certain test or tutorial projects (for example: TestPBR and Tutorial 1). However, TestPhysics runs without any errors.

To Reproduce I am not sure why exactly this is happening, but when I run certain test project in VS2022, I keep getting the runtime error read access violation at the file rocket.hpp at line 957.

Expected behaviour The project should run and show an output window.

Screenshots If applicable, add screenshots to help explain your problem.

Hardware:

Yaroslav846 commented 4 months ago

have you solved this problem