Jump to content

"Datapacks" crashing


LukiP0P

Recommended Posts

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?

  • Like 1

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.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.