Arc Lib

Arc Lib

187k Downloads

[BUG]Crash on server load

Closed this issue ยท 4 comments

commented

Describe the bug
Hello,
I'm trying to setup a server for the a pack called Create & Revolutionize the path between land and machine but it crashes on load with this craslog : https://gist.github.com/jinkhya/e4bb35a96aec0e7a82407e0587cb8361
Client loads fine.

To Reproduce
Steps to reproduce the behavior:
I tried reproducing with just arc, architectury and yamlconfig but I get a different crashlog :
https://gist.github.com/jinkhya/ed00d02ad4f37b2cdaf99c798d56da2a
I dunno if they're related or 2 different issues.

Expected behavior
Mod loading

Screenshots
If applicable, add screenshots to help explain your problem.

Details:

  • Loader: Neoforge
  • Loader version: 21.1.138
  • Minecraft version: 1.21.1
  • Mod Version 1.9.3

Additional context
Add any other context about the problem here.

commented

@jinkhya You also need UILib. That is why the second one crashes. I think the first one is a bad config file. Could you provide me with the arc config file?

commented

Sure thing :

block:
  #The maximum size of the block pos cache, used to not drop double drops on placed blocks
  #Minimum value: -2147483648, Maximum value: 2147483647, Default value: 10000
  max_block_pos_cache_size: 10000
debug:
  #if true, debug mode is enabled
  #Default value: false
  is_debug: false
commented

DAQEM/YamlConfig#7 Should fix both issue. New jar for YAML Config will be online in about 10 minutes.

commented

Awesome ! thanks for the quick fix !