Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Christian_Wo

Members
  • Joined

  • Last visited

Everything posted by Christian_Wo

  1. Hello all, I am modding my Minecraft client on version 1.7.2. I am using Forge API. I had troubles with crashing, but finally fixed it. When I now go to create a world, it doesn't load. I think it might have something to do with my JVM arguments. Here is my log when I created the world: [13:25:40 INFO]: Client> [13:25:40] [Client thread/INFO]: Attempt 1... [13:25:51 INFO]: Client> [13:25:51] [server thread/INFO]: Starting integrated minecraft server version 1.7.2 [13:25:51 INFO]: Client> [13:25:51] [server thread/INFO]: Generating keypair [13:25:51 INFO]: Client> [13:25:51] [server thread/INFO]: Converting map! [13:25:51 INFO]: Client> [13:25:51] [server thread/INFO]: Scanning folders... [13:25:51 INFO]: Client> [13:25:51] [server thread/INFO]: Total conversion count is 0 [13:25:51 INFO]: Client> [13:25:51] [server thread/INFO] [FML]: Injecting existing block and item data into this server instance [13:25:51 INFO]: Client> [13:25:51] [server thread/INFO] [FML]: Applying holder lookups [13:25:51 INFO]: Client> [13:25:51] [server thread/INFO] [FML]: Holder lookups applied [13:25:55 INFO]: Client> [13:25:55] [server thread/INFO] [FML]: Loading dimension 0 (test_world1) (net.minecraft.server.integrated.IntegratedServer@dd45493) [13:25:58 INFO]: Client> [13:25:58] [server thread/INFO] [FML]: Applying holder lookups [13:25:58 INFO]: Client> [13:25:58] [server thread/INFO] [FML]: Holder lookups applied [13:26:00 INFO]: Client> Exception in thread "Server thread" java.lang.OutOfMemoryError: PermGen space [13:26:00 INFO]: Client> at java.lang.Class.getDeclaredConstructors0(Native Method) [13:26:00 INFO]: Client> at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) [13:26:00 INFO]: Client> at java.lang.Class.getConstructor0(Unknown Source) [13:26:00 INFO]: Client> at java.lang.Class.getConstructor(Unknown Source) [13:26:00 INFO]: Client> at cpw.mods.fml.common.LoaderState.getEvent(LoaderState.java:84) [13:26:00 INFO]: Client> at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [13:26:00 INFO]: Client> at cpw.mods.fml.common.Loader.serverStopped(Loader.java:799) [13:26:00 INFO]: Client> at cpw.mods.fml.common.FMLCommonHandler.handleServerStopped(FMLCommonHandler.java:482) [13:26:00 INFO]: Client> at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:476) [13:26:00 INFO]: Client> at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:670) [13:26:10 INFO]: Client> [13:26:10] [Client thread/ERROR] [LaunchWrapper]: Unable to launch [13:26:10 INFO]: Client> java.lang.reflect.InvocationTargetException [13:26:10 INFO]: Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25] [13:26:10 INFO]: Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25] [13:26:10 INFO]: Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25] [13:26:10 INFO]: Client> at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25] [13:26:10 INFO]: Client> at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?] [13:26:10 INFO]: Client> at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?] [13:26:10 INFO]: Client> Caused by: java.lang.OutOfMemoryError: PermGen space [13:30:35 ERROR]: Game ended with bad state (exit code -805306369) Here are my JVM arguments: -Xmx3G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M I really want to play Minecraft, so your help is greatly appreciated! Thanks!
  2. My log file is too long too post...
  3. hello all, I seem to crash and I have no reason why. It doesn't seem like an ID conflict, but I really don't know. I was wondering if I could get your guys' help. I thank all of you in advance. here's the report: ---- Minecraft Crash Report ---- // Hey, that tickles! Hehehe! Time: 7/26/14 3:03 PM Description: Initializing game java.lang.NullPointerException: Initializing game at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:506) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815) at net.minecraft.client.main.Main.main(SourceFile:103) 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:134) 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 cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:506) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815) at net.minecraft.client.main.Main.main(SourceFile:103) 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:134) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) -- System Details -- Details: Minecraft Version: 1.7.2 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.7.0_25, Oracle Corporation Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 131385728 bytes (125 MB) / 274464768 bytes (261 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.03 FML v7.2.217.1147 Minecraft Forge 10.12.2.1147 Optifine OptiFine_1.7.2_HD_U_C2 86 mods loaded, 0 mods active mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) FML{7.2.217.1147} [Forge Mod Loader] (forge-1.7.2-10.12.2.1147.jar) Forge{10.12.2.1147} [Minecraft Forge] (forge-1.7.2-10.12.2.1147.jar) AppliedEnergistics2-Core{rv0-stable-4} [AppliedEnergistics2 Core] (minecraft.jar) CodeChickenCore{1.0.1.7} [CodeChicken Core] (minecraft.jar) MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar) MobiusCore{1.2.2} [MobiusCore] (minecraft.jar) NotEnoughItems{1.0.2.14} [Not Enough Items] (NotEnoughItems-1.7.2-1.0.2.14-universal.jar) TConstruct-Preloader{0.1.1} [Tinkers Corestruct] (minecraft.jar) ArmorStatusHUD{1.26} [ArmorStatusHUD] ([1.7.2]ArmorStatusHUD-client-1.26.jar) DamageIndicatorsMod{3.1.2} [Damage Indicators] ([1.7.2]DamageIndicatorsMod-3.1.2.jar) StatusEffectHUD{1.25} [statusEffectHUD] ([1.7.2]StatusEffectHUD-client-1.25.jar) deconstruction{2.1.2} [The Deconstruction Mod] ([MC1.7.2]deconstruction[v2.1.2].jar) advancedgenetics{1.5.4} [Advanced Genetics] (advancedgenetics-1.5.4-1.7.2.jar) AdvancedMachines{1.1.0} [iC2 Advanced Machines Addon] (AdvancedMachinesAS-1.7.2.jar) ae2tech{0.1-b60} [AE2 Tech Add-On] (AE2TechAddOn-1.7.2-0.1-b60-universal.jar) AnimationAPI{1.2.0} [AnimationAPI] (AnimationAPI-1.7.2.jar) appliedenergistics2{rv0-stable-4} [Applied Energistics 2] (appliedenergistics2-rv0-stable-4.jar) ArchimedesShips{1.7.2 v1.7.0} [Archimedes' Ships] (Archimedes-Ships-Mod-1.7.2.jar) BackTools{3.0.1} [backTools] (Back-Tools-Mod-1.7.2.jar) Backpack{2.0.0-pre2} [backpack] (Backpacks-Mod-1.7.2.jar) Baubles{1.0.0.16} [baubles] (Baubles-Mod-1.7.2.jar) BiblioCraft{1.7.1} [biblioCraft] (BiblioCraft-Mod-1.7.2.jar) BiblioWoodsBoP{1.4} [biblioWoodsBoP] (BiblioWoods[biomesOPlenty][v1.4].jar) AWWayofTime{v1.0.1g} [blood Magic: Alchemical Wizardry] (Blood Magic-v1.0.1g.jar) Botania{r1.1-74} [botania] (Botania r1.1-74.jar) bspkrsCore{6.8(1.7.2)} [bspkrsCore] (BspkrsCore-1.7.2.jar) BuildCraft|Builders{6.0.16} [bC Builders] (BuildCraft-Mod-Stable-1.7.2.jar) BuildCraft|Core{6.0.16} [buildCraft] (BuildCraft-Mod-Stable-1.7.2.jar) BuildCraft|Energy{6.0.16} [bC Energy] (BuildCraft-Mod-Stable-1.7.2.jar) BuildCraft|Factory{6.0.16} [bC Factory] (BuildCraft-Mod-Stable-1.7.2.jar) BuildCraft|Silicon{6.0.16} [bC Silicon] (BuildCraft-Mod-Stable-1.7.2.jar) BuildCraft|Transport{6.0.16} [bC Transport] (BuildCraft-Mod-Stable-1.7.2.jar) CarpentersBlocks{3.2.4} [Carpenter's Blocks] (Carpenter's Blocks v3.2.4 - MC 1.7+.zip) chatbubbles{1.7.2} [ChatBubbles] (chat-bubbles-mod-1.7.2.zip) chisel{1.5.4g} [Chisel] (Chisel-1.7.2-1.5.4g.jar) CompactWindmills{1.0.3.1} [CompactWindmills] (CompactWindmills-1.7.2-1.0.3.1.jar) CustomSpawner{3.2.0.dev.R1} [DrZhark's CustomSpawner] (Custom-Mob-Spawner-Mod-1.7.2.zip) denseores{1.0} [Dense Ores] (denseores-dev-1.1a.jar) DragonMounts{r38} [Dragon Mounts] (Dragon-Mounts-Mod-1.7.2.zip) eplus{1.7.2-2.0.1.5} [Enchanting Plus] (Enchanting-Plus-Mod-1.7.2.jar) ExtraUtilities{1.1.0b} [Extra Utilities] (extrautilities-1.1.0b.jar) meteors{2.12} [Falling Meteors] (Falling-Meteors-Mod-1.7.2.jar) ForgeMicroblock{1.1.0.294} [Forge Microblocks] (ForgeMultipart-1.7.2-1.1.0.294-universal.jar) ForgeMultipart{1.1.0.294} [Forge Multipart] (ForgeMultipart-1.7.2-1.1.0.294-universal.jar) McMultipart{1.1.0.294} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.2-1.1.0.294-universal.jar) gregtech{MC172} [GregTech] (gregtech-1.7.jar) Growthcraft|Apples{2.1.0} [Growthcraft Apples] (growthcraft-apples-1.7.2-2.1.0.jar) Growthcraft|Bamboo{2.1.0} [Growthcraft Bamboo] (growthcraft-bamboo-1.7.2-2.1.0.jar) Growthcraft|Bees{2.1.0} [Growthcraft Bees] (growthcraft-bees-1.7.2-2.1.0.jar) Growthcraft|Cellar{2.1.0a} [Growthcraft Cellar] (growthcraft-cellar-1.7.2-2.1.0a.jar) Growthcraft{2.1.0a} [Growthcraft] (growthcraft-core-1.7.2-2.1.0a.jar) Growthcraft|Fishtrap{2.1.0a} [Growthcraft Fishtrap] (growthcraft-fishtrap-1.7.2-2.1.0a.jar) Growthcraft|Grapes{2.1.0} [Growthcraft Grapes] (growthcraft-grapes-1.7.2-2.1.0.jar) Growthcraft|Hops{2.1.0} [Growthcraft Hops] (growthcraft-hops-1.7.2-2.1.0.jar) Growthcraft|Rice{2.1.0a} [Growthcraft Rice] (growthcraft-rice-1.7.2-2.1.0a.jar) Hats{3.0.0} [Hats] (Hats-Mod-1.7.2.jar) HopperDuctMod{1.3} [Hopper Ducts] (hopperductmod-1.3.jar) iChunUtil{3.3.0} [iChunUtil] (iChun-Util-Mod-1.7.2.jar) IC2{2.1.483-experimental} [industrialCraft 2] (Industrial-Craft-2-Mod-Experimental-1.7.2.jar) inventorytweaks{1.58-dev-121} [inventory Tweaks] (InventoryTweaks-1.58-dev-121.jar) IronChest{6.0.36.725} [iron Chest] (ironchest-1.7.2-6.0.36.725-universal.jar) Mantle{1.7.2-149.5b27d20} [Mantle] (Mantle-1.7.2-149.5b27d20.jar) MapWriter{2.1.1} [MapWriter] (MapWriter-Mod-1.7.2.jar) Mariculture{b12} [Mariculture] (Mariculture-1.7.2-b12.jar) MoCreatures{6.2.0.dev.R1} [DrZhark's Mo'Creatures Mod] (Mo-Creatures-Mod-1.7.2.zip) MoreFurnaces{1.3.8} [More Furnaces] (More-Furnaces-Mod-1.7.2.jar) Natura{2.2.0} [Natura] (natura-1.7.2-45.26fd68b.jar) NEIAddons{1.11.0.4} [NEI Addons] (neiaddons-mc172-1.11.0.4.jar) NEIAddons|ExtraBees{1.11.0.4} [NEI Addons: Extra Bees] (neiaddons-mc172-1.11.0.4.jar) NEIAddons|Forestry{1.11.0.4} [NEI Addons: Forestry] (neiaddons-mc172-1.11.0.4.jar) NEIAddons|CraftingTables{1.11.0.4} [NEI Addons: Crafting Tables] (neiaddons-mc172-1.11.0.4.jar) NEIAddons|ExNihilo{1.11.0.4} [NEI Addons: Ex Nihilo] (neiaddons-mc172-1.11.0.4.jar) progressiveautomation{1.3.0} [Progressive Automation] (ProgressiveAutomation-1.7.2-1.3.0.jar) QuarryPlus{1.7.2-1.5.7.6} [QuarryPlus] (QuarryPlus-1.7.2-1.5.7.6.jar) RandomThings{2.0.33} [Random Things] (RandomThings-2.0.33.jar) xreliquary{1.6.4-1.2} [Reliquary] (Reliquary-1.2.jar) TConstruct{1.7.2-1.6.0.jenkins500} [Tinkers' Construct] (TConstruct-1.7.2-1.6.0.jenkins500.jar) TiCTooltips{1.1.8} [TiC Tooltips] (TiCTooltips-mc1.7.2-1.1.8.jar) Treecapitator{1.7.2} [Treecapitator] (Tree-Capitator-Mod-1.7.2.jar) TwilightForest{2.2.0} [The Twilight Forest] (twilightforest-1.7.2-2.2.0.jar) utilities3{A3.1} [utilities³] (utilities3-1.7.2-A3.1.jar) Waila{1.5.2_1.7.2} [Waila] (Waila-1.5.2a_1.7.2.jar) reaper_waterpipe{1.1} [Water Pipe mod] (Waterpipe1.1[1.7.2].jar) witchery{0.19.2} [Witchery] (witchery-1.7.2-0.19.2.jar) bspkrsCore{6.9} [bspkrsCore] ([1.7.2]bspkrsCore-universal-6.9.jar) Launched Version: 1.7.2-Forge10.12.2.1147 LWJGL: 2.9.0 OpenGL: AMD Radeon HD 7800 Series GL version 4.2.12217 Compatibility Profile Context 12.104.0.0, ATI Technologies Inc. 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: ~~ERROR~~ NullPointerException: null Anisotropic Filtering: Off (1)

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.