Jump to content

forge crash whenever minecraft attempts to launch?


MaxxyRide

Recommended Posts

I'm plating 1.6.2 and all day i have been unable to open my forge profile it keeps bringing up this error report

 

[spoiler=crash report]

---- Minecraft Crash Report ----

// I let you down. Sorry :(

 

Time: 25/12/12 9:16 PM

Description: Ticking entity

 

java.lang.OutOfMemoryError

at java.util.zip.Deflater.init(Native Method)

at java.util.zip.Deflater.<init>(Unknown Source)

at java.util.zip.Deflater.<init>(Unknown Source)

at dt.<init>(SourceFile:57)

at iq.j_(SourceFile:161)

at yc.a(SourceFile:1319)

at in.a(SourceFile:450)

at yc.g(SourceFile:1297)

at yc.h(SourceFile:1196)

at in.h(SourceFile:362)

at net.minecraft.server.MinecraftServer.r(SourceFile:744)

at net.minecraft.server.MinecraftServer.q(SourceFile:679)

at bdz.q(SourceFile:117)

at net.minecraft.server.MinecraftServer.run(SourceFile:613)

at fy.run(SourceFile:849)

 

 

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

---------------------------------------------------------------------------------------

 

-- Head --

Stacktrace:

at java.util.zip.Deflater.init(Native Method)

at java.util.zip.Deflater.<init>(Unknown Source)

at java.util.zip.Deflater.<init>(Unknown Source)

at dt.<init>(SourceFile:57)

at iq.j_(SourceFile:161)

at yc.a(SourceFile:1319)

at in.a(SourceFile:450)

at yc.g(SourceFile:1297)

 

-- Entity being ticked --

Details:

Entity Type: null (iq)

Entity ID: 208288

Name: maxxyride

Exact location: -80.84, 64.00, 234.44

Block location: World: (-81,64,234), Chunk: (at 15,4,10 in -6,14; contains blocks -96,0,224 to -81,255,239), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)

Momentum: 0.00, -0.08, 0.00

Stacktrace:

at yc.h(SourceFile:1196)

at in.h(SourceFile:362)

 

-- Affected level --

Details:

Level name: wow gr8

All players: 1 total; [iq['maxxyride'/208288, l='wow gr8', x=-80.84, y=64.00, z=234.44]]

Chunk stats: ServerChunkCache: 625 Drop: 0

Level seed: 5804334986596011600

Level generator: ID 00 - default, ver 1. Features enabled: true

Level generator options:

Level spawn location: World: (-44,64,252), Chunk: (at 4,4,12 in -3,15; contains blocks -48,0,240 to -33,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)

Level time: 48560 game time, 48560 day time

Level dimension: 0

Level storage version: 0x04ABD - Anvil

Level weather: Rain time: 122227 (now: false), thunder time: 114107 (now: false)

Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true

Stacktrace:

at net.minecraft.server.MinecraftServer.r(SourceFile:744)

at net.minecraft.server.MinecraftServer.q(SourceFile:679)

at bdz.q(SourceFile:117)

at net.minecraft.server.MinecraftServer.run(SourceFile:613)

at fy.run(SourceFile:849)

 

-- System Details --

Details:

Minecraft Version: 1.4.6

Operating System: Windows 8 (x86) version 6.2

Java Version: 1.7.0_10, Oracle Corporation

Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation

Memory: 308055560 bytes (293 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)

JVM Flags: 2 total; -Xms512m -Xmx1024m

AABB Pool Size: 4318 (241808 bytes; 0 MB) allocated, 4056 (227136 bytes; 0 MB) used

Suspicious classes: No suspicious classes found.

IntCache: cache: 10, tcache: 0, allocated: 3, tallocated: 63

Profiler

 

 

Link to comment
Share on other sites

I just downloaded forge yesterday.

 

If you are suggesting that I have an old version, I believe you are not the one who should answer my question and I must wait for another, more legible person, to reply to my topic.

Link to comment
Share on other sites

I've already done so. Mind you, Forge was working for an hour or so this morning, and all day yesterday. I have it installed correctly, now if you could kindly let someone who actually knows the answer to this crash reply, I would appreciate it greatly.

Link to comment
Share on other sites

Your first post says you're trying to do 1.6.2 but your error log tells another story:

Minecraft Version: 1.4.6

 

