SpongeBootstrap - Fixes ordering issue with other coremods

This is a bootstrapper to launch SpongeForge with maximum priority.

There are some issues with other coremods where they load classes before SpongeForge’s mixin system is able to transform them.

To run, simply call java -jar SpongeBootstrap-{version}.jar IN PLACE OF a forge jar. All arguments are transferred to the actual forge launch.

Download Link, Source Code

Note
The bootstrap simply checks if required files match the following filename patterns, hence you must have the original filenames:

  • There must be a minecraft_server.{mcversion}.jar in the root folder.
  • The forge jar must have it’s original name as it had when downloaded from files.minecraftforge.net, i.e. forge-{mcversion}-{forgeversion}-universal.jar.
  • There must be a SpongeForge jar in the mods/ folder with it’s original name i.e. spongeforge-{mcversion}-{forgebuild}-{spongeversion}.jar

Caution: This may fix issues, however not guaranteed, it may even cause other issues.

Using this should be a last resort if there is no viable alternative.

7 Likes

I’m getting the error Failed to load Launch class
So it’s not finding the net.minecraft.launchwrapper.Launch
What can cause this issue and how can I fix it?

Edit: Just have to run the server once with forge then it’ll run with bootstrap

Yeah that’s it. I was about to ask if the server had been launched before.
You can see it expects to find some files when you launch it. It won’t download missing libraries.

1 Like

When I try to launch with the bootstrap. I get an error saying that there is no forge.jar, When there is. What can I do??

@Dmouse92 Make sure the forge jar has it’s original name, the jar detection simply relies on finding the file based on some filename matching rules.
It should look something like this:
forge-{mcversion}-{forgeversion}-universal.jar

ive got sponge being loaded instead of the forge jar and the server boots up without any errors but once in game, even as an op, i dont have any of the spongeforge commands and when i put a plugin in such as total economy, i dont have any of the commands from them

When you say you have sponge loaded instead of the forge jar…

You either didn’t read the instructions on sponge, or missed something.

The SpongeForge jar NEEDS to be in your mods folder.
You need a minecraft.1.10.2.jar and forge jar in the root of your server,
and you boot from this spongeboot strap jar.

ooooohhh, i didn’t realized it needed to have spongeforge in the mods folder aswell, i feel stupid lol
edit: so i put the spongeforge in the mods folder, have the spongebootstrapper being what its booted from in the serverstart.bat and its still erroring out

Im assuming its a modpack? If so, undo all the changes you did for sponge, run the FTBInstall, and then do the changes for sponge. (Add sponge in, boot from bootstrap) The Bootstraper does not retrieve library files at all, it is expected that you have forge properly installed before starting.

so i exctracted a new serverfiles. started the server once, then did the forge install. added the spongeforge file to mods, put the spongebootstrapper in the folder, edited settings.bat and serverstart.bat so that instead of %forgejar% it used the spongebootstrapper instead. and it always came up “Unable to access jarfile spongebootstrap-0.2.0”

if you are using the FTB startup scripts, you need to edit it in a few places… its easier just to make a new script.

ive got it launching, i was forgetting to put the .jar after the spongebootstrap -.- and then i changed the FTBLauncher thing to Forge like it said to do above, and now it will start up and go through the whole process until it gets to generating the worlds, right after RF Tools generates there worlds it crashes.

Heres the crash report

---- Minecraft Crash Report ----

WARNING: coremods are present:
EnderCorePlugin (EnderCore-1.10.2-0.4.1.64-beta.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.2.198-universal.jar)
Brandon’s Core (BrandonsCore-1.10.2-2.1.3.82-universal.jar)
LoadingPlugin (Quark-r1.1-70.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.5.2-anarchy.jar)
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.3.338.jar)
ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.7.jar)
IC2core (industrialcraft-2-2.6.142-ex110.jar)
AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
TransformerLoader (OpenComputers-MC1.10.2-1.6.1.6.jar)
SpongeCoremod (Forge-1.10.2-12.18.3.2185-universal.jar)
Contact their authors BEFORE contacting forge

// There are four lights!

Time: 2/6/17 8:18 PM
Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from FTBUtilities (ftbu)
Caused by: java.lang.IllegalArgumentException: A plugin may not register multiple commands for the same alias (‘rftdb’)!
at org.spongepowered.common.command.SpongeCommandManager.register(SpongeCommandManager.java:147)
at org.spongepowered.common.command.SpongeCommandManager.register(SpongeCommandManager.java:122)
at net.minecraft.command.ServerCommandManager.func_71560_a(SourceFile:108)
at com.feed_the_beast.ftbu.FTBU.serverStarted(FTBU.java:100)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:600)
at sun.reflect.GeneratedMethodAccessor5.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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
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 net.minecraftforge.fml.common.LoadController.redirect$onPost$zzb000(LoadController.java:52)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
at net.minecraftforge.fml.common.Loader.serverStarted(Loader.java:858)
at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStarted(FMLCommonHandler.java:297)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:433)
at java.lang.Thread.run(Unknown Source)

A detailed walkthrough of the error, its code path and all known details is as follows:

– System Details –
Details:
Minecraft Version: 1.10.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_121, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 135381624 bytes (129 MB) / 978894848 bytes (933 MB) up to 2075918336 bytes (1979 MB)
JVM Flags: 9 total; -Xms512M -Xmx2048M -XX:PermSize=256M -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:ParallelGCThreads=2 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.32 Powered by Forge 12.18.3.2185 78 mods loaded, 78 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.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (Forge-1.10.2-12.18.3.2185-universal.jar)
UCHIJAAAA Forge{12.18.3.2185} [Minecraft Forge] (Forge-1.10.2-12.18.3.2185-universal.jar)
UCHIJAAAA spongeapi{5.1.0-SNAPSHOT-b23f81b} [SpongeAPI] (minecraft.jar)
UCHIJAAAA sponge{1.10.2-2171-5.1.0-BETA-2006} [SpongeForge] (Forge-1.10.2-12.18.3.2185-universal.jar)
UCHIJAAAA appliedenergistics2-core{rv4-alpha-11} [Applied Energistics 2 Core] (minecraft.jar)
UCHIJAAAA OpenComputers|Core{1.6.1.6} [OpenComputers (Core)] (minecraft.jar)
UCHIJAAAA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
UCHIJAAAA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.2.198-universal.jar)
UCHIJAAAA actuallyadditions{1.10.2-r98} [Actually Additions] (ActuallyAdditions-1.10.2-r98.jar)
UCHIJAAAA Baubles{1.3.8} [Baubles] (Baubles-1.10.2-1.3.8.jar)
UCHIJAAAA Botania{r1.9-339} [Botania] (Botania r1.9-339.jar)
UCHIJAAAA AkashicTome{1.0-5} [Akashic Tome] (AkashicTome-1.0-5.jar)
UCHIJAAAA appliedenergistics2{rv4-alpha-11} [Applied Energistics 2] (appliedenergistics2-rv4-alpha-11.jar)
UCHIJAAAA Morphtool{1.0-12} [Morph-o-Tool] (Morph-o-Tool-1.0-12.jar)
UCHIJAAAA Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar)
UCHIJAAAA Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
UCHIJAAAA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
UCHIJAAAA badwithernocookie{1.10.2-0.0.1-5418dde} [Bad Wither No Cookie!] (BadWitherNoCookie-1.10.2-0.0.1-5418dde.jar)
UCHIJAAAA bagginses{2.4.2d} [Bagginses] (Bagginses-1.10.2-3.0.4g.jar)
UCHIJAAAA betterbuilderswands{0.10.2} [Better Builder’s Wands] (BetterBuildersWands-1.10.2-0.10.2.209+115b204.jar)
UCHIJAAAA BiomesOPlenty{5.0.0.2109} [Biomes O’ Plenty] (BiomesOPlenty-1.10.2-5.0.0.2109-universal.jar)
UCHIJAAAA guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.2-45.jar)
UCHIJAAAA JEI{3.14.2.401} [Just Enough Items] (jei_1.10.2-3.14.2.401.jar)
UCHIJAAAA BloodMagic{1.9.4-2.1.0-69} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.1.0-69.jar)
UCHIJAAAA bookshelf{1.4.3.338} [Bookshelf] (Bookshelf-1.10.2-1.4.3.338.jar)
UCHIJAAAA CodeChickenLib{2.5.2.198} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.2.198-universal.jar)
UCHIJAAAA brandonscore{2.1.3} [Brandon’s Core] (BrandonsCore-1.10.2-2.1.3.82-universal.jar)
UCHIJAAAA Chameleon{1.10-2.2.2} [Chameleon] (Chameleon-1.10-2.2.2.jar)
UCHIJAAAA chisel{MC1.10.2-0.0.7.7} [Chisel] (Chisel-MC1.10.2-0.0.7.7.jar)
UCHIJAAAA mcmultipart{1.3.0} [MCMultiPart] (MCMultiPart-1.3.0-universal.jar)
UCHIJAAAA chiselsandbits{12.11} [Chisels & Bits] (chiselsandbits-12.11.jar)
UCHIJAAAA CodeChickenCore{2.4.0.101} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.0.101-universal.jar)
UCHIJAAAA IC2{2.6.142-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.142-ex110.jar)
UCHIJAAAA compactsolars{1.10.2-5.0.8.331} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.8.331-universal.jar)
UCHIJAAAA MineTweaker3{3.0.17} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.17.jar)
UCHIJAAAA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
UCHIJAAAA darkutils{1.1.6.105} [Dark Utilities] (DarkUtilities-1.10.2-1.1.6.105.jar)
UCHIJAAAA forestry{5.2.17.354} [Forestry] (forestry_1.10.2-5.2.17.354.jar)
UCHIJAAAA eleccore{1.6.379} [ElecCore] (ElecCore-1.10.2-1.6.379.jar)
UCHIJAAAA EnderStorage{2.2.0.96} [EnderStorage] (EnderStorage-1.10.2-2.2.0.96-universal.jar)
UCHIJAAAA OpenComputers{1.6.1.6} [OpenComputers] (OpenComputers-MC1.10.2-1.6.1.6.jar)
UCHIJAAAA deepresonance{1.4.3} [DeepResonance] (deepresonance-1.1x-1.4.3.jar)
UCHIJAAAA draconicevolution{2.0.7} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.7.168-universal.jar)
UCHIJAAAA endercore{1.10.2-0.4.1.64-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.64-beta.jar)
UCHIJAAAA EnderIO{1.10.2-3.1.156} [Ender IO] (EnderIO-1.10.2-3.1.156.jar)
UCHIJAAAA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-1.1.3d.jar)
UCHIJAAAA zerocore{1.10.2-0.1.0.1} [Zero CORE] (zerocore-1.10.2-0.1.0.1.jar)
UCHIJAAAA bigreactors{1.10.2-0.4.5.24} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.24.jar)
UCHIJAAAA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
UCHIJAAAA flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar)
UCHIJAAAA foamfix{@VERSION@} [FoamFix] (foamfix-0.5.2-anarchy.jar)
UCHIJAAAA ftbl{0.0.0} [FTBLib] (FTBLib-1.10.2-3.2.3.jar)
UCHIJAAAE ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.10.2-3.2.4.jar)
UCHIJAAAA gravestone{1.5.12} [Gravestone] (GraveStone Mod 1.5.12.jar)
UCHIJAAAA mantle{1.10.2-1.1.4.203} [Mantle] (Mantle-1.10.2-1.1.4.jar)
UCHIJAAAA tconstruct{1.10.2-2.6.1.464} [Tinkers’ Construct] (TConstruct-1.10.2-2.6.1.jar)
UCHIJAAAA immersiveengineering{0.10-54} [Immersive Engineering] (ImmersiveEngineering-0.10-54.jar)
UCHIJAAAA inventorysorter{0.10.5+46} [Simple Inventory sorting] (inventorysorter-1.10.2-0.10.5+46.jar)
UCHIJAAAA ironbackpacks{1.10.2-2.2.22} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.22.jar)
UCHIJAAAA ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar)
UCHIJAAAA jeibees{0.9.0.4} [JEI Bees] (jeibees-0.9.0.4-mc1.10.2.jar)
UCHIJAAAA journeymap{1.10.2-5.4.3} [JourneyMap] (journeymap-1.10.2-5.4.3.jar)
UCHIJAAAA mercurius{1.0.1} [Mercurius] (Mercurius-1.10.2-1.0.2.jar)
UCHIJAAAA Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
UCHIJAAAA notenoughwands{1.5.3} [Not Enough Wands] (notenoughwands-1.1x-1.5.3.jar)
UCHIJAAAA harvestcraft{1.9.4-1.10.2g} [Pam’s HarvestCraft] (Pam’s HarvestCraft 1.9.4-1.10.2h.jar)
UCHIJAAAA railcraft{10.0.1} [Railcraft] (Railcraft_1.10.2-10.0.1.jar)
UCHIJAAAA rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar)
UCHIJAAAA StorageDrawers{1.10.2-3.5.17} [Storage Drawers] (StorageDrawers-1.10.2-3.5.17.jar)
UCHIJAAAA refinedstorage{1.2.17} [Refined Storage] (refinedstorage-1.2.17.jar)
UCHIJAAAA rftools{5.81} [RFTools] (rftools-1.1x-5.81.jar)
UCHIJAAAA rftoolscontrol{1.6.4} [RFTools Control] (rftoolsctrl-1.1x-1.6.4.jar)
UCHIJAAAA rftoolsdim{4.53} [RFTools Dimensions] (rftoolsdim-1.1x-4.53.jar)
UCHIJAAAA rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar)
UCHIJAAAA theoneprobe{1.3.3} [The One Probe] (theoneprobe-1.10-1.3.3.jar)
UCHIJAAAA icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.1.213.jar)
UCHIJAAAA wawla{2.3.1.213} [What Are We Looking At] (Wawla-1.10.2-2.3.1.213.jar)
Loaded coremods (and transformers):
EnderCorePlugin (EnderCore-1.10.2-0.4.1.64-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.2.198-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.BlockStateLoaderTransformer
Brandon’s Core (BrandonsCore-1.10.2-2.1.3.82-universal.jar)
com.brandon3055.brandonscore.asm.ClassTransformer
LoadingPlugin (Quark-r1.1-70.jar)
vazkii.quark.base.asm.ClassTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.5.2-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
lumien.resourceloader.asm.ClassTransformer
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.3.338.jar)
net.darkhax.bookshelf.asm.BookshelfTransformerManager
ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.7.jar)
team.chisel.common.asm.ChiselTransformer
IC2core (industrialcraft-2-2.6.142-ex110.jar)

AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
appeng.coremod.transformer.ASMIntegration
TransformerLoader (OpenComputers-MC1.10.2-1.6.1.6.jar)
li.cil.oc.common.asm.ClassTransformer
SpongeCoremod (Forge-1.10.2-12.18.3.2185-universal.jar)
org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
AE2 Version: alpha rv4-alpha-11 for Forge 12.18.3.2185
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- WailaIntegration (Enabled/Not Forced)
- theoneprobeIntegration (Enabled/Not Forced)

CodeChickenLib Invalid Fingerprint Reports: 
CodeChickenCore Invalid Fingerprint Reports: 
EnderStorage Invalid Fingerprint Reports: 
EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
              * An unsupportted RF API is installed (1.7.10R1.3.1 from BrandonsCore-1.10.2-2.1.3.82-universal.jar).
                Ender IO needs at least 1.8.9R1.2.0B1 and will NOT work with older versions.
             An unsupported base software is installed: 'sponge'. This is NOT supported.
             This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Detailed RF API diagnostics:
              * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/Tyler's/Desktop/FTBPresentsDirewolf20110Server_1.4.1/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/EnergyStorage.class
              * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Tyler's/Desktop/FTBPresentsDirewolf20110Server_1.4.1/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/IEnergyConnection.class
              * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Tyler's/Desktop/FTBPresentsDirewolf20110Server_1.4.1/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
              * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Tyler's/Desktop/FTBPresentsDirewolf20110Server_1.4.1/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/IEnergyHandler.class
              * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Tyler's/Desktop/FTBPresentsDirewolf20110Server_1.4.1/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/IEnergyProvider.class
              * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Tyler's/Desktop/FTBPresentsDirewolf20110Server_1.4.1/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/IEnergyReceiver.class
              * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Tyler's/Desktop/FTBPresentsDirewolf20110Server_1.4.1/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/IEnergyStorage.class
              * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Tyler's/Desktop/FTBPresentsDirewolf20110Server_1.4.1/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
              * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Tyler's/Desktop/FTBPresentsDirewolf20110Server_1.4.1/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/TileEnergyHandler.class
Detailed Tesla API diagnostics:
              * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
              * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
              * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
              * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
              * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
              * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
              * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
              * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
              * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
              * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
              * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)

AE2 Integration: IC2:ON, RC:OFF, RF:OFF, RFItem:OFF, MFR:OFF, Waila:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:ON
Profiler Position: N/A (disabled)
Player Count: 0 / 20; []
Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
Type: Dedicated Server (map_server.txt)

Remove both FTB mods

i removed just the FTBUtilites and it worked fine, thats the first ive heard of FTBU causing a crash with sponge

You’re running a very outdated build of sponge. Update to the latest SpongeForge for 1.10.2 - the issue with ftbutils is fixed there.

the only problem i run into is im using the Direwolf20 1.10.2 server which is version 1.4.1 and the forge in it is version 2185 and the most recent sponge uses 2221. would the latest version work with my server?

Yes, that should be fine.

awesome looks like it works

Thankyou sooooo much for making this. Its been a great help. Ily