Hey I get this error:
Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x0000420000004a18
UnrealEditor_Core
UnrealEditor_Core
UnrealEditor_FpsSyntheticVision_7501!operator delete() [C:\Users\FPV-Pilot\Documents\UnrealProjects\FpsSyntheticVision\Source\FpsSyntheticVision\FpsSyntheticVision.cpp:6]
UnrealEditor_FpsSyntheticVision_7501!FMavlinkServer::Run() [C:\Users\FPV-Pilot\Documents\UnrealProjects\FpsSyntheticVision\Source\FpsSyntheticVision\Private\MavlinkServer.cpp:34]
UnrealEditor_Core
UnrealEditor_Core
kernel32
ntdll
whenever i start the game i made. i implemented some actors that provide data via an external link. sometimes the connection works fine and everything is alright, but sometimes when i try to connect my game with an outside projects that provides said data it shuts down. does anyone have any idea?