
HMPerson1
Members-
Posts
331 -
Joined
-
Last visited
Everything posted by HMPerson1
-
GLSL Shaders OF goes in the jar... You're putting it into the mods folder.
-
Minecraft Crashes after inserting Mods into Mod File
HMPerson1 replied to Phasmatis75's topic in Support & Bug Reports
In Event Of File Server Outage -
There's no sure-fire way of determining this, as not all mods use the same config format for storing block ids. Heck, mods could randomly generate block ids on the fly each time it's loaded, ignoring its config entirely. However, if, and only if, they use the default Forge config style, one could write a tool to detect id conflicts.
-
Did you delete META-INF?
-
Forge Build 466 no common folder in src?
HMPerson1 replied to Chancebozey's topic in Support & Bug Reports
The common folder has been moved inside the minecraft folder. -
Custom place to save lib and mod files
HMPerson1 replied to Westar777's topic in Support & Bug Reports
Change the directory from which you executed minecraft.jar Forge will load from ./ -
Black Screen when starting minecraft
HMPerson1 replied to overkill77's topic in Support & Bug Reports
Don't use [hide]...error log... Use spoilers. [spoiler]...error log...[/spoiler] This will be your only warning. -
FML Does not work with... BWG
HMPerson1 replied to djmadman123456789022's topic in Support & Bug Reports
Logs? -
Looks like a problem with your ArsMagica config file.
-
Latest is 6.4.2.448.
-
Try with the latest Forge without mods. If that works, it means it's a problem with one of your other mods.
-
Instructions are on the wiki.
-
"FML is setting up Minecraft environment" stuck at 0%
HMPerson1 replied to stringburka's topic in Support & Bug Reports
The logs we're looking for are at .minecraft/ForgeModLoader-client-#.log. Btw, thanks for the well written report. It's quite hard to come by one these days. -
Copy these: fml_at.cfg fml_marker.cfg fmlversion.properties forge_at.cfg forge_logo.png mcp.png mcpmod.info
-
Installing forge problem [Server] [Solved]
HMPerson1 replied to fauxiss's topic in Support & Bug Reports
That method works perfectly fine for me. Instead of deleting the mods or coremods folders, delete all of the ForgeModLoader-server-#.log files. If it is recreated when you launch minecraftforge-universal.jar (give it a minute or two), then it's working properly. -
Workaround: Manually copy *.cfg files to the bin directory.
-
2012-12-16 14:32:15 [sEVERE] [ForgeModLoader] There were errors during initial FML setup. Some files failed to download or were otherwise corrupted. You will need to manually obtain the following files from these download links and ensure your lib directory is clean. 2012-12-16 14:32:15 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/argo-2.25.jar 2012-12-16 14:32:15 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar 2012-12-16 14:32:15 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar 2012-12-16 14:32:15 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar Do what the log tells you to do.
-
fatal error starting up Minecraft and fml
HMPerson1 replied to ReLoaD94's topic in Support & Bug Reports
java.lang.RuntimeException: A download error occured Look at the second bullet point. -
fatal error starting up Minecraft and fml
HMPerson1 replied to ReLoaD94's topic in Support & Bug Reports
Read the O-EAQ. -
Crash when connecting to my server with 7 mods installed...
HMPerson1 replied to Matrixmage's topic in Support & Bug Reports
Railcraft is suspiciously absent from the mods list... 2012-12-16 19:59:54 [FINE] [ForgeModLoader] Mod sorting data: 2012-12-16 19:59:54 [FINE] [ForgeModLoader] BasicComponents(Basic Components:1.2.0): BasicComponents_v1.2.0.303.jar () 2012-12-16 19:59:54 [FINE] [ForgeModLoader] AssemblyLine(Assembly Line:0.1.7): AssemblyLine_v0.1.7.25.jar (required-after:BasicComponents) 2012-12-16 19:59:54 [FINE] [ForgeModLoader] EnderStorage(EnderStorage:1.3.0.4): EnderStorage 1.3.0.4.jar () 2012-12-16 19:59:54 [FINE] [ForgeModLoader] ICBM(ICBM:0.7.2): ICBM_v0.7.2.88.jar (after:BasicComponents;after:AtomicScience) 2012-12-16 19:59:54 [FINE] [ForgeModLoader] ModularForceFieldSystem(Modular ForceField System V2:2.2.8.1.17c): ModularForceFieldSystemV2.2.8.1.17c.zip () 2012-12-16 19:59:54 [FINE] [ForgeModLoader] IronChest(Iron Chest:4.4.0.194): ironchest-universal-4.4.0.194.zip (required-after:Forge@[6.0,)) -
Crash when connecting to my server with 7 mods installed...
HMPerson1 replied to Matrixmage's topic in Support & Bug Reports
Are you sure you have all the mods installed on the server? And we'd prefer if you'd give the server logs as well. -
Forge Mod Loader has found world ID mismatches
HMPerson1 replied to XPeriMeNTsp5's topic in Support & Bug Reports
No mods? Really? 2012-12-16 20:29:55 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Sin\AppData\Roaming\.minecraft\coremods\IDResolver_1.4.5_COREMOD_Update-0.jar, examining for mod candidates 2012-12-16 20:29:56 [FINE] [ForgeModLoader] Mod sorting data: 2012-12-16 20:29:56 [FINE] [ForgeModLoader] mod_TooManyItems(mod_TooManyItems:Not available): minecraft.jar () 2012-12-16 20:29:56 [FINE] [ForgeModLoader] mod_GuiAPI(mod_GuiAPI:Not available): minecraft.jar () 2012-12-16 20:29:56 [FINE] [ForgeModLoader] mod_IDResolver(mod_IDResolver:Not available): IDResolver_1.4.5_COREMOD_Update-0.jar (after:*) You still have TMI and GuiAPI in your jar. -
Server/Client sources not found on recompile 1.4.5
HMPerson1 replied to Joshwarfield's topic in Support & Bug Reports
Forge will automatically download MCP for you. Don't extract Forge into MCP. -
Forge Mod Loader has found world ID mismatches
HMPerson1 replied to XPeriMeNTsp5's topic in Support & Bug Reports
Copy the configs folder from the server to your client.