Jump to content

NullPointerException: Null


Recommended Posts

Okay.  So I finally got Forge installed correctly and I could start up Minecraft.  Then crashed, but it at least I got a crash report out of it (there was none for my previous issue).  I looked up what Null Pointer Exception means and while I feel more informed, I still don't know how to fix the errors on my own.  Here is the log file:

 

 

---- Minecraft Crash Report ----

// Daisy, daisy...

 

Time: 3/30/13 4:08 PM

Description: Rendering screen

 

java.lang.NullPointerException

at java.util.Properties$LineReader.readLine(Unknown Source)

at java.util.Properties.load0(Unknown Source)

at java.util.Properties.load(Unknown Source)

at cpw.mods.fml.common.Loader.getFMLBrandingProperties(Loader.java:832)

at cpw.mods.fml.common.FMLCommonHandler.computeBranding(FMLCommonHandler.java:248)

at cpw.mods.fml.common.FMLCommonHandler.getBrandings(FMLCommonHandler.java:262)

at net.minecraft.client.gui.GuiMainMenu.func_73863_a(GuiMainMenu.java:559)

at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1021)

at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:867)

at net.minecraft.client.Minecraft.run(Minecraft.java:756)

at java.lang.Thread.run(Unknown Source)

 

 

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

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

 

-- Head --

Stacktrace:

at java.util.Properties$LineReader.readLine(Unknown Source)

at java.util.Properties.load0(Unknown Source)

at java.util.Properties.load(Unknown Source)

at cpw.mods.fml.common.Loader.getFMLBrandingProperties(Loader.java:832)

at cpw.mods.fml.common.FMLCommonHandler.computeBranding(FMLCommonHandler.java:248)

at cpw.mods.fml.common.FMLCommonHandler.getBrandings(FMLCommonHandler.java:262)

at net.minecraft.client.gui.GuiMainMenu.func_73863_a(GuiMainMenu.java:559)

 

-- Screen render details --

Details:

Screen name: net.minecraft.client.gui.GuiMainMenu

Mouse location: Scaled: (358, 64). Absolute: (717, 351)

Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2

Stacktrace:

at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1021)

at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:867)

at net.minecraft.client.Minecraft.run(Minecraft.java:756)

at java.lang.Thread.run(Unknown Source)

 

-- System Details --

Details:

Minecraft Version: 1.5.1

Operating System: Windows 7 (x86) version 6.1

Java Version: 1.7.0_07, Oracle Corporation

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

Memory: 33605392 bytes (32 MB) / 118767616 bytes (113 MB) up to 1037959168 bytes (989 MB)

JVM Flags: 1 total; -Xmx1024m

AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

Suspicious classes: FML and Forge are installed

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: ~~ERROR~~ NullPointerException: null

LWJGL: 2.4.2

OpenGL: ATI Radeon HD 5700 Series GL version 4.0.10188 Compatibility Profile Context, ATI Technologies Inc.

Is Modded: ~~ERROR~~ NullPointerException: null

Type: Client (map_client.txt)

Texture Pack: Default

Profiler Position: N/A (disabled)

Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

 

 

I think I can make a fairly accurate guess as to my problem with the "Is Modded" error, that being that I don't have any mods, however I don't know how to fix the FML or Vec3 Pool Size error or even what a vec pool is.  Is it just a case of not having any mods?  Thank you for any help.

Link to comment
Share on other sites

I'm seeing the same thing occur in 771 on Ubuntu on a fresh install.  FML log below; let me know if you need anymore detail.

 

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

 

2013-03-30 19:05:57 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.1.12.622 for Minecraft 1.5.1 loading

2013-03-30 19:05:57 [iNFO] [ForgeModLoader] Java is OpenJDK 64-Bit Server VM, version 1.7.0_09, running on Linux:amd64:3.5.0-22-generic, installed at /usr/lib/jvm/java-7-openjdk-amd64/jre

2013-03-30 19:05:57 [FINE] [ForgeModLoader] Java classpath at launch is minecraftforge.jar

2013-03-30 19:05:57 [FINE] [ForgeModLoader] Java library path at launch is /usr/java/packages/lib/amd64:/usr/lib/jni:/lib:/usr/lib

2013-03-30 19:05:57 [FINE] [ForgeModLoader] Enabling runtime deobfuscation

