Search results

  1. M

    Orbiter 2010 - SSU - Ubuntu 14.04 - Wine wine-1.6.2 - crash

    Ya, and old Linux, running an old Wine, with an old?? SSU (the current binary from https://sourceforge.net/projects/shuttleultra/ Would a newer Linux / Wine help ? I do (eventually) plan on getting another Win box going I haven't tried EVERY mission yet, but with the "launch test" and the...
  2. M

    SDK Question Debugging an addon module in VS2010 (SSU)

    Working now ! (After Tools / "Expert Settings") Thanks !
  3. M

    SDK Question Debugging an addon module in VS2010 (SSU)

    It's set to ..\..\Modules\SpaceShuttleUltra.dll I just tried it again, debug, launches Orbiter, set breakpoint (at OrbitDap.cpp / OrbitDAP::LoadCurLVLHManeuver / CurManeuver.IsValid = true;) .... executed Item 19 from the Shuttle "keypad" .... no break. Maybe something particular about SSU...
  4. M

    SDK Question Debugging an addon module in VS2010 (SSU)

    Well what else do I need to set other than : Debugging / Command : C:\Orbiter2016\orbiter.exe ?
  5. M

    SDK Question oapiGetGlobalPos

    So are you saying that oapiGetGlobalPos is NOT using "the heliocentric ecliptic system at ecliptic and equinox of J2000. On a (maybe somewhat related note ....or worthy of a thread on it's own) .... What is the code in sun.dll doing to calculate the position of the sun ? Does that dll /...
  6. M

    SDK Question Debugging an addon module in VS2010 (SSU)

    1) Yes debug is on (configuration Active(debug) How can I verify debug info is present in the files ? 2) I'm just copying the compiled modules to C:\Orbiter2016\Modules The updated modules are working, just can't debug them.
  7. M

    SDK Question Debugging an addon module in VS2010 (SSU)

    Is it possible to set breakpoints / single step through an "add on module" using VS 2010 in either Orbiter 2010 / 2016 (2016 preferably ?) I'm trying to debug the SSU shuttle in particular. I have set : Configuration Properties / Debugging / Command : C:\Orbiter2016\orbiter.exe...
  8. M

    Univ Ptg yaw - 89.4 270.6

    When using OPS 201 / Univ PTG : With body vect =5 If item 16 (Yaw) is set to > 89.4, or < 270.6 when Item 19 (TRK) is executed the pitch is being set to 270.0 / 90.0 Is this a "floating point " / " trig" limitation ? Or some other unknown bug ?
  9. M

    SDK Question oapiGetGlobalPos

    The doc for 7.40.1.1 OAPIFUNC void oapiGetGlobalPos (OBJHANDLE hObj, VECTOR3 pos) says "Returns the position of an object in the global reference frame." and : Note: The global reference frame is the heliocentric ecliptic system at ecliptic and equinox of J2000. Units are meters. ` So why is...
  10. M

    Rendezvous test scenario.scn

    Ya, I'm not expecting anything new, just maybe something more understandable than the SSU code ;) (probably not). I bought the book "Fundamentals of Astrodynamics", and it's not the easiest read for a non-math / space geek (but I'm slowly picking up some of it)
  11. M

    OPS 202 - EXEC / OMS burn is erratic

    "Operator error" or bug ? I input a test value into ITEM 19 (vX), then : After I input ITEM 10 , ITEM 22, ITEM 27, ITEM 23, the TIG gets loaded, and counts down, but "sometimes" the flashing EXEC appears, other times, not, and sometimes it just counts down to zero. Also, sometimes when the...
  12. M

    Rendezvous test scenario.scn

    Like .... for example .... ? :) ---------- Post added at 06:23 PM ---------- Previous post was at 05:58 PM ---------- I have JSC-48072-135 / Rendezvous STS-135. Is that the doc you meant ? That doc shows what they are inputting but not why. For example, after I ran the OrbtGT...
  13. M

    Rendezvous test scenario.scn

    What exactly is the "cheating" ? I was playing with the ORBTGT MFD / Shuttle fleet, and he has a "TargetingDataTable.ini” file that was presumably tailored for the "STS-131 before NCC .scn" Do you have that MFD ? If not any idea how he arrived at the numbers in the file ? ..: *** What is the...
  14. M

    Rendezvous test scenario.scn

    What do I need to plug into spec 34 to rendezvous with the ISS ? I've read the DPS, and looked at the source code. The DPS is not much help, as it's more a reference than a "user guide" :/
  15. M

    SSU Development thread (4.0 to 5.0) [DEVELOPMENT HALTED DUE TIME REQUIREMENTS!]

    Ya, well it's the "somewhere else" I'm trying to find. :) I read the code where the bundle gets connected, but I don't see anything referring to the bundle to read the switch value. Is the bundle stuff for "future use" ? (not used now ?)
  16. M

    SSU Development thread (4.0 to 5.0) [DEVELOPMENT HALTED DUE TIME REQUIREMENTS!]

    Well, I've been trying to understand how the switches work, and the "Connect" function seems to possibly be one of the "keys" ? I've been looking for "OnMouse" type functions, and how the clbkPreStep / PostStep functions fit into the mix, but it's all still a big mystery to me, how / where a...
  17. M

    Space Shuttle inclination "gauge"

    What code version are you running that has a SPEC 33 display running in it ?
  18. M

    Space Shuttle inclination "gauge"

    It seems ? that the Shuttle does not have an "in orbit" "inclination gauge" / instrument (similar / comparable to the Orbiter Orbit MFD / inclination display. There are mentions in the SCOM of the HSI during ascent having some kind of "delta inclination" gauge, but it looks like SSU doesn't...
  19. M

    AscentGuidance.cpp : No such file or directory

    I just pulled down the repo from svn://svn.code.sf.net/p/shuttleultra/code/trunk Vis studio 2010 : AscentGuidance.cpp: No such file or directory 4>LINK : fatal error LNK1104: cannot open file '..\lib\orbiter.lib' My Library Directories (for EVERY Project !! (is there a global setting...
Top