Now I see why these errors happen... The pack has no terrain.png, so the mod assumes it to be 0x0. I can make it assume 16x16 in this case, but it's impossible to fix it properly. It's a mistake of the texture pack.
Edit: No, with terrain.png it still happens. It's very weird, since it doesn't happen with the other packs.
Edit2: It still doesn't happen with any other packs. What is so different with this one?
Now I see why these errors happen... The pack has no terrain.png, so the mod assumes it to be 0x0. I can make it assume 16x16 in this case, but it's impossible to fix it properly. It's a mistake of the texture pack.
Edit: No, with terrain.png it still happens. It's very weird, since it doesn't happen with the other packs.
Edit2: It's not 16x16. Mob textures are larger. Since it's not 16x16, you can't use default 16x16 mod textures with it.
Hmm... I investigate some things and I not find the error. But the snow are annoying.
Changes since 2.1a6/3.1a7:
SSP:
Fixed Optifine crash.
OldDays:
Old third person.
Optimized searching.
Fixed profiler going crazy.
Fixed Superflat customization.
Mobs module does not depend on NBXlite anymore.
Fixed old sand digging sound.
Fixed an inaccuracy in the Indev preset.
Fixed ore generation in Beta.
Fixed one error message.
Changes since 2.0/3.0:
SSP:
Fixed SMP->SSP switching crash.
Fixed "Delete world" hardcore button saying "Leave server".
Fixed /weather usage being empty in SSP.
Fixed /help giving unsorted results.
Tweaked player loading again.
Some changes for new OldDays.
Some changes for the SPC fork.
Fixed explosions on 0 light level.
Fixed /tp autocompletion crash.
OldDays:
Added Indev preset.
Original Indev world creation GUI for the preset.
Alternative Indev and Classic world creation GUI, disabled by default.
Original Indev player spawning algorithm.
Added Steves and Ranas from 0.31.
Added old GUI background option. (blue gradient)
Added no apples from leaves option.
Added third person option.
Sword blocking is now disabled for 1.3 and 1.7.3 combat system modes.
Infdev AI now use pathfinding from Indev. It was also renamed to Indev.
Changed a bit Indev and Classic rendering to make it more like in real Indev and Classic.
The Nether generator now correctly generates Far Lands on Beta and earlier worlds.
Imported 0.31 maps now have Ranas instead of skipping "Mob" entities.
Optimized the searching.
Fixed red flowers in 1.8 worlds.
Fixed tall grass generation in 1.8-1.2 worlds.
Fixed lakes in Alpha, Beta and post-1.7.3 generation.
Fixed enchanted books in chests in old worlds.
Fixed ore generation in Beta.
Fixed the music bug.
Fixed old dropped items description typo.
Fixed SSP /gamemode behavior.
Fixed enderman and skeleton sounds.
Fixed 1.7.3 lighting glitches in Indev and Classic worlds..
Fixed keybinding resetting.
Fixed spawn point corruption in SMP.
Fixed /tp command.
Fixed mclevel importer.
Some changes for the SPC fork.
Fixed one rare crash.
Fixed crash when generating too large finite level.
Fixed crash on exiting NBXlite generator choosing screen when loading an old world.
Fixed clouds being opaque when the player is below Y=127.
Fixed crash when deleting mclevel.
Fixed old diamond block recipe.
Fixed Superflat customization.
Fixed old sand digging sound.
Notable bugs:
Finite world generation takes longer time than before.
There are no Allowed Mobs modes that make Steves or Ranas spawn.
Late 0.31 maps will have Ranas instead of Steves.
Zombies in spawners are black with 1.7.3 lighting.
Allowed mobs reduce the mob rate when the Alpha spawning is used. Texture packs in folders are slow in biomeless worlds. Fixed.
"Better than default" texture pack causes many errors.
Villages don't update in SSP.
Thrown potions can crash the game in SSP.
Pigzombie swords are missing.
Some notes:
Steves and Ranas can be spawned using /spawn steve and /spawn rana in SSPC. Their spawners can also be created using /spawner Steve and /spawner Rana. Spawners will not work, as I disabled their spawning and forgot about it. The spawning option is still not there. I reverted it, since I couldn't fix that bug yet.
It requires SSP 2.1a4 or later.
So the installation instruction:
Install SSP, then install SSPC just as SPC — copy classes to the minecraft.jar and WorldEdit.jar to the .minecraft/bin, and remove the META-INF.
Changes since 3.3a3:
Fixed Optifine crash.
Disabled update message.
Features:
All SPC 3.2.2 commands, including the ones absent in the SPC 4.*, like /spawnstack.
Commands are displayed in the vanilla /help.
Plugin commands are also displayed there.
/phelp and /superpunch actually work.
/path supports block names, and not onlt IDs.
Commands conflicting with the default ones were renamed. For example, /clear became /clearchat.
If any WorldEdit commands are missing, it's a bug!
java.lang.RuntimeException: Invalid value: setupTexture /olddays/chest.png#0
at com.pclewis.mcpatcher.mod.MipmapHelper.checkGLError(MipmapHelper.java:521)
at com.pclewis.mcpatcher.mod.MipmapHelper.setupTextureMipmaps(MipmapHelper.java:164)
at com.pclewis.mcpatcher.mod.MipmapHelper.setupTexture(MipmapHelper.java:84)
at bba.b(SourceFile:397) [RenderEngine]
at bba.reloadTextures(SourceFile)
at com.pclewis.mcpatcher.mod.TextureUtils$2.onChange(TextureUtils.java:167)
at com.pclewis.mcpatcher.TexturePackAPI$ChangeHandler.changeTexturePack(TexturePackAPI.java:336)
at com.pclewis.mcpatcher.TexturePackAPI$ChangeHandler.checkForTexturePackChange(TexturePackAPI.java:311)
at net.minecraft.client.Minecraft.a(Minecraft.java:555)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:838)
at java.lang.Thread.run(Unknown Source)
This is the error. The code that disables the snow for normal worlds does not get executed. It gets interrupted by this exception before that.
Maybe it's a change in the newer mcpatcher. Anyway, I will check that tomorrow.
Rollback Post to RevisionRollBack
My UA on laptop: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:27.0) Gecko/20100101 Firefox/27.0 SeaMonkey/2.24 Lightning/2.9b1; I use Ubuntu 13.10 here.
And on desktop: Mozilla/5.0 (X11; Linux i686; rv:20.0) Gecko/20100101 Firefox/20.0; Here I use openSUSE 12.2.
java.lang.RuntimeException: Invalid value: setupTexture /olddays/chest.png#0
at com.pclewis.mcpatcher.mod.MipmapHelper.checkGLError(MipmapHelper.java:521)
at com.pclewis.mcpatcher.mod.MipmapHelper.setupTextureMipmaps(MipmapHelper.java:164)
at com.pclewis.mcpatcher.mod.MipmapHelper.setupTexture(MipmapHelper.java:84)
at bba.b(SourceFile:397) [RenderEngine]
at bba.reloadTextures(SourceFile)
at com.pclewis.mcpatcher.mod.TextureUtils$2.onChange(TextureUtils.java:167)
at com.pclewis.mcpatcher.TexturePackAPI$ChangeHandler.changeTexturePack(TexturePackAPI.java:336)
at com.pclewis.mcpatcher.TexturePackAPI$ChangeHandler.checkForTexturePackChange(TexturePackAPI.java:311)
at net.minecraft.client.Minecraft.a(Minecraft.java:555)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:838)
at java.lang.Thread.run(Unknown Source)
This is the error. The code that disables the snow for normal worlds does not get executed. It gets interrupted by this exception before that.
Maybe it's a change in the newer mcpatcher. Anyway, I will check that tomorrow.
Thanks for the release!
I know it isn't that big of a deal, but - Sand makes the incorrect sound when placed, It instead plays the sound when you break it.
PS: Very annoying thing occurring whenever I play on a superflat with the mod installed, The game freezes for about 10 seconds every 5 seconds. Bug, Or just my game? Any solutions for this?
1. Before reporting "bugs", check whether they are bugs or not.
2. Post the log.
I followed all the instructions, but still it crashed. Not sure if I didn't follow the instructions carefully enough or what. (I'm on am mac.)
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem; Updating screen events
A full error report has been saved to /Users/angiepingley/Library/Application Support/minecraft/crash-reports/crash-2013-01-23_09.54.48-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash
--- BEGIN ERROR REPORT 387b29 --------
Full report at:
/Users/angiepingley/Library/Application Support/minecraft/crash-reports/crash-2013-01-23_09.54.48-client.txt
Please show that file to Mojang, NOT just this screen!
Generated 1/23/13 9:54 AM
-- Head --
Stacktrace:
at net.minecraft.client.Minecraft.startWorldSSP(Minecraft.java:2812)
at atj.a(GuiCreateWorld.java:285)
at aul.a(SourceFile:72)
at atj.a(GuiCreateWorld.java:449)
at aul.d(SourceFile:127)
at aul.m(SourceFile:111)
-- Affected screen --
Details:
Screen name: bey
Stacktrace:
at net.minecraft.client.Minecraft.l(Minecraft.java:1645)
at net.minecraft.client.Minecraft.J(Minecraft.java:938)
at net.minecraft.client.Minecraft.run(Minecraft.java:865)
at java.lang.Thread.run(Thread.java:680)
-- System Details --
Details:
Minecraft Version: 1.4.7
Operating System: Mac OS X (x86_64) version 10.7.5
Java Version: 1.6.0_35, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 544741488 bytes (519 MB) / 581435392 bytes (554 MB) up to 1065025536 bytes (1015 MB)
JVM Flags: 3 total; -Xbootclasspath/a:/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources/LauncherSupport.jar -Xms512M -Xmx1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: GuiIngameMenuSP, PlayerController, PlayerControllerSP, ...[nbxlite.RenderGhast2, RenderSheep2, RenderPainting2, ...], [nbxlite.blocks.BlockGear, TextureGearFX], [nbxlite.chunkproviders.ChunkProviderGenerate2, ChunkProviderBaseInfinite, ChunkProviderGenerateInfdev, ...], [nbxlite.format.SaveConverterMcRegion], [nbxlite.mapgens.OldWorldGenTallGrass, BiomeDecorator2, OldWorldGenTrees, ...], [nbxlite.noise.NoiseGeneratorOctaves2, NoiseGenerator2, InfdevNoiseGeneratorOctaves, ...], [nbxlite.oldbiomes.OldBiomeGenBase, OldBiomeGenRainforest, OldBiomeGenSwamp, ...], [nbxlite.spawners.SpawnListEntryBeta]
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
LWJGL: 2.4.2
OpenGL: Intel HD Graphics 3000 OpenGL Engine GL version 2.1 APPLE-7.32.12, Intel Inc.
Is Modded: Definitely; Client brand changed to 'SSP for 1.4.6'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
java.lang.NullPointerException
at net.minecraft.client.Minecraft.startWorldSSP(Minecraft.java:2812)
at atj.a(GuiCreateWorld.java:285)
at aul.a(SourceFile:72)
at atj.a(GuiCreateWorld.java:449)
at aul.d(SourceFile:127)
at aul.m(SourceFile:111)
at net.minecraft.client.Minecraft.l(Minecraft.java:1645)
at net.minecraft.client.Minecraft.J(Minecraft.java:938)
at net.minecraft.client.Minecraft.run(Minecraft.java:865)
at java.lang.Thread.run(Thread.java:680)
--- END ERROR REPORT b2641bca ----------
I followed all the instructions, but still it crashed. Not sure if I didn't follow the instructions carefully enough or what. (I'm on am mac.)
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem; Updating screen events
A full error report has been saved to /Users/angiepingley/Library/Application Support/minecraft/crash-reports/crash-2013-01-23_09.54.48-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash
--- BEGIN ERROR REPORT 387b29 --------
Full report at:
/Users/angiepingley/Library/Application Support/minecraft/crash-reports/crash-2013-01-23_09.54.48-client.txt
Please show that file to Mojang, NOT just this screen!
Generated 1/23/13 9:54 AM
-- Head --
Stacktrace:
at net.minecraft.client.Minecraft.startWorldSSP(Minecraft.java:2812)
at atj.a(GuiCreateWorld.java:285)
at aul.a(SourceFile:72)
at atj.a(GuiCreateWorld.java:449)
at aul.d(SourceFile:127)
at aul.m(SourceFile:111)
-- Affected screen --
Details:
Screen name: bey
Stacktrace:
at net.minecraft.client.Minecraft.l(Minecraft.java:1645)
at net.minecraft.client.Minecraft.J(Minecraft.java:938)
at net.minecraft.client.Minecraft.run(Minecraft.java:865)
at java.lang.Thread.run(Thread.java:680)
-- System Details --
Details:
Minecraft Version: 1.4.7
Operating System: Mac OS X (x86_64) version 10.7.5
Java Version: 1.6.0_35, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 544741488 bytes (519 MB) / 581435392 bytes (554 MB) up to 1065025536 bytes (1015 MB)
JVM Flags: 3 total; -Xbootclasspath/a:/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources/LauncherSupport.jar -Xms512M -Xmx1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: GuiIngameMenuSP, PlayerController, PlayerControllerSP, ...[nbxlite.RenderGhast2, RenderSheep2, RenderPainting2, ...], [nbxlite.blocks.BlockGear, TextureGearFX], [nbxlite.chunkproviders.ChunkProviderGenerate2, ChunkProviderBaseInfinite, ChunkProviderGenerateInfdev, ...], [nbxlite.format.SaveConverterMcRegion], [nbxlite.mapgens.OldWorldGenTallGrass, BiomeDecorator2, OldWorldGenTrees, ...], [nbxlite.noise.NoiseGeneratorOctaves2, NoiseGenerator2, InfdevNoiseGeneratorOctaves, ...], [nbxlite.oldbiomes.OldBiomeGenBase, OldBiomeGenRainforest, OldBiomeGenSwamp, ...], [nbxlite.spawners.SpawnListEntryBeta]
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
LWJGL: 2.4.2
OpenGL: Intel HD Graphics 3000 OpenGL Engine GL version 2.1 APPLE-7.32.12, Intel Inc.
Is Modded: Definitely; Client brand changed to 'SSP for 1.4.6'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
java.lang.NullPointerException
at net.minecraft.client.Minecraft.startWorldSSP(Minecraft.java:2812)
at atj.a(GuiCreateWorld.java:285)
at aul.a(SourceFile:72)
at atj.a(GuiCreateWorld.java:449)
at aul.d(SourceFile:127)
at aul.m(SourceFile:111)
at net.minecraft.client.Minecraft.l(Minecraft.java:1645)
at net.minecraft.client.Minecraft.J(Minecraft.java:938)
at net.minecraft.client.Minecraft.run(Minecraft.java:865)
at java.lang.Thread.run(Thread.java:680)
--- END ERROR REPORT b2641bca ----------
With MCPatcher in a 16x16 TP.
32x32 freezes minecraft while I change this.
Woah woah!
Edit: No, with terrain.png it still happens. It's very weird, since it doesn't happen with the other packs.
Edit2: It still doesn't happen with any other packs. What is so different with this one?
Hmm... I investigate some things and I not find the error. But the snow are annoying.
Woah woah!
It should not happen with the other packs.
I use the all-in-one pack.
Woah woah!
Oh, ok.
I can't use MCPatcher or CTM D:
Thanks.
Woah woah!
Actions
Bugs
Gameplay
Mobs
Eyecandy
Sounds
Crafting
Textures
NBXlite
All in one
Src:
https://github.com/Exalm/Minecraft-mods/raw/master/bin/ssp-2.1a7-old-days-3.1a8-src.zip
Changes since 2.1a6/3.1a7:
SSP:
Fixed Optifine crash.
OldDays:
Old third person.
Optimized searching.
Fixed profiler going crazy.
Fixed Superflat customization.
Mobs module does not depend on NBXlite anymore.
Fixed old sand digging sound.
Fixed an inaccuracy in the Indev preset.
Fixed ore generation in Beta.
Fixed one error message.
Changes since 2.0/3.0:
SSP:
Fixed SMP->SSP switching crash.
Fixed "Delete world" hardcore button saying "Leave server".
Fixed /weather usage being empty in SSP.
Fixed /help giving unsorted results.
Tweaked player loading again.
Some changes for new OldDays.
Some changes for the SPC fork.
Fixed explosions on 0 light level.
Fixed /tp autocompletion crash.
OldDays:
Added Indev preset.
Original Indev world creation GUI for the preset.
Alternative Indev and Classic world creation GUI, disabled by default.
Original Indev player spawning algorithm.
Added Steves and Ranas from 0.31.
Added old GUI background option. (blue gradient)
Added no apples from leaves option.
Added third person option.
Sword blocking is now disabled for 1.3 and 1.7.3 combat system modes.
Infdev AI now use pathfinding from Indev. It was also renamed to Indev.
Changed a bit Indev and Classic rendering to make it more like in real Indev and Classic.
The Nether generator now correctly generates Far Lands on Beta and earlier worlds.
Imported 0.31 maps now have Ranas instead of skipping "Mob" entities.
Optimized the searching.
Fixed red flowers in 1.8 worlds.
Fixed tall grass generation in 1.8-1.2 worlds.
Fixed lakes in Alpha, Beta and post-1.7.3 generation.
Fixed enchanted books in chests in old worlds.
Fixed ore generation in Beta.
Fixed the music bug.
Fixed old dropped items description typo.
Fixed SSP /gamemode behavior.
Fixed enderman and skeleton sounds.
Fixed 1.7.3 lighting glitches in Indev and Classic worlds..
Fixed keybinding resetting.
Fixed spawn point corruption in SMP.
Fixed /tp command.
Fixed mclevel importer.
Some changes for the SPC fork.
Fixed one rare crash.
Fixed crash when generating too large finite level.
Fixed crash on exiting NBXlite generator choosing screen when loading an old world.
Fixed clouds being opaque when the player is below Y=127.
Fixed crash when deleting mclevel.
Fixed old diamond block recipe.
Fixed Superflat customization.
Fixed old sand digging sound.
Notable bugs:
Finite world generation takes longer time than before.
There are no Allowed Mobs modes that make Steves or Ranas spawn.
Late 0.31 maps will have Ranas instead of Steves.
Zombies in spawners are black with 1.7.3 lighting.
Allowed mobs reduce the mob rate when the Alpha spawning is used.
Texture packs in folders are slow in biomeless worlds.Fixed."Better than default" texture pack causes many errors.
Villages don't update in SSP.
Thrown potions can crash the game in SSP.
Pigzombie swords are missing.
Some notes:
Steves and Ranas can be spawned using /spawn steve and /spawn rana in SSPC.
Their spawners can also be created using /spawner Steve and /spawner Rana.Spawners will not work, as I disabled their spawning and forgot about it. The spawning option is still not there. I reverted it, since I couldn't fix that bug yet.SSPC 3.3a4:
Download:
https://github.com/Exalm/Minecraft-mods/raw/master/bin/spc-3.3a4/spc.zip
Source code:
https://github.com/Exalm/Minecraft-mods/raw/master/bin/spc-3.3a4/spc-src.zip
It requires SSP 2.1a4 or later.
So the installation instruction:
Install SSP, then install SSPC just as SPC — copy classes to the minecraft.jar and WorldEdit.jar to the .minecraft/bin, and remove the META-INF.
Changes since 3.3a3:
Fixed Optifine crash.
Disabled update message.
Features:
All SPC 3.2.2 commands, including the ones absent in the SPC 4.*, like /spawnstack.
Commands are displayed in the vanilla /help.
Plugin commands are also displayed there.
/phelp and /superpunch actually work.
/path supports block names, and not onlt IDs.
Commands conflicting with the default ones were renamed. For example, /clear became /clearchat.
If any WorldEdit commands are missing, it's a bug!
To read english lulz.
Sorry.
Using the Default TP it's the same error.
Woah woah!
I don't know some english words. (I don't like use a translate tool)
Log: http://pastebin.com/WDi75A3z
Snow bug.. in a forest. (And the FPS drop)
12-36fps normally.
32x TP framerate... or not-framerate..
The game freezes.
Normal FPS:
(The cobble its for Nostalgia Craft TP)
Woah woah!
Maybe it's a change in the newer mcpatcher. Anyway, I will check that tomorrow.
Oh, ok.
I can't use any 32x TP...
Woah woah!
2. Post the log.
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem; Updating screen events
A full error report has been saved to /Users/angiepingley/Library/Application Support/minecraft/crash-reports/crash-2013-01-23_09.54.48-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash
--- BEGIN ERROR REPORT 387b29 --------
Full report at:
/Users/angiepingley/Library/Application Support/minecraft/crash-reports/crash-2013-01-23_09.54.48-client.txt
Please show that file to Mojang, NOT just this screen!
Generated 1/23/13 9:54 AM
-- Head --
Stacktrace:
at net.minecraft.client.Minecraft.startWorldSSP(Minecraft.java:2812)
at atj.a(GuiCreateWorld.java:285)
at aul.a(SourceFile:72)
at atj.a(GuiCreateWorld.java:449)
at aul.d(SourceFile:127)
at aul.m(SourceFile:111)
-- Affected screen --
Details:
Screen name: bey
Stacktrace:
at net.minecraft.client.Minecraft.l(Minecraft.java:1645)
at net.minecraft.client.Minecraft.J(Minecraft.java:938)
at net.minecraft.client.Minecraft.run(Minecraft.java:865)
at java.lang.Thread.run(Thread.java:680)
-- System Details --
Details:
Minecraft Version: 1.4.7
Operating System: Mac OS X (x86_64) version 10.7.5
Java Version: 1.6.0_35, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 544741488 bytes (519 MB) / 581435392 bytes (554 MB) up to 1065025536 bytes (1015 MB)
JVM Flags: 3 total; -Xbootclasspath/a:/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources/LauncherSupport.jar -Xms512M -Xmx1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: GuiIngameMenuSP, PlayerController, PlayerControllerSP, ...[nbxlite.RenderGhast2, RenderSheep2, RenderPainting2, ...], [nbxlite.blocks.BlockGear, TextureGearFX], [nbxlite.chunkproviders.ChunkProviderGenerate2, ChunkProviderBaseInfinite, ChunkProviderGenerateInfdev, ...], [nbxlite.format.SaveConverterMcRegion], [nbxlite.mapgens.OldWorldGenTallGrass, BiomeDecorator2, OldWorldGenTrees, ...], [nbxlite.noise.NoiseGeneratorOctaves2, NoiseGenerator2, InfdevNoiseGeneratorOctaves, ...], [nbxlite.oldbiomes.OldBiomeGenBase, OldBiomeGenRainforest, OldBiomeGenSwamp, ...], [nbxlite.spawners.SpawnListEntryBeta]
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
LWJGL: 2.4.2
OpenGL: Intel HD Graphics 3000 OpenGL Engine GL version 2.1 APPLE-7.32.12, Intel Inc.
Is Modded: Definitely; Client brand changed to 'SSP for 1.4.6'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
java.lang.NullPointerException
at net.minecraft.client.Minecraft.startWorldSSP(Minecraft.java:2812)
at atj.a(GuiCreateWorld.java:285)
at aul.a(SourceFile:72)
at atj.a(GuiCreateWorld.java:449)
at aul.d(SourceFile:127)
at aul.m(SourceFile:111)
at net.minecraft.client.Minecraft.l(Minecraft.java:1645)
at net.minecraft.client.Minecraft.J(Minecraft.java:938)
at net.minecraft.client.Minecraft.run(Minecraft.java:865)
at java.lang.Thread.run(Thread.java:680)
--- END ERROR REPORT b2641bca ----------
Install that.
That never used to
Hey everyone, I'm back!