Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.18.2]Litematica crash when loading schematic #501

Closed
KohlrabitoDev opened this issue Mar 13, 2022 · 2 comments
Closed

[1.18.2]Litematica crash when loading schematic #501

KohlrabitoDev opened this issue Mar 13, 2022 · 2 comments
Labels
bug-in-other-mod This issue is caused by a bug in another mod

Comments

@KohlrabitoDev
Copy link

Provide at least the following information

  • Minecraft version - Which Minecraft version are you playing on?
  • 1.18.2
  • Mod version and malilib version - Which exact mod version are you using?
  • malilib-fabric-1.18.2-0.12.0
    • Include the full mod file name which includes the build date and time for the development versions, or you can see the mod version in the title of the Litematica main menu.
    • litematica-fabric-1.18.2-0.11.0
    • "Latest" is not a version!! It's ambiguous, it's a moving target, and very often the version is not actually even the latest available version at that time.
  • A clear description of the issue - I'm not a psychic, so you have to describe the issue thoroughly enough for me to be able to reproduce it without knowing anything at all that is not described in the issue report.
The game crashed as I tried placing my schematic that I took from Scicraft -> https://ufile.io/eaxflgdu
Error log -> https://pastebin.com/mf6P3qP1
@maruohon
Copy link
Owner

maruohon commented Mar 13, 2022

java.lang.ClassCastException: class fi.dy.masa.litematica.world.WorldSchematic cannot be cast to class net.minecraft.class_638 (fi.dy.masa.litematica.world.WorldSchematic and net.minecraft.class_638 are in unnamed module of loader net.fabricmc.loader.impl.launch.knot.KnotClassLoader @604c5de8)
    at shcm.shsupercm.fabric.citresewn.ActiveCITs.getItemModelCached(ActiveCITs.java:137)

That's the CITResewn mod trying to cast the schematic world into a ClientWorld without checking first that it is one (which it's not).

@maruohon maruohon added the bug-in-other-mod This issue is caused by a bug in another mod label Mar 31, 2022
@maruohon
Copy link
Owner

Looks to be fixed in a later version of CITResewn.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-in-other-mod This issue is caused by a bug in another mod
Projects
None yet
Development

No branches or pull requests

2 participants