-
Notifications
You must be signed in to change notification settings - Fork 28
WailaNBT: Console spam with error #21
Comments
Anybody? |
maybe there is something wrong with your walia.uninstall this mod and try again.if there is nothing wrong with your walia,please report your crash report. |
I have already tried removing this mod, and when done so, the console spam stops. It's apparently from this mod, otherwise I wouldn't be posting here. There is no "crash report", it's an issue of console spam. It also makes my log files very large and makes it difficult to see anything else but this error. Hopefully the mod author knows what is wrong, and can shed some light on this :) |
Any idea when a fix will be out? |
For what it's worth... This function starts up a javascript engine and throws a bunch of javascript at it on the fly by looping over the item registry. There are, at least, two problems here: 1.. The item name is passed to trim() but more normalization is necessary. For instance, items with apostrophes in their names will generate an error from the scripting engine. |
@martindiv Do you think you could fix it? A fix from the mod author doesn't look promising, and this issue has been persistent for over a month. Could you fork it, fix the issue, and have a new build? I'd really appreciate it, thanks |
Sorry for late response. I'm currently working on a new mod which will be the successor of WailaNBT with major code rewrite and more features. Chance of updating this project, WailaNBT, will be very little. However, due to busy work IRL, I realized new mod may not be released soon. So a workaround for current issue is available at https://drone.io/github.com/exzhawk/wailanbt/files . Please report if this issue reappear. Thank you! |
Using Forge version .1217, WailaNBT version 1.4, on a custom modpack with the following files:
http://puu.sh/c7FNu/0db7c916f4.png
I inconsistently keep getting console spam, I've tried to pinpoint it, but I've got no luck. It is inconsistent in that it sometimes appears and other times does not, which is why I can't exactly pinpoint to 1 file.
Here is what it says: http://pastebin.com/L39YR6Sd
Please look into this whenever you can, thanks.
The text was updated successfully, but these errors were encountered: