Keridos / FloodLights

Minecraft Mod for Flood Lights (alternative for GregsLighting)
GNU Lesser General Public License v3.0
9 stars 12 forks source link

crash on tabcomplete #82

Closed ExplodingONC closed 6 years ago

ExplodingONC commented 6 years ago

2018-09-10-2.log

Cause a crash when I'm typing a command and press Tab to auto complete it. This happens both in local worlds and on a server after I installed this mod, and go back to normal after I removed it. The game log is attached above. I really like this mod, and I hope that this problem is going to be fixed soon.

Keridos commented 6 years ago

We do not register any commands as far as I know. We could remove the IGW notifier but I doubt it has anything to do with it.

ExplodingONC commented 6 years ago

It is really strange I think, this mod do not have built-in commands, but it did crash some how. And I don't think that there is a conflict with other mods, because only this mod alone can still cause the crash. I'm using Forge 14.23.4.2705 on Minecraft 1.12.2, and I hope this information can help you.

drzpk commented 6 years ago

We could remove the IGW notifier but I doubt it has anything to do with it

@Keridos Actually, it did. Apparently API has changed since the last time the notifier was updated.

@ExplodingONC The issue should be now fixed. You can download the most recent artifact from Jenkins.

ExplodingONC commented 6 years ago

The crash issue is now solved by the 1.3.2 update, but this update seems to no longer work with sponge server. The error log is attached. Do you have any ideas? server log.txt

drzpk commented 6 years ago

@ExplodingONC This is actually caused by one of the previous commits (most likely e4f45a1). I'll look into it.

drzpk commented 6 years ago

@ExplodingONC The issue with Sponge is now solved. Try the most recent build from Jenkins.

ExplodingONC commented 6 years ago

Everything is functioning properly now, thanks for your updates.