Posted August 2, 20223 yr Hi, after fighting with new forge installers ive finally installed server on arch, tried to copy mods and world from LAN world but after adding mods and deleting some clientside mods its just one huge error output https://pastebin.com/BGLYnEDx
August 2, 20223 yr Author Works, but thats weird. Its working on LAN game even with error. Rest of errors are harmless?
August 2, 20223 yr Quote Caused by: java.io.IOException: Input/output error at java.io.FileInputStream.read0(Native Method) ~[?:?] at java.io.FileInputStream.read(FileInputStream.java:228) ~[?:?] at org.jline.terminal.impl.AbstractPty$PtyInputStream.read(AbstractPty.java:73) ~[jline-terminal-3.12.1.jar%2313!/:?] Are you starting the server from the command line then closing the console? The other errors will be mostly harmless, but that doesn't necessarily mean it is not something broken in the mods. e.g. createplus is trying to add a recipe for a mekanism item, which you don't have installed. Quote [02Aug2022 20:10:48.481] [Worker-Main-4/ERROR] [net.minecraft.world.item.crafting.RecipeManager/]: Parsing error loading recipe createplus:crafting/module_goggle_unit com.google.gson.JsonSyntaxException: Unknown item 'mekanism:module_base' While this looks like a broken recipe file for createadditions, but it also has the name "unknown_ingot_recipe" so who knows except the mod author? 🙂 All it means is you can't use this recipe for crafting. Quote [02Aug2022 20:10:45.532] [Worker-Main-5/ERROR] [net.minecraft.server.packs.resources.SimpleJsonResourceReloadListener/]: Couldn't parse data file create_stuff_additions:unkown_ingot_recipe from create_stuff_additions:recipes/unkown_ingot_recipe.json com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 17 column 4 path $.result You could report it as a bug to the mod authors that they are not using "conditional recipes" which would avoid this kind of logging spam. https://docs.minecraftforge.net/en/latest/resources/server/conditional/ but they would probably consider it low priority? Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
August 2, 20223 yr Author After starting server im leaving console on, to dont create more problems. Also thanks for explanation Edited August 2, 20223 yr by LukiP0P
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.