AbdElAziz333 / Canary

A performance mod designed to optimize Minecraft's general performance and unofficial fork of Lithium mod for Minecraft Forge.
https://www.curseforge.com/minecraft/mc-mods/canary
GNU Lesser General Public License v3.0
41 stars 3 forks source link

Create fails to load with Canary 1.19.2 #171

Closed Hexnet111 closed 8 months ago

Hexnet111 commented 1 year ago

Version: canary-mc1.19.2-0.2.8

Reproduction Steps:

  1. Install Canary
  2. Install Create
  3. Launch the game
  4. Create fails to load with "java.lang.reflect.InvocationTargetException: null"

Crash Report File (I'm using other mods, so sorry if it's more cluttered.): ‏‏latest.log

Additional Information: One solution I found that works is loading the game without Canary first, then shutting it down, putting Canary back, and reloading the game. This for some reason fixes the issue, although only temporarily.

M4ximumPizza commented 1 year ago

Based on the crash report you provided, it appears that Canary is failing to recognize the MovementBehaviour class. Furthermore, it is neglecting to acknowledge the presence of associated elements within it, such as blocks and textures. This issue extends to the point of missing textures, despite their expected presence. This indicates a potential compatibility problem between the mods and Canary, which could stem from either incompatible mod versions or improper functioning. Evidently, there are multiple factors contributing to the sequence of errors culminating in the eventual crash.

Hexnet111 commented 1 year ago

Yeah, apparently some of my friends started having the same issue with other mods. Although, since it only sometimes happens, we just restart the game a couple of times to fix it.

M4ximumPizza commented 1 year ago

I would assume with the texture problems. But restarting the game does do something with it. I don't know what though.

StormDragon-64 commented 8 months ago