• 0

    posted a message on Lucky Block Mod - Drops items, spawns mobs, structures and more!

    Time: 12/31/15 12:30 AM
    Description: Initializing game

    java.lang.NullPointerException: Initializing game
    at mod.lucky.resources.loader.PluginLoader.initializePlugin(PluginLoader.java:46)
    at mod.lucky.resources.loader.ResourceLoader.loadAllResources(ResourceLoader.java:92)
    at mod.lucky.Lucky.init(Lucky.java:70)
    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:553)
    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.sendEventToModContainer(LoadController.java:212)
    at net.minecraftforge.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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:731)
    at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:316)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:491)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
    at net.minecraft.client.main.Main.main(SourceFile:120)
    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 mod.lucky.resources.loader.PluginLoader.initializePlugin(PluginLoader.java:46)
    at mod.lucky.resources.loader.ResourceLoader.loadAllResources(ResourceLoader.java:92)
    at mod.lucky.Lucky.init(Lucky.java:70)
    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:553)
    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.sendEventToModContainer(LoadController.java:212)
    at net.minecraftforge.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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:731)
    at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:316)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:491)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
    at net.minecraft.client.main.Main.main(SourceFile:120)
    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.8
    Operating System: Windows 7 (x86) version 6.1
    Java Version: 1.8.0_60, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
    Memory: 168269648 bytes (160 MB) / 313614336 bytes (299 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
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.4.1577 5 mods loaded, 5 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.4.1577.jar)
    UCHI Forge{11.14.4.1577} [Minecraft Forge] (forge-1.8-11.14.4.1577.jar)
    UCHI lootplusplus{1.0_for_1.8} [Loot++] (Loot++-1.0_for_1.8.jar)
    UCHE lucky{6.0.1} [Lucky Block] (LuckyBlock_1-8_v6-0-1.zip)
    Loaded coremods (and transformers):
    GL info: ' Vendor: 'Intel' Version: '2.1.0 - Build 8.15.10.2869' Renderer: 'Intel(R) G41 Express Chipset'
    Launched Version: 1.8-forge1.8-11.14.4.1577
    LWJGL: 2.9.1
    OpenGL: Intel(R) G41 Express Chipset GL version 2.1.0 - Build 8.15.10.2869, Intel
    GL Caps: Using GL 1.3 multitexturing.
    Using GL 1.3 texture combiners.
    Using framebuffer objects because EXT_framebuffer_object is supported.
    Shaders are available because OpenGL 2.1 is supported.
    VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: No
    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)


    Can You Please Help Me With This? I Downloaded Lucky Block (And Some Addon) And Loot++

    Posted in: Minecraft Mods
  • 0

    posted a message on Mental Block Gaming presents... WORKSHOP WARS - INSANE CRAFTING FUN! [Christmas Multiplayer Crafting Minigame] [Custom Music]

    Can You Make It So It Have Bot-Player? Please Reply :)

    Posted in: Maps
  • 0

    posted a message on Minecraft Creative Building Tutorial --- Minecraft Map! (Like The Ultimate Tutorial Guide But Its A Easier Making Way!)

    Hey Guys! In Roblox, You May Know Me, IF You Dont My Name Is slime345creep AKA minecrafters89mod!


    Today I Have A Special Thing, Most Of You Probably Know From The Title, But If You Dont, Then This Is My First Map! Minecraft Creative Building Tutorial!


    In This It Have A Special Building Tutorial Where You Create Your Own House!


    Its Kinda A Step By Step Tutorial/Guide And,You Know Its Not...


    Here Is Some Screenshot! (In That Attachments)


    Videos!

    Not Availble (How To Spell This Correctly? Lol.)


    The Chest Wasnt Made By Me Its From Some Beautiful Fellow From Minecraft Command Science!


    Hope You Enjoy!!! :)

    Posted in: Maps
  • 0

    posted a message on Web Displays - Browse On the Internet in Minecraft!

    I Found A Crash ,When I Click The Screen And It Crash. Please Help...


    ---- Minecraft Crash Report ----
    // Ouch. That hurt :(

    Time: 12/9/15 2:44 AM
    Description: Ticking entity

    java.lang.NoSuchMethodError: net.montoyo.mcef.api.API.createBrowser(Ljava/lang/String;)Lnet/montoyo/mcef/api/IBrowser;
    at net.buildlight.webd.client.GLWebView.create(GLWebView.java:22)
    at net.buildlight.webd.entity.EntityWebScreen.createWebView(EntityWebScreen.java:164)
    at net.buildlight.webd.entity.EntityWebScreen.func_70030_z(EntityWebScreen.java:388)
    at net.minecraft.entity.Entity.func_70071_h_(Entity.java:318)
    at net.minecraft.world.World.func_72866_a(World.java:2070)
    at net.minecraft.world.World.func_72870_g(World.java:2034)
    at net.minecraft.world.World.func_72939_s(World.java:1887)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2006)
    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.buildlight.webd.client.GLWebView.create(GLWebView.java:22)
    at net.buildlight.webd.entity.EntityWebScreen.createWebView(EntityWebScreen.java:164)
    at net.buildlight.webd.entity.EntityWebScreen.func_70030_z(EntityWebScreen.java:388)
    at net.minecraft.entity.Entity.func_70071_h_(Entity.java:318)
    at net.minecraft.world.World.func_72866_a(World.java:2070)
    at net.minecraft.world.World.func_72870_g(World.java:2034)

    -- Entity being ticked --
    Details:
    Entity Type: WebDisplay.webdisp.screen.entity (net.buildlight.webd.entity.EntityWebScreen)
    Entity ID: 205592
    Entity Name: entity.WebDisplay.webdisp.screen.entity.name
    Entity's Exact location: 1191.00, 4.00, -398.00
    Entity's Block location: World: (1191,4,-398), Chunk: (at 7,0,2 in 74,-25; contains blocks 1184,0,-400 to 1199,255,-385), Region: (2,-1; contains chunks 64,-32 to 95,-1, blocks 1024,0,-512 to 1535,255,-1)
    Entity's Momentum: 0.00, 0.00, 0.00
    Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1887)

    -- Affected level --
    Details:
    Level name: MpServer
    All players: 1 total; [EntityClientPlayerMP['slime345creep'/34, l='MpServer', x=1178.55, y=11.84, z=-402.68]]
    Chunk stats: MultiplayerChunkCache: 361, 361
    Level seed: 0
    Level generator: ID 01 - flat, ver 0. Features enabled: false
    Level generator options:
    Level spawn location: World: (1186,4,-389), Chunk: (at 2,0,11 in 74,-25; contains blocks 1184,0,-400 to 1199,255,-385), Region: (2,-1; contains chunks 64,-32 to 95,-1, blocks 1024,0,-512 to 1535,255,-1)
    Level time: 2305 game time, 2305 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: creative (ID 1). Hardcore: false. Cheats: false
    Forced entities: 86 total; [EntityCow['Cow'/68225, l='MpServer', x=1148.50, y=4.00, z=-477.50], EntityCow['Cow'/68224, l='MpServer', x=1155.50, y=4.00, z=-476.19], EntityCow['Cow'/68227, l='MpServer', x=1146.78, y=4.00, z=-473.78], EntityCow['Cow'/68226, l='MpServer', x=1146.13, y=4.00, z=-479.53], EntityCow['Cow'/68228, l='MpServer', x=1145.19, y=4.00, z=-472.19], EntityChicken['Chicken'/68241, l='MpServer', x=1146.50, y=4.00, z=-465.50], EntityChicken['Chicken'/68243, l='MpServer', x=1136.56, y=4.00, z=-475.44], EntityChicken['Chicken'/68242, l='MpServer', x=1145.50, y=4.00, z=-465.50], EntitySheep['Sheep'/68245, l='MpServer', x=1143.50, y=4.00, z=-462.50], EntityChicken['Chicken'/68244, l='MpServer', x=1135.63, y=4.00, z=-465.59], EntitySheep['Sheep'/68247, l='MpServer', x=1139.47, y=4.00, z=-466.47], EntityVillager['Villager'/23, l='MpServer', x=1100.50, y=5.00, z=-439.50], EntityClientPlayerMP['slime345creep'/34, l='MpServer', x=1178.55, y=11.84, z=-402.68], EntityCow['Cow'/68121, l='MpServer', x=1137.50, y=4.00, z=-451.50], EntitySheep['Sheep'/68249, l='MpServer', x=1144.50, y=4.00, z=-464.22], EntitySheep['Sheep'/68248, l='MpServer', x=1141.84, y=4.00, z=-467.19], EntityCow['Cow'/68123, l='MpServer', x=1138.50, y=4.00, z=-449.50], EntitySheep['Sheep'/68251, l='MpServer', x=1140.91, y=4.00, z=-469.09], EntityCow['Cow'/68122, l='MpServer', x=1140.50, y=4.00, z=-450.50], EntitySheep['Sheep'/68250, l='MpServer', x=1144.50, y=4.00, z=-465.81], EntityVillager['Villager'/27, l='MpServer', x=1102.38, y=4.00, z=-425.38], EntityWebScreen['entity.WebDisplay.webdisp.screen.entity.name'/205592, l='MpServer', x=1191.00, y=4.00, z=-398.00], EntityCow['Cow'/68125, l='MpServer', x=1132.50, y=4.00, z=-452.22], EntityCow['Cow'/68124, l='MpServer', x=1143.50, y=4.00, z=-453.50], EntityVillager['Villager'/29, l='MpServer', x=1103.56, y=4.00, z=-454.34], EntityVillager['Villager'/30, l='MpServer', x=1110.53, y=4.00, z=-443.63], EntityCow['Cow'/68126, l='MpServer', x=1136.75, y=4.00, z=-452.72], EntityVillager['Villager'/31, l='MpServer', x=1106.94, y=5.00, z=-435.53], EntitySheep['Sheep'/68129, l='MpServer', x=1128.50, y=4.00, z=-457.50], EntityVillager['Villager'/32, l='MpServer', x=1105.22, y=6.00, z=-440.50], EntityCow['Cow'/68128, l='MpServer', x=1129.50, y=4.00, z=-454.50], EntitySheep['Sheep'/68131, l='MpServer', x=1126.47, y=4.00, z=-454.81], EntitySheep['Sheep'/68130, l='MpServer', x=1127.78, y=4.00, z=-453.22], EntityBat['Bat'/185380, l='MpServer', x=1111.63, y=8.90, z=-448.50], EntityBat['Bat'/171557, l='MpServer', x=1109.25, y=8.10, z=-450.50], EntityHorse['Horse'/68265, l='MpServer', x=1123.41, y=4.00, z=-368.06], EntityHorse['Horse'/68267, l='MpServer', x=1122.94, y=4.00, z=-364.88], EntityHorse['Horse'/68266, l='MpServer', x=1121.28, y=4.00, z=-364.44], EntitySheep['Sheep'/68269, l='MpServer', x=1125.88, y=4.00, z=-355.13], EntityBat['Bat'/160558, l='MpServer', x=1125.47, y=7.10, z=-428.75], EntityHorse['Horse'/68268, l='MpServer', x=1127.81, y=4.00, z=-374.78], EntityBat['Bat'/97708, l='MpServer', x=1110.75, y=11.10, z=-445.81], EntitySheep['Sheep'/68271, l='MpServer', x=1119.06, y=4.00, z=-373.13], EntitySheep['Sheep'/68270, l='MpServer', x=1131.22, y=4.00, z=-363.50], EntityCow['Cow'/68273, l='MpServer', x=1132.50, y=4.00, z=-365.50], EntitySheep['Sheep'/68272, l='MpServer', x=1128.72, y=4.00, z=-368.16], EntityCow['Cow'/68275, l='MpServer', x=1132.81, y=4.00, z=-363.50], EntityBat['Bat'/193328, l='MpServer', x=1108.81, y=11.10, z=-447.25], EntityCow['Cow'/68274, l='MpServer', x=1135.34, y=4.00, z=-360.28], EntityBat['Bat'/170678, l='MpServer', x=1136.61, y=6.62, z=-429.43], EntityBat['Bat'/186038, l='MpServer', x=1112.00, y=6.05, z=-447.47], EntityCow['Cow'/68276, l='MpServer', x=1136.50, y=4.00, z=-363.50], EntityBat['Bat'/188863, l='MpServer', x=1108.81, y=6.00, z=-447.75], EntityBat['Bat'/80082, l='MpServer', x=1173.08, y=4.56, z=-347.66], EntityBat['Bat'/201305, l='MpServer', x=1111.75, y=5.00, z=-449.25], EntityBat['Bat'/201304, l='MpServer', x=1109.25, y=6.42, z=-446.25], EntitySheep['Sheep'/68203, l='MpServer', x=1248.50, y=4.00, z=-355.50], EntitySheep['Sheep'/68205, l='MpServer', x=1248.44, y=4.00, z=-346.22], EntitySheep['Sheep'/68204, l='MpServer', x=1251.50, y=4.00, z=-353.50], EntityChicken['Chicken'/68079, l='MpServer', x=1223.50, y=4.00, z=-476.50], EntityCow['Cow'/68207, l='MpServer', x=1251.22, y=4.00, z=-351.78], EntitySheep['Sheep'/68206, l='MpServer', x=1252.44, y=4.00, z=-349.13], EntityChicken['Chicken'/68078, l='MpServer', x=1220.56, y=4.00, z=-475.59], EntityCow['Cow'/68209, l='MpServer', x=1249.50, y=4.00, z=-348.50], EntityCow['Cow'/68208, l='MpServer', x=1247.22, y=4.00, z=-346.94], EntityChicken['Chicken'/68080, l='MpServer', x=1221.50, y=4.00, z=-478.50], EntityPig['Pig'/68211, l='MpServer', x=1244.78, y=4.00, z=-352.22], EntityCow['Cow'/68210, l='MpServer', x=1255.84, y=4.00, z=-348.91], EntityPig['Pig'/68213, l='MpServer', x=1243.53, y=4.00, z=-353.84], EntityPig['Pig'/68212, l='MpServer', x=1239.50, y=4.00, z=-352.50], EntityBat['Bat'/182519, l='MpServer', x=1123.25, y=6.10, z=-430.25], EntitySheep['Sheep'/68084, l='MpServer', x=1232.22, y=4.00, z=-479.78], EntityPig['Pig'/68214, l='MpServer', x=1241.75, y=4.00, z=-353.22], EntitySheep['Sheep'/68086, l='MpServer', x=1233.97, y=4.00, z=-478.31], EntityChicken['Chicken'/68217, l='MpServer', x=1151.50, y=4.00, z=-476.50], EntitySheep['Sheep'/68089, l='MpServer', x=1227.50, y=4.00, z=-478.50], EntitySheep['Sheep'/68088, l='MpServer', x=1232.34, y=4.00, z=-477.34], EntitySheep['Sheep'/68091, l='MpServer', x=1223.50, y=4.00, z=-473.50], EntitySheep['Sheep'/68090, l='MpServer', x=1224.50, y=4.00, z=-476.50], EntityChicken['Chicken'/68218, l='MpServer', x=1146.34, y=4.00, z=-477.38], EntityCow['Cow'/68221, l='MpServer', x=1151.50, y=4.00, z=-475.50], EntitySheep['Sheep'/68092, l='MpServer', x=1227.19, y=4.00, z=-475.19], EntityChicken['Chicken'/68220, l='MpServer', x=1152.50, y=4.00, z=-476.50], EntityCow['Cow'/68223, l='MpServer', x=1152.50, y=4.00, z=-477.50], EntityCow['Cow'/68222, l='MpServer', x=1155.50, y=4.00, z=-477.78], EntityBat['Bat'/189693, l='MpServer', x=1125.47, y=5.00, z=-424.25]]
    Retry entities: 0 total; []
    Server brand: fml,forge
    Server type: Integrated singleplayer server
    Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919)
    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 7 (x86) version 6.1
    Java Version: 1.8.0_60, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
    Memory: 153047552 bytes (145 MB) / 289206272 bytes (275 MB) up to 523501568 bytes (499 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -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.1558 5 mods loaded, 5 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAAAAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAAAAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
    UCHIJAAAAAAAAA Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
    UCHIJAAAAAAAAA MCEF{0.6} [Minecraft Chromium Embedded Framework] (MCEF-1.7.10-0.7.jar)
    UCHIJAAAAAAAAA WebDisplay{0.11} [Web Displays] (WebDisplays-0.11.jar)
    GL info: ' Vendor: 'Intel' Version: '2.1.0 - Build 8.15.10.2869' Renderer: 'Intel(R) G41 Express Chipset'
    Launched Version: 1.7.10-Forge10.13.4.1558-1.7.10
    LWJGL: 2.9.1
    OpenGL: Intel(R) G41 Express Chipset GL version 2.1.0 - Build 8.15.10.2869, Intel
    GL Caps: Using GL 1.3 multitexturing.
    Using framebuffer objects because EXT_framebuffer_object is supported.
    Anisotropic filtering is supported and maximum anisotropy is 2.
    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)

    Posted in: Minecraft Mods
  • To post a comment, please .