herrerpm / Trajectory_simulator

MIT License
0 stars 0 forks source link

Pygame parachute problem #2

Open herrerpm opened 2 years ago

herrerpm commented 2 years ago

https://github.com/Woryx7/Cinematica/blob/4c541d2cbb297f0008d3ad8413d625cec2098bcf/cinematics.py#L99

Fatal Python error: pygame_parachute: (pygame parachute) Segmentation Fault Python runtime state: initialized

herrerpm commented 2 years ago

@jherrep steps to reproduce the problem, uncoment line 99 and 100, then run app.py a window form should pop up, there is no need to fill the input, just to click on the simulate button and after closing the pygame app and trying to simulate a second time the error should appear. If line 99 and 100 are commented the app works as expected.