LexManos

Results 183 comments of LexManos

The 5.x uptake is not complete yet I'll close it when it is done.

Please provide full details, these half-bits are not useful. Allowing for the removal of FML's Security Manager will do nothing but cause Modders to continue there unfriendly activities. Yes, allowing...

@PonyPC "BUT any other plugins can overwrite custom security manager and set permission to touch root file, execute external commands, etc." This is actually incorrect if you understand anything about...

The intended method is for the the version to be valid in the @Mod so that we can pragmatically grab the data without having to actually run any code. So...

Compleetly different issue. This one is caused by something malforming the packets and causing the header to look for a invalid packet by id. What are you sending? How much...

You're doing something to corrupt the packet format, thats whats causing the errors. Give the EXACT code and EVERYTHING. Not the generic 'sendPacket' function as that tells me nothing about...

Neither am I and I figured something like this might happen. @Mumfrey However, coremods can fix it themselves so it's a non-issue.

I have seen that and I don't accept it. It should be functional entirely inside the LCL.

Here is the exception: Exception in thread "Minecraft main thread" java.lang.ClassFormatError: (class: ep, method: signature: ()V) Illegal exception table range at net.minecraft.client.Minecraft.a(SourceFile:349) at net.minecraft.client.Minecraft.run(SourceFile:638) at java.lang.Thread.run(Unknown Source) Here is the...

Fixing the return should be done, and is as simple as `{ i--; continue; }`