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

Addons not working #11

Open
Sethz opened this issue Jul 21, 2023 · 4 comments
Open

Addons not working #11

Sethz opened this issue Jul 21, 2023 · 4 comments

Comments

@Sethz
Copy link

Sethz commented Jul 21, 2023

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

@knoxfighter
Copy link

Nothing, this looks completely normal. And when you don't describe any error, we are not able to help.

@Dave247
Copy link

Dave247 commented Dec 1, 2023

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.

@Dave247
Copy link

Dave247 commented Dec 1, 2023

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.

@Dave247
Copy link

Dave247 commented Dec 1, 2023

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 dxgi.dll for compatibility, but I guess that broke something for me as when I went in with a clan bin64 folder and instead picked the March 15 version, it worked!

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants