Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Your Addon is incompatible cause its using non existing classes" error message #1362

Closed
dead-like-roses opened this issue May 19, 2020 · 0 comments · Fixed by #1399
Closed
Assignees
Labels
Status: Done This issue has been completed or answered. This pull request has been merged. Type: Enhancement Improvement or modification which is usually a new feature.

Comments

@dead-like-roses
Copy link

Description

Is your feature request related to a problem?

Yes. If you are coding a plugin and use a class that isn't in classpath but shows up in the IDE you don't know what class it is. (shows up in the console as "your addon is incompatible, NOTE it uses not existing classes" or something along these lines)

Describe the solution you'd like us to implement.

print out the full exception

Describe alternatives you've considered.

non

Additional context

I can do this in pr

@Poslovitch Poslovitch added Status: Pending Waiting for a developer to start working on this issue. Type: Enhancement Improvement or modification which is usually a new feature. labels May 19, 2020
@Poslovitch Poslovitch self-assigned this May 19, 2020
@tastybento tastybento assigned tastybento and unassigned Poslovitch Jun 14, 2020
@tastybento tastybento added Status: In progress Working on the issue. and removed Status: Pending Waiting for a developer to start working on this issue. labels Jun 14, 2020
tastybento added a commit that referenced this issue Jun 14, 2020
There was already one for onEnable. This just adds the same to onLoad,
which was missing.

#1362
@tastybento tastybento linked a pull request Jun 14, 2020 that will close this issue
Poslovitch pushed a commit that referenced this issue Jun 14, 2020
Fixes #1362

There was already one for onEnable. This just adds the same to onLoad,
which was missing.
@Poslovitch Poslovitch added Status: Done This issue has been completed or answered. This pull request has been merged. and removed Status: In progress Working on the issue. labels Jun 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Done This issue has been completed or answered. This pull request has been merged. Type: Enhancement Improvement or modification which is usually a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants