Necesse

Necesse

More Trinket Slots
 This topic has been pinned, so it's probably important
ProjectCuriosity  [developer] 1 Nov, 2023 @ 9:06pm
Bug Reports and Compatibility Issues
Report bugs you encounter here or on github here[github.com]
If you have compatibility issues with other mods leave a comment explaining the issue here. I will look into the issue and see if it is something that can be fixed on my end.
Last edited by ProjectCuriosity; 28 Dec, 2023 @ 1:57am
< >
Showing 1-15 of 24 comments
Sanctus Demon 13 Dec, 2023 @ 4:46pm 
sorry put my report in the wrong place! its currently broken, settings wont apply, and trying to load it, makes all trinket slots dispappear, please fix when you have a chance! thanks again!
ProjectCuriosity  [developer] 14 Dec, 2023 @ 9:11pm 
I just finished finals earlier today so I have time to work on it again. I will see what can be fixed and try to get a fix out as soon as possible.
ProjectCuriosity  [developer] 15 Dec, 2023 @ 3:46pm 
Originally posted by Sanctus Demon:
sorry put my report in the wrong place! its currently broken, settings wont apply, and trying to load it, makes all trinket slots dispappear, please fix when you have a chance! thanks again!
Just sent out an update. With the new update offline player slots can only be edited if the server does not allow outside players. Everything should work find but I didn't do much testing so please let me know if anything is still broken.
Last edited by ProjectCuriosity; 28 Dec, 2023 @ 1:58am
Astik 17 Dec, 2023 @ 3:26am 
The settings file does not appear in the game saves
ProjectCuriosity  [developer] 17 Dec, 2023 @ 3:36am 
Originally posted by Astik:
The settings file does not appear in the game saves
Does the setting file appear after you first close the server/game? Or does it never show up at all? I just went to bed but I can look into this first thing in the morning. I will try to get an update out within the next 16 hours.
Astik 17 Dec, 2023 @ 3:43am 
Originally posted by ProjectCuriosity:
Originally posted by Astik:
The settings file does not appear in the game saves
Does the setting file appear after you first close the server/game? Or does it never show up at all? I just went to bed but I can look into this first thing in the morning. I will try to get an update out within the next 16 hours.
Entered a new world with 0 slots. I would like to have 4 slots. I would just like to get the factory settings back somehow. I rummaged through the teams and made myself 20 slots. Excuse me. I'm just playing on 0.22.1
Last edited by Astik; 17 Dec, 2023 @ 3:46am
ProjectCuriosity  [developer] 17 Dec, 2023 @ 2:05pm 
Originally posted by Astik:
Entered a new world with 0 slots. I would like to have 4 slots. I would just like to get the factory settings back somehow. I rummaged through the teams and made myself 20 slots. Excuse me. I'm just playing on 0.22.1
Thank you for clarifying. That bug seems to be an issue with using the updated mod on an older version.
If you want to still play on 0.22.1 you download the old version for 0.22.1 at https://github.com/project-curiosity/MoreTrinketSlots/releases/tag/mod-v2.0.0
Then you can drop the jar into AppData\Roaming\Necesse\mods. The old version will be used instead of the steam workshop version so you can still play 0.22.1.
The settings file will appear after you first close a world. This will probably be something I fix in the future but for older versions you will have to close the world at least once to see the settings file.
Last edited by ProjectCuriosity; 17 Dec, 2023 @ 2:08pm
ProjectCuriosity  [developer] 28 Dec, 2023 @ 2:08am 
Originally posted by Pickle Rick (From Workshop Comments):
will this mod work with settlements expanded ? i keep getting a error when i try equip a trinket

My Reply:
Does the error happen when you equip a trinket to any slot? Or does it only happen when you equip it to the 7th or higher slot? I would have guessed Settlements Expanded would be compatible because they work with different systems. However, since you are getting an error there must be some issue. I'm busy tomorrow but after I will look into the issue Friday and see if it is something that can be fixed on my end or not. I will leave a comment here and in the "Bug Reports and Compatibility Issues" thread when I have more information on what is causing the error.
Last edited by ProjectCuriosity; 2 Jan, 2024 @ 8:17pm
ProjectCuriosity  [developer] 1 Jan, 2024 @ 8:24pm 
Originally posted by ProjectCuriosity:
Pick Rick comment "will this mod work with settlements expanded ? i keep getting a error when i try equip a trinket" in the workshop comments.

