Jump to content

Recommended Posts

Posted

im trying to make a pixelmon server i have pixelmon and wonder trade installed but whenever i try and launch the server i got this error help pls

 

[19:12:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftfo

rge.fml.common.launcher.FMLServerTweaker

[19:12:57] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minec

raftforge.fml.common.launcher.FMLServerTweaker

[19:12:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f

ml.common.launcher.FMLServerTweaker

[19:12:59] [main/INFO] [FML]: Forge Mod Loader version 11.15.1.1722 for Minecraf

t 1.8.9 loading

[19:12:59] [main/INFO] [FML]: Java is Java HotSpot 64-Bit Server VM, version

1.8.0_101, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\j

re1.8.0_101

[19:12:59] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftfo

rge.fml.common.launcher.FMLInjectionAndSortingTweaker

[19:12:59] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftfo

rge.fml.common.launcher.FMLDeobfTweaker

[19:12:59] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f

ml.common.launcher.FMLInjectionAndSortingTweaker

[19:12:59] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f

ml.common.launcher.FMLInjectionAndSortingTweaker

[19:12:59] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f

ml.relauncher.CoreModManager$FMLPluginWrapper

[19:13:01] [main/ERROR] [FML]: FML appears to be missing any signature data. Thi

s is not a good thing

[19:13:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f

ml.relauncher.CoreModManager$FMLPluginWrapper

[19:13:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f

ml.common.launcher.FMLDeobfTweaker

[19:13:01] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftfo

rge.fml.common.launcher.TerminalTweaker

[19:13:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f

ml.common.launcher.TerminalTweaker

[19:13:02] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecra

ft.server.MinecraftServer}

[19:13:07] [server thread/INFO]: Starting minecraft server version 1.8.9

[19:13:07] [server thread/INFO] [FML]: MinecraftForge v11.15.1.1722 Initialized

[19:13:07] [server thread/INFO] [FML]: Replaced 204 ore recipies

[19:13:07] [server thread/INFO] [FML]: Found 0 mods from the command line. Injec

ting into mod discoverer

[19:13:07] [server thread/INFO] [FML]: Searching C:\Users\User\Desktop\pixelmon\

mods for mods

[19:13:10] [server thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to

load

[19:13:11] [server thread/ERROR] [FML]: The mod pixelmon does not wish to run in

Minecraft version Minecraft 1.8.9. You will have to remove it to play.

[19:13:11] [server thread/ERROR] [FML]: Wrong Minecraft version for pixelmon

[19:13:11] [server thread/ERROR]: Encountered an unexpected exception

net.minecraftforge.fml.common.WrongMinecraftVersionException: Wrong Minecraft ve

rsion for pixelmon

Wrong Minecraft Versions!

Mod: pixelmon

Location: C:\Users\User\Desktop\pixelmon\mods\Pixelmon.jar

Expected: [1.10.2,1.10.2]

Current: Minecraft 1.8.9

 

 

        at net.minecraftforge.fml.common.Loader.sortModList(Loader.java:223) ~[L

oader.class:?]

        at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:492) ~[Load

er.class:?]

        at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FML

ServerHandler.java:87) ~[FMLServerHandler.class:?]

        at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommo

nHandler.java:320) ~[FMLCommonHandler.class:?]

        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(Dedicated

Server.java:112) ~[ko.class:?]

        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441) [M

inecraftServer.class:?]

        at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]

[19:13:11] [server thread/ERROR]: This crash report has been saved to: C:\Users\

User\Desktop\pixelmon\.\crash-reports\crash-2016-08-28_19.13.11-server.txt

[19:13:11] [server thread/WARN] [FML]: Can't revert to frozen GameData state wit

hout freezing first.

[19:13:11] [server thread/INFO] [FML]: The state engine was in incorrect state C

ONSTRUCTING and forced into state SERVER_STOPPED. Errors may have been discarded

.

> Press any key to continue . . .

Posted

net.minecraftforge.fml.common.WrongMinecraftVersionException: Wrong Minecraft version for pixelmon

Wrong Minecraft Versions!

Mod: pixelmon

Location: C:\Users\User\Desktop\pixelmon\mods\Pixelmon.jar

Expected: [1.10.2,1.10.2]

Current: Minecraft 1.8.9

 

