-
Notifications
You must be signed in to change notification settings - Fork 5
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
Addons not working #11
Comments
Nothing, this looks completely normal. And when you don't describe any error, we are not able to help. |
I have the same output when trying to run gw2radial, and the dedicated log file for gw2radial is blank so all I am left is with this non-descript log messages which I am unsure if they are an issue or not. |
I'm having an issue where the addon loader seems to be the cause where addons loaded through it don't work. For example I am able to load arcdps on its own natively, but not through the loader. No errors are being thrown either, looking at the log file this is all you get. Looking at the addon specific log file (such as gw2 radial) all you get is a incomplete and cut off file. |
So I found out what my problem was and the solution. I was using the latest release, which is the April 18 version which contains extra copies of I think it might be a load order issue? As adding more copies of the file to try and improve compatibility instead breaks it in my case, so I guess people will just need to play around with it to find whatever configuration works for them, unless one day someone will come along and want to rewrite how the loader works to make it better. No idea if this was the same as @Sethz's original issue, but I'd hazard a guess and say perhaps it was as with the absence of any kind of error messages leaves you with very little ideas to try. |
Hey what's going on here?
[INFO] core | Addon loader v1.0 (v1.1 r33) initialized
[INFO] core | Loading addons from "./addons" path
[INFO] core | Loading arcdps
[INFO] core | Loaded d3d9_wrapper v2.0 r21
[INFO] core | Loaded arcdps v1.0 r490
[INFO] core | Loading d3d9_wrapper
[INFO] core | Loading gw2radial
[INFO] core | Loaded gw2radial v2.2 r1
[INFO] core | Done loading addons
[INFO] d3d9_wrapper | Loading system dxgi
[WARN] core | Init called twice without proper unload. If your addon is not working, make sure you handle this situation!
[INFO] d3d9_wrapper | Loading system dxgi
[WARN] core | Init called twice without proper unload. If your addon is not working, make sure you handle this situation!
[INFO] d3d9_wrapper | Loading system d3d11
[INFO] core | Unloading core addon
[INFO] core | Unloaded
The text was updated successfully, but these errors were encountered: