maruohon / litematica

A modern client-side schematic mod for Minecraft
GNU Lesser General Public License v3.0
686 stars 190 forks source link

VulkanMod Compatibility Issue: Crash on Unknown Draw Mode DEBUG_LINES #838

Open MotWnb opened 2 months ago

MotWnb commented 2 months ago

Versions:

Minecraft Version: [1.20.4] Litematica Version: [0.17.2] VulkanMod Version: [0.4.0] Description: The game crashes when using both VulkanMod and Litematica loaded together. The crash report indicates that the issue occurs in VulkanMod’s method due to an unsupported draw mode .Drawer.drawDEBUG_LINES

Reproduction Steps:

Install VulkanMod and Litematica. Launch Minecraft. Enter a game world. Attempt to use Litematica features, such as selecting an area. The game crashes. Crash Report: 错误报告-2024-4-25_11.59.09.zip

Additional Information:

I have tried updating all mods to the latest versions, but the issue persists. I noticed that the game does not crash when Litematica is disabled, suggesting that the issue may be related to the compatibility between Litematica and VulkanMod.

Expected Result: I expect Litematica to work normally with VulkanMod without causing the game to crash.

MotWnb commented 2 months ago

By the way, I can run Minecraft with VulkanMod without issues when Litematica is not installed.