You installed a 1.10.2 version of Pixelmon on Minecraft 1.8.9. Mods usually only work in the version of Minecraft they were built for, which will usually be in the file name.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Posted

ok intsall proper version of pixelmon geting another error now what did i do wrong...

 

 

ing this phase

[19:32:20] [server thread/ERROR] [FML]: Caught exception from pixelmon

java.lang.NoClassDefFoundError: net/minecraft/client/audio/ISound

        at com.pixelmonmod.pixelmon.config.UnownBlockRecipe.<init>(UnownBlockRec

ipe.java:37) ~[unownBlockRecipe.class:?]

        at com.pixelmonmod.pixelmon.config.PixelmonRecipes.addRecipes(PixelmonRe

cipes.java:445) ~[PixelmonRecipes.class:?]

        at com.pixelmonmod.pixelmon.RegistryHelper.init(RegistryHelper.java:63)

~[RegistryHelper.class:?]

        at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:135) ~[Pixelmon.

class:?]

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0

_101]

        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0

_101]

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1

.8.0_101]

        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]

        at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FML

ModContainer.java:560) ~[Forge_Server.jar:?]

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0

_101]

        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0

_101]

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1

.8.0_101]

        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]

        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe

r.java:74) ~[minecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy

nchronizedEventSubscriber.java:47) ~[minecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[min

ecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav

a:304) ~[minecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecra

ft_server.1.8.9.jar:?]

        at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(

LoadController.java:211) ~[Forge_Server.jar:?]

        at net.minecraftforge.fml.common.LoadController.propogateStateMessage(Lo

adController.java:189) ~[Forge_Server.jar:?]

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0

_101]

        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0

_101]

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1

.8.0_101]

        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]

        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe

r.java:74) ~[minecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy

nchronizedEventSubscriber.java:47) ~[minecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[min

ecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav

a:304) ~[minecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecra

ft_server.1.8.9.jar:?]

        at net.minecraftforge.fml.common.LoadController.distributeStateMessage(L

oadController.java:118) [LoadController.class:?]

        at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:737)

[Loader.class:?]

        at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FM

LServerHandler.java:97) [FMLServerHandler.class:?]

        at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCom

monHandler.java:325) [FMLCommonHandler.class:?]

        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(Dedicated

Server.java:205) [ko.class:?]

        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441) [M

inecraftServer.class:?]

        at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]

Caused by: java.lang.ClassNotFoundException: net.minecraft.client.audio.ISound

        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo

ader.java:191) ~[launchwrapper-1.12.jar:?]

        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]

        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]

        ... 36 more

Caused by: java.lang.NullPointerException

        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo

ader.java:182) ~[launchwrapper-1.12.jar:?]

        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]

        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]

        ... 36 more

[19:32:20] [server thread/ERROR]: Encountered an unexpected exception

net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: n

et/minecraft/client/audio/ISound

 

        at net.minecraftforge.fml.common.LoadController.transition(LoadControlle

r.java:162) ~[LoadController.class:?]

        at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:739)

~[Loader.class:?]

        at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FM

LServerHandler.java:97) ~[FMLServerHandler.class:?]

        at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCom

monHandler.java:325) ~[FMLCommonHandler.class:?]

        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(Dedicated

Server.java:205) ~[ko.class:?]

        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441) [M

inecraftServer.class:?]

        at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]

Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/audio/ISound

        at com.pixelmonmod.pixelmon.config.UnownBlockRecipe.<init>(UnownBlockRec

ipe.java:37) ~[unownBlockRecipe.class:?]

        at com.pixelmonmod.pixelmon.config.PixelmonRecipes.addRecipes(PixelmonRe

cipes.java:445) ~[PixelmonRecipes.class:?]

        at com.pixelmonmod.pixelmon.RegistryHelper.init(RegistryHelper.java:63)

~[RegistryHelper.class:?]

        at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:135) ~[Pixelmon.

class:?]

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0

_101]

        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0

_101]

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1

.8.0_101]

        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]

        at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FML

ModContainer.java:560) ~[Forge_Server.jar:?]

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0

_101]

        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0

_101]

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1

.8.0_101]

        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]

        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe

