CyberdyneCC / Thermos

(NO LONGER DEVELOPED) Minecraft Forge Server Software implementing the Spigot/Bukkit API, formerly known as Cauldron/MCPC
http://cyberdynecc.github.io/Thermos/
GNU General Public License v3.0
258 stars 184 forks source link

Server unusual error #502

Closed Arobcher closed 8 years ago

Arobcher commented 8 years ago

Server Log: (https://gist.github.com/Arobcher/90a7d4d64fcbf72f82c02ea5381246fa)

FML Log(s): (https://gist.github.com/Arobcher/90a7d4d64fcbf72f82c02ea5381246fa)

_Explanation of issue:_Server unusual error

_How to recreate this issue:_I do not understand how he reproduced, the problem is probably block loading

Modpack Name: http://www.filedropper.com/mods_15**(Only if public)*

Mods Installed:

Plugins Installed: c574ea0a-698e-11e6-9d82-39a59ceb9cc3

Warmroast Report: (Optional)

_Thermos Version:_Thermos-1.7.10-1614-server-58

_Forge Version:_1.7.10-Forge10.13.4.1614-1.7.10

ghost commented 8 years ago

Problem isn't block loading, the problem is block access.

A plugin you have called RecipeManager is causing the stall when using the UUIDFetcher API when a player accesses a block. The block in question is a Furnace, it's trying to get the UUID of either the user that owns it, or is trying to set the owner of the furnace.

All in all, this is an external issue, it's not being caused by Thermos.

Arobcher commented 8 years ago

thanks I will go to delete this plugin