Export bus array out of bounds causes crash on server
Brunnn opened this issue ยท 10 comments
Describe the bug
Export bus is apparantly causing the server to crash.
It was working well for some time, but now it crashes everytime I open the server.
How to reproduce the bug
Not quite sure
Expected behavior
The export bus work like expected
Additional details
I was making some crafting automation using export bus, crafting units, etc..
Which minecraft version are you using?
1.20
On which mod loaders does it happen?
Forge
Crash log
Yep it was the export bus that was crashing the server.
In order to fix my world, i've got the block position in the crash-report
and ran the fill {{position}} diamond_block
to remove it before the server crashed.
Yeah, I think that is a bug with the expanded filter size of the export bus in combination with a crafting upgrade card.
Yeah we.ran into trouble when trying to make the forge release due to other changes breaking the build and I am out of town until Tuesday. So no guarantees that the fix can be released for Forge before Tuesday
Are you guys planning a small release any time soon? would be great to use the export bus to automate things...
Still not fixed in .8
see:
https://pastebin.com/npzatSKy
Urgh I think I made @62832 fix worse when I tried to improve it