Skip to content
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

Game crashes when launching map directly #192

Closed
SijmenHuizenga opened this issue Jul 28, 2020 · 2 comments · Fixed by #183
Closed

Game crashes when launching map directly #192

SijmenHuizenga opened this issue Jul 28, 2020 · 2 comments · Fixed by #183
Assignees
Labels
bug Something isn't working

Comments

@SijmenHuizenga
Copy link
Member

SijmenHuizenga commented Jul 28, 2020

Way to reproduce in v1.0.0 windows package

 ./FSDS.exe /Game/TrainingMap?

output:

LogPhysics: Warning: Scale for /Game/TrainingMap.TrainingMap:PersistentLevel.StartFinishLine.Start/Finish Line has a component set to zero, which will result in a bad body instance. Scale:X=0.000 Y=6.000 Z=1.000
LogSpawn: Warning: SpawnActor failed because the given transform (nan,nan,-nan(ind)|0.000000,0.000000,0.000000|1.000000,1.000000,1.000000) is invalid
LogWindows: Error: === Critical error: ===
LogWindows: Error:
LogWindows: Error: Fatal error!
LogWindows: Error:
LogWindows: Error: Unhandled Exception: EXCEPTION_ACCESS_VIOLATION writing address 0x00000290
LogWindows: Error:
LogWindows: Error: [Callstack] 0x00007ff70a909f43 Blocks-Win64-DebugGame.exe!ASimModeBase::initializeCameraDirector() [C:\Users\sijme\Formula-Student-Driverless-Simulator\UE4Project\Plugins\AirSim\Source\SimMode\SimModeBase.cpp:334]
LogWindows: Error: [Callstack] 0x00007ff70a935de8 Blocks-Win64-DebugGame.exe!ASimModeBase::setupVehiclesAndCamera() [C:\Users\sijme\Formula-Student-Driverless-Simulator\UE4Project\Plugins\AirSim\Source\SimMode\SimModeBase.cpp:408]
LogWindows: Error: [Callstack] 0x00007ff70a891fa0 Blocks-Win64-DebugGame.exe!ASimModeBase::BeginPlay() [C:\Users\sijme\Formula-Student-Driverless-Simulator\UE4Project\Plugins\AirSim\Source\SimMode\SimModeBase.cpp:73]
LogWindows: Error: [Callstack] 0x00007ff70a8920c3 Blocks-Win64-DebugGame.exe!ASimModeCar::BeginPlay() [C:\Users\sijme\Formula-Student-Driverless-Simulator\UE4Project\Plugins\AirSim\Source\Vehicles\Car\SimModeCar.cpp:17]

@SijmenHuizenga SijmenHuizenga added the bug Something isn't working label Jul 28, 2020
@SijmenHuizenga SijmenHuizenga self-assigned this Jul 28, 2020
@SijmenHuizenga
Copy link
Member Author

SijmenHuizenga added a commit that referenced this issue Jul 28, 2020
…r needs settings.json), load settings.json on initgame so that it is always loaded (fixes #192), fix reference to GameInstance
@SijmenHuizenga SijmenHuizenga linked a pull request Jul 28, 2020 that will close this issue
4 tasks
@SijmenHuizenga
Copy link
Member Author

This change fixed it: 28d02da#diff-00ee55353936d24c2a227d75fca47aefR57-L62

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant