Everything posted by LexManos
-
[SOLVED][1.7.2-10.12.0.1027] setupDecompWorkspace : NoSuchMethodError
Try again with --refresh-dependencies
-
1.7.2 windows installer.
I'm not raging, I am pointing out what is wrong and possible reasons why it could be based on my disection of launch4j's source. If you want I can 'rage' and ban you, but I don't want to as thats annoying. I can tell you, that out installer works just fine with jre7 installed as I have jre7 installed. It detects it and uses it just fine seince it is installed on my system correctly. Either way it's a non-issue as the millions of others using the exe installer use it just fine, and you have the ability to run the jar yourself.
-
Odd crash when loading a world in modded 1.6.2
We do not support.1.6.2 anymore. And one of your mods fucked up.
-
1.7.2 windows installer.
Java WORKS, doesn't mean it's installed correctly. What is your JAVA_HOME environment variable set to? Does your PATH container the bin directory for your JRE? Also, it uses your Registry to find the installed java: "SOFTWARE\\JavaSoft\\Java Runtime Environment", "SOFTWARE\\JavaSoft\\Java Development Kit",
-
[1027] Return statement error
https://github.com/MinecraftForge/ForgeGradle/commit/f96e6488070befea510e4c1d71e883e4827f84d1 I tried adding 2G in the plugin itself. And made it log the FF output to the log file. So, try again.
-
1.7.2 windows installer.
It should require jre6+ So jre7 should work fine... I'll look into it. ya, it doesn't care the version as long as its 6+. Most likely the cause is that you don't have the JRE installed correctly and it can't find it.
-
Bug With Example Mod.
I know, i'll udpate it eventually, But I don't particularly care. Its a example mod. Just to show you the basic structure.
-
Can't install Forge.
Mod packs dont require you to install Forge yourself. Either way you can manually install the libraries that it wants by following instructions in the EAQ.
-
Error with download?
Don't hijack threads, and our servers are up, check your net.
-
How can you use your normal Minecraft Account in Eclipse?
Protip: If you also supply --password it will attempt to log you in, thus allowing you to connect to live servers at dev time. Useful for debugging hard to replicate issues
-
Presentation of MasterDev
- [1.6.4] Reached end of stream
Please provide the log from the log file, not the console as that doesnt actually tell us anything. However, this is typically caused by either an overzealious firewall, or a mod on one side or the other breaking the packets.- need forge link for windows
You NEED the java runtime in order to run minecraft. So if you can run minecraft you have Java installed. So run the installer with Java. See my signature on how to do it manually.- Forge src project error
You have to run the eclipse command before opening eclipse -.-- Error with download?
Rerun the setup something borked your download of apache comms, which shouldn't happen as it's a standard library.- Crash when opening inventory!
Those are all the same thing, however, 1) Update Forge 2) Try without RenderPlayerAPI.- BlockPlacedEvent
There is a 'ive been placed' function in Block itself. You can also make a custom item that fires the notifcation to itself. There are many ways you can go around this... Nothing need be done on our end for your situation.- [Error] Forge-1.6.4-9.11.1.965-src : install.cmd
We do not support 1.6.4 anymore, especially not the python version. Also your image is broken.- Oredictionary improvements
No, It's already been discussed before. What copper wins? How much does it spawn? Where does it spawn? What properties does it have? There is to much drama in that. As it sits there are a few mods out there that do exactly what you want {well, sorta, they convert it to a generic type when picked up/processed} But that would be on to the modders/end users end to install those.- Minecraft Launcher with forge, closing
There is ALWAYS a log be it in the decloper console tab of your launcher, or in the logs folder there is ALWAYS a log.- Out of bounds exception.
31944+256=32200- forge-1.7.2-10.12.0.1024-src Library Missing Error (&1025)
Logs- Can't load my a world.....please help
Interesting i'll look into this more, but there is nothing that should cause this to happen. possibly a extreamly slow computer.... What are you system specs? {cpu speed, ram, os, the works}- Server wrong player position!
not a forge bug, typically just the modder messing up the coordinate system, also rememebr that the coords are not EXACTLY synced between client and server, they are roughly synced.- BlockPlacedEvent
Blocks are told when THEY are placed, but a generic BlockPlaced is hard to do, there are hundreds of avenues that could 'place' a block. We have the PlayerInteractEvent as diesieben mentioned as a typically 'this player is using smething' event. It sounds for your example that what you want done can be done fairly easily. Basiclaly.. you want a block, when placed, to flood out and place other blocks? Ya thats simple to do in the mechanics we have in place. - [1.6.4] Reached end of stream
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.