question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

imgui version mismatch

See original GitHub issue

After updating ArcDPS to the latest version there’s a couple of arcdps addons that fail to load:

warning: failed to load "d3d9_arcdps_table.dll", reason: imgui version mismatch
warning: failed to load "d3d9_arcdps_mechanics.dll", reason: imgui version mismatch

(Boon table and mechanics respectively)

I’ve digged on the boon table, there’s an issue on the original repo https://github.com/MarsEdge/GW2-ArcDPS-Boon-Table/issues/4 which points that the original repo is no longer mantained, and now has moved to https://github.com/knoxfighter/GW2-ArcDPS-Boon-Table/ which looks like it’s in active development (so probably that one would work?)

However, it seems like Gw2-AoM is using another fork of the original repo which hasn’t been updated for a while: https://github.com/gw2-addon-loader/GW2-ArcDPS-Boon-Table

Would it be posible to update those two addons to use the latest changes?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
deadpyxelcommented, May 2, 2021

An UPDATE: I did a “Hard-reset” (clean-install + reinstall all addons) and it seems that the warning is gone. Is there a possibility something is getting cached somewhere?

1reaction
volivacommented, May 3, 2021

An UPDATE: I did a “Hard-reset” (clean-install + reinstall all addons) and it seems that the warning is gone. Is there a possibility something is getting cached somewhere?

Yep, that did it too for me - Redownloaded v1.3.0, deleted previous AoM installation and replaced with the fresh new patch, reinstalled everything and it works fine 🎉

I didn’t remove the old arcdps plugnis (just hit update) and it kept my config too. I’ll close this issue, I think the clean reinstall fix is simple enough.

Read more comments on GitHub >

github_iconTop Results From Across the Web

imgui version mismatch · Issue #101 · gw2-addon-loader ...
I've digged on the boon table, there's an issue on the original repo MarsEdge/GW2-ArcDPS-Boon-Table#4 which points that the original repo is no ...
Read more >
Mismatched version string! - Dear ImGui
The macro IMGUI_CHECKVERSION() calls DebugCheckVersionAndDataLayout() which verify that the version of imgui the function was compiled for is ...
Read more >
Arcdps Update breaks Old Addons and Resets Style Settings
feb.23.2021: out-of-date addons will fail to load with the imgui version mismatch error. feb.23.2021: window positions will be reset.
Read more >
blob
Get latest version at https://github.com/ocornut/imgui ... IM_ASSERT(strcmp(version,IMGUI_VERSION)==0 && "Mismatched version string!"); }.
Read more >
Omar on Twitter
github.com. Mismatching data structures (was: Changing IO values takes no effect.) · Issue #1769 · ocornut/imgui. Version/Branch of Dear ImGui: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found