Skip to content

Draft: Fix Segfault Issue on Jetcores during Batch Mode, merge master

Fix for segfault on Jetcores when the actor is part of a predefined session started via batch mode. (+ merge master)

This pull request addresses a segfault issue that occurs on Jetcores when an actor is involved in a predefined session initiated through batch mode. The issue arises from calls to the bounding box interface, such as loading configurations. These calls trigger GPU uploads and data requests even before the actor is fully initialized.

Additionally, this PR includes functions to display warnings and errors in the console instead of MessageBoxes, since these don't have a context (and crash) in batch mode.

Merge request reports