VulkanMod

VulkanMod

357k Downloads

Unattended return statement in MemoryTypes?

spike11302000 opened this issue ยท 2 comments

commented

In MemoryTypes.java line 194 theres a return statement that returns from createMemoryTypes before it can set GPU_MEM which makes GPU_MEM null and cause a crash when starting. the game only crashes on some hardware because without this change it runs fine on my desktop but crashes on my laptop, removing this return statement now allows the game to run on my laptop

commented

looking at the source code, removing the return statement seems like something that wouldn't break anything, so I think you should make a pr that adds this patch.

commented

I noticed that, thank you for reporting.