loader-core icon indicating copy to clipboard operation
loader-core copied to clipboard

Core addon loading library for guild wars 2

Results 7 loader-core issues
Sort by recently updated
recently updated
newest added

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 |...

I tried implementing the "Disable" functionality in [AddonManager](https://github.com/gw2-addon-loader/AddonManager) but it crashes everytime, here's the arcdps log: [arcdps_lastcrash.log](https://github.com/gw2-addon-loader/loader-core/files/9879676/arcdps_lastcrash.log). ``` ep 0x000000000000 frame 0x00F5868FFC10 rva 0x000000000000 ep 0x7FF8F8B624BB frame 0x00F5868FFC40 rva 0x0000000024BB...

When I install this either manually or via the addon manager it is preventing the gw2 launcher from opening and it Crashes. This occurs even if I delete any actual...

It's a minor thing, really, but it would be nice if file logging wouldn't block until it's fully written to disk. I assume this is by design, so there would...

Currently the greatest argument to support arcdps over al is the enforced and stable imgui backend. while lib_imgui provides similar utility, it is an extra dependency that isn't treated as...

Sometimes it is helpful to show users an error message without rolling your own ui lib. It would be nice if you could log to an endpoint that ends up...

- Add fallback to genuine d3d11.dll/dxgi.dll. - Return an error code if the function is not found, rather than calling a nullptr.