diff --git a/RenderSystems/Vulkan/src/OgreVulkanRenderSystem.cpp b/RenderSystems/Vulkan/src/OgreVulkanRenderSystem.cpp index c7340298dac..005da765eba 100644 --- a/RenderSystems/Vulkan/src/OgreVulkanRenderSystem.cpp +++ b/RenderSystems/Vulkan/src/OgreVulkanRenderSystem.cpp @@ -1002,11 +1002,10 @@ namespace Ogre if( !bAnySupported ) { - LogManager::getSingleton().logMessage( - "Vulkan support found but instance is uncapable of " - "drawing to the screen! Cannot continue", - LML_CRITICAL ); - return; + OGRE_EXCEPT( Exception::ERR_RENDERINGAPI_ERROR, + "Vulkan layer loaded but instance is uncapable of drawing to the screen! " + "Cannot continue.", + "VulkanRenderSystem::initializeVkInstance" ); } // Check supported layers we may want