2013-03-30 19:05:57 [iNFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d

2013-03-30 19:05:59 [iNFO] [sTDOUT] 229 recipes

2013-03-30 19:05:59 [iNFO] [sTDOUT] 27 achievements

2013-03-30 19:06:00 [iNFO] [Minecraft-Server] Starting minecraft server version 1.5.1

2013-03-30 19:06:00 [iNFO] [MinecraftForge] Attempting early MinecraftForge initialization

2013-03-30 19:06:00 [iNFO] [sTDOUT] MinecraftForge v7.7.1.622 Initialized

2013-03-30 19:06:00 [iNFO] [ForgeModLoader] MinecraftForge v7.7.1.622 Initialized

2013-03-30 19:06:00 [iNFO] [sTDOUT] Replaced 85 ore recipies

2013-03-30 19:06:00 [iNFO] [MinecraftForge] Completed early MinecraftForge initialization

2013-03-30 19:06:00 [iNFO] [ForgeModLoader] Reading custom logging properties from /home/minecraft/minecraft/config/logging.properties

2013-03-30 19:06:00 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL

2013-03-30 19:06:00 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]

2013-03-30 19:06:00 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes

2013-03-30 19:06:00 [FINE] [ForgeModLoader] Found a minecraft related file at /home/minecraft/minecraft/minecraftforge-universal-1.5.1-7.7.1.622.jar, examining for mod candidates

2013-03-30 19:06:00 [FINER] [ForgeModLoader] Skipping known library file /home/minecraft/minecraft/lib/argo-small-3.2.jar

2013-03-30 19:06:00 [FINER] [ForgeModLoader] Skipping known library file /home/minecraft/minecraft/lib/guava-14.0-rc3.jar

2013-03-30 19:06:00 [FINER] [ForgeModLoader] Skipping known library file /home/minecraft/minecraft/lib/asm-all-4.1.jar

2013-03-30 19:06:00 [FINER] [ForgeModLoader] Skipping known library file /home/minecraft/minecraft/lib/bcprov-jdk15on-148.jar

2013-03-30 19:06:00 [FINER] [ForgeModLoader] Skipping known library file /home/minecraft/minecraft/lib/deobfuscation_data_1.5.1.zip

2013-03-30 19:06:00 [FINER] [ForgeModLoader] Skipping known library file /home/minecraft/minecraft/lib/scala-library.jar

2013-03-30 19:06:00 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully

2013-03-30 19:06:00 [iNFO] [ForgeModLoader] Searching /home/minecraft/minecraft/mods for mods

2013-03-30 19:06:00 [FINE] [ForgeModLoader] Examining file minecraftforge-universal-1.5.1-7.7.1.622.jar for potential mods

2013-03-30 19:06:00 [FINE] [ForgeModLoader] The mod container minecraftforge-universal-1.5.1-7.7.1.622.jar appears to be missing an mcmod.info file

2013-03-30 19:06:00 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 3 mods to load

2013-03-30 19:06:00 [FINER] [ForgeModLoader] Received a system property request ''

2013-03-30 19:06:00 [FINER] [ForgeModLoader] System property request managing the state of 0 mods

2013-03-30 19:06:00 [FINE] [ForgeModLoader] After merging, found state information for 0 mods

2013-03-30 19:06:00 [FINE] [ForgeModLoader] Reloading logging properties from /home/minecraft/minecraft/config/logging.properties

2013-03-30 19:06:00 [FINE] [ForgeModLoader] Reloaded logging properties

2013-03-30 19:06:00 [FINE] [mcp] Mod Logging channel mcp configured at default level.

2013-03-30 19:06:00 [iNFO] [mcp] Activating mod mcp

2013-03-30 19:06:00 [FINE] [FML] Mod Logging channel FML configured at default level.

2013-03-30 19:06:00 [iNFO] [FML] Activating mod FML

2013-03-30 19:06:00 [FINE] [Forge] Mod Logging channel Forge configured at default level.

2013-03-30 19:06:00 [iNFO] [Forge] Activating mod Forge

2013-03-30 19:06:00 [FINER] [ForgeModLoader] Verifying mod requirements are satisfied

2013-03-30 19:06:00 [FINER] [ForgeModLoader] All mod requirements are satisfied

2013-03-30 19:06:00 [FINER] [ForgeModLoader] Sorting mods into an ordered list

2013-03-30 19:06:00 [FINER] [ForgeModLoader] Mod sorting completed successfully

2013-03-30 19:06:00 [FINE] [ForgeModLoader] Mod sorting data

2013-03-30 19:06:00 [FINE] [ForgeModLoader] No user mods found to sort

2013-03-30 19:06:00 [FINEST] [mcp] Sending event FMLConstructionEvent to mod mcp

