-
Notifications
You must be signed in to change notification settings - Fork 32
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
FAR not giving stability derivatives and doing weird physics #124
Comments
Please provide |
Running into this as well (CoL not moving, rockets behaving as if they are flying through molasses, analysis tools broken/disabled) . Took a look at the logs and there log spam multiple times per second of:
with nothing else (or just "Updating in the VAB). Right before the spam starts in the log there's a
so perhaps there's a leak somewhere? This tends to happen when I'm doing a lot of editing/simming/reverting and can only be fixed by a full game restart. Mods are RP-1 express install + kOS. Full log: |
Just had this happen immediately after restarting the game, so I tried to see if I could reliably reproduce the issue. I wasn't able to just by launching the same vessel again, but I made a small change that caused the rocket to blow up and reproduced the issue at that point. First, here's a snippet from the log at that point:
I looked at the code briefly before the first report and noticed the cleanup code to release voxel is contained in an if check which requires debug voxels to be off and the current scene to still be the flight scene. When my rocket started to blow up I immediately hit ESC and reverted to the VAB. Based on the logs and my understanding of the code, I suspect what may be happening is that the breakup queues up a bunch of new voxelization computations for all the debris and the remaining craft, but if those calculations don't complete before the flight scene reverts then the scene check will fail and the voxels won't be freed. Not sure what happens to the actual voxel resources, but the count of "in use voxels" ends up stuck above the MAX and can never get fixed without a full game restart. For now, a work-around may be to just make sure not to revert in the middle of the craft breaking up. |
KSP 1.10.1 +RO/RP-1 + Principia
FAR Version 3:0.16.0.3
Unable to access stability derivatives because the button is greyed out.
Col stops working after doing one simulation/launch. Ive tried reinstalling FAR and all RO mods and creating a new save neither worked. Only way to get it to work again is by launching the game again and even then it only works for the first simulation/launch.
Col didnt move ^
When in flight (made by using the kct airlaunch) the control surfaces move but the aircraft is entirely unresponsive
The text was updated successfully, but these errors were encountered: