KubeJS-Mods / KubeJS

https://kubejs.com
GNU Lesser General Public License v3.0
307 stars 90 forks source link

Fabric Client Crash when Creating World(loading server_scripts) #862

Closed Ethanolgie closed 3 months ago

Ethanolgie commented 3 months ago

Minecraft Version

1.19.2

KubeJS Version

1902.6.1-build.370

Rhino Version

1902.2.2-build.272

Architectury Version

6.5.85

Forge/Fabric Version

Fabric 0.14.22

Describe your issue

This crash only appear on Client.When generating world,After loading server_scripts:*,A Error was shown that Error adding element: Value 2.14748365E9 outside of range [0.0:1.0]; Value 0 outside of range [1:16].Then Client crashed. In server,this error will also appear,but it did not make server crash.

Crash report/logs

No response

ChiefArug commented 3 months ago

Please provide logs

Ethanolgie commented 3 months ago

image I'm sorry to update log screenshot in comment

ChiefArug commented 3 months ago

A log file please, not screenshots.

Ethanolgie commented 3 months ago

2024-07-02-2.log

Ethanolgie commented 3 months ago

latest.log

Ethanolgie commented 3 months ago

This is a full log from launching to crashing when generating world

ChiefArug commented 3 months ago

Caused by: java.lang.IllegalStateException: Unbound values in registry ResourceKey[minecraft:root / minecraft:worldgen/template_pool]: [minecells:portal] That just looks like an issue with minecells.

Ethanolgie commented 3 months ago

OK,I'll try solving

Ethanolgie commented 3 months ago

Thank you I solved it after deleting kubejs\data\minecells folder. I don't know this could be a bug of KubeJS or Minecells. This is from modpack All of Fabric 6

ChiefArug commented 3 months ago

If you have a crash with a modpack always go to the modpack creator before mod authors please.

Ethanolgie commented 3 months ago

I'm so sorry