2013-03-30 19:06:00 [FINEST] [mcp] Sent event FMLConstructionEvent to mod mcp

2013-03-30 19:06:00 [FINEST] [FML] Sending event FMLConstructionEvent to mod FML

2013-03-30 19:06:00 [FINEST] [FML] Sent event FMLConstructionEvent to mod FML

2013-03-30 19:06:00 [FINEST] [Forge] Sending event FMLConstructionEvent to mod Forge

2013-03-30 19:06:00 [FINEST] [Forge] Sent event FMLConstructionEvent to mod Forge

2013-03-30 19:06:00 [FINE] [ForgeModLoader] Mod signature data

2013-03-30 19:06:00 [FINE] [ForgeModLoader] mcp(Minecraft Coder Pack:7.44): minecraft.jar (NO VALID CERTIFICATE FOUND)

2013-03-30 19:06:00 [FINE] [ForgeModLoader] FML(Forge Mod Loader:5.1.12.622): coremods (de4cf8a3f3bc15635810044c39240bf96804ea7d)

2013-03-30 19:06:00 [FINE] [ForgeModLoader] Forge(Minecraft Forge:7.7.1.622): coremods (NO VALID CERTIFICATE FOUND)

2013-03-30 19:06:00 [FINEST] [mcp] Sending event FMLPreInitializationEvent to mod mcp

2013-03-30 19:06:00 [FINEST] [mcp] Sent event FMLPreInitializationEvent to mod mcp

2013-03-30 19:06:00 [FINEST] [FML] Sending event FMLPreInitializationEvent to mod FML

2013-03-30 19:06:00 [FINEST] [FML] Sent event FMLPreInitializationEvent to mod FML

2013-03-30 19:06:00 [FINEST] [Forge] Sending event FMLPreInitializationEvent to mod Forge

2013-03-30 19:06:00 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0

2013-03-30 19:06:00 [FINEST] [Forge] Sent event FMLPreInitializationEvent to mod Forge

2013-03-30 19:06:00 [iNFO] [Minecraft-Server] Loading properties

2013-03-30 19:06:00 [iNFO] [Minecraft-Server] Default game type: SURVIVAL

2013-03-30 19:06:00 [iNFO] [Minecraft-Server] Generating keypair

2013-03-30 19:06:01 [iNFO] [Minecraft-Server] Starting Minecraft server on 192.168.15.10:25565

2013-03-30 19:06:01 [FINEST] [mcp] Sending event FMLInitializationEvent to mod mcp

2013-03-30 19:06:01 [FINEST] [mcp] Sent event FMLInitializationEvent to mod mcp

2013-03-30 19:06:01 [FINEST] [FML] Sending event FMLInitializationEvent to mod FML

2013-03-30 19:06:01 [FINEST] [FML] Sent event FMLInitializationEvent to mod FML

2013-03-30 19:06:01 [FINEST] [Forge] Sending event FMLInitializationEvent to mod Forge

2013-03-30 19:06:01 [FINEST] [Forge] Sent event FMLInitializationEvent to mod Forge

2013-03-30 19:06:01 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod mcp

2013-03-30 19:06:01 [FINEST] [mcp] Sending event IMCEvent to mod mcp

2013-03-30 19:06:01 [FINEST] [mcp] Sent event IMCEvent to mod mcp

2013-03-30 19:06:01 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod FML

2013-03-30 19:06:01 [FINEST] [FML] Sending event IMCEvent to mod FML

2013-03-30 19:06:01 [FINEST] [FML] Sent event IMCEvent to mod FML

2013-03-30 19:06:01 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod Forge

2013-03-30 19:06:01 [FINEST] [Forge] Sending event IMCEvent to mod Forge

2013-03-30 19:06:01 [FINEST] [Forge] Sent event IMCEvent to mod Forge

2013-03-30 19:06:01 [FINEST] [mcp] Sending event FMLPostInitializationEvent to mod mcp

2013-03-30 19:06:01 [FINEST] [mcp] Sent event FMLPostInitializationEvent to mod mcp

2013-03-30 19:06:01 [FINEST] [FML] Sending event FMLPostInitializationEvent to mod FML

2013-03-30 19:06:01 [FINEST] [FML] Sent event FMLPostInitializationEvent to mod FML

2013-03-30 19:06:01 [FINEST] [Forge] Sending event FMLPostInitializationEvent to mod Forge

2013-03-30 19:06:01 [FINEST] [Forge] Sent event FMLPostInitializationEvent to mod Forge

