Pascal Leroy

Results 119 comments of Pascal Leroy

This is going to be hard to analyse because it's very likely to be related to the environment on your computer. You might want to send us a PML file...

You did record the `.pml` file correctly, but I am still clueless about what's happening. You probably have a log file at `C:\Users\Administrator\AppData\LocalLow\Squad\Kerbal Space Program\Player.log`. If you could reproduce the...

I was able to load your save, but I couldn't reproduce the crash (I tried various setting of the prediction in the hope of stress-testing the terrain collision algorithm).

For what it's worth I am attaching below the stack of the last load of the C++ runtime, obtained from the `.pml` file. The version of the runtime is 14.40.33810.0...

Could you give us a journal by following the instructions [here](https://github.com/mockingbirdnest/Principia/wiki/Installing,-reporting-bugs,-and-frequently-asked-questions#journaling)? At this point I am convinced that the problem has to do with the computation of collisions, which we...

The `.pml` file has many pairs of `Thread Create`/`Thread Exit` where the thread creation is at: https://github.com/mockingbirdnest/Principia/blob/b38191778528bbddd92e3c25eb7c8112df81726d/ksp_plugin/interface_collision.cpp#L134-L143 https://github.com/mockingbirdnest/Principia/blob/b38191778528bbddd92e3c25eb7c8112df81726d/ksp_plugin/interface_collision.cpp#L54-L54 https://github.com/mockingbirdnest/Principia/blob/b38191778528bbddd92e3c25eb7c8112df81726d/base/not_null_body.hpp#L207-L207 https://github.com/mockingbirdnest/Principia/blob/b38191778528bbddd92e3c25eb7c8112df81726d/base/push_pull_callback_body.hpp#L89-L89 There are the computations of the collisions. Note that presumably...

The journal indeed ends with the deletion of an executor: ``` E0721 11:58:22.789089 46784 player.cpp:108] index: 1131303 [principia.journal.serialization.CollisionNewPredictionExecutor.extension] { in { plugin: 2665139678032 celestial_index: 2 sun_world_position { x: -11324901998.100574 y:...

#3872 seems to be another occurrence of the same problem. The [`INFO` log](https://github.com/mockingbirdnest/Principia/issues/3872#issuecomment-2287749998) for that other issue has an interesting piece of information, viz., that the processor doesn't have FMA...

I am looking at this issue again, and, even though we never got to the bottom of it, I suspect that it is the same issue as #4136 which was...

What the hell is this? 1. In what universe is it acceptable GitHub etiquette to post a random comment on a random issue? Can you read the title? It says...