Anyways the issue is straight forward, no matter what version you're using you're running out of memory, Give your game more then the gig it has.

However, as themineblader says, we don't support that old of version. Upgrade. There is no reason not to.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • They were already updated, and just to double check I even did a cleanup and fresh update from that same page. I'm quite sure drivers are not the problem here. 
    • i tried downloading the drivers but it says no AMD graphics hardware has been detected    
    • Update your AMD/ATI drivers - get the drivers from their website - do not update via system  
    • As the title says i keep on crashing on forge 1.20.1 even without any mods downloaded, i have the latest drivers (nvidia) and vanilla minecraft works perfectly fine for me logs: https://pastebin.com/5UR01yG9
    • Hello everyone, I'm making this post to seek help for my modded block, It's a special block called FrozenBlock supposed to take the place of an old block, then after a set amount of ticks, it's supposed to revert its Block State, Entity, data... to the old block like this :  The problem I have is that the system breaks when handling multi blocks (I tried some fix but none of them worked) :  The bug I have identified is that the function "setOldBlockFields" in the item's "setFrozenBlock" function gets called once for the 1st block of multiblock getting frozen (as it should), but gets called a second time BEFORE creating the first FrozenBlock with the data of the 1st block, hence giving the same data to the two FrozenBlock :   Old Block Fields set BlockState : Block{minecraft:black_bed}[facing=east,occupied=false,part=head] BlockEntity : net.minecraft.world.level.block.entity.BedBlockEntity@73681674 BlockEntityData : id:"minecraft:bed",x:3,y:-60,z:-6} Old Block Fields set BlockState : Block{minecraft:black_bed}[facing=east,occupied=false,part=foot] BlockEntity : net.minecraft.world.level.block.entity.BedBlockEntity@6d1aa3da BlockEntityData : {id:"minecraft:bed",x:2,y:-60,z:-6} Frozen Block Entity set BlockState : Block{minecraft:black_bed}[facing=east,occupied=false,part=foot] BlockPos{x=3, y=-60, z=-6} BlockEntity : net.minecraft.world.level.block.entity.BedBlockEntity@6d1aa3da BlockEntityData : {id:"minecraft:bed",x:2,y:-60,z:-6} Frozen Block Entity set BlockState : Block{minecraft:black_bed}[facing=east,occupied=false,part=foot] BlockPos{x=2, y=-60, z=-6} BlockEntity : net.minecraft.world.level.block.entity.BedBlockEntity@6d1aa3da BlockEntityData : {id:"minecraft:bed",x:2,y:-60,z:-6} here is the code inside my custom "freeze" item :    @Override     public @NotNull InteractionResult useOn(@NotNull UseOnContext pContext) {         if (!pContext.getLevel().isClientSide() && pContext.getHand() == InteractionHand.MAIN_HAND) {             BlockPos blockPos = pContext.getClickedPos();             BlockPos secondBlockPos = getMultiblockPos(blockPos, pContext.getLevel().getBlockState(blockPos));             if (secondBlockPos != null) {                 createFrozenBlock(pContext, secondBlockPos);             }             createFrozenBlock(pContext, blockPos);             return InteractionResult.SUCCESS;         }         return super.useOn(pContext);     }     public static void createFrozenBlock(UseOnContext pContext, BlockPos blockPos) {         BlockState oldState = pContext.getLevel().getBlockState(blockPos);         BlockEntity oldBlockEntity = oldState.hasBlockEntity() ? pContext.getLevel().getBlockEntity(blockPos) : null;         CompoundTag oldBlockEntityData = oldState.hasBlockEntity() ? oldBlockEntity.serializeNBT() : null;         if (oldBlockEntity != null) {             pContext.getLevel().removeBlockEntity(blockPos);         }         BlockState FrozenBlock = setFrozenBlock(oldState, oldBlockEntity, oldBlockEntityData);         pContext.getLevel().setBlockAndUpdate(blockPos, FrozenBlock);     }     public static BlockState setFrozenBlock(BlockState blockState, @Nullable BlockEntity blockEntity, @Nullable CompoundTag blockEntityData) {         BlockState FrozenBlock = BlockRegister.FROZEN_BLOCK.get().defaultBlockState();         ((FrozenBlock) FrozenBlock.getBlock()).setOldBlockFields(blockState, blockEntity, blockEntityData);         return FrozenBlock;     }  
  • Topics

×
×
  • Create New...

Important Information

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