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

Minecart issue | Error running job content is null #1546

Open
samve000 opened this issue Jul 21, 2024 · 1 comment
Open

Minecart issue | Error running job content is null #1546

samve000 opened this issue Jul 21, 2024 · 1 comment
Labels
area: compatibility Issue only happens when other mods are present status: needs testing Issue needs testing type: bug Issue where something isn't working

Comments

@samve000
Copy link

samve000 commented Jul 21, 2024

Describe the Bug

When I place down a minecart the log shows an error and the minecart becomes a black square. When I remove the Create mod the minecart is normal again, when I remove the better fletching table mod it becomes a minecart with a command block in it and the error won't show up.

Reproduction Steps

  1. Install create mod
  2. Install Better Fletching Table mod
  3. Open a world
  4. Place a minecart

Expected Result

I expect the minecart not to be a black square and the error not to pop up everytime I place a minecart.

Screenshots and Videos

image
2024-07-19_02 53 20

Crash Report or Log

https://mclo.gs/OmY3Rc2

Operating System

Windows 11

Mod Version

0.5.1f

Minecraft Version

1.20.1

Other Mods


  [✔] bft-2.0.0
  [✔] create-fabric-0.5.1-f-build.1417+mc1.20.1
  [✔] fabric-api-0.92.2+1.20.1


Additional Context

[Flywheel 1/ERROR] (Flywheel) Error running job
java.lang.NullPointerException: Cannot invoke "com.jozufozu.flywheel.core.materials.model.ModelData.delete()" because "this.contents" is null
	at com.jozufozu.flywheel.vanilla.MinecartInstance.tick(MinecartInstance.java:49) ~[flywheel-0.6.10-2-32bc5505f22ffdd1.jar:?]
	at com.jozufozu.flywheel.backend.instancing.InstanceManager.tickInstance(InstanceManager.java:143) ~[flywheel-0.6.10-2-32bc5505f22ffdd1.jar:?]
	at com.jozufozu.flywheel.backend.instancing.InstanceManager.lambda$tick$0(InstanceManager.java:123) ~[flywheel-0.6.10-2-32bc5505f22ffdd1.jar:?]
	at com.jozufozu.flywheel.backend.instancing.ParallelTaskEngine.processTask(ParallelTaskEngine.java:156) ~[flywheel-0.6.10-2-32bc5505f22ffdd1.jar:?]
	at com.jozufozu.flywheel.backend.instancing.ParallelTaskEngine$WorkerRunnable.run(ParallelTaskEngine.java:190) ~[flywheel-0.6.10-2-32bc5505f22ffdd1.jar:?]
	at java.lang.Thread.run(Unknown Source) ~[?:?]
@samve000 samve000 added the type: bug Issue where something isn't working label Jul 21, 2024
@TropheusJ
Copy link
Member

looks like BFT's datapack hacks are breaking flywheel somehow. Needs to be tested with flywheel 1.0 once that's ready

@TropheusJ TropheusJ added area: compatibility Issue only happens when other mods are present status: needs testing Issue needs testing labels Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: compatibility Issue only happens when other mods are present status: needs testing Issue needs testing type: bug Issue where something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants