-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
AirSim crashes when requested an image #2925
Comments
Which version of UE are you using? And this is happening only on Windows? (I'm assuming here that multiple systems includes different OS also) |
I am using UE 4.24.3 on both computes and both machines are running on Windows 10 (10.0.19041.388). I was able to fix both crashes in https://github.com/marco-stephan/AirSim/tree/fix-get-images. Note that I have very little experience with AirSim's source code and the Unreal Engine itself so the fix committed is most likely not optimal. |
The crash was somewhat reproducible and this fixed the problem? There's an already existing |
The crashes were pretty reproducible meaning they appeared within 2 to 3 seconds when executing the code above. I wasn't sure if the proposed fix is the right way to go so I did not open a PR for this. That being said, I will open a PR with only one signal. |
This issue has been automatically marked as stale because it has not had activity from the community in the last year. It will be closed if no further activity occurs within 20 days. |
When requesting an image from AirSim using
simGetImage(...)
orsimGetImages(...)
, AirSim occasionally crashes. This only happens on one of my computers.simGetImage(...)
Reproduction steps
Code:
Error
DelegateSignatureImpl.inl at line 1045
The data of the
DelegateInstanceInterface
variable is unaccessable ("Unable to read memory")simGetImages(...)
Reproduction steps
Code:
Error
RenderRequest.cpp at line 84
The
game_viewport
variable is of value0x0000000000000001
and its data is unaccessable ("Unable to read memory")Software Information
AirSim commit: bd8ee6b (latest master)
Hardware Information
CPU: Intel i5-7300HQ
GPU 1: Intel HD Graphics 630
GPU 2: NVIDIA GTX 1050Ti
RAM: 8GB
The text was updated successfully, but these errors were encountered: