gscept/nebula

Vulkan init error and errors on run tests

Closed this issue · 5 comments

Error with "Vulkan get function proc". I am using vulkan sdk 1.2.135.0.

image

image

Hi! I have my suspicions why you get this error. Apparently, nvidia decided to remove a bunch of vulkan core functions in their latest canonical drivers, however, if you download their Vulkan specific drivers, this problem should sort itself out :).

Aha, Install the Nvidia Vulkan driver the problem solved.But here comes the new error:

This is the testviewer's error:
image

This is the testrender's error:

image

Maybe I have missed something, but there's no tutorial about this. Thank you.
image

Ah, sorry for not replying to this.

So it seems you don't have content built. I am afraid a lot has changed since you last tried this. Probably what you'd need to do is to grab the latest version of the engine, which know contains the asset batcher which would resolve this issue. Please let me know if you decide to try this again.

Stale issue