SquidDev-CC / CCTweaks

Random additions to ComputerCraft (somewhat deprecated, use CC-Tweaked if you're on Minecraft 1.12).
MIT License
12 stars 2 forks source link

[1.10.2] Sever-Issue #164

Closed Timsuper closed 7 years ago

Timsuper commented 7 years ago

Hi, we found this lines in the Server-Log. No crash so far.

[16:01:20] [Netty Epoll Server IO #4/INFO] [STDOUT]: [org.squiddev.patcher.Logger:doWarn:23]: [WARN] Cannot find custom rewrite /org/squiddev/unborked/core/patch/ComputerCraftProxyCommon_Patch$1.class [16:01:26] [Server thread/WARN] [cctweaks]: Cannot find custom rewrite /org/squiddev/cctweaks/lua/patch/Computer_Patch$1.class [16:01:27] [Server thread/WARN] [cctweaks]: Cannot find custom rewrite /org/squiddev/cctweaks/lua/patch/Computer_Patch$3.class [16:01:31] [Server thread/WARN] [cctweaks]: Cannot find custom rewrite /org/squiddev/cctweaks/core/patch/PeripheralAPI_Patch$2.class [16:01:31] [Server thread/WARN] [cctweaks]: Cannot find custom rewrite /org/squiddev/cctweaks/lua/patch/PeripheralAPI_Patch$2.class [16:01:32] [Server thread/WARN] [cctweaks]: Cannot find custom rewrite /org/squiddev/cctweaks/core/patch/PeripheralAPI_Patch$1.class [16:01:32] [Server thread/WARN] [cctweaks]: Cannot find custom rewrite /org/squiddev/cctweaks/lua/patch/PeripheralAPI_Patch$1.class

SquidDev commented 7 years ago

Yeah, this isn't anything to worry about. The warning is there to track potential issues when a crash occurs, but isn't anything to worry about - I should probably downgrade this to a notice (rather than a warning).

Sorry about the confusion.