Server crash on neoforge when attempting to find config #5
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Port
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Modding/enchiridion#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When the server tries to find the config it crashes. Doesnt happen on client (of course) or on a fabric server (i tested), I also tried transferring the already existing config from my instance files onto the server which did not work. I assume maybe this has some relation/is similar to the crash on the 0.1.0 fabric version
Hi, this isn't actually related to Fabric's issue, Fabric's issue was that I included the NeoForge build of the config in the Fabric mod.
I'll take a look because the config mustn't be initializing early enough.
Hmm, it's an incompatibility with NeoForge's VillagerTradesEvent. That seems to run before Greenhouse Config initialization.
I'll take a look at moving config initialization elsewhere. Thanks for the report!