Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package hasun.extrapotions.main;
- import cpw.mods.fml.common.registry.GameRegistry;
- import hasun.extrapotions.common.items.ItemPotionParticleRemover;
- import net.minecraft.init.Items;
- import net.minecraft.inventory.InventoryCrafting;
- import net.minecraft.item.Item;
- import net.minecraft.item.ItemStack;
- import net.minecraft.item.crafting.IRecipe;
- import net.minecraft.world.World;
- public class ItemRegister {
- public static Item itemPotionParticleRemover;
- static void register() {
- itemPotionParticleRemover = new ItemPotionParticleRemover()
- .setUnlocalizedName(Constants.MODID + ".particleremover").setCreativeTab(ExtraPotionsBase.creativeTab);
- GameRegistry.registerItem(itemPotionParticleRemover, Constants.MODID + ".particleremover");
- registerRecipes();
- }
- private static void registerRecipes() {
- //particle cleaner
- GameRegistry.addRecipe(new IRecipe() {
- @Override
- public boolean matches(InventoryCrafting craftingwindow, World world) {
- ItemStack diamond = new ItemStack(Items.diamond), gold = new ItemStack(Items.gold_ingot), potion = new ItemStack(Items.potionitem,1,8270);
- ItemStack recipes[] = {gold,diamond,gold,diamond,potion,diamond,gold,diamond,gold};
- for(int i=0;i<9;i++){
- if(!craftingwindow.getStackInSlot(i+1).equals(recipes[i])) return false;
- }
- return true;
- }
- @Override
- public int getRecipeSize() {
- return 9;
- }
- @Override
- public ItemStack getRecipeOutput() {
- return new ItemStack(itemPotionParticleRemover);
- }
- @Override
- public ItemStack getCraftingResult(InventoryCrafting craftingwindow) {
- return new ItemStack(itemPotionParticleRemover);
- }
- });
- }
- }
- crash when i enter the game
- HOTSWAP AGENT: 19:53:21.288 INFO (org.hotswap.agent.HotswapAgent) - Loading Hotswap agent {0.2} - unlimited runtime class redefinition.
- HOTSWAP AGENT: 19:53:21.542 INFO (org.hotswap.agent.config.PluginRegistry) - Plugin 'org.hotswap.agent.plugin.hotswapper.HotswapperPlugin' initialized in ClassLoader 'sun.misc.Launcher$AppClassLoader@4d905742'.
- HOTSWAP AGENT: 19:53:21.583 INFO (org.hotswap.agent.config.PluginRegistry) - Discovered plugins: [Hotswapper, AnonymousClassPatch, WatchResources, Hibernate, Spring, Jersey2, Jetty, Tomcat, ZK, Logback, JSF, Seam, ELResolver, OsgiEquinox]
- [19:53:22] [main/INFO] [GradleStart]: Extra: []
- [19:53:22] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --accessToken, {REDACTED}, --assetIndex, 1.7.10, --assetsDir, C:/Users/하선/.gradle/caches/minecraft/assets, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
- [19:53:22] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
- [19:53:22] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
- [19:53:22] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
- [19:53:22] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
- [19:53:22] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading
- [19:53:22] [main/INFO] [FML]: Java is Dynamic Code Evolution 64-Bit Server VM, version 1.7.0_79, running on Windows 8.1:amd64:6.3, installed at F:\jvm\x64\jdk1.7.0_79\jre
- [19:53:22] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
- [19:53:22] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
- [19:53:22] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin
- [19:53:22] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
- [19:53:22] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
- [19:53:22] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
- [19:53:22] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
- [19:53:22] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
- [19:53:22] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
- [19:53:22] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
- [19:53:22] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
- (-1 / -1) (org/hotswap/agent/plugin/jvm/AnonymousClassInfos$AnonymousClassInfoMatcher/org/hotswap/agent/plugin/jvm/AnonymousClassInfos$AnonymousClassInfoMatcher)
- {instance class}
- - klass: {other class}
- {instance class}
- - klass: {other class}
- [19:53:23] [Thread-6/INFO] [STDOUT]: [org.hotswap.agent.logging.AgentLoggerHandler:printMessage:33]: HOTSWAP AGENT: 19:53:23.617 INFO (org.hotswap.agent.config.PluginRegistry) - Plugin 'org.hotswap.agent.plugin.hotswapper.HotswapperPlugin' initialized in ClassLoader 'net.minecraft.launchwrapper.LaunchClassLoader@2e644784'.
- [19:53:27] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
- [19:53:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
- [19:53:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
- [19:53:28] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
- [19:53:28] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
- [19:53:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
- [19:53:28] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
- [19:53:30] [main/INFO]: Setting user: Player937
- [19:53:32] [Client thread/INFO]: LWJGL Version: 2.9.1
- [19:53:33] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
- // Don't do that.
- Time: 15. 8. 19 오후 7:53
- Description: Loading screen debug info
- This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- System Details --
- Details:
- Minecraft Version: 1.7.10
- Operating System: Windows 8.1 (amd64) version 6.3
- Java Version: 1.7.0_79, Oracle Corporation
- Java VM Version: Dynamic Code Evolution 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 81099560 bytes (77 MB) / 129040384 bytes (123 MB) up to 2063794176 bytes (1968 MB)
- JVM Flags: 0 total;
- AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
- IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
- FML:
- GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.62' Renderer: 'GeForce GTX 660/PCIe/SSE2'
- [19:53:33] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
- [19:53:33] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized
- [19:53:33] [Client thread/INFO] [FML]: Replaced 183 ore recipies
- [19:53:34] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
- [19:53:34] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
- [19:53:34] [Client thread/INFO] [FML]: Searching F:\java_development\MinecraftDev\ExtraPotions-1.7.10\mods for mods
- [19:53:36] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
- [19:53:37] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, extrapotions] at CLIENT
- [19:53:37] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, extrapotions] at SERVER
- [19:53:37] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Extra potions
- [19:53:37] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
- [19:53:37] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
- [19:53:37] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
- [19:53:37] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
- [19:53:38] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
- [19:53:38] [Client thread/INFO] [FML]: Applying holder lookups
- [19:53:38] [Client thread/INFO] [FML]: Holder lookups applied
- [19:53:38] [Client thread/INFO] [FML]: Injecting itemstacks
- [19:53:38] [Client thread/INFO] [FML]: Itemstack injection complete
- [19:53:38] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
- [19:53:38] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
- [19:53:38] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
- [19:53:38] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
- [19:53:38] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
- [19:53:38] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
- [19:53:38] [Sound Library Loader/INFO]: Sound engine started
- (-1 / -1) (org/hotswap/agent/plugin/jvm/AnonymousClassInfos$AnonymousClassInfoMatcher/org/hotswap/agent/plugin/jvm/AnonymousClassInfos$AnonymousClassInfoMatcher)
- {instance class}
- - klass: {other class}
- {instance class}
- - klass: {other class}
- [19:53:39] [Thread-15/INFO] [STDOUT]: [org.hotswap.agent.logging.AgentLoggerHandler:printMessage:33]: HOTSWAP AGENT: 19:53:39.070 INFO (org.hotswap.agent.config.PluginRegistry) - Plugin 'org.hotswap.agent.plugin.hotswapper.HotswapperPlugin' initialized in ClassLoader 'cpw.mods.fml.common.eventhandler.ASMEventHandler$ASMClassLoader@70073925'.
- [19:53:44] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
- [19:53:44] [Client thread/INFO]: Created: 256x256 textures/items-atlas
- [19:53:44] [Client thread/INFO] [FML]: Injecting itemstacks
- [19:53:44] [Client thread/INFO] [FML]: Itemstack injection complete
- [19:53:44] [Client thread/INFO] [FML]: Unknown recipe class! hasun.extrapotions.main.ItemRegister$1 Modder please refer to net.minecraftforge.oredict.RecipeSorter
- [19:53:44] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
- [19:53:44] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Extra potions
- [19:53:45] [Client thread/INFO]: Created: 256x256 textures/items-atlas
- [19:53:45] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
- [19:53:45] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
- [19:53:45] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
- [19:53:45] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
- [19:53:45] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
- [19:53:45] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
- [19:53:45] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
- [19:53:45] [Thread-16/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
- [19:53:45] [Thread-16/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
- [19:53:45] [Thread-16/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
- [19:53:46] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
- [19:53:46] [Sound Library Loader/INFO]: Sound engine started
- [19:53:51] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
- [19:53:51] [Server thread/INFO]: Generating keypair
- [19:53:51] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
- [19:53:51] [Server thread/INFO] [FML]: Applying holder lookups
- [19:53:51] [Server thread/INFO] [FML]: Holder lookups applied
- [19:53:52] [Server thread/INFO] [FML]: Loading dimension 0 (Test) (net.minecraft.server.integrated.IntegratedServer@ac24b13)
- [19:53:52] [Server thread/INFO] [FML]: Loading dimension 1 (Test) (net.minecraft.server.integrated.IntegratedServer@ac24b13)
- [19:53:52] [Server thread/INFO] [FML]: Loading dimension -1 (Test) (net.minecraft.server.integrated.IntegratedServer@ac24b13)
- [19:53:52] [Server thread/INFO]: Preparing start region for level 0
- [19:53:53] [Server thread/INFO]: Preparing spawn area: 69%
- [19:53:53] [Server thread/INFO]: Changing view distance to 12, from 10
- [19:53:54] [Server thread/ERROR]: Encountered an unexpected exception
- net.minecraft.util.ReportedException: Ticking memory connection
- at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:198) ~[NetworkSystem.class:?]
- at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726) ~[MinecraftServer.class:?]
- at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614) ~[MinecraftServer.class:?]
- at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118) ~[IntegratedServer.class:?]
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
- at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
- Caused by: java.lang.NullPointerException
- at hasun.extrapotions.main.ItemRegister$1.matches(ItemRegister.java:30) ~[ItemRegister$1.class:?]
- at net.minecraft.item.crafting.CraftingManager.findMatchingRecipe(CraftingManager.java:329) ~[CraftingManager.class:?]
- at net.minecraft.inventory.ContainerPlayer.onCraftMatrixChanged(ContainerPlayer.java:95) ~[ContainerPlayer.class:?]
- at net.minecraft.inventory.ContainerPlayer.<init>(ContainerPlayer.java:87) ~[ContainerPlayer.class:?]
- at net.minecraft.entity.player.EntityPlayer.<init>(EntityPlayer.java:168) ~[EntityPlayer.class:?]
- at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:158) ~[EntityPlayerMP.class:?]
- at net.minecraft.server.management.ServerConfigurationManager.createPlayerForUser(ServerConfigurationManager.java:443) ~[ServerConfigurationManager.class:?]
- at net.minecraft.server.network.NetHandlerLoginServer.func_147326_c(NetHandlerLoginServer.java:105) ~[NetHandlerLoginServer.class:?]
- at net.minecraft.server.network.NetHandlerLoginServer.onNetworkTick(NetHandlerLoginServer.java:64) ~[NetHandlerLoginServer.class:?]
- at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:244) ~[NetworkManager.class:?]
- at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182) ~[NetworkSystem.class:?]
- ... 5 more
- [19:53:54] [Server thread/ERROR]: This crash report has been saved to: F:\java_development\MinecraftDev\ExtraPotions-1.7.10\.\crash-reports\crash-2015-08-19_19.53.54-server.txt
- [19:53:54] [Server thread/INFO]: Stopping server
- [19:53:54] [Server thread/INFO]: Saving players
- [19:53:54] [Server thread/INFO]: Saving worlds
- [19:53:54] [Server thread/INFO]: Saving chunks for level 'Test'/Overworld
- [19:53:54] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: ---- Minecraft Crash Report ----
- // I'm sorry, Dave.
- Time: 15. 8. 19 오후 7:53
- Description: Ticking memory connection
- java.lang.NullPointerException: Ticking memory connection
- at hasun.extrapotions.main.ItemRegister$1.matches(ItemRegister.java:30)
- at net.minecraft.item.crafting.CraftingManager.findMatchingRecipe(CraftingManager.java:329)
- at net.minecraft.inventory.ContainerPlayer.onCraftMatrixChanged(ContainerPlayer.java:95)
- at net.minecraft.inventory.ContainerPlayer.<init>(ContainerPlayer.java:87)
- at net.minecraft.entity.player.EntityPlayer.<init>(EntityPlayer.java:168)
- at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:158)
- at net.minecraft.server.management.ServerConfigurationManager.createPlayerForUser(ServerConfigurationManager.java:443)
- at net.minecraft.server.network.NetHandlerLoginServer.func_147326_c(NetHandlerLoginServer.java:105)
- at net.minecraft.server.network.NetHandlerLoginServer.onNetworkTick(NetHandlerLoginServer.java:64)
- at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:244)
- at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182)
- at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726)
- at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
- at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
- at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- Head --
- Stacktrace:
- at hasun.extrapotions.main.ItemRegister$1.matches(ItemRegister.java:30)
- at net.minecraft.item.crafting.CraftingManager.findMatchingRecipe(CraftingManager.java:329)
- at net.minecraft.inventory.ContainerPlayer.onCraftMatrixChanged(ContainerPlayer.java:95)
- at net.minecraft.inventory.ContainerPlayer.<init>(ContainerPlayer.java:87)
- at net.minecraft.entity.player.EntityPlayer.<init>(EntityPlayer.java:168)
- at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:158)
- at net.minecraft.server.management.ServerConfigurationManager.createPlayerForUser(ServerConfigurationManager.java:443)
- at net.minecraft.server.network.NetHandlerLoginServer.func_147326_c(NetHandlerLoginServer.java:105)
- at net.minecraft.server.network.NetHandlerLoginServer.onNetworkTick(NetHandlerLoginServer.java:64)
- at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:244)
- -- Ticking connection --
- Details:
- Connection: net.minecraft.network.NetworkManager@1c07c863
- Stacktrace:
- at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182)
- at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726)
- at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
- at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
- at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)
- -- System Details --
- Details:
- Minecraft Version: 1.7.10
- Operating System: Windows 8.1 (amd64) version 6.3
- Java Version: 1.7.0_79, Oracle Corporation
- Java VM Version: Dynamic Code Evolution 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 57049272 bytes (54 MB) / 181252096 bytes (172 MB) up to 2063794176 bytes (1968 MB)
- JVM Flags: 0 total;
- AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
- IntCache: cache: 11, tcache: 0, allocated: 13, tallocated: 95
- FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 4 mods loaded, 4 mods active
- States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
- UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
- UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar)
- UCHIJAAAA Forge{10.13.4.1448} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar)
- UCHIJAAAA extrapotions{0.1-1710} [Extra potions] (bin)
- GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
- Profiler Position: N/A (disabled)
- Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
- Player Count: 0 / 8; []
- Type: Integrated Server (map_client.txt)
- Is Modded: Definitely; Client brand changed to 'fml,forge'
- [19:53:54] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:393]: #@!@# Game crashed! Crash report saved to: #@!@# .\crash-reports\crash-2015-08-19_19.53.54-server.txt
- [19:53:54] [Client thread/INFO] [FML]: Waiting for the server to terminate/save.
- [19:53:54] [Server thread/INFO]: Saving chunks for level 'Test'/Nether
- [19:53:54] [Server thread/INFO]: Saving chunks for level 'Test'/The End
- [19:53:55] [Server thread/INFO] [FML]: Unloading dimension 0
- [19:53:55] [Server thread/INFO] [FML]: Unloading dimension -1
- [19:53:55] [Server thread/INFO] [FML]: Unloading dimension 1
- [19:53:55] [Server thread/INFO] [FML]: Applying holder lookups
- [19:53:55] [Server thread/INFO] [FML]: Holder lookups applied
- [19:53:55] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
- [19:53:55] [Client thread/INFO] [FML]: Server terminated.
- AL lib: (EE) alc_cleanup: 1 device not closed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement