Coder Social home page Coder Social logo

dummycoreunofficial's People

Contributors

modbder avatar mrapplexz avatar thelmiffy1111 avatar

Watchers

 avatar  avatar

Forkers

celestefox

dummycoreunofficial's Issues

Exception with enchantmentList

As of DummyCoreUnofficial-2.4.112.3, exceptions are reported in console:

[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: java.lang.ClassCastException: Cannot cast net.minecraftforge.registries.NamespacedWrapper to [Lnet.minecraft.enchantment.Enchantment;
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at java.lang.Class.cast(Class.java:3369)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at DummyCore.Utils.MiscUtils.enchantmentList(MiscUtils.java:880)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at com.rumaruka.tb.utils.TBConfig.load(TBConfig.java:12)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at DummyCore.Core.Core.loadConfigForMod(Core.java:183)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at DummyCore.Core.Core.registerModAbsolute(Core.java:134)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at DummyCore.Core.Core.registerModAbsolute(Core.java:115)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at com.rumaruka.tb.core.TBCore.preInit(TBCore.java:75)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at java.lang.reflect.Method.invoke(Method.java:498)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:627)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at java.lang.reflect.Method.invoke(Method.java:498)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at java.lang.reflect.Method.invoke(Method.java:498)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at net.minecraftforge.fml.common.LoadController.redirect$onPost$zza000(LoadController.java:560)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:332)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
[17:58:10] [Server thread/INFO] [STDERR]: [DummyCore.Utils.MiscUtils:enchantmentList:882]: 	at java.lang.Thread.run(Thread.java:748)

Rumaruka/Thaumic-Bases-Unofficial#5

[MC-1.12.2] [Forge 2768] [DummyCore Unoff -2.4.112.5] Crash while switching menus

Hello !

I'm using The Betweenlands which replaces the main menu of Minecraft (the home menu).
I can also switch back to the normal menu using menu arrows at the top left of the screen.
Since The Betweenlands has a (nice) music, sometimes while I keep MC in the background or just because I don't want to hear it or for whatever other reason anyone could have, we can switch to the normal MC menu. When I tried to do so after adding this unofficial version of DummyCore, it freezes for a very long time, then crashes.

Crash Report

The list of mods in this crash report is big because I'm crash testing some of them, to find out things that may happen in a modpack such as this particular crash.

Thanks for looking into it !

Error spam for every new player

As of DummyCoreUnofficial-2.4.112.3, an error spams the console whenever a new player join the server.

[17:48:48] [Server thread/ERROR]: [DCNotifier] [ERROR] [DummyCoreLoader] /home/wwm/_rho/./biome_bundle/DummyData/PlayerData/49a9d9f2-5c1a-418f-9a3d-9c2dbdbd69f4.ddat appears to be damaged, either fix it or delete it!
[17:48:48] [Server thread/ERROR]: [DCNotifier] [ERROR] [DummyCoreLoader] Loading errors were detected at state SERVER_STARTED!
[17:48:48] [Server thread/ERROR]: [DCNotifier] [ERROR] [DummyCoreLoader] The class that has thrown the error: class DummyCore.Utils.DummyDataUtils

DummyDataUtils is not found in the logs apart from the above occurrences.
No other logs are found regarding DummyCoreLoader either.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.