ZOulhadj / vmve

Vulkan Model Viewer and Importer. A project developed as part of my final year project at University.
https://zoulhadj.github.io/vmve_website/
MIT License
1 stars 0 forks source link

VMVE crashing on Windows if audio is disabled #84

Closed ZOulhadj closed 1 year ago

ZOulhadj commented 1 year ago

An attempt to run vmve on the lab computers resulted in it crashing. Checking the log file revealed that it crashed because it was unable to initialize the master voice. To fix this, the engine should redesign how audio is handled so that it does not depend on it. Instead, if audio is unable to be created then we simply log it as a warning and continue with the initialisation process. Any audio-related features will not be available if this is the case.

ZOulhadj commented 1 year ago

12562e4 has fixed this issue and should no longer crash.