VolmitSoftware / BileTools

Tools for making garbage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatic plugin detection and load failing.

Shin1gamiX opened this issue · comments

This started occuring just recently, not entirely sure what's up. Haven't experienced this with other plugins yet (since I'm testing just this one which has the issue, haven't tested for other, considerably big projects).

The issue is as follows:

I export the plugin I've been working on.
Bile tools detects that and attempts to reload the plugin.
The plugin that has been reloaded throws an error for a few classes (different each time or same, it's a bit random). It's a IllegalAccessError: no such method error. Or a class def not found one, sometimes. It's quite random.

No real issue whatsoever, seems like the plugin loads properly, but I'm honestly unsure.
I just end up reloading the plugin manually once more using /biletools reload ...

I'm absolutely sure that the classes that the error says don't exist, they do exist and the plugin functions properly but I still receive a bunch of errors. If you wish that I send the errors and the code associated with it, let me know.