Everything posted by LexManos
-
Item Ids Switching.
int certusOrbID = certusIngot.itemID; Don't do that, ALWAYS use certusIngot.itemID ALWAYS. It is better to centralize the id to one single place. So that if it DOES ever change you dont have to find all the p[lace where you have 'magic numbers' and fix them. Seriously, like 100 hunks in Forge are simply changing Mojang's hardcode of 'air' from 0 to something less magic number.
-
Item Ids Switching.
1) You should ALWAYS grab the ID from the item/block instance DO NOT cache it. That's just asking for trouble. 2) It's setting it to 6357 as items are shifted by 256. There is nothing to fix, this is how minecraft works.
-
Modding Survival crash report/problem/help?
java.lang.ArrayIndexOutOfBoundsException: 4275 at net.minecraft.block.Block.<init>(Block.java:338) at net.minecraft.block.BlockContainer.<init>(SourceFile:9) at pixelmon.blocks.BlockEvolutionRock.<init>(BlockEvolutionRock.java:21) at pixelmon.config.PixelmonBlocks.load(PixelmonBlocks.java:114) You set BlockEvolutionRock in pixelmon to 4275. That's the issue, we can't do anything to fix this for you it's your config. Also, read your log it's freakin obvious.
-
Something is wrong with Forge 1.6.2
You're not using the latest version of Forge. If you were, it wouldnt be trying to download from that site. Update. Hell, I even went back and retroactivly changed all refernces to that site. If you downloaded the installer from us you wouldnt be getting that issue.
-
Minecraft will not start after using Forge Installer
Don't use Magic Launcher, use the normal Forge installer and the normal Mojang launcher.
-
Crash on Startup
Seems like a pretty OBVIOUS error if you know.. you read your log -.- But ya this is nothing to do with Forge, This is a error in your Graphics Driver, You need to try going and updating your graphics drivers.
-
Forge Installer
Read the eaqs. Run JarFix, or run it manually.
-
Forge could not retrieve/failed to download
Yes you need the server when modding with Forge as we merge the client and server into one code base. And you should also have the 'libraries' folder, the thing that you're having issue downloading. Seriously though, The forge src setup has been automated for several months now. This is NOT an issue with our system It's an issue with YOUR internet connection. One that can be resolved by just having those libraries already downloaded like I told you but aparently you're not getting that. Either way, I expect a small level of intelegence from people who use the src distribution, I have told you what needs to be done, this is the end of it.
-
Forge could not retrieve/failed to download
No.. Why would you need to do that? Seriously i can't beat this into people enough you NEVER NEVER NEVER NEVER NEVER need to TOUCH your minecraft.jar/minecraft_server.jar anymore. But no, FML comes with Forge in both the src and binary distrabution. Thats why theres a folder called fml -.-
-
Forge could not retrieve/failed to download
Something is screwing up your internet connection and not letting it download needed files. For now, start off my making a folder called 'mcp_data' in the fml dir. Then copy mcp\jars to that folder. {the eintire jars dir so you now have fml\mcp_data\jars} Kill the mcp folder, and then try again. The 'mcp_data' folder is the cache that FML looks for when setting up a completely clean work space. So if you stick the jars in there it won't download stuff you already have.
-
Cant get Forge to work with ShardGaming
You'll have to speak with your server host on why there scripts didn't work. FML no longer downloads anything. It was PITA code and annoying, With the new launcher system we don't have to download anything. So we stripped it out. However, if you want to get a completely functional server directory, just use the installer. It'll download and setup the server directory exactly how it's supposed to. But if you use our installer it'll grab everything for you. Note: It's EXTREAMLY important that you DO NOT rename any of the files the installer downloads as the universal jar looks explicitly for those names {EXA: Don't rename 'minecraft_server.1.6.2.jar' to 'minecraft_server.jar'}
-
I can't open the website (files.minecraftforge.net)
If you can access this website then you should e able to access the file server. As it's literally the same server. Try a new computer on your network or something.
-
Fix for the Forge Installer "won't open" problem
It took you 3.5 hours to find a link that is in our EAQs that are stickied in this very forum.... Really people you should read the damn stickey its only one!
-
Minecraft Forge 1.6.2 Bug Report
2013-08-26 17:29:51 [FINEST] [ForgeModLoader] Recursing into package src 2013-08-26 17:29:51 [FINEST] [ForgeModLoader] Recursing into package src.assets 2013-08-26 17:29:51 [FINEST] [ForgeModLoader] Recursing into package src.assets.advancedmachines 2013-08-26 17:29:51 [FINEST] [ForgeModLoader] Recursing into package src.assets.advancedmachines.lang 2013-08-26 17:29:51 [FINEST] [ForgeModLoader] Recursing into package src.assets.advancedmachines.textures 2013-08-26 17:29:51 [FINEST] [ForgeModLoader] Recursing into package src.assets.advancedmachines.textures.blocks 2013-08-26 17:29:51 [FINEST] [ForgeModLoader] Recursing into package src.assets.advancedmachines.textures.gui 2013-08-26 17:29:51 [FINEST] [ForgeModLoader] Recursing into package src.assets.advancedmachines.textures.items 2013-08-26 17:29:51 [FINEST] [ForgeModLoader] Recursing into package src.assets.advancedmachines.textures.sprites 2013-08-26 17:29:51 [FINEST] [ForgeModLoader] Recursing into package src.ic2 2013-08-26 17:29:51 [FINEST] [ForgeModLoader] Recursing into package src.ic2.advancedmachines 2013-08-26 17:29:51 [FINEST] [ForgeModLoader] Recursing into package src.ic2.advancedmachines.client 2013-08-26 17:29:51 [FINEST] [ForgeModLoader] Recursing into package src.ic2.advancedmachines.common There is a 'src' in there.. not sure why. That would fuck things up. But ya doesn't seem to be a Forge issue.
-
Inquiry about future versions of forge for minecraft 1.6.2
Yes, there is also multiple versions of Forge out for 1.6.2 already. Just go download two and test it out.
-
Minecraft Forge 1.6.2 Bug Report
The same thing you should of done in the first place: 1) Speak to the mod authors of the effected mods. 2) LOGS LOGS LOGS LOGS LOGS LOGS LOGS LOGS LOGS LOGS LOGS LOGS LOGS LOGS
-
1.5.2 modding
If you're using a mod pack, use the mod pack. Go to them for instructions on how to set it up. As for the crash we MUST have the log. You dont upload a file either put it in a spoiler tag, or pastebin it. Either way though your answer will be, install the mod pack if you're using a modpack, which you clearly state that you are.
-
Minecraft Forge 1.6.2 Bug Report
Then your texture pack is screwed up. However, it should use the defaults if they arnt there. So it'd still be the mods that are messed up.
-
META-INF
Then you're doing it wrong. Or the mod is a jar mod which we do not support. Seriously dude now many times/ways do I have to say this? If you do ANYTHING to the minecraft.jar you're doing it wrong. If you are ever even told to OPEN the minecraft.jar in winzip or something you're doing it wrong. Anyways I'm repeating myself and you're not providing any information to actually let us help you, so locked.
-
META-INF
NO Seriously duded you don't have to do ANYTHING to the minecraft.jar If a mod tells you you have to then it is WRONG and the mod author is doing it WRONG.
-
Minecraft Forge 1.6.2 Bug Report
pink and black is the 'missing' texture. If you have it then you're missing the real texture those blocks tried to stitch in. Or, smething is binding the wrong texture. Neither are Forge's issue. I'd start by checking your log file to see if it says anything is missing.
-
Crash with a UNC path to .minecraft folder
1) No need for that batch file or screwing with appdata. Just use the --workDir argument in the launcher. 2) I'll have to take a look at UNC paths, they should work fine as logn as Java itself supports the underlying setup.
-
Forge Server Error on Startup.
That fine is EXTREAMLY relivent. As it is where the bulk of the libraries are, and where all of the miencraft code is. It MUST be named 'minecraft_server.1.6.2.jar' So that Forge can find it. There is a reason why it downloads when you run the installer -.-
-
setTranslucent
Because that's how mojang wrote it.
-
Inquiry about future versions of forge for minecraft 1.6.2
It installs a new 'version' Like you can have 1.5.2 and 1.6.2 on the same launcher. It's up to the profile config to select what version you're running. However! The Forge installer overwrite the 'Forge' profile. To what ever version you're installing. So if you play with the 'Forge' profile {It's literally named 'Forge'} then yes it'll change forge versions. But if you run your own profile {you can have unlimited, int he profile manager} then you're fine and it wont change the version. Check out the profile config it's fairly obvious what i'm talking about once you see it.
IPS spam blocked by CleanTalk.