2013-03-30 19:06:01 [FINEST] [mcp] Sending event FMLLoadCompleteEvent to mod mcp

2013-03-30 19:06:01 [FINEST] [mcp] Sent event FMLLoadCompleteEvent to mod mcp

2013-03-30 19:06:01 [FINEST] [FML] Sending event FMLLoadCompleteEvent to mod FML

2013-03-30 19:06:01 [FINEST] [FML] Sent event FMLLoadCompleteEvent to mod FML

2013-03-30 19:06:01 [FINEST] [Forge] Sending event FMLLoadCompleteEvent to mod Forge

2013-03-30 19:06:01 [FINEST] [Forge] Sent event FMLLoadCompleteEvent to mod Forge

2013-03-30 19:06:01 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 3 mods

2013-03-30 19:06:01 [FINEST] [mcp] Sending event FMLServerAboutToStartEvent to mod mcp

2013-03-30 19:06:01 [FINEST] [mcp] Sent event FMLServerAboutToStartEvent to mod mcp

2013-03-30 19:06:01 [FINEST] [FML] Sending event FMLServerAboutToStartEvent to mod FML

2013-03-30 19:06:01 [FINEST] [FML] Sent event FMLServerAboutToStartEvent to mod FML

2013-03-30 19:06:01 [FINEST] [Forge] Sending event FMLServerAboutToStartEvent to mod Forge

2013-03-30 19:06:01 [FINEST] [Forge] Sent event FMLServerAboutToStartEvent to mod Forge

2013-03-30 19:06:01 [iNFO] [Minecraft-Server] Preparing level "superworld"

2013-03-30 19:06:01 [iNFO] [ForgeModLoader] Loading dimension 0 (superworld) (net.minecraft.server.dedicated.DedicatedServer@2d923a8f)

2013-03-30 19:06:01 [iNFO] [ForgeModLoader] Loading dimension 1 (superworld) (net.minecraft.server.dedicated.DedicatedServer@2d923a8f)

2013-03-30 19:06:01 [iNFO] [ForgeModLoader] Loading dimension -1 (superworld) (net.minecraft.server.dedicated.DedicatedServer@2d923a8f)

2013-03-30 19:06:01 [iNFO] [Minecraft-Server] Preparing start region for level 0

2013-03-30 19:06:02 [iNFO] [Minecraft-Server] Preparing spawn area: 8%

2013-03-30 19:06:03 [iNFO] [Minecraft-Server] Preparing spawn area: 27%

2013-03-30 19:06:04 [iNFO] [Minecraft-Server] Preparing spawn area: 51%

2013-03-30 19:06:05 [iNFO] [Minecraft-Server] Preparing spawn area: 72%

2013-03-30 19:06:06 [iNFO] [Minecraft-Server] Preparing spawn area: 92%

2013-03-30 19:06:07 [iNFO] [Minecraft-Server] Done (5.969s)! For help, type "help" or "?"

2013-03-30 19:06:07 [FINEST] [mcp] Sending event FMLServerStartingEvent to mod mcp

2013-03-30 19:06:07 [FINEST] [mcp] Sent event FMLServerStartingEvent to mod mcp

2013-03-30 19:06:07 [FINEST] [FML] Sending event FMLServerStartingEvent to mod FML

2013-03-30 19:06:07 [FINEST] [FML] Sent event FMLServerStartingEvent to mod FML

2013-03-30 19:06:07 [FINEST] [Forge] Sending event FMLServerStartingEvent to mod Forge

2013-03-30 19:06:07 [FINEST] [Forge] Sent event FMLServerStartingEvent to mod Forge

2013-03-30 19:06:07 [FINEST] [mcp] Sending event FMLServerStartedEvent to mod mcp

2013-03-30 19:06:07 [FINEST] [mcp] Sent event FMLServerStartedEvent to mod mcp

2013-03-30 19:06:07 [FINEST] [FML] Sending event FMLServerStartedEvent to mod FML

2013-03-30 19:06:07 [FINEST] [FML] Sent event FMLServerStartedEvent to mod FML

2013-03-30 19:06:07 [FINEST] [Forge] Sending event FMLServerStartedEvent to mod Forge

2013-03-30 19:06:07 [FINEST] [Forge] Sent event FMLServerStartedEvent to mod Forge

2013-03-30 19:06:12 [iNFO] [sTDERR] java.lang.NullPointerException

2013-03-30 19:06:12 [iNFO] [sTDERR] at java.util.Properties$LineReader.readLine(Properties.java:434)

