You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After clean build, Blocks environment crashing at the line of Colosseum\Unreal\Environments\Blocks\Plugins\AirSim\Source\SimMode\SimModeBase.cpp line 235;
Clean build of Airsim and Blocks are enough on Windows 11 with Unreal Engine 5.2. Playing the simulation instantly crashes
Include full error message in text form
Exception thrown: read access violation.
sun_prop was nullptr.
What's better than filing an issue? Filing a pull request :).: I would like to create pull request but I am not well versed in Unreal Engine inner workings. My engineer instinct says code block should be modified as below though;
This conditional compilation seems to have remained after 4.25 change in Unreal Engine. If you decide to support Unreal Engine 4 versions, I would suggest checking major version in addition to minor version also, since 5.2 should be greater than 4.27 but just checking minor version seems to be what crashing the execution.
MehmetCagriK
changed the title
Blocks environment crashing just after Play button is hit
Blocks environment crashing just after Play button is hit: sun_prop in NULL pointer.
Aug 3, 2023
Bug report
What's the issue you encountered?
After clean build, Blocks environment crashing at the line of Colosseum\Unreal\Environments\Blocks\Plugins\AirSim\Source\SimMode\SimModeBase.cpp line 235;
Settings
How can the issue be reproduced?
Clean build of Airsim and Blocks are enough on Windows 11 with Unreal Engine 5.2. Playing the simulation instantly crashes
Include full error message in text form
Exception thrown: read access violation.
sun_prop was nullptr.
What's better than filing an issue? Filing a pull request :).: I would like to create pull request but I am not well versed in Unreal Engine inner workings. My engineer instinct says code block should be modified as below though;
to simply
The text was updated successfully, but these errors were encountered: