jmorton06 / Lumos

Cross-Platform C++ 2D/3D game engine
MIT License
1.21k stars 130 forks source link

violation of read access *get_chain_info() was nullptr #103

Open Yaroslav846 opened 1 year ago

Yaroslav846 commented 1 year ago

image Collected under Windows. This error comes out. How can it be solved ?

jmorton06 commented 1 year ago

This kind of thing usually happens if you dont have the VulkanSDK installed. Could try installing and see if that fixes it

Yaroslav846 commented 1 year ago

I have it installed image

jmorton06 commented 1 year ago

Hmm okay. Not sure then. Could you try in release mode?

Yaroslav846 commented 1 year ago

I checked the vulcan installation and it was executed incorrectly. I reinstalled it. But now, at startup, the Vector error pops up :back() called on empty vector image image

jmorton06 commented 1 year ago

Do you have the callstack of where the .back() is being called?

Yaroslav846 commented 1 year ago

image and if you try to run on opengl