2013-03-30 19:06:12 [iNFO] [sTDERR] at java.util.Properties.load0(Properties.java:353)

2013-03-30 19:06:12 [iNFO] [sTDERR] at java.util.Properties.load(Properties.java:341)

2013-03-30 19:06:12 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.getFMLBrandingProperties(Loader.java:832)

2013-03-30 19:06:12 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.getModName(FMLCommonHandler.java:480)

2013-03-30 19:06:12 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.getServerModName(MinecraftServer.java:841)

2013-03-30 19:06:12 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.func_70001_b(MinecraftServer.java:1162)

2013-03-30 19:06:12 [iNFO] [sTDERR] at net.minecraft.profiler.PlayerUsageSnooper.func_76464_f(SourceFile:70)

2013-03-30 19:06:12 [iNFO] [sTDERR] at net.minecraft.profiler.PlayerUsageSnooper.func_76463_a(SourceFile:42)

2013-03-30 19:06:12 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:595)

2013-03-30 19:06:12 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:468)

2013-03-30 19:06:12 [iNFO] [sTDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)

2013-03-30 19:06:12 [sEVERE] [Minecraft-Server] Encountered an unexpected exception NullPointerException

java.lang.NullPointerException

at java.util.Properties$LineReader.readLine(Properties.java:434)

at java.util.Properties.load0(Properties.java:353)

at java.util.Properties.load(Properties.java:341)

at cpw.mods.fml.common.Loader.getFMLBrandingProperties(Loader.java:832)

at cpw.mods.fml.common.FMLCommonHandler.getModName(FMLCommonHandler.java:480)

at net.minecraft.server.MinecraftServer.getServerModName(MinecraftServer.java:841)

at net.minecraft.server.MinecraftServer.func_70001_b(MinecraftServer.java:1162)

at net.minecraft.profiler.PlayerUsageSnooper.func_76464_f(SourceFile:70)

at net.minecraft.profiler.PlayerUsageSnooper.func_76463_a(SourceFile:42)

at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:595)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:468)

at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)

2013-03-30 19:06:12 [sEVERE] [Minecraft-Server] This crash report has been saved to: /home/minecraft/minecraft/./crash-reports/crash-2013-03-30_19.06.12-server.txt

2013-03-30 19:06:30 [iNFO] [Minecraft-Server] Stopping server

 

 

Link to comment
Share on other sites

Sorry.  I didn't realize that the crash file for minecraft was not the same as the fml log because I'm ignorant.  However, I am trying to correct this.  Here is the log:

 

2013-03-30 16:07:45 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.1.12.622 for Minecraft 1.5.1 loading

2013-03-30 16:07:45 [iNFO] [ForgeModLoader] Java is Java HotSpot Client VM, version 1.7.0_07, running on Windows 7:x86:6.1, installed at C:\Program Files (x86)\Java\jre7

2013-03-30 16:07:45 [FINE] [ForgeModLoader] Java classpath at launch is /C:/Users/Caleb Wells/Desktop/Minecraft/minecraft.jar

2013-03-30 16:07:45 [FINE] [ForgeModLoader] Java library path at launch is C:\Program Files (x86)\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Java;C:\Program Files\Common Files\Microsoft Shared\Windows Live;.

2013-03-30 16:07:45 [FINE] [ForgeModLoader] Enabling runtime deobfuscation

2013-03-30 16:07:45 [FINEST] [ForgeModLoader] All core mods are successfully located

2013-03-30 16:07:45 [FINEST] [ForgeModLoader] Discovering coremods

2013-03-30 16:07:45 [FINEST] [ForgeModLoader] Found library file argo-small-3.2.jar present and correct in lib dir

2013-03-30 16:07:45 [FINEST] [ForgeModLoader] Found library file guava-14.0-rc3.jar present and correct in lib dir

2013-03-30 16:07:45 [FINEST] [ForgeModLoader] Found library file asm-all-4.1.jar present and correct in lib dir

2013-03-30 16:07:45 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-148.jar present and correct in lib dir

2013-03-30 16:07:45 [FINEST] [ForgeModLoader] Found library file deobfuscation_data_1.5.1.zip present and correct in lib dir

2013-03-30 16:07:45 [FINEST] [ForgeModLoader] Found library file scala-library.jar present and correct in lib dir

2013-03-30 16:07:45 [FINEST] [ForgeModLoader] Running coremod plugins

2013-03-30 16:07:45 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin

