cc-tweaked / CC-Tweaked

Just another ComputerCraft fork
https://tweaked.cc
935 stars 211 forks source link

Error running task on computer LuaTable.rawset #1955

Closed schindlershadow closed 2 months ago

schindlershadow commented 2 months ago

Minecraft Version

1.21.1

Version

1.113.0

Details

ATM10 modpack

Server Log1: https://pastebin.com/raw/DQCNnAJC Server Log2: https://pastebin.com/raw/t5XAGjUB Not sure why there are 2 different errors in the logs but they are too large to put in one pastebin

Code running: storageServer.lua https://github.com/schindlershadow/ComputerCraft-Item-Storage-System

Code is very large and complicated, the error seems to come up after certificate exchange maybe when encrypted messages are sent. Code uses cryptoNet for handling certs and encryption https://github.com/SiliconSloth/CryptoNet

schindlershadow commented 2 months ago

confirmed same error comes up when running the example server and client code in the cryptoNet readme

SquidDev commented 2 months ago

Thanks for the report! Oh, that was a very silly mistake.