My Reply:
Does the error happen when you equip a trinket to any slot? Or does it only happen when you equip it to the 7th or higher slot? I would have guessed Settlements Expanded would be compatible because they work with different systems. However, since you are getting an error there must be some issue. I'm busy tomorrow but after I will look into the issue Friday and see if it is something that can be fixed on my end or not. I will leave a comment here and in the "Bug Reports and Compatibility Issues" thread when I have more information on what is causing the error.
I did a bit of testing with Settlements Expanded. I could not recreate the issue Pickle Rick reported where they were getting an error when equipping a trinket. Everything seemed to work perfectly fine for me. If someone else runs into this issue please give me more detail on what was done to cause the error and what the error message says. Until I can get more information it appears that the mods work fine together and the issue may have been due to something else.
Last edited by ProjectCuriosity; 2 Jan, 2024 @ 8:17pm
truthincash 5 Mar, 2024 @ 8:42am 
CTD at launch on 0.24:

Mods: More Trinket Slots (v. 2.1.2) java.lang.NoClassDefFoundError: necesse/inventory/item/toolItem/swordToolItem/CustomSwordToolItem at java.base/java.lang.ClassLoader.defineClass1(Native Method) at java.base/java.lang.ClassLoader.defineClass(Unknown Source) at java.base/java.security.SecureClassLoader.defineClass(Unknown Source) at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(Unknown Source) at java.base/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(Unknown Source) at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(Unknown Source) at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source) at java.base/java.lang.ClassLoader.loadClass(Unknown Source) at necesse.engine.modLoader.LoadedMod.loadClasses(LoadedMod.java:149) at necesse.engine.modLoader.ModLoader.loadMods(ModLoader.java:200) at necesse.engine.GlobalData.loadAll(GlobalData.java:267) at necesse.engine.Screen.init(Screen.java:965) at necesse.engine.Screen.<init>(Screen.java:261) at StartClient.main(StartClient.java:111) Caused by: java.lang.ClassNotFoundException: necesse.inventory.item.toolItem.swordToolItem.CustomSwordToolItem at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source) at java.base/java.lang.ClassLoader.loadClass(Unknown Source) ... 15 more
Last edited by truthincash; 5 Mar, 2024 @ 8:42am
ProjectCuriosity  [developer] 5 Mar, 2024 @ 4:39pm 
Originally posted by truthincash:
CTD at launch on 0.24:

Mods: More Trinket Slots (v. 2.1.2) java.lang.NoClassDefFoundError: necesse/inventory/item/toolItem/swordToolItem/CustomSwordToolItem ...
Just pushed an updated. The mod should now be compatible with the 0.24.0 update. Feel free to let me know if there are any more issues and I will try to fix them as soon as possible.
PrimeMinister 10 Mar, 2024 @ 7:22pm 
Hey Project Curiosity! Thanks for your continue attention to this mod, I appreciate your hard work! :)
Whenever I try to load the mod I always get the error below which forces me to restart and disable the mod:

Mods: More Trinket Slots (v. 2.1.2)

java.lang.NoClassDefFoundError: necesse/inventory/item/toolItem/swordToolItem/CustomSwordToolItem
at java.base/java.lang.ClassLoader.defineClass1(Native Method)
at java.base/java.lang.ClassLoader.defineClass(Unknown Source)
at java.base/java.security.SecureClassLoader.defineClass(Unknown Source)
at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(Unknown Source)
at java.base/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(Unknown Source)
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(Unknown Source)
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
at necesse.engine.modLoader.LoadedMod.loadClasses(LoadedMod.java:149)
at necesse.engine.modLoader.ModLoader.loadMods(ModLoader.java:200)
at necesse.engine.GlobalData.loadAll(GlobalData.java:267)
at necesse.engine.Screen.init(Screen.java:965)
at necesse.engine.Screen.<init>(Screen.java:261)
at StartClient.main(StartClient.java:111)
Caused by: java.lang.ClassNotFoundException: necesse.inventory.item.toolItem.swordToolItem.CustomSwordToolItem
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
... 15 more
ProjectCuriosity  [developer] 10 Mar, 2024 @ 7:43pm 
Originally posted by PrimeMinister:
Hey Project Curiosity! Thanks for your continue attention to this mod, I appreciate your hard work! :)
Whenever I try to load the mod I always get the error below which forces me to restart and disable the mod:

