-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Plugin crashed due to blocked dll (System.IO.FileLoadException) #155
Comments
fyi: I put some logging at the first line of the main-method in plugin.py, it doesn't even reach that point. |
Strange. My guess is that some dependencies causes crash on load time. What OS do you use, which version? |
paste here what you see |
yea Win10 (last line of the log was the crash report) -- I got:
As a quick-fix I've added an
and the plugin works again. -- The question would now be: Why is the humblebundle plugin the only plugin which needs to load a python dll? |
Oh, so you have your user directory in shared network drive? Not strange that OS is scared to execute remote code.
GUI in this plugin is extraordinary utility, so it should not crash like that (at least not on start). Could you check if the issue persist if remove gui import in from gui.options import OPTIONS_MODE to e.g. this: OPTIONS_MODE = 'mock' ? |
nope, -- yes, removing the import prevents the crash |
What about %localappdata%, where it is placed? Plugin lives there and the error message say have you edited this msg? What is under <...> ? If this is local drive then maybe |
%localappdata% is under |
I'm getting a similar error. However, that was with the version I downloaded from GitHub. I suspect the plugin was flagged by Windows as from an "internet source" and blocked it. Windows 10 likes to do that now I've noticed. It might be a different error, but I wanted to mention it anyway. |
FIX: Go to Works absolutely fine after that :) |
Describe the bug
I'm unable to connect using any newer version of this plugin, just getting the message 'Plugin has crashed. Retry.'.
Expected behavior
Plugin does not crash.
Version 0.6.0 of this plugin is the last version were the connect works, showing me the Humble Bundle login mask (but that version is of course useless since the API changed).
Plugin installed
I tried both ways, installed it directly from Galaxy as well as manually testing every release from 0.7.0 till 0.9.4.
Provide logs
The text was updated successfully, but these errors were encountered: