Industrial Foregoing

Industrial Foregoing

95M Downloads

[1.12] : Non-threadsafe call to onBlockUpdating when machines get blown up.

bvierra opened this issue ยท 1 comments

commented

**Industrial Foregoing Version: **
1.12.2-1.12.13-237

**TeslaCoreLib Version: **
1.12.2-1.0.15

** Forge Version: **
forge-14.23.5.2847

**Crashlog If Applicable (Upload to pastebin/gist): ** https://gist.github.com/bvierra/c7ac12bf4e3c93ad88e21c2f0bde7777

A number of machines from Industrial Foregoing are throwing an error in the latest.log when the machine gets blown up. This happens for a number of blocks as can be seen in the logs.

This issue started as researching a log message from another mod (WarpDrive) which complained and then changed the blast resistance on both mob_relocator (Mob Crusher) and wither_builder

[19:28:31] [Client thread/INFO]: Adjusted blast resistance of industrialforegoing:mob_relocator Block{industrialforegoing:mob_relocator} from Infinity to 60.00
[19:28:31] [Client thread/INFO]: Adjusted blast resistance of industrialforegoing:wither_builder Block{industrialforegoing:wither_builder} from Infinity to 60.00

This of course brought up the thought that the wither building may just destroy the wither builder. This was NOT the case (neither blew up) however the following log showed up:

[19:42:54] [Netty Local Client IO #0/ERROR]: Non-threadsafe call to StarMapRegistry:onBlockUpdating outside main thread, for industrialforegoing:mob_relocator[facing=north] @ overworld (-175 70 -100)
[19:43:25] [Netty Local Client IO #0/ERROR]: Non-threadsafe call to StarMapRegistry:onBlockUpdating outside main thread, for industrialforegoing:wither_builder[facing=east] @ overworld (-175 67 -98)

I then grabbed some random machines from industrial foregoing and put a creeper in the middle and hit him so he exploded, all of the blocks correctly exploded and the errors were also there:

[19:46:18] [Netty Local Client IO #0/ERROR]: Non-threadsafe call to StarMapRegistry:onBlockUpdating outside main thread, for industrialforegoing:water_condensator[facing=east] @ overworld (-188 67 -99)
[19:46:20] [Netty Local Client IO #0/ERROR]: Non-threadsafe call to StarMapRegistry:onBlockUpdating outside main thread, for industrialforegoing:water_condensator[facing=east] @ overworld (-188 67 -99)
[19:46:21] [Netty Local Client IO #0/ERROR]: Non-threadsafe call to StarMapRegistry:onBlockUpdating outside main thread, for industrialforegoing:black_hole_unit[facing=east] @ overworld (-188 68 -99)
[19:46:22] [Netty Local Client IO #0/ERROR]: Non-threadsafe call to StarMapRegistry:onBlockUpdating outside main thread, for industrialforegoing:crop_recolector[facing=east] @ overworld (-189 67 -100)
[19:46:23] [Netty Local Client IO #0/ERROR]: Non-threadsafe call to StarMapRegistry:onBlockUpdating outside main thread, for industrialforegoing:crop_recolector[facing=east] @ overworld (-189 68 -100)
[19:46:25] [Netty Local Client IO #0/ERROR]: Non-threadsafe call to StarMapRegistry:onBlockUpdating outside main thread, for industrialforegoing:resourceful_furnace[facing=east] @ overworld (-188 67 -101)
[19:46:26] [Netty Local Client IO #0/ERROR]: Non-threadsafe call to StarMapRegistry:onBlockUpdating outside main thread, for industrialforegoing:resourceful_furnace[facing=east] @ overworld (-188 68 -101)
[19:46:27] [Netty Local Client IO #0/ERROR]: Non-threadsafe call to StarMapRegistry:onBlockUpdating outside main thread, for industrialforegoing:resourceful_furnace[facing=east] @ overworld (-187 67 -99)
[19:46:28] [Netty Local Client IO #0/ERROR]: Non-threadsafe call to StarMapRegistry:onBlockUpdating outside main thread, for industrialforegoing:resourceful_furnace[facing=east] @ overworld (-187 67 -101)

Please let me know if you need any additional information

commented

๐Ÿ‘‹ Sorry but Industrial Foregoing has ended support for version 1.12. I'm closing this issue as it will no longer be updated for that version. Thanks for playing with the mod.