Mods: More Trinket Slots (v. 2.1.2)

java.lang.NoClassDefFoundError: necesse/inventory/item/toolItem/swordToolItem/CustomSwordToolItem
. . .
I noticed you are using version 2.1.2. This issue should be fixed in 2.1.3. Try checking if steam has a pending update, resubscribing to the mod, or manually delete the old version. However, I am not exactly sure where steam workshop files are located for Necesse so try the other options first. Let me know if the issue still occurs with version 2.1.3.

And thank you for the kind words. It means a lot :)
Last edited by ProjectCuriosity; 10 Mar, 2024 @ 7:43pm
PrimeMinister 11 Mar, 2024 @ 3:45am 
Originally posted by ProjectCuriosity:
Originally posted by PrimeMinister:
Hey Project Curiosity! Thanks for your continue attention to this mod, I appreciate your hard work! :)
Whenever I try to load the mod I always get the error below which forces me to restart and disable the mod:

Mods: More Trinket Slots (v. 2.1.2)

java.lang.NoClassDefFoundError: necesse/inventory/item/toolItem/swordToolItem/CustomSwordToolItem
. . .
I noticed you are using version 2.1.2. This issue should be fixed in 2.1.3. Try checking if steam has a pending update, resubscribing to the mod, or manually delete the old version. However, I am not exactly sure where steam workshop files are located for Necesse so try the other options first. Let me know if the issue still occurs with version 2.1.3.

And thank you for the kind words. It means a lot :)
Thank you so much! Unsubscribing and resubscribing fixed it.
Edin 20 Mar, 2024 @ 11:16am 
2
With the most recent update to 0.24.1 this mod no longer works with old saves and generates the following error message:
Mods: More Trinket Slots (v. 2.1.3) java.util.ConcurrentModificationException at java.base/java.util.TreeMap$PrivateEntryIterator.nextEntry(Unknown Source) at java.base/java.util.TreeMap$EntryIterator.next(Unknown Source) at java.base/java.util.TreeMap$EntryIterator.next(Unknown Source) at moretrinketslots.modclasses.items.LootTableFunctions.removeItemsFromLootTables(LootTableFunctions.java:73) at moretrinketslots.modclasses.settings.MTSWorldFile.applyContentPacket(MTSWorldFile.java:114) at moretrinketslots.modclasses.settings.MTSPacket.processClient(MTSPacket.java:38) at necesse.engine.network.NetworkPacket.processClient(NetworkPacket.java:254) at necesse.engine.network.client.Client.frameTick(Client.java:261) at necesse.engine.state.MainMenu.lambda$frameTick$0(MainMenu.java:145) at necesse.engine.tickManager.PerformanceTimerManager.recordPerformance(PerformanceTimerManager.java:105) at necesse.engine.tickManager.Performance.record(Performance.java:10) at necesse.engine.state.MainMenu.frameTick(MainMenu.java:143) at necesse.engine.Screen$1.lambda$update$2(Screen.java:680) at necesse.engine.tickManager.PerformanceTimerManager.recordConstantPerformance(PerformanceTimerManager.java:113) at necesse.engine.tickManager.Performance.recordConstant(Performance.java:16) at necesse.engine.Screen$1.update(Screen.java:679) at necesse.engine.tickManager.TickManager.tickLogic(TickManager.java:98) at necesse.engine.Screen.init(Screen.java:1129) at necesse.engine.Screen.<init>(Screen.java:261) at StartClient.main(StartClient.java:111)
< >
Showing 1-15 of 24 comments
Per page: 1530 50