rnlahaye

Results 7 comments of rnlahaye

The relevant error seems to be `mmap(PROT_NONE) failed`. This might be relevant: https://forum.unity.com/threads/solved-il2cpp-android-mmap-prot_none-failed.1112581/ It suggests increasing `vm.max_map_count`, i.e. `sysctl -w vm.max_map_count=262144`.

I can see two approaches: 1. The error in a cubic approximation can be bounded using the fourth derivative of the underlying function. Using this bound, a semi-optimal cubic spline...

Note for the first approach that there is a nice bound for cubic Hermite splines in particular; see Lemma 1 from [this paper](https://core.ac.uk/download/pdf/81960854.pdf) by Carlson and Hall.

Since vessels are user controllable, their trajectories can have weird kinks in them. I don’t see any way to detect these without checking every point (although of course these checks...

I was unable to get a journal.

Oddly, I do see `stat64 /Applications/KSP_osx/GameData/Principia/MacOS64/principia.so` in the log also.

Silly question: does the file have executable permissions? (What does `ls -lh /Applications/KSP_osx/GameData/Principia/MacOS64/principia.so` say?)