Posted 15 June 2015 - 11:45 PM
Our server that has 198 mods suddenly stopped running without leaving a crash report about 15 minutes after the loading phase.
It spammed this in the console (not in the fml log) before it simply stopped running :
The only ComputerCraft Network on the server is the Greg's Stargate controller setup I have in my base, which is not chunkloaded and thus should not be doing anything at all. (and it had been running fine for weeks before I turned the chunkloader off)
Googling this problem, I only found this Github Issue:
https://github.com/OpenMods/OpenPeripheral/issues/232
They are saying that it is something on your side.
It spammed this in the console (not in the fml log) before it simply stopped running :
CCSGPeripheral.detach: from dan200.computercraft.shared.peripheral.modem.TileCable$RemotePeripheralWrapper@679a9511
CCSGPeripheral.attach: to dan200.computercraft.shared.peripheral.modem.TileCable$RemotePeripheralWrapper@30f3ca81
CCSGPeripheral.detach: from dan200.computercraft.shared.peripheral.modem.TileCable$RemotePeripheralWrapper@30f3ca81
CCSGPeripheral.attach: to dan200.computercraft.shared.peripheral.modem.TileCable$RemotePeripheralWrapper@ff15dd9
As you see it is constantly attaching and detaching.The only ComputerCraft Network on the server is the Greg's Stargate controller setup I have in my base, which is not chunkloaded and thus should not be doing anything at all. (and it had been running fine for weeks before I turned the chunkloader off)
Googling this problem, I only found this Github Issue:
https://github.com/OpenMods/OpenPeripheral/issues/232
They are saying that it is something on your side.