-
Notifications
You must be signed in to change notification settings - Fork 37
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
Object reference not set to an object #16
Comments
Jeez... I don't get why on my build I don't get any error ever lol.. |
Please try version 2.0.3, and if the problem persist write here again, and reopen the issue |
Still happening, strangely if it fails to start with startup on one run, itll fail to be manually enabled that run as well. But after that if you restart act and enable it manually itll work. Attached visual studio to act and had it catch the exception for the call stack
|
Further investigation, seems like the plugin isn't even working when it does initialize correctly. No longer getting toasts, nothing in the log indicating that a queue had finished or anything. |
This seems related to #18 The main issue here is that I'm not able to reproduce this problem (like the #18), thus is difficult to try and fix it I'll leave this open, if you, or someone else (or even me XD) find a way to systematically reproduce the issue i'll for sure work on it. |
Looks like its because of how you try to signal that the plugin needs to be installed after the act plugin.
dfAssistPluginData is null and as such throws the null ref exception. |
2.0.5 implements your fix, |
Version 2.0.2.0
Plugin fails to startup correctly, displays error on initialization.
Deleting DFAssist.log allows plugin to start correctly
The text was updated successfully, but these errors were encountered: