Life in the village 3

Life in the village 3

462k Downloads

[Bug]: Crash before Launch, Error Code 1

Vinidia opened this issue ยท 4 comments

commented

General Info

  • I didn't added any mods
  • I can reproduce this issue consistently in single-player
  • I can reproduce this issue consistently in multi-player
  • I have searched for this issue previously and it was either (1) not previously reported, or (2) previously fixed and I am having the same problem.
  • I am crashing and can provide my crash report(s)
  • I am using the latest version of the modpack

Your launcher

Prism Launcher (PolyMC fork)

Modpack version

1.3

Describe your issue

Game does not launch, exits with code 1.

Steps to reproduce the issue

  1. Download modpack through curseforge API on launcher.
  2. Attempt to run modpack.
  3. Crash.

Additional Information

Utilizing mclo.gs, to upload my Minecraft Log, I found these errors:

[08:21:36] [main/ERROR] [mixin/]: Mixin config mixins.oculus.compat.sodium.json does not specify "minVersion" property
[08:21:36] [main/ERROR] [mixin/]: Mixin config moreoverlays.mixin.json does not specify "minVersion" property
[08:21:36] [main/ERROR] [mixin/]: Mixin config polylib.mixins.json does not specify "minVersion" property
[08:21:37] [main/ERROR] [mixin/]: Mixin config okzoomer.mixins.json does not specify "minVersion" property

Full Log:
https://pastebin.com/vY8HFzMB

commented

Manually add "minVersion": "0.8", to mixins.oculus.compat.sodium.json resolves error.
Manually add "minVersion": "0.8", to moreoverlays.mixin.json resolves error.
Manually add "minVersion": "0.8", to polylib.mixins.json resolves error.
Manually add "minVersion": "0.8", to okzoomer.mixins.json resolves error.

Attempt to launch after resolving all errors by manual input of minVersion variable results in same error. Exit with Code 1.

Minecraft log does not seem to provide any errors automatically detected by mclo.gs.

New full log for further reading:
https://pastebin.com/MNnCm9nJ

commented

Disabling (removing) mods: Oculus; More Overlays; PolyLib; and OkZoomer, results in crash with exit code 1. Log seems similar, but is likely crashing due to PolyLib dependencies. I'm not familiar with the mod ecosystem in this pack.

commented

I decided to try installing and running the previous version (1.2) to see if there was any difference. I received the same errors as original post. Maybe this is due to my set up? I tried swapping Java versions and changing memory allocation. No changes.

commented

Was using Java 19. Switch to Java 17 resolved issue. I have no idea why, but if anyone runs into this problem in the future, there ya go.