2013-03-30 16:07:46 [iNFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d

2013-03-30 16:07:46 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully

2013-03-30 16:07:46 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin

2013-03-30 16:07:46 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully

2013-03-30 16:07:46 [FINEST] [ForgeModLoader] Validating minecraft

2013-03-30 16:07:46 [FINEST] [ForgeModLoader] Minecraft validated, launching...

2013-03-30 16:07:47 [iNFO] [sTDOUT] 229 recipes

2013-03-30 16:07:47 [iNFO] [sTDOUT] 27 achievements

2013-03-30 16:07:47 [iNFO] [Minecraft-Client] Setting user: Piranha_Moose

2013-03-30 16:07:47 [iNFO] [sTDOUT] (Session ID is 4237892185412839327)

2013-03-30 16:07:47 [iNFO] [Minecraft-Client] LWJGL Version: 2.4.2

2013-03-30 16:07:48 [iNFO] [MinecraftForge] Attempting early MinecraftForge initialization

2013-03-30 16:07:48 [iNFO] [sTDOUT] MinecraftForge v7.7.1.622 Initialized

2013-03-30 16:07:48 [iNFO] [ForgeModLoader] MinecraftForge v7.7.1.622 Initialized

2013-03-30 16:07:48 [iNFO] [sTDOUT] Replaced 85 ore recipies

2013-03-30 16:07:48 [iNFO] [MinecraftForge] Completed early MinecraftForge initialization

2013-03-30 16:07:48 [iNFO] [ForgeModLoader] Reading custom logging properties from C:\Users\Caleb Wells\AppData\Roaming\.minecraft\config\logging.properties

2013-03-30 16:07:48 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL

2013-03-30 16:07:48 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]

2013-03-30 16:07:48 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes

2013-03-30 16:07:48 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Caleb Wells\AppData\Roaming\.minecraft\bin\lwjgl.jar

2013-03-30 16:07:48 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Caleb Wells\AppData\Roaming\.minecraft\bin\jinput.jar

2013-03-30 16:07:48 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Caleb Wells\AppData\Roaming\.minecraft\bin\lwjgl_util.jar

2013-03-30 16:07:48 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Caleb Wells\AppData\Roaming\.minecraft\bin\minecraft.jar, examining for mod candidates

2013-03-30 16:07:48 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Caleb Wells\AppData\Roaming\.minecraft\lib\argo-small-3.2.jar

2013-03-30 16:07:48 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Caleb Wells\AppData\Roaming\.minecraft\lib\guava-14.0-rc3.jar

2013-03-30 16:07:48 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Caleb Wells\AppData\Roaming\.minecraft\lib\asm-all-4.1.jar

2013-03-30 16:07:48 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Caleb Wells\AppData\Roaming\.minecraft\lib\bcprov-jdk15on-148.jar

2013-03-30 16:07:48 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Caleb Wells\AppData\Roaming\.minecraft\lib\deobfuscation_data_1.5.1.zip

2013-03-30 16:07:48 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Caleb Wells\AppData\Roaming\.minecraft\lib\scala-library.jar

2013-03-30 16:07:48 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully

2013-03-30 16:07:48 [iNFO] [ForgeModLoader] Searching C:\Users\Caleb Wells\AppData\Roaming\.minecraft\mods for mods

2013-03-30 16:07:48 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods

2013-03-30 16:07:48 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file

2013-03-30 16:07:48 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 3 mods to load

2013-03-30 16:07:48 [FINER] [ForgeModLoader] Received a system property request ''

2013-03-30 16:07:48 [FINER] [ForgeModLoader] System property request managing the state of 0 mods

2013-03-30 16:07:48 [FINE] [ForgeModLoader] After merging, found state information for 0 mods

2013-03-30 16:07:48 [FINE] [ForgeModLoader] Reloading logging properties from C:\Users\Caleb Wells\AppData\Roaming\.minecraft\config\logging.properties

2013-03-30 16:07:48 [FINE] [ForgeModLoader] Reloaded logging properties

2013-03-30 16:07:48 [FINE] [mcp] Mod Logging channel mcp configured at default level.

2013-03-30 16:07:48 [iNFO] [mcp] Activating mod mcp

2013-03-30 16:07:48 [FINE] [FML] Mod Logging channel FML configured at default level.

2013-03-30 16:07:48 [iNFO] [FML] Activating mod FML

2013-03-30 16:07:48 [FINE] [Forge] Mod Logging channel Forge configured at default level.

2013-03-30 16:07:48 [iNFO] [Forge] Activating mod Forge

2013-03-30 16:07:48 [FINER] [ForgeModLoader] Verifying mod requirements are satisfied

2013-03-30 16:07:49 [FINER] [ForgeModLoader] All mod requirements are satisfied

2013-03-30 16:07:49 [FINER] [ForgeModLoader] Sorting mods into an ordered list

2013-03-30 16:07:49 [FINER] [ForgeModLoader] Mod sorting completed successfully

2013-03-30 16:07:49 [FINE] [ForgeModLoader] Mod sorting data

2013-03-30 16:07:49 [FINE] [ForgeModLoader] No user mods found to sort

2013-03-30 16:07:49 [FINEST] [mcp] Sending event FMLConstructionEvent to mod mcp

2013-03-30 16:07:49 [FINEST] [mcp] Sent event FMLConstructionEvent to mod mcp

2013-03-30 16:07:49 [FINEST] [FML] Sending event FMLConstructionEvent to mod FML

2013-03-30 16:07:49 [FINEST] [FML] Sent event FMLConstructionEvent to mod FML

2013-03-30 16:07:49 [FINEST] [Forge] Sending event FMLConstructionEvent to mod Forge

2013-03-30 16:07:49 [FINEST] [Forge] Sent event FMLConstructionEvent to mod Forge

2013-03-30 16:07:49 [FINE] [ForgeModLoader] Mod signature data

2013-03-30 16:07:49 [FINE] [ForgeModLoader] mcp(Minecraft Coder Pack:7.44): minecraft.jar (NO VALID CERTIFICATE FOUND)

2013-03-30 16:07:49 [FINE] [ForgeModLoader] FML(Forge Mod Loader:5.1.12.622): coremods (de4cf8a3f3bc15635810044c39240bf96804ea7d)

2013-03-30 16:07:49 [FINE] [ForgeModLoader] Forge(Minecraft Forge:7.7.1.622): coremods (NO VALID CERTIFICATE FOUND)

2013-03-30 16:07:49 [FINEST] [mcp] Sending event FMLPreInitializationEvent to mod mcp

2013-03-30 16:07:49 [FINEST] [mcp] Sent event FMLPreInitializationEvent to mod mcp

2013-03-30 16:07:49 [FINEST] [FML] Sending event FMLPreInitializationEvent to mod FML

2013-03-30 16:07:49 [FINEST] [FML] Sent event FMLPreInitializationEvent to mod FML

2013-03-30 16:07:49 [FINEST] [Forge] Sending event FMLPreInitializationEvent to mod Forge

2013-03-30 16:07:49 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0

2013-03-30 16:07:49 [FINEST] [Forge] Sent event FMLPreInitializationEvent to mod Forge

2013-03-30 16:07:49 [iNFO] [sTDOUT]

2013-03-30 16:07:49 [iNFO] [sTDOUT] Starting up SoundSystem...

2013-03-30 16:07:49 [iNFO] [sTDOUT] Initializing LWJGL OpenAL

2013-03-30 16:07:49 [iNFO] [sTDOUT]    (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

2013-03-30 16:07:49 [iNFO] [sTDOUT] OpenAL initialized.

2013-03-30 16:07:50 [iNFO] [sTDOUT]

2013-03-30 16:07:50 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/lava_flow.txt

2013-03-30 16:07:50 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/water_flow.txt

2013-03-30 16:07:50 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_0.txt

2013-03-30 16:07:50 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_1.txt

2013-03-30 16:07:50 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/lava.txt

2013-03-30 16:07:50 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/portal.txt

2013-03-30 16:07:50 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/water.txt

2013-03-30 16:07:51 [iNFO] [Minecraft-Client] Found animation info for: textures/items/clock.txt

2013-03-30 16:07:51 [iNFO] [Minecraft-Client] Found animation info for: textures/items/compass.txt

2013-03-30 16:07:51 [FINEST] [mcp] Sending event FMLInitializationEvent to mod mcp

2013-03-30 16:07:51 [FINEST] [mcp] Sent event FMLInitializationEvent to mod mcp

2013-03-30 16:07:51 [FINEST] [FML] Sending event FMLInitializationEvent to mod FML

2013-03-30 16:07:51 [FINEST] [FML] Sent event FMLInitializationEvent to mod FML

2013-03-30 16:07:51 [FINEST] [Forge] Sending event FMLInitializationEvent to mod Forge

2013-03-30 16:07:51 [FINEST] [Forge] Sent event FMLInitializationEvent to mod Forge

2013-03-30 16:07:51 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod mcp

2013-03-30 16:07:51 [FINEST] [mcp] Sending event IMCEvent to mod mcp

2013-03-30 16:07:51 [FINEST] [mcp] Sent event IMCEvent to mod mcp

2013-03-30 16:07:51 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod FML

2013-03-30 16:07:51 [FINEST] [FML] Sending event IMCEvent to mod FML

2013-03-30 16:07:51 [FINEST] [FML] Sent event IMCEvent to mod FML

2013-03-30 16:07:51 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod Forge

2013-03-30 16:07:51 [FINEST] [Forge] Sending event IMCEvent to mod Forge

2013-03-30 16:07:51 [FINEST] [Forge] Sent event IMCEvent to mod Forge

2013-03-30 16:07:51 [FINEST] [mcp] Sending event FMLPostInitializationEvent to mod mcp

2013-03-30 16:07:51 [FINEST] [mcp] Sent event FMLPostInitializationEvent to mod mcp

2013-03-30 16:07:51 [FINEST] [FML] Sending event FMLPostInitializationEvent to mod FML

2013-03-30 16:07:51 [FINEST] [FML] Sent event FMLPostInitializationEvent to mod FML

2013-03-30 16:07:51 [FINEST] [Forge] Sending event FMLPostInitializationEvent to mod Forge

2013-03-30 16:07:51 [FINEST] [Forge] Sent event FMLPostInitializationEvent to mod Forge

2013-03-30 16:07:51 [FINEST] [mcp] Sending event FMLLoadCompleteEvent to mod mcp

2013-03-30 16:07:51 [FINEST] [mcp] Sent event FMLLoadCompleteEvent to mod mcp

2013-03-30 16:07:51 [FINEST] [FML] Sending event FMLLoadCompleteEvent to mod FML

2013-03-30 16:07:51 [FINEST] [FML] Sent event FMLLoadCompleteEvent to mod FML

2013-03-30 16:07:51 [FINEST] [Forge] Sending event FMLLoadCompleteEvent to mod Forge

2013-03-30 16:07:51 [FINEST] [Forge] Sent event FMLLoadCompleteEvent to mod Forge

2013-03-30 16:07:51 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 3 mods

2013-03-30 16:07:51 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/lava_flow.txt

2013-03-30 16:07:51 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/water_flow.txt

2013-03-30 16:07:51 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_0.txt

2013-03-30 16:07:51 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_1.txt

2013-03-30 16:07:51 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/lava.txt

2013-03-30 16:07:51 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/portal.txt

2013-03-30 16:07:51 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/water.txt

2013-03-30 16:07:52 [iNFO] [Minecraft-Client] Found animation info for: textures/items/clock.txt

2013-03-30 16:07:52 [iNFO] [Minecraft-Client] Found animation info for: textures/items/compass.txt

2013-03-30 16:07:53 [iNFO] [sTDERR] net.minecraft.util.ReportedException: Rendering screen

2013-03-30 16:07:53 [iNFO] [sTDERR] at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1030)

2013-03-30 16:07:53 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:867)

2013-03-30 16:07:53 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:756)

2013-03-30 16:07:53 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2013-03-30 16:07:53 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException

2013-03-30 16:07:53 [iNFO] [sTDERR] at java.util.Properties$LineReader.readLine(Unknown Source)

2013-03-30 16:07:53 [iNFO] [sTDERR] at java.util.Properties.load0(Unknown Source)

2013-03-30 16:07:53 [iNFO] [sTDERR] at java.util.Properties.load(Unknown Source)

2013-03-30 16:07:53 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.getFMLBrandingProperties(Loader.java:832)

2013-03-30 16:07:53 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.computeBranding(FMLCommonHandler.java:248)

2013-03-30 16:07:53 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.getBrandings(FMLCommonHandler.java:262)

2013-03-30 16:07:53 [iNFO] [sTDERR] at net.minecraft.client.gui.GuiMainMenu.func_73863_a(GuiMainMenu.java:559)

2013-03-30 16:07:53 [iNFO] [sTDERR] at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1021)

2013-03-30 16:07:53 [iNFO] [sTDERR] ... 3 more

2013-03-30 16:08:03 [iNFO] [Minecraft-Client] Stopping!

2013-03-30 16:08:03 [iNFO] [sTDOUT]

2013-03-30 16:08:03 [iNFO] [sTDOUT] SoundSystem shutting down...

2013-03-30 16:08:03 [iNFO] [sTDOUT]    Author: Paul Lamb, www.paulscode.com

2013-03-30 16:08:03 [iNFO] [sTDOUT]

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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