Everything posted by LexManos
-
minecraft Forge Crash Report
No, you're not. Unless you just lied and said you removed everything as this is a error caused by a mod you installed. And if you truly did remove everything that mod would not be there. As always always always post logs.
-
Forge error help. cant install libraries
Run the jar from the console and give us the logs. Or manually install the libraries like it says in the eaq.
-
what to do if EAQ Fails to answer ?
Give me directory listings.
-
what to do if EAQ Fails to answer ?
Assume you're talking about a linuz system and ~ being your home dir, no, it needs to be in the minecraft/libs dir.
-
Help with Linux Forge 1.6.4
Always post with logs.
-
Unexpected packet on [ctrl] press
Interesting, i'm not able to reproduce in just forge. Does this happen on all servers, or just the MCPC server you showed. Also, try removing microblocks and trying. Note: MicroBlocks/Multipart is not part of Forge and if theya re the issue we cant support it.
-
Copyright Infringing Sites
Ya gunna lock this, I can just see this becoming a major issue/flamewar... no offense intended, just don't wanna deal with that crap.
-
Crash on Startup
Interesting, something is corrupting your class file. I would say it's a coremod that is broken. You can try running with -Dlegacy.debugClassLoading=true and pastebin-ing the log.
-
Can't Install McForge
Well show us what DOES happen when you try and run it manually. And if you don't know how to get a md5 of a file, there's this wonderful invention called google -.- Fixing issues requires a little cooperation on your end.
-
Can't Install McForge
Odd, try running the jar manually. Also, what is the md5 of the installer jar you have?
-
"Description: Exception in server tick loop"...
Rensik has been banned for being a cunt. The answer provided in the first place was perfectly fine. Don't get all huffy.
-
Player stands invisible in-game
You have A LOT of mods in there that are erroring/derping up. Your best bet is to track down which of the coremods are in there are editing things that it shouldn't. I see a lot of errors trying to download the players skin, may be the cause.
-
[Linux] Forge Server file not working
Use the recomended build, or manually build the classpath, there was a slight bug with the gradle switch, post-gradle 1.6.4 builds are not advised to be used.
-
Mods causing crash
NEI needs CodeChickenCore not CodeChickenLib
-
problem when trying to install forge
Give us a console log of you running the installer.
-
Im haveing some problems...........
By removing the mods, and trying again.
-
Download error
The ones specified in the json.
-
Im haveing some problems...........
You have a mod installed thats trying to load client side code, and isnt compatible with the dedicated server you'll need to track that down/.
-
Missing essential libraries for forge server
Use the recomended build.
-
Download error
Use the installer.
-
MakerBuild System
Gradle makes this obsolete, Also looking at it, this doesnt actually do jack shit besides display a random gui. And pro-tip GUI's wont work on headless servers such as build servers! Ya... No...
-
Crash with a UNC path to .minecraft folder
Its not a gui feature as it's part of the boot strap. Pass it to THE LAUNCHER. The jar or exe file you download from minecraft.net Ya, that.
-
Shaped/Shapeless recipes bug with woods/planks/stairs/slabs
https://github.com/MinecraftForge/MinecraftForge/commit/295542c3579d75368b9ce59333b8f6aeff20d5e4#commitcomment-4678117
-
Forge 9.11.1 Minecraft 1.6.4
Forge Version: 9.11.1 Minecraft Version: 1.6.4 Downloads: Changelog (Direct) Installer (Adfly) (Direct) Universal (Adfly) (Direct) Source (Adfly) (Direct) Javadoc (Adfly) (Direct) Alright ladies and gents. time again for another Recomended build of Forge! As I was kinda lazy in releasing these this one is kind of a duesy. This is the last supported build for 1.6.4 with ModLoader compatibility. We are hard at work on the update for 1.7. And with the death of ModLoader some things have changed. And we are trying to prepare for that. What does this mean for: The End User: If you want compatibillity with ModLoader, stick to builds 953 and below. Simple as that. We archive all older builds for this purpose we do not wish to lock you into any one thing. But please do not issue bug reports related to modloader of anything like that if you're using build 960+ This release is MAJOR changes under the hood in prep for the 1.7 update. There are some known issues with the new BlockBreak system and some older mods. Please use the 944 build if you run into those compatibility issues. The Forge Modders: If you are writing a Forge mod you should not be using ModLoader functionality for a long long time now. All Classes/methods have been marked Deprecated for a reason. This is your chance pre-1.7 major change to do a quick ModLoader purge. You can also look into the 960+ builds to see the new gradle build system. This is a major change to how things worked before, But I am confident with some time and community effort we can iron out all the kinks and get things working great for everyone. At the time of this writing, there are still some features that we are wanting to roll out, namely setupDecompWorkspace which will give you a read-only version of the Minecraft code. However, as ForgeGradle is seperate from Forge itself, we can retroactivly apply these new features to anyone who has migrated to the new build env. The road will be a little bumpy as we work out the kinks, so please be respectful and file issues on the apropriate Github, and for all inquaries with the new build system please direct them twards AbrarSyed. Minecraft Forge 9.11 Changelog: ============================================================================ Updated to Minecraft 1.6.4. New: Intaller now uses xz compressed downloads and a mirrior list which should spead up downloads and prevent server overloading. Added detailed exception information for the 1.6.4 structure change Attempt at a shared modlist implementation - should allow visibility between liteloader and fml for "mod list display" Added ItemTooltipEvent to allow modders to add more detained information to tooltips. Added a client side only command system to allow modders to create commands that work on the client, such as /cls to clear the chat screen Added pre and post event to rendering Chat, allowing for placement of the chat box. Added pre and post event to rendering player list. Made villager trading GUI not open when sneaking, aligns it with other GUIs. Added EntityStruckByLightingEvent New hook to allow mods to determine how they react to 'weak' power New API to allow for mods to strip interfaces and methods that rely on other mods that are not installed. New PlayerOpenContainerevent that allows mods to control what the player can interact with. Added basic support for Tweaker sorting New configuration entries to allow more control over the zombie 'assistance' summoning mechanic, vanilla values can break in some cases. New Zombie assistance summoning event, to allow mods to control this behavior more. Added new recipe sorting mechanic, it is recomended that both the client and server enable this feature in order for it to work correctly. Added the ability to create Biomes without registering them, thus allowing extra flexibility in multi-world mods. New API marker system that Mods can depend against. See FML for more detials. Add warning to item registration to prompt modders to register them with names in an attempt to make 1.6 worlds 1.7 compatible. New BlockBreakEvent, thanks Onibair and Blood, this change causes some issues with mods that use our fakePlyer system for client side only things, revert to build 944 if you must use those mods. Or wait for the mods to update. Bug Fix: Fixed NPE when loading single-player twice Fixed tweaker injection into classloader Fixed fluid rarity missing default Fixed typo in bounding box based ladder checks that caused potential infinite loops with entities in certian positions. Cross-modsystem compatibility fix with thanks to Mumfrey @ liteloader Made Vanilla hopper obey the IInventory contract, TileEntityHopper now takes into account IInventory.getInventoryStackLimit() when inserting items. Fixed placement of snow cover over metadata 6. Set densityDir in BlockFluidBase's constructor Fixed bug where some enchants could apply in invalid combinations at the enchanting table. Fixed install.sh not passing arguents to install.py Fixed issue that caused the per-world data storage to not be saved correctly. Delay sound system backend initalization to speed up startup and prevent race condition on some computers. Fixes no sounds issue on some machines. Fixed umpteen instances where 0 was referenced instead of air, should help mods that have plants/structure that grow. Fixed vanilla MC's decision to display session data in the console log.. This is bad Fixed NPE that caused the ChunkManager config to not load and save. Fixed issue where certian errors in the event bus were not logged correctly. Fixed issue in MC's logger code that caused resource pack warnings to not display properly. Fixed VersionCheckHandler documentation for the correct signature Fixed issue with wanter and lava localization
-
Asking some professional master for help!!
Use 953. 960+ is prep work for 1.7 and as such has ModLoader, All Public, and the likes removed {Note, I didn't notice this untill after but seem cpw wanted to do it in the 1.6.4 builds so whatever} 953 is the last officially supported build for 1.6.4.
IPS spam blocked by CleanTalk.