Where in the main module? There is a bunch of logs in that one...Sometimes, the scenario doesn't even load, crashes right during loading of the main SSV module.
No idea. It's not always it crashes, it does load successfully and then it's a coin toss if it is going crash and if so when.Where in the main module? There is a bunch of logs in that one...
A quick look at the code says "yes, but only while in translation mode"... in practical terms, I don't know.If i could get 2 sticks connected, would SSV support simultaneous rotation and translation for the RMS?
Very likely one of the PBIs was clicked, and while clicking the mouse left the click area, and so it doesn't move back up, acting as still being pressed. With the current signal processing logic, this blocks (some) of the other signals.is there a reason the DAP panel would be "locked" in certain configurations? I've had times where some axis are stuck in pulse and other times, I cant switch from AUTO to FREE.
thats what was going on haha. thanksVery likely one of the PBIs was clicked, and while clicking the mouse left the click area, and so it doesn't move back up, acting as still being pressed. With the current signal processing logic, this blocks (some) of the other signals.
You need to find which PBI is in (look carefully), and click in it.
This is the Orbiter log file after it has crashed during loading. It is zipped due to it's large size.No idea. It's not always it crashes, it does load successfully and then it's a coin toss if it is going crash and if so when.
This is the Orbiter log file after it has crashed during loading. It is zipped due to it's large size.
It doesn't CTD inside a SSV vessel, but inside Orbiter... possibly because of something done in a SSV vessel....And here's another, it's different.
Saving a scenario between T-31s and MECO (or ET sep) is currently not supported.... because long ago it wasn't made for that. Sometime in the next century, when I rework whole launch part (with aborts), it will support save/load at any point.got an interesting issue. If I reload after MECO but before the MPS dump, the MPS dump never happens. not a super common thing to do but it does happen
Could this be Windows 11 thing?It doesn't CTD inside a SSV vessel, but inside Orbiter... possibly because of something done in a SSV vessel....
Could a bunch of Xenon_Lights be somehow overloading the lights logic in D3D9? Although they are off at the start of the scenario, they are still declared... I haven't really done much work in the vessels in the last few versions, so nothing else is standing out for me at the moment.
Maybe... I'm still compiling with V2017 (an update will eventually happen, maybe this year), but I'd expect any incompability to be a reliable CTD when trying to show a dialog window, and not a random CTD.Could this be Windiws 11 thing?
Short answer: at this time, yes.Would it be difficult to add SPEC 2 TIME? would make rendezvous more convenient, and would be fun for rest periods to set the alarm to go off.
oh wow its way more involved then i thought, better to do it right the first time eh? Is there anything fun in the GPC branch? i have not had luck building SSV source, but maybe i can figure it outShort answer: at this time, yes.
Long answer: there is a bunch of rework going on in the GPC/IDP branch (for v2.0), so I've stopped work in the DPS for 1.x versions, to avoid issues merging to the mountain of changes in the branch. Also, that clock is controlled by the FCOS, and can be set by the program "behind" SPEC 2, or by an applications program (the OMS DIPs are the usual customers, to show time to OMS ignition), but right now that timer is completely inside the OMS displays, as if it was an actual part of it, so this would need quite a rework... I think it's better just do it properly and wait for v2.0...
...but now looking at the display I notice that the "Tone alarms" are not the CRT Timer... hmm, maybe this could be cheaply hacked, and allow for this feature without much interference elsewhere.
One thing that could also be done is add an option to force (or not) x1.0 time accel when an alarm is triggered, thus time accel could be used (always moderately) to skip ahead to a certain time. This would be in the C&W subsystem, so it wouldn't go against my target of isolating the GPCs from the Orbiter API.
I need to take a better look at all this for a definitive answer.
The tone time part seems isolated, so that might be "cheap" to make.oh wow its way more involved then i thought, better to do it right the first time eh?
Not yet, it doesn't even compile at the moment.Is there anything fun in the GPC branch? i have not had luck building SSV source, but maybe i can figure it out