I am trying to start a new server with quite a few mods attached, and after several hours of "fixing" problems and changing out different mod packs I decided to strip everything and try to load just the Dragon API and RotaryCraft to see if it was a problem. It was. After completely starting a fresh Thermos server, I cannot run Dragon API and RotaryCraft together... which is strange as they are meant for one another. I redownloaded the newest versions to be sure, but still came across the same error. Chromaticraft and Dragon API work though as I tested in another fresh server. Any help would be appreciated.
I'm working on an adventure server in 1.7.10 (obvious due to the title) but need certain areas to be pretty much survival. For example, an island you can crash on that you need to be able to break blocks and place them to gather resources to survive. Most everything else on the mainland is perfectly fine in adventure mode. I do not want the "can break" option for tools as that would basically ruin it for them. I will resort to placing diamond variants of everything in a chest if I must, but that would completely destroy the idea of "I just got stranded".
I'm only using it to copy the structures my friends and I have built, nothing in relation to Chromaticraft has been put in any of those areas. I'm not about to make that mistake again.
Also, I understand why the pylons could never be created by players. It would be overpowered. I'll just figure out another way to route the power from below the islands.
I made backups every time there was a major change. Needless to say, I just need to roll back a bit and paste the structures in. Thanks everyone for the help.
I see. Time to make use of MCedit. Btw, is there a way to create a pylon in creative? I just need one to make a light show honestly. Though, one of each located on different islands in the sky.
Thank you for the quick response, I'll just regen the world and rebuild the structures. Out of curiosity though, is it possible to make a pylon in creative? I have a floating island system that I wanted to have a pylon on each island.
PS. Do I really need to regen the world? Is it that bad of a break? I can deal with a little white aura in a section of the sky.
Does anybody know how to remove the white aura that happens when you get near a pylon in Chromaticraft, after the pylon is destroyed? I copy pasted a pylon with MCedit, and didn't like where it was, so I moved it. Well, the aura stayed. Similarly, I've destroyed one and the same thing happened. The aura remains, without the pylon there.
Alright, I messed around with things myself for a while and ended up fixing the issue. If you are running a server, and have a .bat file to start the server you will need to paste the following into the file:
-XX:+UseG1GC (I have mine after the -Xmx4G -Xms4G)
Now, for the second half you will need to open your launcher and click edit profile. Check JVM arguments and replace it with the following:
-Xmx1G -XX:+UseG1GC -XX:-UseAdaptiveSizePolicy
Hope this helped someone, I sure needed it for the last few days. Thanks to everyone that assisted me.
#1: What launcher are you using? For Mojang's launcher, yes, edit profile, and then alter the launch flags -- but that only alters the client, not the server.
#2: Please give us the actual forge log. It is stating that it is not installed correctly, but I'm sure it will have something else to tell us that you are not.
1. I get the same error running Mojang's launcher, and TeamExtreme. (I bought Minecraft for Xbox One, Xbox 360, this PC, my wife's PC, and a friend's PC. I even downloaded dlc skin packs on the 360 and One. So please do not give me crap about the later launcher, I installed it at a later date to help a friend with a project.)
2.1 Here is the crash server side: (Tried copy pasting the whole length but overloaded page several times)
---- Minecraft Crash Report ----
// I let you down. Sorry
Time: 1/2/16 12:31 PM
Description: Initializing game
Reika.DragonAPI.Exception.InstallationException: ChromatiCraft was not installed correctly:
You are running Java 8, and need to use the JVM argument '-XX:+UseG1GC' or you will suffer memory allocation-related crashes.
Note that you may have to remove other GC arguments, such as '-XX:+UseConcMarkSweepGC', which is commonly auto-specified by launchers.
Try consulting http://www.minecraftforum.net/topic/1969694-for information.
This is not a ChromatiCraft bug. Do not post it to http://www.minecraftforum.net/topic/1969694- unless you are really stuck.
at Reika.ChromatiCraft.ChromatiCraft.preload(ChromatiCraft.java:276)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at Reika.ChromatiCraft.ChromatiCraft.preload(ChromatiCraft.java:276)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 110474488 bytes (105 MB) / 386715648 bytes (368 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
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: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1481 20 mods loaded, 20 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UCH Forge{10.13.4.1481} [Minecraft Forge] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UCH CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UCH NotEnoughItems{1.0.3.74} [Not Enough Items] (Not-Enough-Items-1.7.10.jar)
UCH <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar)
UCH adventure_backport_core{2.0.1-alpha} [Adventure Backport Core] (minecraft.jar)
UCH adventure_backport{2.0-alpha} [Adventure Backport] (adventure_backport-2.0.1-alpha.jar)
UCH betterrain{0.14} [Better Rain] (betterrain-1.7.2-1.7.10_0.14.jar)
UCH CarpentersBlocks{3.3.7 DEV} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 DEV - MC 1.7.10.jar)
UCH Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCH Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCH DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V10d.jar)
UCE ChromatiCraft{1.0} [ChromatiCraft] (ChromatiCraft 1.7.10 V10d.jar)
UCH customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d.jar)
UCH DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
UCH ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
UCH thaumcraftneiplugin{@[email protected]} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
UCH witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCH worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 359.06' Renderer: 'GeForce GTX 680M/PCIe/SSE2'
Launched Version: 1.7.10-Forge10.13.4.1481-1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 680M/PCIe/SSE2 GL version 4.5.0 NVIDIA 359.06, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
As you can see, just editing the profile client side had no effect on the JVM arguments.
I was under the impression I just needed to click edit profile after launching minecraft to achieve the desired effect. But that is clearly not working. Are there actual files I need to edit out as well? Also, how do I correctly install the latest version of Chromaticraft (with dragon api) because it is stating it's incorrectly installed even though they are being placed on both my client and server's mods folders.
I'm getting the exact same issue, I've tried editing the JVM arguments, removed the "-XX:+UseConcMarkSweepGC" and "-XX:+CMSIncrementalMode" (Due to it telling me it needed ConcMarkSweepGC to run) and still had no success. As soon as I try to start the server, both client and server crash simultaneously giving me a report that tells me to come here.
Crash Report:
[01:04:16] [Server thread/INFO]: Starting minecraft server version 1.7.10
[01:04:28] [Server thread/ERROR]: Encountered an unexpected exception
Reika.DragonAPI.Exception.InstallationException: ChromatiCraft was not installed correctly:
You are running Java 8, and need to use the JVM argument '-XX:+UseG1GC' or you will suffer memory allocation-related crashes.
Note that you may have to remove other GC arguments, such as '-XX:+UseConcMarkSweepGC', which is commonly auto-specified by launchers.
Try consulting http://www.minecraftforum.net/topic/1969694-for information.
This is not a ChromatiCraft bug. Do not post it to http://www.minecraftforum.net/topic/1969694- unless you are really stuck.
at Reika.ChromatiCraft.ChromatiCraft.preload(ChromatiCraft.java:276) ~[ChromatiCraft.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_51]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_51]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_51]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) ~[LoadController.class:?]
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) ~[Loader.class:?]
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88) ~[FMLServerHandler.class:?]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314) ~[FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
So... is this idea going anywhere anymore? Or is there something with grates already out there now? Either way, this is an amazing thought, and something I would use all the time. I've often tried to use workarounds for simple grates but it's rather annoying.
I have an RPG server I've been working on for some time. It's highly modded, but works without any conflicts. The server is themed in medieval times, so all the 'futuristic' portions of the mods have been disabled or conveniently hidden. Today however, I tried to install Witchery and was met with "A fatal error has occurred, connection terminated". After attempting to connect four times, it force closed minecraft and left me with this error message:
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
java.lang.NullPointerException: Ticking screen
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:238)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:238)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78)
-- Affected screen --
Details:
Screen name: net.minecraft.client.multiplayer.GuiConnecting
Stacktrace:
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Afterwards, I reverted to a backup three times, and attempted the process over. I even downgraded to 1.7.10-0.24.0 (To avoid being on the Beta) and still had the same issue. As I stated, the server is heavily modded and runs smoothly. Here is a list of the installed mods:
RedGearCore-1.7.10-2.1.3 ---------------------------- (Small changes that help with server)
adventure_backport-1.1.1-beta ----------------------- (Single reason this whole project is possible)
ArchimedesShips-1.7.1 --------------------------------- (Disabled airships, needed vessels from the era)
AssemblyMod-1.7.10-2.1 ------------------------------- (Needed a way to fill dungeon chests without doing it manually)
backpack-2.0.0-1.7.x ------------------------------------ (Inventory too small, lots of loot, and a currency system)
BiblioCraft[v.1.10.5][MC1.7.10] ------------------------ (What's oldentimes without books?)
Carpenter's Blocks v3.3.7 DEV - MC 1.7.10 -------- (Admin purposes/creating hidden areas that joining guilds reveal)
CustomMobSpawner 3.3.0 ----------------------------- (Needed for MoCreatures)
CustomNPCs_1.7.10b ----------------------------------- (Heart of the quests, guards, server in general)
DrZharks MoCreatures Mod v6.3.1 ------------------- (More variety)
iChunUtil-4.2.2 -------------------------------------------- (Library, required for some other mods)
KeyAndCodeLock-1.7.10-1.4 -------------------------- (Inns/taverns)(Downgrade forced me to get rid of my own system)
Morph-Beta-0.9.0 ---------------------------------------- (Used for admins, a way to move discretely around the map)
SGCraft-1.9.3-mc1.7.10 -------------------------------- (Used only as a background service for admins)
Snowfall-1.7.10-2.2.2 ----------------------------------- (Realism, snow stacks each time it falls)
SpecialMobs-1.7.10-3.1.1 ------------------------------ (Used to add variety, no sunglasses mobs spawn)
worldedit-forge-mc1.7.10-6.0-beta-01 --------------- (Will replace if a better alternative is given to kill hostile mobs)
The original desire for the mod was to allow players to buy potions, and for one of the mods to be a witch (with curses, spells, what not) Any help would be appreciated, even if it is to list alternatives.
0
Delete this post.
0
Hello,
I am trying to start a new server with quite a few mods attached, and after several hours of "fixing" problems and changing out different mod packs I decided to strip everything and try to load just the Dragon API and RotaryCraft to see if it was a problem. It was. After completely starting a fresh Thermos server, I cannot run Dragon API and RotaryCraft together... which is strange as they are meant for one another. I redownloaded the newest versions to be sure, but still came across the same error. Chromaticraft and Dragon API work though as I tested in another fresh server. Any help would be appreciated.
Here is the error:
0
I'm working on an adventure server in 1.7.10 (obvious due to the title) but need certain areas to be pretty much survival. For example, an island you can crash on that you need to be able to break blocks and place them to gather resources to survive. Most everything else on the mainland is perfectly fine in adventure mode. I do not want the "can break" option for tools as that would basically ruin it for them. I will resort to placing diamond variants of everything in a chest if I must, but that would completely destroy the idea of "I just got stranded".
Thank you in advance,
Shadowfang
0
I'm only using it to copy the structures my friends and I have built, nothing in relation to Chromaticraft has been put in any of those areas. I'm not about to make that mistake again.
Also, I understand why the pylons could never be created by players. It would be overpowered. I'll just figure out another way to route the power from below the islands.
I made backups every time there was a major change. Needless to say, I just need to roll back a bit and paste the structures in. Thanks everyone for the help.
0
I see. Time to make use of MCedit. Btw, is there a way to create a pylon in creative? I just need one to make a light show honestly. Though, one of each located on different islands in the sky.
0
Thank you for the quick response, I'll just regen the world and rebuild the structures. Out of curiosity though, is it possible to make a pylon in creative? I have a floating island system that I wanted to have a pylon on each island.
PS. Do I really need to regen the world? Is it that bad of a break? I can deal with a little white aura in a section of the sky.
0
Does anybody know how to remove the white aura that happens when you get near a pylon in Chromaticraft, after the pylon is destroyed? I copy pasted a pylon with MCedit, and didn't like where it was, so I moved it. Well, the aura stayed. Similarly, I've destroyed one and the same thing happened. The aura remains, without the pylon there.
0
Alright, I messed around with things myself for a while and ended up fixing the issue. If you are running a server, and have a .bat file to start the server you will need to paste the following into the file:
-XX:+UseG1GC (I have mine after the -Xmx4G -Xms4G)
Now, for the second half you will need to open your launcher and click edit profile. Check JVM arguments and replace it with the following:
-Xmx1G -XX:+UseG1GC -XX:-UseAdaptiveSizePolicy
Hope this helped someone, I sure needed it for the last few days. Thanks to everyone that assisted me.
0
No I am not.
0
1. I get the same error running Mojang's launcher, and TeamExtreme. (I bought Minecraft for Xbox One, Xbox 360, this PC, my wife's PC, and a friend's PC. I even downloaded dlc skin packs on the 360 and One. So please do not give me crap about the later launcher, I installed it at a later date to help a friend with a project.)
2.1 Here is the crash server side: (Tried copy pasting the whole length but overloaded page several times)
fml-server-latest.log
2.2 Here is the crash client side:
---- Minecraft Crash Report ----
// I let you down. Sorry
Time: 1/2/16 12:31 PM
Description: Initializing game
Reika.DragonAPI.Exception.InstallationException: ChromatiCraft was not installed correctly:
You are running Java 8, and need to use the JVM argument '-XX:+UseG1GC' or you will suffer memory allocation-related crashes.
Note that you may have to remove other GC arguments, such as '-XX:+UseConcMarkSweepGC', which is commonly auto-specified by launchers.
Try consulting http://www.minecraftforum.net/topic/1969694-for information.
This is not a ChromatiCraft bug. Do not post it to http://www.minecraftforum.net/topic/1969694- unless you are really stuck.
at Reika.ChromatiCraft.ChromatiCraft.preload(ChromatiCraft.java:276)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at Reika.ChromatiCraft.ChromatiCraft.preload(ChromatiCraft.java:276)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 110474488 bytes (105 MB) / 386715648 bytes (368 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
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: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1481 20 mods loaded, 20 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UCH Forge{10.13.4.1481} [Minecraft Forge] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UCH CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UCH NotEnoughItems{1.0.3.74} [Not Enough Items] (Not-Enough-Items-1.7.10.jar)
UCH <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar)
UCH adventure_backport_core{2.0.1-alpha} [Adventure Backport Core] (minecraft.jar)
UCH adventure_backport{2.0-alpha} [Adventure Backport] (adventure_backport-2.0.1-alpha.jar)
UCH betterrain{0.14} [Better Rain] (betterrain-1.7.2-1.7.10_0.14.jar)
UCH CarpentersBlocks{3.3.7 DEV} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 DEV - MC 1.7.10.jar)
UCH Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCH Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCH DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V10d.jar)
UCE ChromatiCraft{1.0} [ChromatiCraft] (ChromatiCraft 1.7.10 V10d.jar)
UCH customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d.jar)
UCH DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
UCH ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
UCH thaumcraftneiplugin{@[email protected]} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
UCH witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCH worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 359.06' Renderer: 'GeForce GTX 680M/PCIe/SSE2'
Launched Version: 1.7.10-Forge10.13.4.1481-1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 680M/PCIe/SSE2 GL version 4.5.0 NVIDIA 359.06, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
As you can see, just editing the profile client side had no effect on the JVM arguments.
Thank you again,
Shadowfang
0
I was under the impression I just needed to click edit profile after launching minecraft to achieve the desired effect. But that is clearly not working. Are there actual files I need to edit out as well? Also, how do I correctly install the latest version of Chromaticraft (with dragon api) because it is stating it's incorrectly installed even though they are being placed on both my client and server's mods folders.
Thank you in advance,
Shadowfang
0
These are the arguments that naturally start with the server:
-Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
I use a .bat to ignore the 1G rule:
java -Xmx4G -Xms4G -jar Tsarvaal.jar nogui
PAUSE
Anything else you need?
Also, thank you for the response. You are literally the first person that's bothered to respond to anything I've written on this site thusfar.
0
I'm getting the exact same issue, I've tried editing the JVM arguments, removed the "-XX:+UseConcMarkSweepGC" and "-XX:+CMSIncrementalMode" (Due to it telling me it needed ConcMarkSweepGC to run) and still had no success. As soon as I try to start the server, both client and server crash simultaneously giving me a report that tells me to come here.
Crash Report:
[01:04:16] [Server thread/INFO]: Starting minecraft server version 1.7.10
[01:04:28] [Server thread/ERROR]: Encountered an unexpected exception
Reika.DragonAPI.Exception.InstallationException: ChromatiCraft was not installed correctly:
You are running Java 8, and need to use the JVM argument '-XX:+UseG1GC' or you will suffer memory allocation-related crashes.
Note that you may have to remove other GC arguments, such as '-XX:+UseConcMarkSweepGC', which is commonly auto-specified by launchers.
Try consulting http://www.minecraftforum.net/topic/1969694-for information.
This is not a ChromatiCraft bug. Do not post it to http://www.minecraftforum.net/topic/1969694- unless you are really stuck.
at Reika.ChromatiCraft.ChromatiCraft.preload(ChromatiCraft.java:276) ~[ChromatiCraft.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_51]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_51]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_51]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) ~[LoadController.class:?]
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) ~[Loader.class:?]
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88) ~[FMLServerHandler.class:?]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314) ~[FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
0
So... is this idea going anywhere anymore? Or is there something with grates already out there now? Either way, this is an amazing thought, and something I would use all the time. I've often tried to use workarounds for simple grates but it's rather annoying.
0
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 12/30/15 7:07 PM
Description: Ticking screen
java.lang.NullPointerException: Ticking screen
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:238)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:238)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78)
-- Affected screen --
Details:
Screen name: net.minecraft.client.multiplayer.GuiConnecting
Stacktrace:
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 266258272 bytes (253 MB) / 507424768 bytes (483 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
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: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1481 40 mods loaded, 40 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UCHIJA Forge{10.13.4.1481} [Minecraft Forge] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UCHIJA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJA TooManyItems{1.7.10} [TooManyItems] (minecraft.jar)
UCHIJA battlegear2{1.0.7.0} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.7.0.jar)
UCHIJA adventure_backport{1.1.1-beta} [Adventure Backport] (adventure_backport-1.1.1-beta.jar)
UCHIJA ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar)
UCHIJA tennox_assemblymod{2.1} [Assembly Mod] (AssemblyMod-1.7.10-2.1.jar)
UCHIJA examplemod{1.0} [Example Mod] (Avatar TLB 0.7.4.jar)
UCHIJA kieranvs_avatar{0.7.4} [Avatar] (Avatar TLB 0.7.4.jar)
UCHIJA Backpack{2.0.0} [Backpack] (backpack-2.0.0-1.7.x.jar)
UCHIJA betterrain{0.14} [Better Rain] (betterrain-1.7.2-1.7.10_0.14.jar)
UCHIJA BiblioCraft{1.10.5} [BiblioCraft] (BiblioCraft[v1.10.5][MC1.7.10].jar)
UCHIJA CarpentersBlocks{3.3.7 DEV} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 DEV - MC 1.7.10.jar)
UCHIJA CustomSpawner{3.3.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.3.0.zip)
UCHIJA customnpcs{1.7.10b} [CustomNpcs] (CustomNPCs_1.7.10b.jar)
UCHIJA DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
UCHIJA DragonMounts{r41-1.7.10} [Dragon Mounts] (DragonMounts-r41-1.7.10.jar)
UCHIJA MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)
UCHIJA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.350.jar)
UCHIJA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.350.jar)
UCHIJA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHIJA TeNNoX_KeyAndCodeLock{1.4} [KeyAndCodeLock] (KeyAndCodeLock-1.7.10-1.4.jar)
UCHIJA UniversalElectricity{@[email protected]@[email protected]@[email protected]} [Universal Electricity] (universal-electricity-4.0.0.9-core.jar)
UCHIJA ResonantEngine{@[email protected]@[email protected]@[email protected]} [Resonant Engine] (resonant-engine-2.0.0.32-core.jar)
UCHIJA MFFS{@[email protected]@[email protected]@[email protected]} [Modular Force Field System] (mffs-4.0.0.18-core.jar)
UCHIJA numina{0.4.0.100} [Numina] (Numina-0.4.0.100.jar)
UCHIJA powersuits{0.11.0.177} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.177.jar)
UCHIJA Morph{0.9.0} [Morph] (Morph-Beta-0.9.0.jar)
UCHIJA OreSpawn{1.7.10.20.3} [OreSpawn] (orespawn-1.7.10-20.3.zip)
UCHIJA origin{5.0.0} [Origin] (Origin-1.7.10-5.0.0-Beta.jar)
UCHIJA ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
UCHIJA SGCraft{1.9.3} [Greg's SG Craft] (SGCraft-1.9.3-mc1.7.10.jar)
UCHIJA redgear_core{2.1.3} [Red Gear Core] (RedGearCore-1.7.10-2.1.3.jar)
UCHIJA redgear_snowfall{2.2.2} [Snowfall] (Snowfall-1.7.10-2.2.2.jar)
UCHIJA SpecialMobs{3.1.1} [Special Mobs] (SpecialMobs-1.7.10-3.1.1.jar)
UCHIJA weepingangels{4.0.0-beta} [Weeping Angels] (WeepingAngels-1.7.10-4.0.0-Beta.jar)
UCHIJA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHIJA worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 359.06' Renderer: 'GeForce GTX 680M/PCIe/SSE2'
Launched Version: 1.7.10-Forge10.13.4.1481-1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 680M/PCIe/SSE2 GL version 4.5.0 NVIDIA 359.06, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Afterwards, I reverted to a backup three times, and attempted the process over. I even downgraded to 1.7.10-0.24.0 (To avoid being on the Beta) and still had the same issue. As I stated, the server is heavily modded and runs smoothly. Here is a list of the installed mods:
1.7.10-MB_Battlegear2-Bullseye-1.0.7.0 ------------ (Dual wielding, weapon slots, sheilds, arrow types)
RedGearCore-1.7.10-2.1.3 ---------------------------- (Small changes that help with server)
adventure_backport-1.1.1-beta ----------------------- (Single reason this whole project is possible)
ArchimedesShips-1.7.1 --------------------------------- (Disabled airships, needed vessels from the era)
AssemblyMod-1.7.10-2.1 ------------------------------- (Needed a way to fill dungeon chests without doing it manually)
backpack-2.0.0-1.7.x ------------------------------------ (Inventory too small, lots of loot, and a currency system)
BiblioCraft[v.1.10.5][MC1.7.10] ------------------------ (What's oldentimes without books?)
Carpenter's Blocks v3.3.7 DEV - MC 1.7.10 -------- (Admin purposes/creating hidden areas that joining guilds reveal)
CustomMobSpawner 3.3.0 ----------------------------- (Needed for MoCreatures)
CustomNPCs_1.7.10b ----------------------------------- (Heart of the quests, guards, server in general)
DrZharks MoCreatures Mod v6.3.1 ------------------- (More variety)
iChunUtil-4.2.2 -------------------------------------------- (Library, required for some other mods)
KeyAndCodeLock-1.7.10-1.4 -------------------------- (Inns/taverns)(Downgrade forced me to get rid of my own system)
Morph-Beta-0.9.0 ---------------------------------------- (Used for admins, a way to move discretely around the map)
SGCraft-1.9.3-mc1.7.10 -------------------------------- (Used only as a background service for admins)
Snowfall-1.7.10-2.2.2 ----------------------------------- (Realism, snow stacks each time it falls)
SpecialMobs-1.7.10-3.1.1 ------------------------------ (Used to add variety, no sunglasses mobs spawn)
worldedit-forge-mc1.7.10-6.0-beta-01 --------------- (Will replace if a better alternative is given to kill hostile mobs)
The original desire for the mod was to allow players to buy potions, and for one of the mods to be a witch (with curses, spells, what not) Any help would be appreciated, even if it is to list alternatives.
Thank you in advance,
Shadowfang