-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
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
io.RenderDrawListsFn Crashing 1.60 #1616
Comments
Please read the docs ("api breaking changes") and #1599. |
Yes i looked into it and read all of it. But im still confused on why it is crashing upon startup |
Have you called CreateContext()?
Do you have asserts enabled in your build?
|
Where do i call CreateContext(); And what are asserts and how to enable ? |
The examples are showing it and the link I posted has the answer for that literally on the first bold line.
https://www.google.com/search?q=what+are+asserts+c%2B%2B |
Aha Thank you i don't have asserts in my build and where do you put ImGui::CreateContext() Before ImGUI Where would that be I have script.cpp where i call my functions Or where do i put it I just don't know when you mean Where !!!! |
Hello Omar Or anyone i was on ImGui 1.52 and i followed the Update of ImGui.
When it comes to Injecting ImGui Into GTA V. I seem to crash and when i debug it i goes to this
Would there be any possible fix lol. For this to stop the crashing upon loading into the game ?. It only happend when i updated from 1.52 > 1.60 ImGui Thank You
The text was updated successfully, but these errors were encountered: