Jump to content

Beta Build C++ Window creation crash (project included)


 Share

Recommended Posts

If you run the project and set a break point in app.cpp where my code starts you will see that Context::GetCurrent()->GetWindow() does not return the newly created window as it did before the update.

 

 

https://drive.google.com/open?id=0B5DSbhngU7c5amVpbzkwQjdNZzg

 

 

I went to try out the new GUI system too and ran into this issue around a week ago, but I just put that down to early development.

trindieprod.png?dl=0spacer.png?dl=0steam-icon.png?dl=0twitter-icon.png?dl=0spacer.png?dl=0
Link to comment
Share on other sites

I think the headers and lib are out of sync. The debugger is going to the wrong command.

 

This is exactly what it looks like, my project external dependency for Entity.h has UnlockMatrix argument as a bool still, yet it compiles but crashes when trying t use Context::GetHeight for anything... How do i fix this?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...