Everything posted by LexManos
-
Forge 4.0.0 blackscreen - help!
Something does
-
Concurrent Modification Exception
If you're willing zip up your source and send it to me so I can do some testing. I cant seem to figure out why this is happening as the two threads that deal with the entity list deal with different chunk instances. So having a mod that can reproduce this and figure out exactly what causes this. If it is indeed Forge, or if its user error.
-
Forge 4.0.0 blackscreen - help!
take a look at the classes forge ships {the files inside the zip} If any of your mods overwrite those classes there will probably be an issue....
-
Forge Server Error
Do I really have to spell it out? Its the same damn download, the exact same one for both sides. EXACTLY THE SAME. So update Forge. Q) Is the client side up to date with the latest build? Y) Move on N) Update it Q) Is the server side up to date with the latest build? Y) Move on N) Update it
-
FML / Forge error loading Modloader Mod 'Rei's Minimap'
Not exactly sure what reis is doing, but setInGameHook(LBaseMod;ZZ)Z does not exist in ModLoader, setInGameHook(LBaseMod;ZZ)V does though.... Link to what you downloaded?
- Forge Server Error
-
Forge 4.0.0 blackscreen - help!
Something you use overrides Forge's Block class, figure out what, and stop using it.
-
MCPatcher/FML Incompatibility
mm, ModLoader limits you to just the net.minecraft.src package for mods when developing, which is unacceptable. Hence the searching along the entire classpath. However, we'll see if something can be done to clean up excessive searching. Wouldn't be an issue if MCPatcher didn't add the root for no reason
-
SpriteHelper intracts with one of the local Sprites ?
It does, it appears to be a bug that cpw fixed recently that didnt apply the overrides properly. Wait for the next FML update in forge and try again. However, you do know, that adding a 32x32 texture using a override, to a 16x16 sprite sheet doesnt work right? You're better off, as I said, using your own full sprite sheet, and not using addOverride at all.
-
Mod won't work on server?
1) You're editing base classes by adding your tool types to the enums, use Forge's EnumHelper classes 2) You can condense all of those addRecipie calls down to one line each, you do not need to wrap them in Object[]'s..
-
FML missing Packet Methods
https://github.com/cpw/FML/commit/907cf2d925ae0c29b58fd1fcd8b4a34feb88160a Due to Risugami not publishing javadocs, we require modders to give us example mods that use any new functionality of ML. So if you know of a mod that uses serverSendPacket, post it and it'll get added. Remember, FML is made by cpw using purely user input and documentation of ML. cpw does not look at ML itself, its all clean room for him. Like I said, Risugami didn't publish his javadocs, so, cpw cant update all functionality till he gets test cases.
-
Issues with CJB's modpack and Forge 4.0.0
reading your log leads me to beleive that whatever zip you have that contains 'CJB_PlayerController.class' is corrupt and has a corrupt class file. Try redownloading everything fresh.
-
MCPatcher/FML Incompatibility
This is nothing to do with the other thread, the other thread states that he is adding things specifically to the mods folder, that he does not want to be loaded as a mod. I think we can all agree that's fucking moronic. Now, onto your issue. This does indeed seem odd, it stems from, as you say, MCPatcher adding the root minecraft folder to the classpath. For what reason we do not know. However, I've made cpw aware of this and he is taking a look into what needs to be done to play nicer together. From my understanding the full classpath walk was designed so that modders could debug there mods easily in MCP. And in any package/folder they wished. Being limited to just "<MinecraftHome>/mods" would cause issues on that front. So ya, cpw is working on it.
-
Configurable item ID question
-.- Initialize your item AFTER you load your config!
-
Re: clientPacketHandlerSpec receiving packets on server?
Are you specifying the correct channel in your packet? Kinda need to see the full construction and how things are set.
-
Forge Lighting Bug
Fixed in 255
-
Installation for dummies 101 please
its there, you're being stupid and trying to install the source distro without reading the readme. Want a install guide: Download universal Copy files in minecraft.jar Done...
-
ISpawnHandler not working in Forge4?
Nothing off the top of my head, but take a look at the EntityTracker* classes, those should contain a list of players and the entities they are aware of, {or inverted} but that would be the place to start.
-
Configurable item ID question
Soo.. you're loading the config in the PreInit But you're creating your item in the static init... How, exactly, did you expect that to work?
-
Crashing Problems
Dont use a mod, that edits base classes... Talk to the mod dev and tell them to stop being stupid and quit editing base classes.
-
SpriteHelper intracts with one of the local Sprites ?
Just make your item sheet whatever resolution you want, as long as its 16x16 icons.
-
will mcmod.info get rolled in to @Mod?
One of the main reasons for having a external mcmod.info is for launchers to have access to that info without having to parse the classfile itself.
-
How to bypass cpw.mods.fml.common.LoaderException
you should prolly use c.getName() for more consistent results. toString is platform dependent IIRC.
-
Crashing Problems
Doesnt matter if you mover it in or MagicLauncher does its the same thing. Something you're using screws with Minecraft.class in a way that should not be, and crashes, doesnt seem to be a forge issue.
-
Forge Server Error
Update your forge.
IPS spam blocked by CleanTalk.