-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crafting Terminal doesn't work in multiplayer #20
Comments
Can confirm the same happening to me. |
Does the error have any more details, or is it only that one line? |
Nope, that's all information the console spits out |
Having the same issue. Works just fine in single player, doesnt work in multiple player. Throwing the same message as Freemanium. Running the following Mods on tModLoader 0.10.0.1 and Terraria 1.3.5.2.
|
I can reproduce this in a new (clean) world without any other mods enabled. Terraria Server v1.3.5.2 - tModLoader v0.10.1 The Storage Heart works great, in both single-player and multi-player. The Storage Crafting Interface opens and looks normal in both single-player and multi-player. But in multi-player, the "Craft" button doesn't actually craft anything. It makes the crafting noise, but no crafting happens... the new item doesn't appear and the ingredients aren't subtracted. This happens regardless of whether the recipe required a crafting station. It seems to happen for mana crystals, iron bars, everything. [I also posted on the forum about this. Apologies for the redundancy.] |
I'm getting it as well. The storage itself works fine, but like everyone else here says it's 1 line, no other errors show up in any logs. It was working just fine for probably about a week, but only a few hours after we went into Hardmode and it's broken. Terraria Server v1.3.5.2 - tModloader v0,10.1 w/ MagicStorage 0.4.2 |
real exception is:
that is getting called from CraftingGUI fails to initialize static Quick fix was to move static constructors of
|
Ok I got it built and crafting works on server for now so ain't complaining. 👍 |
@Mr-Rixa Can you share this mod? thanks a lot |
@ahjsrhj Well I have very limited knowledge of coding and it was a bit hit and miss. You'll take all responsibility of what might happen if you do this. I recommend taking a manual backup of your world before doing this. (so far I've had no problems 😅)
and then add this after line 312 // hacky test fix that didn't lag
if (reqObjText2 == null)
{
reqObjText2 = new UIText(Language.GetText("LegacyInterface.22"));
}
if (capacityText == null)
{
capacityText = new UIText(Language.GetText("LegacyInterface.22"));
} Like I stated earlier this was a bit hit and miss and if anybody has a better or more elegant way to fix it please correct my horrible hacky ways 😅 |
@Mr-Rixa Thank you very much! |
@Mr-Rixa If you feel like it, you can even issue a pull request, so others can quickly import your changes. |
The Crafting Terminal doesn't seem to work in multiplayer.
I pick an item, click the "Craft" button afterwards, nothing happens. The server console prints the following error message:
This feature does however work in singleplayer.
I'm running the latest version of MagicStorage (v0.4.0.2) with tModLoader v0.10.0.2 and Terraria v1.3.5.2.
Additional mods are:
...although I don't suspect them to cause this issue.
The text was updated successfully, but these errors were encountered: