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

Crash on modify file: FileSystemException: ������� #13

Open
Krutoy242 opened this issue Nov 15, 2023 · 1 comment
Open
Labels
bug Something isn't working

Comments

@Krutoy242
Copy link

Krutoy242 commented Nov 15, 2023

I have file twilighttweaks-1.12.2-v1.0.2.jar.jar and want to disable / rename / remove it. Everything is crashing game loading with this error:

[main/ERROR] [ModDirector/ConfigurationController[CORE]]: Failed to open a configuration for reading!
java.nio.file.FileSystemException: E:\mc_client\GDLuncher\instances\E2E-E\minecraft\mods\twilighttweaks-1.12.2-v1.0.2.jar.jar: ������� �� ����� �������� ������ � �����, ��� ��� ���� ���� ����� ������ ���������.

	at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86) ~[?:1.8.0_352]
	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97) ~[?:1.8.0_352]
	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102) ~[?:1.8.0_352]
	at sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:269) ~[?:1.8.0_352]
	at sun.nio.fs.AbstractFileSystemProvider.delete(AbstractFileSystemProvider.java:103) ~[?:1.8.0_352]
	at java.nio.file.Files.delete(Files.java:1126) ~[?:1.8.0_352]
	at net.jan.moddirector.core.configuration.ConfigurationController.handleModifyConfig(ConfigurationController.java:197) ~[ConfigurationController.class:1.8.0-SNAPSHOT]

I dont understand why i see symbols but this may be related to the fact that i have Ru localized Windows.

Example of config:

{
	"folder": "mods",
	"fileName": "twilighttweaks-1.12.2-v1.0.2.jar.jar",
	"delete": true
}

Also, it may be related that im using symlinks for minecraft folder.

debug.log

@Krutoy242 Krutoy242 changed the title File Director modify file: FileSystemException: ������� Crash on modify file: FileSystemException: ������� Nov 15, 2023
@Krutoy242
Copy link
Author

Issue still actual 👀

@ACGaming ACGaming added the bug Something isn't working label Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants