jrbudda / minecrift

VR mod for Minecraft. For Minecraft version 1.7.10
http://www.vivecraft.org
Other
324 stars 32 forks source link

Crash with Natural Capital modpack #300

Open GusSmedstad opened 6 years ago

GusSmedstad commented 6 years ago

Vivecraft works fine with vanilla Minecraft 1.7.10, or with a few mods I install myself, but when I try running the Natural Capital modpack downloaded either from Curse or AT Launcher it crashes. The modpack works fine without Vivecraft.

Basic crash report says The game crashed whilst unexpected error Error: net.minecraft.util.ChatComponentTranslationFormatException: Error while parsing: TranslatableComponent{key='�6Use code PARCEL at www.resonanthost.com for 15% any server!', args=[], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}

... which looks to be a localization call for some bit of spam (not that I've noticed such in game).

The crash log says

---- Minecraft Crash Report ---- // Don't do that.

Time: 4/9/18 8:00 AM Description: Unexpected error

net.minecraft.util.ChatComponentTranslationFormatException: Error while parsing: TranslatableComponent{key='§6Use code PARCEL at www.resonanthost.com for 15% any server!', args=[], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}} at net.minecraft.util.ChatComponentTranslation.func_150269_b(SourceFile:104) at net.minecraft.util.ChatComponentTranslation.func_150270_g(SourceFile:48) at net.minecraft.util.ChatComponentTranslation.iterator(SourceFile:147) at com.google.common.collect.Lists.newArrayList(Lists.java:129) at net.minecraft.client.gui.GuiNewChat.func_146237_a(GuiNewChat.java:168) at net.minecraft.client.gui.GuiNewChat.func_146234_a(GuiNewChat.java:148) at net.minecraft.client.gui.GuiNewChat.func_146227_a(GuiNewChat.java:143) at net.minecraft.client.network.NetHandlerPlayClient.func_147251_a(NetHandlerPlayClient.java:821) at net.minecraft.network.play.server.S02PacketChat.func_148833_a(SourceFile:38) at net.minecraft.network.play.server.S02PacketChat.func_148833_a(SourceFile:9) at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2661) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1502) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:1373) at net.minecraft.client.main.Main.main(Main.java:163) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.mtbs3d.minecrift.main.VivecraftMain.main(VivecraftMain.java:121) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: java.util.MissingFormatArgumentException: Format specifier '% a' at java.util.Formatter.format(Formatter.java:2519) at java.util.Formatter.format(Formatter.java:2455) at java.lang.String.format(String.java:2927) at net.minecraft.util.ChatComponentTranslation.func_150269_b(SourceFile:99) ... 25 more

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

-- Head -- Stacktrace: at net.minecraft.util.ChatComponentTranslation.func_150269_b(SourceFile:104) at net.minecraft.util.ChatComponentTranslation.func_150270_g(SourceFile:48) at net.minecraft.util.ChatComponentTranslation.iterator(SourceFile:147) at com.google.common.collect.Lists.newArrayList(Lists.java:129) at net.minecraft.client.gui.GuiNewChat.func_146237_a(GuiNewChat.java:168) at net.minecraft.client.gui.GuiNewChat.func_146234_a(GuiNewChat.java:148) at net.minecraft.client.gui.GuiNewChat.func_146227_a(GuiNewChat.java:143) at net.minecraft.client.network.NetHandlerPlayClient.func_147251_a(NetHandlerPlayClient.java:821) at net.minecraft.network.play.server.S02PacketChat.func_148833_a(SourceFile:38) at net.minecraft.network.play.server.S02PacketChat.func_148833_a(SourceFile:9) at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2661)

-- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityClientPlayerMP['Gus_Smedstad'/800, l='MpServer', x=4.50, y=80.24, z=2.50]] Chunk stats: MultiplayerChunkCache: 9, 9 Level seed: 0 Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: false Level generator options: Level spawn location: World: (0,64,0), Chunk: (at 0,4,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 525 game time, 525 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false Forced entities: 1 total; [EntityClientPlayerMP['Gus_Smedstad'/800, l='MpServer', x=4.50, y=80.24, z=2.50]] Retry entities: 0 total; [] Server brand: fml,forge Server type: Integrated singleplayer server Stacktrace: at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:3629) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:1402) at net.minecraft.client.main.Main.main(Main.java:163) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.mtbs3d.minecrift.main.VivecraftMain.main(VivecraftMain.java:121) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) 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 10 (amd64) version 10.0 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 5332951480 bytes (5085 MB) / 6402605056 bytes (6106 MB) up to 6402605056 bytes (6106 MB) JVM Flags: 7 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -Xms6G -XX:+UseParallelGC -XX:ParallelGCThreads=3 -XX:MaxGCPauseMillis=3 -Xmn256M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 48, tcache: 0, allocated: 15, tallocated: 96 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_D1 152 mods loaded, 151 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] (forge-1.7.10-10.13.4.1614-1.7.10.jar) UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar) UCHIJAAAA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar) UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar) UCHIJAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar) UCHIJAAAA {000} [CoFH ASM] (minecraft.jar) UCHIJAAAA FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar) UCHIJAAAA debug{1.0} [debug] (denseores-1.6.2.jar) UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) UCHIJAAAA 3DManeuverGear{1.7.10-@MAJOR@.@MINOR@.@REVIS@} [3D Maneuver Gear] (3DManeuverGear-1.7.10-0.6.jar) UCHIJAAAA AgriCraft{1.7.10-1.5.0} [AgriCraft] (AgriCraft-1.7.10-1.5.0.jar) UCHIJAAAA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar) UCHIJAAAA CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-328.jar) UCHIJAAAA BuildCraft|Core{7.1.16} [BuildCraft] (buildcraft-7.1.16.jar) UCHIJAAAA IC2{2.2.999} [Industrial Craft Classic] (IC2Classic Version 1.2.0.3.jar) UCHIJAAAA Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar) UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) UCHIJAAAA chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar) UCHIJAAAA koresample{1.7.10-1.3.2} [Kore Sample] (KoreSample-1.7.10-1.3.2.jar) UCHIJAAAA dendrology{1.7.10-1.6.4} [Ancient Trees] (AncientTrees-1.7.10-1.6.4.jar) UCHIJAAAA AppleCore{1.3.2} [AppleCore] (AppleCore-mc1.7.10-1.3.2.jar) UCHIJAAAA Avaritia{1.11} [Avaritia] (Avaritia-1.11.jar) UCHIJAAAA babymobs{1.4} [Baby Mobs] (BabyMobs-1.7.10-1.3-Hotfix.jar) UCHIJAAAA BBG{1.0.0} [BetterBedrockGen] (BBG-1.0.0.jar) UCHIJAAAA bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar) UCHIJAAAA betterbuilderswands{0.6.1} [Better Builder's Wands] (BetterBuildersWands-0.6.1-1.7.10r80+358ee26.jar) UCHIJAAAA bigtrees{0.2} [The BigTrees Mod] (bigtrees-0.2-1.7.10.jar) UCHIJAAAA BiomeTweaker{2.0.182} [BiomeTweaker] (BiomeTweaker-1.7.10-2.0.182.jar) UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar) UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.1a2.jar) UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.2027-universal.jar) UCHIJAAAA bookshelf{1.0.4.187} [Bookshelf] (Bookshelf-1.7.10-1.0.4.187.jar) UCHIJAAAA BuildCraft|Builders{7.1.16} [BC Builders] (buildcraft-7.1.16.jar) UCHIJAAAA BuildCraft|Transport{7.1.16} [BC Transport] (buildcraft-7.1.16.jar) UCHIJAAAA BuildCraft|Energy{7.1.16} [BC Energy] (buildcraft-7.1.16.jar) UCHIJAAAA BuildCraft|Silicon{7.1.16} [BC Silicon] (buildcraft-7.1.16.jar) UCHIJAAAA BuildCraft|Robotics{7.1.16} [BC Robotics] (buildcraft-7.1.16.jar) UCHIJAAAA BuildCraft|Factory{7.1.16} [BC Factory] (buildcraft-7.1.16.jar) UCHIJAAAA ThermalFoundation{1.7.10R1.2.5} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.5-115.jar) UCHIJAAAA ThermalExpansion{1.7.10R4.1.4} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.4-247.jar) UCHIJAAAA BuildCraft|Compat{7.1.5} [BuildCraft Compat] (buildcraft-compat-7.1.5.jar) UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar) UCHIJAAAA SonarCore{1.1.3} [SonarCore] (SonarCore-1.7.10-1.1.3.jar) UCHIJAAAA Calculator{1.9.11} [Calculator] (Calculator-1.7.10-1.9.11.jar) UCHIJAAAA CarpentersBlocks{3.3.8} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8 - MC 1.7.10.jar) UCHIJAAAA catwalks{2.0.4} [Catwalks Mod] (catwalks-2.0.4.jar) UCHIJAAAA catwalkmod{x.x.x} [Legacy Catwalk Compat] (catwalks-2.0.4.jar) UCHIJAAAA CMDfiles{0} [CMDfiles] (CMD files.jar) UCHIJAAAA ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar) UCHIJAAAA cmd{1.7} [Custom Music Discs] (Custom Music Discs-1.7.jar) UCHIJAAAA CustomMainMenu{1.9.2} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.9.2.jar) UCHIJAAAA CustomOreGen{1.2.24} [Custom Ore Generation] (CustomOreGen-1.7.10-1.2.24.jar) UCHIJAAAA endercore{1.7.10-0.2.0.36_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.36_beta.jar) UCHIJAAAA customthings{MC1.7.10-0.0.3-52} [CustomThings] (CustomThings-MC1.7.10-0.0.3-52.jar) UCHIJAAAA MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar) UCHIJAAAA Mekanism{9.1.0} [Mekanism] (Mekanism-1.7.10-9.1.0.281.jar) UCHIJAAAA DefenseTech{1.0.1} [DefenseTech] (DefenseTech-1.7.10-1.0.1.46.jar) UCHIJAAAA dsurround{1.0.5.6} [Dynamic Surroundings] (DynamicSurroundings-1.7.10-1.0.5.6.jar) UCHIJAAAA evilcraft{0.9.9} [EvilCraft] (EvilCraft-1.7.10-0.9.9.jar) UCHIJAAAA exoticbirds{1.0} [Exotic Birds] (Exotic Birds 1.7.10 - 1.0.3b.jar) UCHIJAAAA extracoal{1.0.2} [Extra Coal] (Extracoal-1.7.10-1.0.2.jar) UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar) UCHIJAAAA ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar) UCHIJAAAA TConstruct{1.7.10-1.8.8.build991} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.build991.jar) UCHIJAAAA Metallurgy{4.0.8} [Metallurgy 4] (Metallurgy-1.7.10-4.0.8.97.jar) UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar) UCHIJAAAA ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar) UCHIJAAAA fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar) UCHIJAAAA MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar) UCHIJAAAA FTBL{1.0.18.2} [FTBLib] (FTBLib-1.7.10-1.0.18.3.jar) UCHIJAAAA FTBU{1.0.18.2} [FTBUtilities] (FTBUtilities-1.7.10-1.0.18.3.jar) UCHIJAAAA globbypotato_rockhounding{3.00} [Rockhounding Mod] (globbypotato_rockhounding-1.7.10-v3.24E.jar) UCHIJAAAA HelperToolsID{v1.6f} [HelperTools] (HelperTools-1.7.10-v1.6f.jar) UCHIJAAAA HoloInventory{1.9.1.124} [HoloInventory] (HoloInventory-1.7.10-1.9.1.124.jar) UCHIJAAAA hot_water{1.1.2} [Hot Water Mod] (hot_water-1.2.0-1.7.10.jar) UCHIJAAAA HardcoreQuesting{4.4.4} [Hardcore Questing Mode] (HQM-The Journey-4.4.4.jar) UCHIJAAAA Ic2Nei{1.0} [IC2 Nei Plugin] (IC2 Nei Plugin Version 1.1.0.jar) UCHIJAAAA wrenchPlugin{0.0.1} [IC2 Wrench Plugin] (IC2 Wrench Plugin Version 1.0.3.jar) UCHIJAAAA IC2-Classic-Spmod{0.0.0.0} [IC2 Classic Detection Helper] (IC2Classic Version 1.2.0.3.jar) UCHIJAAAA IC2NuclearControl{2.4.1a} [Nuclear Control 2] (IC2NuclearControl-2.4.1a.jar) UCHIJAAAA immersiveintegration{0.6.8} [Immersive Integration] (immersiveintegration-0.6.8.jar) UCHIJAAAA InventoryPets{1.4.8.1} [Inventory Pets] (inventorypets-1.7.10-1.4.8.1-universal.jar) UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar) UCHIJAAAA irontank{1.0.1 build @BUILD@} [Iron Tanks] (irontank-1.7.10-1.0.1.50.jar) UCHIJAAAA itlt{0.0.8} [It's the little things] (itlt-1.7.10-0.0.8.jar) UCHIJAAAA journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-unlimited.jar) UCHIJAAAA KeepingInventory{2.1} [Keeping Inventory] (KeepingInventory-1.7.10-2.1.jar) UCHIJAAAA LogisticsPipes{0.9.3.126} [Logistics Pipes] (logisticspipes-0.9.3.126.jar) UCHIJAAAA Magneticraft{0.6.0-final} [Magneticraft] (magneticraft-0.6.1-final.jar) UCHIJAAAA MekanismGenerators{9.1.0} [MekanismGenerators] (MekanismGenerators-1.7.10-9.1.0.281.jar) UCHIJAAAA MekanismTools{9.1.0} [MekanismTools] (MekanismTools-1.7.10-9.1.0.281.jar) UCHIJAAAA miscconfigs{1.7.10-0.0.2} [Misc Configs] (miscconfigs-1.7.10-0.0.2.jar) UCHIJAAAA modtweaker2{0.9.6} [Mod Tweaker 2] (ModTweaker2-0.9.6.jar) UCHIJAAAA numina{0.4.0.131} [Numina] (Numina-0.4.0.131.jar) UCHIJAAAA MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.33-universal.jar) UCHIJAAAA ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar) UCHIJAAAA powersuits{0.11.0.301} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.301.jar) UCHIJAAAA MTUtils{1.4.2} [MTUtils] (MTUtils-1.4.2.jar) UCHIJAAAA musica{1.1.0} [Musica] (Musica-1.1.0-MC1.7.10.jar) UCHIJAAAA NEIAddons{1.12.15.41} [NEI Addons] (neiaddons-1.12.15.41-mc1.7.10.jar) UCHIJAAAA NEIAddons|Developer{1.12.15.41} [NEI Addons: Developer Tools] (neiaddons-1.12.15.41-mc1.7.10.jar) UCHIJAAAA NEIAddons|AppEng{1.12.15.41} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.15.41-mc1.7.10.jar) UCHIJAAAA NEIAddons|Botany{1.12.15.41} [NEI Addons: Botany] (neiaddons-1.12.15.41-mc1.7.10.jar) UCHIJAAAA NEIAddons|Forestry{1.12.15.41} [NEI Addons: Forestry] (neiaddons-1.12.15.41-mc1.7.10.jar) UCHIJAAAA NEIAddons|CraftingTables{1.12.15.41} [NEI Addons: Crafting Tables] (neiaddons-1.12.15.41-mc1.7.10.jar) UCHIJAAAA NEIAddons|ExNihilo{1.12.15.41} [NEI Addons: Ex Nihilo] (neiaddons-1.12.15.41-mc1.7.10.jar) UCHIJAAAA neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar) UCHIJAAAA NetherOres{1.7.10R2.3.2B1} [Nether Ores] (NetherOres-[1.7.10]2.3.2B1-23.jar) UCHIJAAAA neresources{0.1.0.ManuallyBuilt} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0-122.jar) UCHIJAAAA NotEnoughWands{1.2.3} [Not Enough Wands] (notenoughwands-1.2.3.jar) UCHIJAAAA plantmegapack{4.32} [Plant Mega Pack] (plantmegapack-4.32-1.7.10-1492.jar) UCHIJAAAA PracticalLogistics{0.2.4} [Practical Logistics] (Practical-Logistics-1.7.10-0.2.4.jar) UCHIJAAAA ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar) UCHIJAAAA ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar) UCHIJAAAA ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar) UCHIJAAAA ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar) UCHIJAAAA ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar) UCHIJAAAA ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre12.95-Fabrication.jar) UCHIJAAAA ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar) UCHIJAAAA ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar) UCHIJAAAA reborncore{1.1.0.15} [RebornCore] (RebornCore-1.1.0.15-universal.jar) UCHIJAAAA RefinedRelocation{1.1.28} [Refined Relocation] (RefinedRelocation-mc1.7.10-1.1.28.jar) UCHIJAAAA ResourceLoader{1.3} [Resource Loader] (ResourceLoader-MC1.7.10-1.3.jar) UCHIJAAAA sciapi{1.1.0.0} [SciAPI] (SciAPI-1.1.0.0[1.7.10].jar) UCHIJAAAA scottstweaks{1.7.10-1.3.1} [Scott's Tweaks] (ScottsTweaks-1.7.10-1.3.1.jar) UCHIJAAAA soundfilters{0.8_for_1.7.X} [Sound Filters] (SoundFilters-0.8_for_1.7.X.jar) UCHIJAAAA stabilizermod{3.4} [stabilizermod] (Stabilizer-3.4-1.7.10.jar) UCHIJAAAA StellarAPI{0.1.3.8} [Stellar API] (Stellar API-0.1.3.8.jar) UCHIJAAAA stellarsky{0.1.5.7} [Stellar Sky] (Stellar Sky-0.1.5.7.jar) UCHIJAAAA techreborn{0.7.18.1110} [TechReborn] (TechReborn-1.7.10-0.7.18.1110-universal.jar) UCHIJAAAA TextureGeneratorLib{0.2} [TextureGeneratorLib] (TextureGeneratorLib-1.7.10_vBeta2.jar) UCHIJAAAA TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar) UCHIJAAAA tts{0.6} [Tube Transport System] (TubeTransportSystem_1.7.10-0.6.jar) UCHIJAAAA inventorytweaks{1.58-645ca10-dirty} [Inventory Tweaks] (TweakedInventoryTweaks-1.58.jar) UCHIJAAAA wailaplugins{MC1.7.10-0.2.0-23} [WAILA Plugins] (WAILAPlugins-MC1.7.10-0.2.0-23.jar) UCHIJAAAA wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar) UCHIJAAAA WorldTooltip{1.0.16} [WorldTooltip] (WorldTooltip-1.7.10-1.0.16-51.jar) UCHIJAAAA WTFCore{1.7} [WhiskyTangoFox's Core] (WTFCore-1.7.10_v1.7.jar) UCHIJAAAA CaveBiomes{1.6} [WhiskyTangoFox's CaveBiomes] (WTFCaveBiomes-1.7.10_v1.6.jar) UCHIJAAAA zettaindustries{1.1} [Zetta Industries] (zettaindustries-1.1-106.jar) UCHIJAAAA bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar) UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) UCHIJAAAA ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar) UCHIJAAAA MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar) UCHIJAAAA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar) UCHIJAAAA redgear_core{2.2.2} [Red Gear Core] (RedGearCore-1.7.10-2.2.2.jar) UCHIJAAAA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar) UCHIJAAAA IguanaTweaksTConstruct{1.7.10-2.1.6.163} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.6.jar) UCHIJAAAA recycling{1.1.0.5} [Thermal Recycling] (ThermalRecycling-1.7.10-1.1.0.5.jar) UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) UD BiomeTweakerCore{2.0.182} [BiomeTweaker Core] (minecraft.jar) GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 388.13' Renderer: 'GeForce GTX 1070 Ti/PCIe/SSE2' AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291 CoFHCore: -[1.7.10]3.1.3-328 Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine ThermalFoundation: -[1.7.10]1.2.5-115 ThermalExpansion: -[1.7.10]4.1.4-247 TConstruct Environment: Environment healthy. NetherOres: -[1.7.10]2.3.2B1-23 Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it. List of loaded APIs:

Techjar commented 6 years ago

Looks like that spam is coming from Material Energy, no idea why that innocuous string would trip up the TextComponentTranslation though.

GusSmedstad commented 6 years ago

It’s definitely specific to Material Energy, rather than Curse’s modpacks. I downloaded Steam Engineering via Curse and it runs fine in Vivecraft. Searching on the phrase, it’s associated with the mod author, Parcel31u, and the coupon code is part of his user name.

None the less, it’s still something that crashes with Vivecraft but runs correctly if I play the modpack without it. It should be easily reproducible by downloading the pack.