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 #56

Closed
Artiks-Nasik opened this issue May 24, 2023 · 2 comments
Closed

crash #56

Artiks-Nasik opened this issue May 24, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@Artiks-Nasik
Copy link

crashing at loading game. game build 144
crash log:```java
Version: release build 144
(Foo's Client Version: 5d9eb5f, May. 12, 2023 Unstable)
Source: mindustry-antigrief/mindustry-client-v7-builds
OS: Windows 10 x32 (x86)
Java Version: 1.8.0_351
Runtime Available Memory: 247mb
Cores: 12
Mods: scheme-size:2.7.65

java.lang.RuntimeException: Error loading mod scheme-size
at mindustry.mod.Mods.contextRun(Mods.java:848)
at mindustry.mod.Mods.lambda$eachClass$32(Mods.java:836)
at arc.struct.Seq.each(Seq.java:182)
at mindustry.mod.Mods.eachClass(Mods.java:836)
at mindustry.ClientLauncher.update(ClientLauncher.java:239)
at arc.backend.sdl.SdlApplication.listen(SdlApplication.java:205)
at arc.backend.sdl.SdlApplication.loop(SdlApplication.java:193)
at arc.backend.sdl.SdlApplication.(SdlApplication.java:54)
at mindustry.desktop.DesktopLauncher.main(DesktopLauncher.java:57)
Caused by: arc.util.ArcRuntimeException: java.io.FileNotFoundException: C:\Users\miral\AppData\Roaming\Mindustry\mods\xzxadixzxscheme-size.zip (access denied)
at arc.files.ZipFi.(ZipFi.java:70)
at scheme.SchemeUpdater.load(SchemeUpdater.java:30)
at scheme.Main.init(Main.java:48)
at mindustry.mod.Mods.lambda$eachClass$31(Mods.java:836)
at mindustry.mod.Mods.contextRun(Mods.java:846)
... 8 more
Caused by: java.io.FileNotFoundException: C:\Users\miral\AppData\Roaming\Mindustry\mods\xzxadixzxscheme-size.zip (access denied)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.(Unknown Source)
at java.util.zip.ZipFile.(Unknown Source)
at java.util.zip.ZipFile.(Unknown Source)
at arc.files.ZipFi.(ZipFi.java:27)
... 12 more

@Artiks-Nasik Artiks-Nasik added the bug Something isn't working label May 24, 2023
@xzxADIxzx
Copy link
Owner

Hm, mod cannot find mod's file, but idk why 😞

@Artiks-Nasik
Copy link
Author

Hm, mod cannot find mod's file, but idk why 😞

i installed via mod browser and it crashed, but when i downloaded the mod from github and imported it from downloads. it works

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