xzasdSADDSADA Posted June 22, 2021 Share Posted June 22, 2021 my debugger pointed me here static inline ImVec2 ImMax(const ImVec2& lhs, const ImVec2& rhs) { return ImVec2(lhs.x >= rhs.x ? lhs.x : rhs.x, lhs.y >= rhs.y ? lhs.y : rhs.y); } any ideas? 1 Quote Link to comment Share on other sites More sharing options...
rams Posted June 22, 2021 Share Posted June 22, 2021 if u can send the full menu here i can look at it Quote Link to comment Share on other sites More sharing options...
btc Posted June 22, 2021 Share Posted June 22, 2021 did you change something in imgui_internal? Quote Link to comment Share on other sites More sharing options...
xzasdSADDSADA Posted June 22, 2021 Author Share Posted June 22, 2021 1 hour ago, btc said: did you change something in imgui_internal? yeah i changed colors of the wigits, i may have changed some colors there. ill re-paste it and see if that fixes it Quote Link to comment Share on other sites More sharing options...
btc Posted June 22, 2021 Share Posted June 22, 2021 24 minutes ago, xzasdSADDSADA said: yeah i changed colors of the wigits, i may have changed some colors there. ill re-paste it and see if that fixes it because looks like that's the problem but if it's still not fixed, check imgui_widgets Quote Link to comment Share on other sites More sharing options...
xzasdSADDSADA Posted June 22, 2021 Author Share Posted June 22, 2021 1 hour ago, btc said: because looks like that's the problem but if it's still not fixed, check imgui_widgets yep, that seemed to fix it also, question. why does legendware crash with manualmap but not with loadlib? Quote Link to comment Share on other sites More sharing options...
btc Posted June 22, 2021 Share Posted June 22, 2021 27 minutes ago, xzasdSADDSADA said: yep, that seemed to fix it also, question. why does legendware crash with manualmap but not with loadlib? I think the problem is in HideThread. You can try to use supremacy's project settings with legendware, bc supremacy have working mmapping Quote Link to comment Share on other sites More sharing options...
xzasdSADDSADA Posted June 22, 2021 Author Share Posted June 22, 2021 3 hours ago, btc said: I think the problem is in HideThread. You can try to use supremacy's project settings with legendware, bc supremacy have working mmapping wheres that? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.