TechzoneMC / SonarPet

A fork of EchoPet, updated to 1.11
https://ci.techcable.net/job/SonarPet/
GNU General Public License v3.0
19 stars 16 forks source link

IllegalArgumentException: Unknown class for hook type BLAZE #104

Open Techcable opened 7 years ago

Techcable commented 7 years ago
Techcable commented 7 years ago

Unfortunately, I'm unable to reproduce this issue.

FrostMiser commented 7 years ago

I was getting this also and found that it was due to a space in my path. For example, if I named my directory something like "example directory" i'd get the error. Naming it something like "example_directory" fixed the issue.

When the issue was showing up, I noticed that getTopLevelClasses wasn't returning any classes in EchoPetPlugin. I think it may be related to this issue - https://github.com/google/guava/issues/2152

ghost commented 7 years ago

Getting this same exact error..

And as @FrostMiser said, it's related to if you have a space in your directory name or not.. Kinda odd.

I had "Test Server" and it didn't work, but "Test_Server" works..