So while starting up the launching process of my Minecraft, while Forge loads up all its core features, this rather odd process pops up in the console which delays the launch of my Minecraft for a few seconds:
WARNING: coremods are present:
LoadingPlugin (ReplayMod_v1.0.5.jar)
Contact their authors BEFORE contacting forge
// Don't do that.
Time: 15/09/15 9:27 PM
Description: Loading screen debug info
This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Mac OS X (x86_64) version 10.10.4
Java Version: 1.8.0_31, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 5876612408 bytes (5604 MB) / 8160477184 bytes (7782 MB) up to 8160477184 bytes (7782 MB)
JVM Flags: 13 total; -Xmn4G -Xss8M -Xms8G -Xmx8G -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:+UseBiasedLocking -Xincgc -XX:MaxGCPauseMillis=10 -XX:+CMSParallelRemarkEnabled -XX:SoftRefLRUPolicyMSPerMB=10000 -XX:ParallelGCThreads=10
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
Loaded coremods (and transformers):
LoadingPlugin (ReplayMod_v1.0.5.jar)
eu.crushedpixel.replaymod.coremod.ForceChunkLoadingCT
GL info: ' Vendor: 'NVIDIA Corporation' Version: '2.1 NVIDIA-10.4.2 310.41.35f01' Renderer: 'NVIDIA GeForce GTX 775M OpenGL Engine'
[21:27:58] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[21:27:58] [Client thread/INFO] [FML]: MinecraftForge v11.14.3.1502 Initialized
[21:27:58] [Client thread/INFO] [FML]: Replaced 204 ore recipies
[21:27:58] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[21:27:58] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[21:27:58] [Client thread/INFO] [FML]: Searching /Users/iTrebor/Library/Application Support/minecraft/mods for mods
[OptiFine] Version found: D5
[21:27:59] [Client thread/WARN] [replaymod]: Mod replaymod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.5-1e06d3f
[21:28:00] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
[21:28:00] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, replaymod] at CLIENT
[21:28:00] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, replaymod] at SERVER
[21:28:01] [Client thread/WARN] [FML]: =============================================================
[21:28:01] [Client thread/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
[21:28:01] [Client thread/WARN] [FML]: Offendor: eu/crushedpixel/replaymod/ReplayMod.testIfMoeshAndExitMinecraft()V
[21:28:01] [Client thread/WARN] [FML]: Use FMLCommonHandler.exitJava instead
[21:28:01] [Client thread/WARN] [FML]: =============================================================
[21:28:01] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Replay Mod, FaithfulVenom-32x-1.8, Huahwis Defstyle 16x16
[21:28:01] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[21:28:01] [Client thread/INFO] [FML]: Found 384 ObjectHolder annotations
[21:28:01] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[21:28:01] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[21:28:01] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[21:28:01] [Client thread/INFO] [STDERR]: [eu.crushedpixel.replaymod.ReplayMod:preInit:130]: Failed to install UriScheme handler:
[21:28:01] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.UnsupportedOperationException: OSX URI scheme not yet implemented.
I am not specifically sure what does this mean, however my theory is that it is missing the required element 'version', and the version.properties file could not be found. Therefore it resorted to the metadata version named "1.0.5-1e06d3f". It might still start up the mod successfully, and may not effect the mod's performance, however something here could be fixed just so that forge has the required information to properly load up the replaymod without these console messages.