shedaniel / RoughlyEnoughItems

Clean and Configurable. Your recipe viewer mod for 1.13+.
Other
319 stars 61 forks source link

[Bug] Few errors in logs #1611

Closed Fleepe closed 3 months ago

Fleepe commented 3 months ago

What happened?

After entering the world on Minecraft 1.20.1, REI creates several errors in the logs

What mod loaders are you seeing the problem on?

Fabric

What do you think this bug is of?

Relevant log output

Here they are:
java.lang.UnsupportedOperationException
[REI-ReloadPlugins/INFO]: [STDERR]:     at java.base/java.util.Collections$UnmodifiableCollection.removeIf(Collections.java:1096)
[REI-ReloadPlugins/INFO]: [STDERR]:     at java.base/java.util.Collections$SynchronizedCollection.removeIf(Collections.java:2135)
[REI-ReloadPlugins/INFO]: [STDERR]:     at me.shedaniel.rei.impl.client.registry.display.DisplayRegistryImpl.endReload(DisplayRegistryImpl.java:205)
[REI-ReloadPlugins/INFO]: [STDERR]:     at me.shedaniel.rei.api.common.registry.Reloadable.endReload(Reloadable.java:47)
[REI-ReloadPlugins/INFO]: [STDERR]:     at me.shedaniel.rei.impl.common.plugins.PluginManagerImpl.startReload(PluginManagerImpl.java:454)
[REI-ReloadPlugins/INFO]: [STDERR]:     at me.shedaniel.rei.RoughlyEnoughItemsCore._reloadPlugins(RoughlyEnoughItemsCore.java:162)
[REI-ReloadPlugins/INFO]: [STDERR]:     at me.shedaniel.rei.RoughlyEnoughItemsCoreClient.lambda$reloadPlugins$25(RoughlyEnoughItemsCoreClient.java:485)
[REI-ReloadPlugins/INFO]: [STDERR]:     at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
[REI-ReloadPlugins/INFO]: [STDERR]:     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
[REI-ReloadPlugins/INFO]: [STDERR]:     at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[REI-ReloadPlugins/INFO]: [STDERR]:     at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
[REI-ReloadPlugins/INFO]: [STDERR]:     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[REI-ReloadPlugins/INFO]: [STDERR]:     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[REI-ReloadPlugins/INFO]: [STDERR]:     at java.base/java.lang.Thread.run(Thread.java:840)

Anything else?

If necessary, here are all the logs: latest.log rei.log rei-issues.log is empty.

By submitting this issue, I have included the necessary logs by pasting the contents into the correct location or attaching the file as an upload.

By submitting this issue, I have confirmed my REI and REI's dependencies are up to date.

shedaniel commented 3 months ago

@Fleepe Please test if this pre-production REI build solves your issue, if not, please send the new logs with this build.

Fleepe commented 3 months ago

Sorry for the late reply @shedaniel, I was not at home. Minecraft cannot start with the version of the mod you posted above. Here are the logs: crash-2024-04-20_19.49.19-client.txt latest.log rei.log rei-issues.log is empty.