Sodium

Sodium

35M Downloads

sodium-fabric-mc1.17-0.3.0+unknown-dev.jar crashes on launch.

moo-sek-freak opened this issue ยท 3 comments

commented

Version

mc1.17-0.3.0+unknown-dev

Reproduction Steps

  1. Launch game using unknown-dev.jar. (Game launches normally using unknown.jar)

Crash Report File

Starting the game with only the Sodium mod loaded gives this:

[18:40:51] [main/INFO]: Loading for game Minecraft 1.17.1
[18:40:51] [main/FATAL]: A critical error occurred
net.fabricmc.loader.discovery.ModResolutionException: Errors were found!
 - Mod 'Sodium' (sodium) requires version 0.1 or later of mod fabric-rendering-data-attachment-v1, which is missing!
	 - You must install version 0.1 or later of fabric-rendering-data-attachment-v1.
 - Mod 'Sodium' (sodium) requires version 0.1 or later of mod fabric-rendering-fluids-v1, which is missing!
	 - You must install version 0.1 or later of fabric-rendering-fluids-v1.
	at net.fabricmc.loader.discovery.ModResolver.findCompatibleSet(ModResolver.java:342) ~[fabric-loader-0.11.6.jar:?]
	at net.fabricmc.loader.discovery.ModResolver.resolve(ModResolver.java:832) ~[fabric-loader-0.11.6.jar:?]
	at net.fabricmc.loader.FabricLoader.setup(FabricLoader.java:195) ~[fabric-loader-0.11.6.jar:?]
	at net.fabricmc.loader.FabricLoader.load(FabricLoader.java:185) [fabric-loader-0.11.6.jar:?]
	at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:132) [fabric-loader-0.11.6.jar:?]
	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) [fabric-loader-0.11.6.jar:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) ~[?:?]
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
	at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?]
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?]
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?]

And with Fabric API: (This is the whole log file, launcher gives exit code -1.)

[18:43:01] [main/INFO]: Loading for game Minecraft 1.17.1
[18:43:01] [main/INFO]: [FabricLoader] Loading 48 mods:
	- [email protected]+1.17
	- [email protected]+a02b446313
	- [email protected]+2b5c62d013
	- [email protected]+c345aea813
	- [email protected]+a02b446313
	- [email protected]+6cefd57713
	- [email protected]+92519afa13
	- [email protected]+a02b446313
	- [email protected]+a02b446313
	- [email protected]+be9da31013
	- [email protected]+6cefd57713
	- [email protected]+a02b446313
	- [email protected]+a722d8c013
	- [email protected]+92519afa13
	- [email protected]+6cefd57713
	- [email protected]+a02b446313
	- [email protected]+b7ab612113
	- [email protected]+a02b446313
	- [email protected]+36b77c3e13
	- [email protected]+a02b446313
	- [email protected]+a02b446313
	- [email protected]+92519afa13
	- [email protected]+a02b446313
	- [email protected]+6cefd57713
	- [email protected]+a02b446313
	- [email protected]+92519afa13
	- [email protected]+b7ab612113
	- [email protected]+a02b446313
	- [email protected]+a02b446313
	- [email protected]+e2961fee13
	- [email protected]+5f02c96913
	- [email protected]+a02b446313
	- [email protected]+a02b446313
	- [email protected]+a02b446313
	- [email protected]+a02b446313
	- [email protected]+92519afa13
	- [email protected]+a02b446313
	- [email protected]+b7ab612113
	- [email protected]+155f865c13
	- [email protected]+a02b446313
	- [email protected]+6cefd57713
	- [email protected]+a02b446313
	- [email protected]+a02b446313
	- [email protected]+b7ab612113
	- [email protected]
	- java@16
	- [email protected]
	- [email protected]+unknown
commented

how do you use the dev version then?

commented

the -dev suffix indicates that it is for use in a development environment, it will never work in a regular minecraft launcher.

commented

Normally you don't. Use the non-suffixed jar instead