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

Everytime i open fabric 1.20.1 i crash with mods #6625

Open
blazzzeeeyy opened this issue Feb 13, 2025 · 1 comment
Open

Everytime i open fabric 1.20.1 i crash with mods #6625

blazzzeeeyy opened this issue Feb 13, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@blazzzeeeyy
Copy link

Describe the bug

[02:15:59] [main/INFO]: Loading Minecraft 1.20.1 with Fabric Loader 0.16.10
[02:15:59] [main/WARN]: Mod resolution failed
[02:15:59] [main/INFO]: Immediate reason: [HARD_DEP_NO_CANDIDATE cobbled-shiny-particles 1.0.6.1 {depends fabric-language-kotlin @ [>=1.9.22]}, ROOT_FORCELOAD_SINGLE cobbled-shiny-particles 1.0.6.1]
[02:15:59] [main/INFO]: Reason: [HARD_DEP cobbled-shiny-particles 1.0.6.1 {depends fabric-language-kotlin @ [>=1.9.22]}, HARD_DEP cobbled-shiny-particles 1.0.6.1 {depends cobblemon @ [~1.5.0]}, HARD_DEP cobbreeding 1.7.4 {depends architectury @ [9.x]}, HARD_DEP cobbreeding 1.7.4 {depends cobblemon @ [>=1.5.0]}, HARD_DEP livelier-pokemon 1.0.2 {depends cobblemon @ [>=1.4.0]}, HARD_DEP roughlyenoughprofessions 2.0.2 {depends roughlyenoughitems @ [>=12.0.625]}]
[02:15:59] [main/INFO]: Fix: add [add:fabric-language-kotlin 1.9.22 ([[1.9.22,∞)]), add:cobblemon 1.5.0 ([[1.5.0,1.6-)]), add:architectury 9- ([[9-,10-)]), add:roughlyenoughitems 12.0.625 ([[12.0.625,∞)])], remove [], replace []
[02:15:59] [main/ERROR]: Incompatible mods found!
net.fabricmc.loader.impl.FormattedException: Some of your mods are incompatible with the game or each other!
A potential solution has been determined, this may resolve your problem:
- Install fabric-language-kotlin, version 1.9.22 or later.
- Install cobblemon, any version between 1.5.0 (inclusive) and 1.6- (exclusive).
- Install architectury, any 9.x version.
- Install roughlyenoughitems, version 12.0.625 or later.
More details:
- Mod 'Cobbled Shiny Particles' (cobbled-shiny-particles) 1.0.6.1 requires version 1.9.22 or later of fabric-language-kotlin, which is missing!
- Mod 'Cobbled Shiny Particles' (cobbled-shiny-particles) 1.0.6.1 requires any version between 1.5.0 (inclusive) and 1.6- (exclusive) of cobblemon, which is missing!
- Mod 'Cobbreeding' (cobbreeding) 1.7.4 requires any 9.x version of architectury, which is missing!
- Mod 'Cobbreeding' (cobbreeding) 1.7.4 requires version 1.5.0 or later of cobblemon, which is missing!
- Mod 'LivelierPokemon' (livelier-pokemon) 1.0.2 requires version 1.4.0 or later of cobblemon, which is missing!
- Mod 'Roughly Enough Professions' (roughlyenoughprofessions) 2.0.2 requires version 12.0.625 or later of roughlyenoughitems, which is missing!
at net.fabricmc.loader.impl.FormattedException.ofLocalized(FormattedException.java:51) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:196) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:146) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.16.10.jar:?]
[02:16:00] [main/WARN]: Failed to open the error gui!
java.lang.reflect.InvocationTargetException: null
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1371) ~[?:?]
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1346) ~[?:?]
at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1480) ~[?:?]
at net.fabricmc.loader.impl.gui.FabricMainWindow.open0(FabricMainWindow.java:94) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.gui.FabricMainWindow.open(FabricMainWindow.java:88) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.gui.FabricGuiEntry.open(FabricGuiEntry.java:51) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.gui.FabricGuiEntry.displayError(FabricGuiEntry.java:141) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.gui.FabricGuiEntry.displayError(FabricGuiEntry.java:108) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.FabricLauncherBase.handleFormattedException(FabricLauncherBase.java:86) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:76) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.16.10.jar:?]
Caused by: java.awt.HeadlessException
at sun.java2d.HeadlessGraphicsEnvironment.getDefaultScreenDevice(HeadlessGraphicsEnvironment.java:58) ~[?:?]
at java.awt.Window.initGC(Window.java:493) ~[?:?]
at java.awt.Window.init(Window.java:512) ~[?:?]
at java.awt.Window.(Window.java:554) ~[?:?]
at java.awt.Frame.(Frame.java:428) ~[?:?]
at java.awt.Frame.(Frame.java:393) ~[?:?]
at javax.swing.JFrame.(JFrame.java:180) ~[?:?]
at net.fabricmc.loader.impl.gui.FabricMainWindow.createUi(FabricMainWindow.java:104) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.gui.FabricMainWindow.lambda$open0$0(FabricMainWindow.java:95) ~[fabric-loader-0.16.10.jar:?]
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:308) ~[?:?]
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773) ~[?:?]
at java.awt.EventQueue$4.run(EventQueue.java:720) ~[?:?]
at java.awt.EventQueue$4.run(EventQueue.java:714) ~[?:?]
at java.security.AccessController.doPrivileged(AccessController.java:400) ~[?:?]
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87) ~[?:?]
at java.awt.EventQueue.dispatchEvent(EventQueue.java:742) ~[?:?]
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) ~[?:?]
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) ~[?:?]
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) ~[?:?]
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) ~[?:?]
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) ~[?:?]
at java.awt.EventDispatchThread.run(EventDispatchThread.java:90) ~[?:?]

The log file and images/videos

please help me

Steps To Reproduce

PLEASE HELP ME TO FIX THIS

Expected Behavior

e

Platform

- Device model: 
- CPU architecture: 
- Android version: 
- PojavLauncher version:

Anything else?

No response

@blazzzeeeyy blazzzeeeyy added the bug Something isn't working label Feb 13, 2025
@ZinhDx0
Copy link

ZinhDx0 commented Feb 21, 2025

missing required mods

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