Skip to content
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

Illegal folder name in Create: Interactive JAR file. #69

Open
Tjmaxmillion opened this issue Feb 27, 2024 · 1 comment
Open

Illegal folder name in Create: Interactive JAR file. #69

Tjmaxmillion opened this issue Feb 27, 2024 · 1 comment
Labels
bug A problem with the mod good first issue Good for newcomers Needs more info OP needs to do more testing or give more info

Comments

@Tjmaxmillion
Copy link

Windows has some reserved folder/file names, and when folders or files are named these things it can cause issues.

In this case Create: Interactive has a folder called aux located at org\valkyrienskies\create_interactive\aux in the jar.
This specific issue popped up with the HeliosLauncher, The launcher unarchives mods JAR files and stores them in a folder called "modstore".

This makes a folder called aux in the folder for Create: Interactive preventing the deletion of the root directory of the launcher.

TL;DR

Don't use Illegal file/folder names listed below.
Cause if the mod is unarchived on a windows machine for any reason it prevents the folder and any parent folder from being deleted by normal means.

Image Source
image

@blockninja124
Copy link
Contributor

I can't find this folder name in source. Can you tell me what mod loader and minecraft version your using? If I still can't find it, its possible its a Kotlin bug (compiling stuff to an aux folder when it shouldn't) or this was already fixed earlier and this issue just wasn't closed.

@blockninja124 blockninja124 added good first issue Good for newcomers Needs more info OP needs to do more testing or give more info bug A problem with the mod labels Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A problem with the mod good first issue Good for newcomers Needs more info OP needs to do more testing or give more info
Projects
None yet
Development

No branches or pull requests

2 participants