imgui version mismatch
See original GitHub issueAfter 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:
- Created 2 years ago
- Comments:6 (1 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.