Jump to content

Custom mod pack crashing just before world gen


SolidMercury

Recommended Posts

I am making a custom mod pack for me and some friends but it's crashing and i have no idea why. when preparing for world generation it will go to "saving world" for a few second before crashing and giving this error:

 

The game crashed whilst mouseclicked event handler Error: com.electronwill.nightconfig.core.io.WritingException: An I/O error occured

 

https://pastebin.com/W2tP4HJY the full chash report

Link to comment
Share on other sites

Quote

Caused by: java.nio.file.FileSystemException: C:\Users\Ewan\curseforge\minecraft\Instances\Cozy Pack\config\sophisticatedcore-common.toml: The process cannot access the file because it is being used by another process

Looks like something is locking that file. e.g. you are editing it, or an instance of minecraft is still running.

Edited by warjort

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

Could be a mod doing something weird (a bug) with its configuration file.

Check you have the latest version then contact the mod author.

 

Also in the past, errors like that file lock are sometimes misinterpreted by the java virtual machine.

e.g. It could be an issue with the operating system permissions of the file stopping it opening the file. But java misreports the error as it being locked. 

Or it would probably be more accurate to say Windows is telling java the wrong error code?

 

Try deleting the file. Minecraft/Forge will recreate it with default values. 

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

The file is for sophisticated core which is used by sophisticated backpacks.

Maybe others? https://www.curseforge.com/minecraft/mc-mods/sophisticated-core/relations/dependents?filter-related-dependents=3

 

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.