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

1.20.1 Forge and Fabric dev client both failed to launch #237

Open
SNWCreations opened this issue Sep 3, 2024 · 0 comments
Open

1.20.1 Forge and Fabric dev client both failed to launch #237

SNWCreations opened this issue Sep 3, 2024 · 0 comments

Comments

@SNWCreations
Copy link

SNWCreations commented Sep 3, 2024

Using Architectury Loom 1.6 Snapshot, Fabric Yarn mapping 1.20.1 build 1, Minecraft 1.20.1, MinecraftForge 47.3.3, Fabric Loader 0.16.3, Fabric API 0.92.2

I'm migrated my existing Fabric mod to Architectury for Forge support.
But I can't launch my Forge development client, it just stuck while searching for mod candicates.
According to the log provided by console, I'm sure the client was crashed but no crash report generated because main thread just exited without giving Minecraft a chance to generate it. But the process not terminates, I had to terminate it manually.

I'm working with Forgified Fabric API (by Sinytra) for easier migration.
My mod works well outside the development client, both Forge and Fabric version works correctly without any issue.

The log is following: https://paste.md-5.net/uwovoluciv.sql (updated again using md_5's paste, IDK why PasteBin removes my log file)
The screen is just like this:
QQ_1725341909621
It was just stopped responding.

Fabric dev client also can't be launched.
I'm sharing the same AccessWidener file between Forge and Fabric subproject. My loom configuration for both subproject is just like this:

loom {
    accessWidenerPath = project(":common").file("src/main/resources/rfm.accesswidener")
}

But the temporary dev version of the mod does NOT contain the access widener, which makes the loader refuse to start.
Just like this: https://pastebin.com/htEnESyL
QQ_1725342434828

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant