
Jasertio
Members-
Posts
23 -
Joined
-
Last visited
Everything posted by Jasertio
-
Just read it. Didn't see anything mentioning the location of the logs.
-
I suggest adding to the EAQ that the logs can be located at the .minecraft folder. Many lazy people don't know this and instead of looking for it, post on the support forum. Having this info on the EAQ will allow us to direct people there.
-
.minecraft folder http://www.minecraftforge.net/forum/index.php/topic,20.0.html
-
Ellian detectoir config files not detected?
Jasertio replied to Felina_Lain's topic in Support & Bug Reports
Yes Lex, but I didn't know it had that kind of power. How would you implement that? -
Try opening the installer with 7-zip or similar program. If it opens then your file is fine, and you have a different problem. If it gives you an error message, you did not download the file correctly.
-
Ellian detectoir config files not detected?
Jasertio replied to Felina_Lain's topic in Support & Bug Reports
Lex, I was just about to post about the ELLIAN_CONFIG environment variable . As Ellian themselves posted: Ellian's "Tips" for installing their mod. If you want the mods configs to work with Forge, you have two options: 1) Add ELLIAN_CONFIG to your environment variables; or 2) Use one of the scripts I provide which will set the environment variable just for that instance. (you'll have to use it every time if you want the configs to work.): Launching with Minecraft.jar @ECHO OFF ECHO "Script created by Jasertio" ECHO "Setting ELLIAN_CONFIG to %APPDATA%\.minecraft\config\" set ELLIAN_CONFIG=%APPDATA%\.minecraft\config\ ECHO "Launching Minecraft" java -jar Minecraft.jar Launching with Minecraft.exe @ECHO OFF ECHO "Script created by Jasertio" ECHO "Setting ELLIAN_CONFIG to %APPDATA%\.minecraft\config\" set ELLIAN_CONFIG=%APPDATA%\.minecraft\config\ ECHO "Launching Minecraft" Minecraft To run the script, have Minecraft.jar or Minecraft.exe on the same folder as the script, and run the script. -
minecraft cant launch with forge (java problem maybe ??)
Jasertio replied to laynian's topic in Support & Bug Reports
CoFH Core was not yet updated to 1.6.2. Use Minecraft 1.5.2 (with the appropriate Forge version) or wait for the update. -
I hope (and I think) Forge (or vanilla ) will include a feature for mod installs for different Minecraft versions in the near future. Hopefully with a structure like so (or something better of course): .minecraft ├───config │ ├───Forge-1.6.2-9.10.0.804 │ │ └───example-mod-1.6.2 │ │ └───example-mod-1.6.2.cfg │ ├───Forge-1.6.1-8.9.0.775 │ │ └───example-mod-1.6.1 │ │ └───example-mod-1.6.1.cfg ├───mods │ ├───Forge-1.6.2-9.10.0.804 │ │ └───example-mod-1.6.2.jar │ ├───Forge-1.6.1-8.9.0.775 │ │ └───example-mod-1.6.1.jar
-
http://www.minecraftforge.net/forum/index.php/topic,10722.msg54672.html#msg54672
-
Minecraft Crash (Forge 9.10.0 Minecraft 1.6.2)
Jasertio replied to ClearBrook08's topic in Support & Bug Reports
Are you expecting that mods for Minecraft version 1.4.7 work on version 1.6.2? -
Please help putting forge on my server.
Jasertio replied to rollbacksmiley's topic in Support & Bug Reports
Contact Aim2Game support since they are your server host. They seem very helpful. -
MC 1.5.2, Forge 7.8.1.738, IC2 - Black Screen
Jasertio replied to Thoddius's topic in Support & Bug Reports
Look at the changelog Build #385 was the last 1.5.2 build. -
2nd Occurance Minecraft Crashing 1.6.2-Forge9.10.0.803
Jasertio replied to Reborn_Pinky)X's topic in Support & Bug Reports
Mod not officially updated. ONLY use official forums and topics. Planet Minecraft Minecraft Forums PS: Bug the mod author to update his install instructions so that instead of them telling to place the mod files on the Minecraft jar, place the mod zip on the mods folder. -
Do you want to know why the mods don't show up in the "Mods" section on the home screen of Minecraft? Out of those three mods, only Optifine was updated to 1.6.2 and you managed to screw that installation too. So wait for your mods to be updated and, once again: EDIT: Found something interesting on your log: 2013-07-23 21:19:06 [FINE] [ForgeModLoader] Ignoring unknown file CameraStudioV2.8.5(mc1.5.2).lnk in mods directory 2013-07-23 21:19:06 [FINE] [ForgeModLoader] Ignoring unknown file OptiFine_1.6.2_HD_U_B4.lnk in mods directory 2013-07-23 21:19:06 [FINE] [ForgeModLoader] Found a candidate zip or jar file ShadersMod-2.00-mc1.5.2-ofud3.zip For CameraStudio and OptiFine there are only shortcuts to the files and not the files themselves.
-
Changelog: Build 1.6.2-9.10.0.802 LexManos Re-added deprecated liquids system. To be removed next major MC versions after issues with Fluids are fixed. (reverse-merged from commit [url=https://github.com/MinecraftForge/MinecraftForge/commit/9b5208fa308f22c24e295ce3be38dcafea2857ea]9b5208f[/url]) This WILL be removed and should not be developed against aside for a temporary 1.6 release. Build 1.6.2-9.10.0.801 LexManos: Remove SideOnly(Client) in IBlockAccess.isAirBlock
-
1.6.2 "Unable to launch" Error when running latest forge
Jasertio replied to Aerophite's topic in Support & Bug Reports
Quote from: LexManos on July 13, 2013, 12:00:05 AM -
Minecraft shutting down when using Forge installer .790
Jasertio replied to keeper2002's topic in Support & Bug Reports
Quote from: LexManos on July 13, 2013, 12:00:05 AM