lespalt / iRon

MIT License
135 stars 20 forks source link

Crash on sim startup #22

Closed byBlurr closed 1 year ago

byBlurr commented 1 year ago

I installed iRacing on my laptop for testing my changes.

I am getting this crash when my sim finishes loading. image

If I manage to close the app and reopen it, it just freezes with all overlays blanks.

I am not getting any logs, my visual studio is also crashing along with the app. I have checked out at the last commit committed before I contributed, so its not caused by my untested changes. Is anyone else having this issue? It may be the laptop, iRacing is crazy laggy on it.

I will checkout at an even earlier commit to test.

frmjar commented 1 year ago

You need to comment out line 297 in irsdk_client.cpp image

byBlurr commented 1 year ago

You need to comment out line 297 in irsdk_client.cpp image

Ahh, I checked if variables were valid. Fix from here: #14