deepdrive / deepdrive-sim

Deepdrive Unreal project and Python bindings
https://deepdrive.io
Other
144 stars 42 forks source link

Manual Mode crashing on Mac #18

Open ghost opened 5 years ago

ghost commented 5 years ago

When running v3-mac either in the editor or standalone and without deepdrive gym attaching to deepdrive-sim. Crash report attached. Diagnostics.txt

crizCraig commented 5 years ago

Interesting, does this occur when the sim is started?

ghost commented 5 years ago

Interesting, does this occur when the sim is started?

Yes. Running from either the editor or on it's own. Ideally, I think the sim should work independently of the gym.

ghost commented 5 years ago

The problem was here:

https://github.com/deepdrive/deepdrive-sim/blob/46f04386ed821dbfc7a73a039717c3ad61e77832/Plugins/DeepDrivePlugin/Source/DeepDrivePlugin/Private/Simulation/DeepDriveSimulation.cpp#L68

With this logic, ScenarioMode is always true, which does not allow the sim to run in standalone mode.

crizCraig commented 5 years ago

@dnsmernst recently added this - can you advise @dnsmernst ?