r.java:74) ~[minecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy

nchronizedEventSubscriber.java:47) ~[minecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[min

ecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav

a:304) ~[minecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecra

ft_server.1.8.9.jar:?]

        at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(

LoadController.java:211) ~[LoadController.class:?]

        at net.minecraftforge.fml.common.LoadController.propogateStateMessage(Lo

adController.java:189) ~[LoadController.class:?]

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0

_101]

        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0

_101]

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1

.8.0_101]

        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]

        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe

r.java:74) ~[minecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy

nchronizedEventSubscriber.java:47) ~[minecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[min

ecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav

a:304) ~[minecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecra

ft_server.1.8.9.jar:?]

        at net.minecraftforge.fml.common.LoadController.distributeStateMessage(L

oadController.java:118) ~[LoadController.class:?]

        at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:737)

~[Loader.class:?]

        ... 5 more

Caused by: java.lang.ClassNotFoundException: net.minecraft.client.audio.ISound

        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo

ader.java:191) ~[launchwrapper-1.12.jar:?]

        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]

        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]

        at com.pixelmonmod.pixelmon.config.UnownBlockRecipe.<init>(UnownBlockRec

ipe.java:37) ~[unownBlockRecipe.class:?]

        at com.pixelmonmod.pixelmon.config.PixelmonRecipes.addRecipes(PixelmonRe

cipes.java:445) ~[PixelmonRecipes.class:?]

        at com.pixelmonmod.pixelmon.RegistryHelper.init(RegistryHelper.java:63)

~[RegistryHelper.class:?]

        at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:135) ~[Pixelmon.

class:?]

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0

_101]

        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0

_101]

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1

.8.0_101]

        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]

        at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FML

ModContainer.java:560) ~[Forge_Server.jar:?]

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0

_101]

        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0

_101]

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1

.8.0_101]

        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]

        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe

r.java:74) ~[minecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy

nchronizedEventSubscriber.java:47) ~[minecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[min

ecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav

a:304) ~[minecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecra

ft_server.1.8.9.jar:?]

        at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(

LoadController.java:211) ~[LoadController.class:?]

        at net.minecraftforge.fml.common.LoadController.propogateStateMessage(Lo

adController.java:189) ~[LoadController.class:?]

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0

_101]

        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0

_101]

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1

.8.0_101]

        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]

        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe

r.java:74) ~[minecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy

nchronizedEventSubscriber.java:47) ~[minecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[min

ecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav

a:304) ~[minecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecra

ft_server.1.8.9.jar:?]

        at net.minecraftforge.fml.common.LoadController.distributeStateMessage(L

oadController.java:118) ~[LoadController.class:?]

        at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:737)

~[Loader.class:?]

        ... 5 more

Caused by: java.lang.NullPointerException

        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo

ader.java:182) ~[launchwrapper-1.12.jar:?]

        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]

        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]

        at com.pixelmonmod.pixelmon.config.UnownBlockRecipe.<init>(UnownBlockRec

ipe.java:37) ~[unownBlockRecipe.class:?]

        at com.pixelmonmod.pixelmon.config.PixelmonRecipes.addRecipes(PixelmonRe

cipes.java:445) ~[PixelmonRecipes.class:?]

        at com.pixelmonmod.pixelmon.RegistryHelper.init(RegistryHelper.java:63)

~[RegistryHelper.class:?]

        at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:135) ~[Pixelmon.

class:?]

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0

_101]

        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0

_101]

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1

.8.0_101]

        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]

        at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FML

ModContainer.java:560) ~[Forge_Server.jar:?]

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0

_101]

        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0

_101]

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1

.8.0_101]

        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]

        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe

r.java:74) ~[minecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy

nchronizedEventSubscriber.java:47) ~[minecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[min

ecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav

a:304) ~[minecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecra

ft_server.1.8.9.jar:?]

        at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(

LoadController.java:211) ~[LoadController.class:?]

        at net.minecraftforge.fml.common.LoadController.propogateStateMessage(Lo

adController.java:189) ~[LoadController.class:?]

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0

_101]

        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0

_101]

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1

.8.0_101]

        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]

        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe

r.java:74) ~[minecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy

nchronizedEventSubscriber.java:47) ~[minecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[min

ecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav

a:304) ~[minecraft_server.1.8.9.jar:?]

        at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecra

ft_server.1.8.9.jar:?]

        at net.minecraftforge.fml.common.LoadController.distributeStateMessage(L

oadController.java:118) ~[LoadController.class:?]

        at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:737)

~[Loader.class:?]

        ... 5 more

[19:32:20] [server thread/ERROR]: This crash report has been saved to: C:\Users\

User\Desktop\pixelmon\.\crash-reports\crash-2016-08-28_19.32.20-server.txt

[19:32:20] [server thread/WARN] [FML]: Can't revert to frozen GameData state wit

hout freezing first.

[19:32:20] [server thread/INFO] [FML]: The state engine was in incorrect state E

RRORED and forced into state SERVER_STOPPED. Errors may have been discarded.

[19:32:20] [server thread/INFO] [FML]: The state engine was in incorrect state E

RRORED and forced into state AVAILABLE. Errors may have been discarded.

> Press any key to continue . . .

Posted

If you are using 1.10.2 you should use Pixelmon-5.0.0-beta5 as there are issues with sounds (ie the previously posted error),

 

In future please use the Pixelmon forums as we are better equipped to fix Pixelmon-related modding issues

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Reach Out To Rapid Digital: What sapp Info: +1 41 4 80 7 14 85 Email INFO: rap iddi gita lrecov ery @ exe cs. com Hello, my name is Jayson, and I’m 35 years old from the United Kingdom. My family and I recently endured an incredibly challenging experience that I wouldn’t wish on anyone. We became victims of a cryptocurrency investment fraud scheme that saw us lose a staggering $807,000 in USDT and Bitcoins. The fraudsters had created a convincing facade, and we were lured into investing, only to discover later that the platform was a complete scam. We were left devastated, not just financially, but emotionally, as we had trusted these people and believed in the legitimacy of the investment. After the initial shock wore off, we desperately searched for ways to recover the lost funds. It seemed like an impossible task, and we felt as though there was no hope. That’s when, by sheer luck, we stumbled across a post about Rapid Digital Recovery, a cryptocurrency and funds recovery organization with a proven track record in cybersecurity and fraud recovery. We decided to reach out to them, and from the first interaction, we were impressed with their professionalism and transparency. They explained the recovery process in detail and reassured us that they had the skills and expertise to track down the perpetrators and recover our funds. This gave us a renewed sense of hope, something we hadn’t felt in months. What truly stood out during our experience with Rapid Digital Recovery was their dedication to the recovery process. The team went above and beyond, using sophisticated tracking tools and cyber forensics to gather critical information. Within a matter of weeks, they had successfully located the funds and traced the scam back to the fraudsters responsible. They worked with the authorities to ensure the criminals were held accountable for their actions. To our relief, the team at Rapid Digital Recovery was able to recover every single penny we had lost. The funds were returned in full, and the sense of closure we felt was invaluable. We couldn’t have imagined such a positive outcome in the early stages of our recovery journey, and we are deeply grateful for the work they did. If you ever find yourself in a similar situation, I highly recommend contacting Rapid Digital Recovery. Their expertise, transparency, and dedication to their clients make them the go-to choice for anyone seeking to recover lost cryptocurrency or funds. They truly gave us back our financial future.  
    • This is my first time modding anything, so maybe just skill issue. I'm using Forge 54.0.12 and Temurin 21.0.5+11-LTS I wanted to create a custom keybind and to check whether it works I'd like to send a chat message. I tried using Minecraft.getInstance().player.sendSystemMessage(Component.literal("test")); but IntelliJ couldnt resolve sendSystemMessage(...). Since I saw people using it in earlier versions, I tried the same thing with 1.20.6(- 50.1.0), where it works fine, now I can't figure out if this is intentional and whether there are other options for sending chat messages. On that note, is there more documentation than https://docs.minecraftforge.net/en/1.21.x/? It seems very incomplete compared to something like the Oracle Java docs
    • Hi, i'm having this error and I wanna fix it. we try: -Reload drivers -Eliminate .minecraft -Eliminate Java -Restart launcher -Verify if minecraft is using gpu -Mods  in .minecraft is empty -Install the latest and recomended version of forge idk what i have to do, help me pls. the lastest log is: https://mclo.gs/WAMao8x  
    • Read the FAQ, Rule #2. (https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/)  
    • The link to your log does not work, it says it is forbidden, Error, this is a private paste or is pending moderation.
  • Topics

  • Who's Online (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.