SSU public release comments/bug reports

Status
Not open for further replies.
Does anyone besides DaveS have a working launch scenario ? CTD every one I had working in the past.

---------- Post added at 06:57 PM ---------- Previous post was at 04:08 AM ----------

Finally got a launch to work with newest SSU (Thanks to DaveS). I would like to know, if there is a way to have a 'frozen' SSU release build, that could be refered to, when releasing a mission pack that doesn't get broken without notice. It would eliminate alot of confusion.

We should "simply" get SSU fixed up to a reliable state. Not perfect, but reliable, no new features for speeding things up. and then we tag this state in SVN, so we can refer to the tag (Tags are read-only reference versions in version control). And all new developments from that point on are done with feature branches, so the scenarios are not permanently broken on the main line of development.
 
Could that be done with this build ?
 
We should "simply" get SSU fixed up to a reliable state. Not perfect, but reliable, no new features for speeding things up. and then we tag this state in SVN, so we can refer to the tag (Tags are read-only reference versions in version control). And all new developments from that point on are done with feature branches, so the scenarios are not permanently broken on the main line of development.

Apologizes if this is coming through as "outsider talk", but I would advice against using feature branch work-flows with SVN. Even with newer version's "merge-tracking" feature, it just isn't worth the effort.

Also tags are not read-only implicitly in SVN. If you are not taking counter-measures on the server via hooks, users can commit in the tag directory.

regards,
Face
 
Could that be done with this build ?

I think we should do a review there first, there are some features, which are done, others that are 99% done and could be finished, and others, which would require so much work, that they would only delay the release.

I can't decide this alone, this is a team process.

I am pretty sure, we could get to a stable build in a month, if we drop some half-finished features instead of trying to finish them. And it would mean a month without working on new features.

My personal current feeling about this is, that we need about 16 man hours for cleaning things up. With two coders, this would mean two lazy weekends.

---------- Post added at 09:22 PM ---------- Previous post was at 09:15 PM ----------

Apologizes if this is coming through as "outsider talk", but I would advice against using feature branch work-flows with SVN. Even with newer version's "merge-tracking" feature, it just isn't worth the effort.

You are right about the management effort vs coding ratio there, but I think it could solve a lot of trouble regarding the scenarios, since having functional scenarios would be first of all the job of the feature branch maintainer.

Also, the effort with SVN isn't that high. With TortoiseSVN, I need a minute to create a new branch, and merging the branch back is generally not taking longer than 30 minutes, if you merged the trunk into your branch on a regular base.

Also tags are not read-only implicitly in SVN. If you are not taking counter-measures on the server via hooks, users can commit in the tag directory.

Never had found a way to commit to a tag, unless you mess with the server directly. At least in the past two years.
 
Also, the effort with SVN isn't that high. With TortoiseSVN, I need a minute to create a new branch, and merging the branch back is generally not taking longer than 30 minutes, if you merged the trunk into your branch on a regular base.

Well, if this is your experience, then of course your approach is good for you. Mine is vastly different, therefore my advice was as given.

Never had found a way to commit to a tag, unless you mess with the server directly. At least in the past two years.

What happens if you try this?
Code:
svn co prot://myurl/tags/mytag stablework
cd stablework
<hack>
svn ci -m "quick fix"
Last I tried this a colleague checked out "mytag" in the hope of getting the stable work, just to find the work plus my quick fix confusing him. Of course that was with 1.6 and a command-line client, but nowhere near a server hack.

Tags in SVN are just copies of the trunk at a given time, there is no special meaning in the system. Therefore it is possible to commit on a tag checkout.

regards,
Face

---------- Post added at 22:36 ---------- Previous post was at 22:26 ----------

Found this blog post that explains it a bit better. Unfortunately it is only in German.
 
What happens if you try this?
Code:
svn co prot://myurl/tags/mytag stablework
cd stablework
<hack>
svn ci -m "quick fix"
Last I tried this a colleague checked out "mytag" in the hope of getting the stable work, just to find the work plus my quick fix confusing him. Of course that was with 1.6 and a command-line client, but nowhere near a server hack.

Tags in SVN are just copies of the trunk at a given time, there is no special meaning in the system. Therefore it is possible to commit on a tag checkout.

regards,
Face

---------- Post added at 22:36 ---------- Previous post was at 22:26 ----------

Found this blog post that explains it a bit better. Unfortunately it is only in German.

OK, never tried it with command line, I am using TortoiseSVN now for about 6 years... possible that only TortoiseSVN blocks the tags.

Yes, you can do a lot wrong with tags - if you want to, usually you need a lot of effort for causing real harm.
 
I've found that usually, only the launch scenarios get broken. Sometimes the animations when an update to the meshes are done. If someone changes something in the launch code, if they would include a working launch scenario, and what to add to an existing launch scenario, maybe that would suffice.
 
though the shuttle rotates to pieces on bay door opening
This is due to incompatible meshes. The meshgroups have changed so they're not in the order the module expects them to be, so the wrong meshgroups are being animated.
 
Any ideas why the orbiter spins wildly, when it should roll to heads up ?
 
so are the new mods available too?

:thumbup:

Many of them, yes.

Don't use the bug report thread for asking questions about the next release, please. Such off-topic discussions make the important things harder to read.
 
seems the forum is redirecting here
i'll terminate further post in the two

is my face red

No, actually, I am redirecting here.

I just try to keep the project forum clean and tidy, so the developers can find the information, that they search, without having to dig through pages of off-topic discussion there.

I am no moderator, and yes, I am also not as friendly as the real moderators. But I am, like many other developers of SSU, also responsible for managing our local forum and keep things run smooth.
 
Any ideas why the orbiter spins wildly, when it should roll to heads up ?
Can you post the scenario and the mission file? The RTHU works for me. Also, are you using time acceleration? The autopilot may not work well if time acceleration is on.
 
Can you post the scenario and the mission file? The RTHU works for me. Also, are you using time acceleration? The autopilot may not work well if time acceleration is on.

Here's the mission file:

Code:
Name=STS-125
EnableWingPainting=TRUE
Orbiter=Atlantis
UseExtAL=TRUE
UseRMS=TRUE
UseODS=FALSE
ODSZPos=10.15000
TargetInc=28.5
TargetLAN=0.000000
MECOAlt=105000.000000
MECOVel=7878.517076
MECOFPA=0.818877
PerformRollToHeadsUp=TRUE
ThrottleDown=843.333
ThrottleUp=1154.266
OMSAssistStart=136.000
OMSAssistEnd=239.000

And the scenario:

Code:
BEGIN_DESC
Contains the latest simulation state.
END_DESC
BEGIN_ENVIRONMENT
  System Sol
  Date MJD 54962.750648
  Context SSU
END_ENVIRONMENT
BEGIN_FOCUS
  Ship Discovery
END_FOCUS
BEGIN_CAMERA
  TARGET Discovery
  MODE Extern
  POS 7.40 -84.06 -13.06
  TRACKMODE TargetRelative
  FOV 40.00
  BEGIN_PRESET
    Ground:Discovery:10.00:Earth -80.60358 28.60776 27.36 2.24 0.08
    Ground:Discovery:40.00:Earth -80.60427 28.60814 85.05 0.94 -0.02
    Ground:Discovery:50.00:Earth -80.60395 28.60866 31.44 -8.11 0.49
    Ground:Discovery:10.00:Earth -80.60275 28.60933 49.67 -2.43 0.19
    Ground:Discovery:20.00:Earth -80.60778 28.61058 3.29 -0.60 0.16
    Ground:Discovery:10.00:Earth -80.59995 28.61035 3.93 -2.64 0.11
    Ground:Discovery:20.00:Earth -80.59995 28.60835 1.00
    Ground:Discovery:10.00:Earth -80.60359 28.60834 19.14 9.43 0.49
    Ground:Discovery:10.00:Earth -80.60434 28.60833 39.06 12.54 0.07
  END_PRESET
END_CAMERA
BEGIN_MFD Left
  TYPE Surface
  SPDMODE 1
END_MFD
BEGIN_MFD Right
  TYPE Orbit
  PROJ Ship
  FRAME Equator
  ALT
  REF Earth
END_MFD

BEGIN_SHIPS
HST:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 6677238.56 -1856374.41 -16888.87
  RVEL -1521.711 -5523.613 4970.867
  AROT 165.87 -31.98 -33.04
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
  SEQ 0 2 0.994737
END
LC39A:SSU_Pad
  STATUS Landed Earth
  POS -80.6041120 28.6083650
  HEADING 270.00
  NAVFREQ 0 0
  ACCESS_ARM 0 0.0000
  GVA 0 0.0000
  VENTHOOD 0 0.0000
  FSS_OWP 0 0.0000
  RSS_OWP 0 0.0000
  RSS 1 1.0000
  GOX_SEQUENCE 1
END
MLP:SSU_MLP
  STATUS Landed Earth
  POS -80.6040620 28.6084030
  HEADING 0.00
  ATTACHED 0:0,LC39A
  NAVFREQ 0 0
  T0_UMB 0 0.0000
END
LCC:SSU_LCC
  STATUS Landed Earth
  POS -80.6040745 28.6083855
  HEADING 270.00
  NAVFREQ 0 0
  LAUNCH_MJD 54962.751343
  PAD_NAME LC39A
  SHUTTLE_NAME Discovery
END
Discovery:SpaceShuttleUltra
  STATUS Landed Earth
  POS -80.6232502 28.6197342
  HEADING 2.00
  ATTACHED 0:0,MLP
  PRPLEVEL 0:1.000 1:1.000 2:1.000 3:0.969 4:0.969 5:0.970 6:1.000 7:1.000 8:1.000 11:0.020
  NAVFREQ 0 0
  CONFIGURATION 0
  MET 0.000
  MISSION STS-125
  GEAR 0 0.0000
  STBD_MPM
  RMS
  SAT_OFS_X 0.000
  SAT_OFS_Y 0.000
  SAT_OFS_Z 0.000
  OPS 101
   AUTOPILOT 51.600000 80.500000 105000.000000 7607.601000 0.730000
  ASSIST 133.000000 298.000000
  THROTTLE_BUCKET 1399.670000 1670.670000
  HEADS_UP 12966.670
  TGT_ID 2
  BODY_VECT 1
  ROLL 0.000
  PITCH 0.000
  YAW 0.000
  P_ANGLE 0.000
  Y_ANGLE 0.000
  OM_ANGLE -1.000
  DAP MODE 0 0
  ROT MODE 0 0 0
  TRANS MODE 0 0 0
  CONTROL MODE 1
   PAYLOAD CACTIVE1 0.000000 0.000000 0
   PAYLOAD CACTIVE2 0.000000 0.000000 0
   PAYLOAD CACTIVE3 0.000000 0.000000 0
   PAYLOAD CPASSIVE1 0.000000 0.000000 0
   PAYLOAD CPASSIVE2 2.000000 0.000000 0
   PAYLOAD CPASSIVE3 -6.000000 0.000000 0
   PAYLOAD CPASSIVE4 7.000000 0.000000 0
   PAYLOAD PORT1 3.000000 0.000000 0
   PAYLOAD PORT2 -2.000000 0.000000 0
   PAYLOAD PORT3 -8.000000 0.000000 0
   PAYLOAD PORT4 7.000000 0.000000 0
   PAYLOAD STBD1 3.000000 0.000000 0
   PAYLOAD STBD2 -2.000000 0.000000 0
   PAYLOAD STBD3 -8.000000 0.000000 0
   PAYLOAD STBD4 0.000000 0.000000 0
  PLBD_CAM 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
 L_ET_UMB_DOOR 1.000
  R_ET_UMB_DOOR 1.000
  ET_DOOR_LATCHES 0.000000 1.000000 1.000000
@SUBSYSTEM MPS_C
@ENDSUBSYSTEM  ;MPS_C
@SUBSYSTEM MPS_L
@ENDSUBSYSTEM  ;MPS_L
@SUBSYSTEM MPS_R
@ENDSUBSYSTEM  ;MPS_R
@SUBSYSTEM FMC1
@ENDSUBSYSTEM  ;FMC1
@SUBSYSTEM FMC2
@ENDSUBSYSTEM  ;FMC2
@SUBSYSTEM FMC3
@ENDSUBSYSTEM  ;FMC3
@SUBSYSTEM MMC1
@ENDSUBSYSTEM  ;MMC1
@SUBSYSTEM MMC2
@ENDSUBSYSTEM  ;MMC2
@SUBSYSTEM MMC3
@ENDSUBSYSTEM  ;MMC3
@SUBSYSTEM MMC4
@ENDSUBSYSTEM  ;MMC4
@SUBSYSTEM AMC1
@ENDSUBSYSTEM  ;AMC1
@SUBSYSTEM AMC2
@ENDSUBSYSTEM  ;AMC2
@SUBSYSTEM AMC3
@ENDSUBSYSTEM  ;AMC3
@SUBSYSTEM EIU1
@ENDSUBSYSTEM  ;EIU1
@SUBSYSTEM EIU2
@ENDSUBSYSTEM  ;EIU2
@SUBSYSTEM EIU3
@ENDSUBSYSTEM  ;EIU3
@SUBSYSTEM MTU
  MET_RUNNING 0
  MET0 0.000
  MET1 0.000
  MET2 0.000
EVENT_TIMER0 0.000000 DOWN STOPPED
EVENT_TIMER1 0.000000 DOWN STOPPED
@ENDSUBSYSTEM  ;MTU
@SUBSYSTEM IDP1
  IDP1 SPEC 65535
  IDP1 DISP 65535
@ENDSUBSYSTEM  ;IDP1
@SUBSYSTEM IDP2
  IDP2 SPEC 65535
  IDP2 DISP 65535
@ENDSUBSYSTEM  ;IDP2
@SUBSYSTEM IDP3
  IDP3 SPEC 65535
  IDP3 DISP 65535
@ENDSUBSYSTEM  ;IDP3
@SUBSYSTEM IDP4
  IDP4 SPEC 65535
  IDP4 DISP 65535
@ENDSUBSYSTEM  ;IDP4
@SUBSYSTEM IMU1
@ENDSUBSYSTEM  ;IMU1
@SUBSYSTEM IMU2
@ENDSUBSYSTEM  ;IMU2
@SUBSYSTEM IMU3
@ENDSUBSYSTEM  ;IMU3
@SUBSYSTEM GPC1
@ENDSUBSYSTEM  ;GPC1
@SUBSYSTEM GPC2
@ENDSUBSYSTEM  ;GPC2
@SUBSYSTEM GPC3
@ENDSUBSYSTEM  ;GPC3
@SUBSYSTEM GPC4
@ENDSUBSYSTEM  ;GPC4
@SUBSYSTEM GPC5
@ENDSUBSYSTEM  ;GPC5
@SUBSYSTEM ODS
  RING_STATE -1 0.0000
@ENDSUBSYSTEM  ;ODS
@SUBSYSTEM ADPS
  LEFT_AIRDATAPROBE 0 0 1.000000
  RIGHT_AIRDATAPROBE 0 0 1.000000
@ENDSUBSYSTEM  ;ADPS
@SUBSYSTEM ETUmbDoors
  ET_DOORS 1.000000 1.000000
  ET_DOOR_LATCHES 0.000000 1.000000 1.000000
@ENDSUBSYSTEM        ;ETUmbDoors
@SUBSYSTEM -Y Star Tracker Door Motor
@ENDSUBSYSTEM  ;-Y Star Tracker Door Motor
@SUBSYSTEM -Z Star Tracker Door Motor
@ENDSUBSYSTEM  ;-Z Star Tracker Door Motor
@SUBSYSTEM ACBusSystem
@ENDSUBSYSTEM  ;ACBusSystem
@SUBSYSTEM INVERTER1
@ENDSUBSYSTEM  ;INVERTER1
@SUBSYSTEM INVERTER2
@ENDSUBSYSTEM  ;INVERTER2
@SUBSYSTEM INVERTER3
@ENDSUBSYSTEM  ;INVERTER3
@SUBSYSTEM APU1
  APU1_State 2
  APU1_FuelPress 1451.108
  APU1_HydPress 3004.392
  APU1_Speed 103.521
@ENDSUBSYSTEM  ;APU1
@SUBSYSTEM APU2
  APU2_State 2
  APU2_FuelPress 1459.138
  APU2_HydPress 2985.080
  APU2_Speed 97.918
@ENDSUBSYSTEM  ;APU2
@SUBSYSTEM APU3
  APU3_State 2
  APU3_FuelPress 1441.774
  APU3_HydPress 2988.386
  APU3_Speed 100.585
@ENDSUBSYSTEM  ;APU3
@SUBSYSTEM WSB1
@ENDSUBSYSTEM  ;WSB1
@SUBSYSTEM WSB2
@ENDSUBSYSTEM  ;WSB2
@SUBSYSTEM WSB3
@ENDSUBSYSTEM  ;WSB3
@SUBSYSTEM LATCH0
  LATCH_STATE1 1 1.0000
  LATCH_STATE2 1 1.0000
  LATCH_STATE3 1 1.0000
  LATCH_STATE4 1 1.0000
  LATCH_STATE5 1 1.0000
@ENDSUBSYSTEM  ;LATCH0
@SUBSYSTEM LATCH1
  LATCH_STATE1 1 1.0000
  LATCH_STATE2 1 1.0000
  LATCH_STATE3 1 1.0000
  LATCH_STATE4 1 1.0000
  LATCH_STATE5 1 1.0000
@ENDSUBSYSTEM  ;LATCH1
@SUBSYSTEM LATCH2
  LATCH_STATE1 1 1.0000
  LATCH_STATE2 1 1.0000
  LATCH_STATE3 1 1.0000
  LATCH_STATE4 1 1.0000
  LATCH_STATE5 1 1.0000
@ENDSUBSYSTEM  ;LATCH2
@SUBSYSTEM RMS
  ARM_STATUS 0.500000 0.013600 0.014688 0.500000 0.500000 0.500000
  SHOULDER_BRACE 0.000
  GRAPPLE 1 1.0000
  RIGIDIZE 1 1.0000
  EXTEND 1 1.0000
  RMS_ELBOW_CAM 0.0000 0.0000
  RMS_ROLLOUT 0 0.0000
  RMS_LATCHES 1 1.0000
@ENDSUBSYSTEM  ;RMS
@SUBSYSTEM STBD_MPM
  STBD_MPM_ROLLOUT 0 0.0000
  STBD_MPM_LATCHES 1 1.0000
  STBD_MPM_ATTACHED_PAYLOAD Ultra_OBSS 0
@ENDSUBSYSTEM  ;STBD_MPM
  CRT_SEL 1 1
  @PANEL F2
  @ENDPANEL 
  @PANEL F4
  @ENDPANEL 
  @PANEL F6
  "Cdr Flt Cntlr Pwr" OFF
  @ENDPANEL 
  @PANEL F7
  @ENDPANEL 
  @PANEL F8
  "Plt Flt Cntlr Pwr" OFF
  @ENDPANEL 
  @PANEL R2
  "Boiler1 N2 Supply" ON
  "Boiler2 N2 Supply" ON
  "Boiler3 N2 Supply" ON
  "Boiler1 Cntlr" ON
  "Boiler2 Cntlr" ON
  "Boiler3 Cntlr" ON
  "Boiler1 Cntlr Pwr/Htr" A
  "Boiler2 Cntlr Pwr/Htr" A
  "Boiler3 Cntlr Pwr/Htr" A
  "APU1 Run" START/RUN
  "APU2 Run" START/RUN
  "APU3 Run" START/RUN
  "Hyd Main Pump Press 1" NORM
  "Hyd Main Pump Press 2" NORM
  "Hyd Main Pump Press 3" NORM
  "APU1 Cntlr Pwr " ON
  "APU2 Cntlr Pwr " ON
  "APU3 Cntlr Pwr " ON
  "APU1 Fuel Tank Valve" OPEN
  "APU2 Fuel Tank Valve" OPEN
  "APU3 Fuel Tank Valve" OPEN
  "ET Umb Centerline Latch" GND
  "ET Umb Left Door" OFF
  "ET Umb Left Door Latch" OFF
  "ET Umb Right Door" OFF
  "ET Umb Right Door Latch" OFF
  "MPS Pwr Left AC2" [1]
  "MPS Pwr Ctr AC1" [1]
  "MPS Pwr Right AC3" [1]
  "MPS Pwr Left AC3" [1]
  "MPS Pwr Ctr AC2" [1]
  "MPS Pwr Right AC1" [1]
  "MPS He Isol A Left" OPEN
  "MPS He Isol A Ctr" OPEN
  "MPS He Isol A Right" OPEN
  "MPS He Isol B Left" OPEN
  "MPS He Isol B Ctr" OPEN
  "MPS He Isol B Right" OPEN
  @ENDPANEL 
  @PANEL C3
  "LOMS Arm" ARM/PRESS
  "ROMS Arm" ARM/PRESS
  "LADP Stow Enable" INHIBIT
  "RADP Stow Enable" INHIBIT
  "LADP Deploy" DEPLOY
  "RADP Deploy" DEPLOY
  @ENDPANEL 
  @PANEL R11
  @ENDPANEL 
  @PANEL A6
  "SENSE" -X
  "Aft Flt Cntlr Pwr" OFF
  "Payload Ret Latch 1" OFF
  "Payload Ret Latch 2" OFF
  "Payload Ret Latch 3" OFF
  "Payload Ret Latch 4" OFF
  "Payload Ret Latch 5" OFF
  "Payload Select" 1
  @ENDPANEL 
  @PANEL AftMDU
  @ENDPANEL 
  @PANEL A7A3/A8A3
  "SYSTEM POWER MNA" [1]
  "SYSTEM POWER MNB" [1]
  "PYRO POWER MNA" [0]
  "PYRO POWER MNC" [0]
  "SYS1 VENT ISOL" [1]
  "SYS1 VENT" [1]
  "SYS2 VENT ISOL" [1]
  "SYS2 VENT" [1]
  "PSU POWER MNA" [0]
  "PSU POWER MNB" [0]
  "LIGHTS AIRLOCK 1-4" [0]
  "LIGHTS AIRLOCK 2-3" [0]
  "LIGHTS DOCKING TRUSS FWD" [0]
  "LIGHTS DOCKING TRUSS AFT" [0]
  "ARLK/TNL FAN A" [0]
  "ARLK/TNL FAN B" [0]
  "LIGHTS C/L VESTIBULE PORT" [0]
  "LIGHTS C/L VESTIBULE STBD" [0]
  "CNTL PNL PWR A" OFF
  "CNTL PNL PWR B" OFF
  "CNTL PNL PWR C" OFF
  "HTRS/DCU PWR H1" OFF
  "HTRS/DCU PWR H2/DCU" OFF
  "HTRS/DCU PWR H3/DCU" OFF
  "APDS PWR A" OFF
  "APDS PWR B" OFF
  "APDS PWR C" OFF
  "PYROS Ap" [0]
  "PYROS Bp" [0]
  "PYROS Cp" [0]
  @ENDPANEL 
  @PANEL A8
  "Port MPM Deploy Cover" [0]
  "Stbd MPM Deploy Cover" [0]
  "Port RMS Latches" OFF
  "Stbd MPM Latches" OFF
  "Port MPM Deploy" OFF
  "Stbd MPM Deploy" OFF
  "EE Mode" OFF
  "EE Man Contr" OFF
  "Shoulder Brace Release" OFF
  "RMS SELECT" OFF
  "Single/Direct Drive" OFF
  "Parameter" TEST
  "Joint" SHOULDER_YAW
  "RMS Mode" OPR_CMD
  @ENDPANEL 
    @SUBSYSTEM MPS_C
  SSME_model 1
  SSME_Igniters 0 0 0 0 0 0
  SSME_Valves 1.000000 0.000000 0.000000 0.000000 0.000000 0 0 0
  SSME_BLOCK_II_pos 0.000000 0.000000
  VIE_WDTstate 0
  VIE_VehicleDataSwitch 1
  OE_chA StorageRegister 0
  OE_chA ONOFFCommandRegister 0 0
  OE_chA SH 1.000000 0.000000 0.000000 0.000000 0.000000
  OE_chB StorageRegister 0
  OE_chB ONOFFCommandRegister 0 0
  OE_chB SH 1.000000 0.000000 0.000000 0.000000 0.000000
  DCU_chA SW 13
  DCU_chB SW 13
  CIE_chA bWDT 0 0
  CIE_chB bWDT 0 0
@ENDSUBSYSTEM  ;MPS_C
@SUBSYSTEM MPS_L
  SSME_model 1
  SSME_Igniters 0 0 0 0 0 0
  SSME_Valves 1.000000 0.000000 0.000000 0.000000 0.000000 0 0 0
  SSME_BLOCK_II_pos 0.000000 0.000000
  VIE_WDTstate 0
  VIE_VehicleDataSwitch 1
  OE_chA StorageRegister 0
  OE_chA ONOFFCommandRegister 0 0
  OE_chA SH 1.000000 0.000000 0.000000 0.000000 0.000000
  OE_chB StorageRegister 0
  OE_chB ONOFFCommandRegister 0 0
  OE_chB SH 1.000000 0.000000 0.000000 0.000000 0.000000
  DCU_chA SW 13
  DCU_chB SW 13
  CIE_chA bWDT 0 0
  CIE_chB bWDT 0 0
@ENDSUBSYSTEM  ;MPS_L
@SUBSYSTEM MPS_R
  SSME_model 1
  SSME_Igniters 0 0 0 0 0 0
  SSME_Valves 1.000000 0.000000 0.000000 0.000000 0.000000 0 0 0
  SSME_BLOCK_II_pos 0.000000 0.000000
  VIE_WDTstate 0
  VIE_VehicleDataSwitch 1
  OE_chA StorageRegister 0
  OE_chA ONOFFCommandRegister 0 0
  OE_chA SH 1.000000 0.000000 0.000000 0.000000 0.000000
  OE_chB StorageRegister 0
  OE_chB ONOFFCommandRegister 0 0
  OE_chB SH 1.000000 0.000000 0.000000 0.000000 0.000000
  DCU_chA SW 13
  DCU_chB SW 13
  CIE_chA bWDT 0 0
  CIE_chB bWDT 0 0
@ENDSUBSYSTEM 
END
Ultra_OBSS:Spacecraft\Spacecraft3
  STATUS Orbiting Earth
  RPOS 4856015.63 -3440704.86 3159714.37
  RVEL -2044.063 3244.397 6665.391
  AROT 25.27 14.85 131.49
  VROT -0.06 0.00 0.00
  ATTACHED 0:1,Discovery
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
STS-125\payload:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493430.94 1055015.10 -5181674.91
  RVEL 5451.021 1535.099 5042.904
  AROT 17.66 -47.24 68.36
  VROT -0.06 0.00 -0.00
  ATTACHED 0:11,Discovery
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
STS-125\125bridgerail:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493430.93 1055015.09 -5181674.90
  RVEL 5451.021 1535.099 5042.904
  AROT 17.66 -47.24 68.36
  VROT -0.06 0.00 -0.00
  ATTACHED 0:8,Discovery
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
MFR:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493429.60 1055017.10 -5181676.36
  RVEL 5451.021 1535.099 5042.904
  AROT -177.97 -41.71 11.17
  VROT 0.00 -0.06 -0.01
  ATTACHED 0:0,STS-125\125bridgerail
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
  SEQ 0 2 0.999800
  SEQ 1 2 0.992600
  SEQ 2 2 0.999500
  SEQ 3 2 0.963300
END
PFR:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493431.09 1055012.63 -5181676.46
  RVEL 5451.021 1535.099 5042.904
  AROT 169.27 -39.13 -161.17
  VROT 0.00 0.06 0.00
  ATTACHED 0:1,STS-125\125bridgerail
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
  SEQ 0 -2 0.500000
  SEQ 1 -2 0.500000
  SEQ 2 -2 0.500000
  SEQ 3 -2 0.300000
END
lightFR:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493430.81 1055015.04 -5181675.94
  RVEL 5451.021 1535.099 5042.904
  AROT -162.34 47.24 111.64
  VROT 0.06 0.00 0.00
  ATTACHED 0:0,ORUC
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
  SEQ 0 -2 0.528900
  SEQ 1 -2 0.375200
  SEQ 2 -2 0.480000
  SEQ 3 2 0.000700
  SEQ 4 -2 0.500000
END
FSS:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493428.78 1055014.47 -5181677.67
  RVEL 5451.021 1535.099 5042.904
  AROT 17.66 -47.24 68.36
  VROT -0.06 0.00 -0.00
  ATTACHED 0:0,STS-125\payload
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
  SEQ 0 2 0.999860
  SEQ 1 2 0.665364
  SEQ 2 -2 0.000000
  SEQ 3 -2 0.000000
  SEQ 4 -2 0.000000
  SEQ 5 -2 0.000000
END
MULE:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493428.14 1055014.29 -5181678.44
  RVEL 5451.021 1535.099 5042.904
  AROT -162.34 47.24 111.64
  VROT 0.06 0.00 0.00
  ATTACHED 0:1,STS-125\payload
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
ORUC:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493432.79 1055015.60 -5181674.08
  RVEL 5451.021 1535.099 5042.904
  AROT 17.66 -47.24 68.36
  VROT -0.06 0.00 -0.00
  ATTACHED 0:2,STS-125\payload
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
  SEQ 0 -2 0.000224
  SEQ 1 -2 0.000453
  SEQ 2 -2 0.000122
  SEQ 3 -2 0.000000
END
SLIC:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493435.51 1055016.37 -5181671.22
  RVEL 5451.021 1535.099 5042.904
  AROT 17.66 -47.24 68.36
  VROT -0.06 0.00 -0.00
  ATTACHED 0:3,STS-125\payload
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
  SEQ 0 -2 0.000109
END
SCM:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493430.68 1055014.85 -5181678.54
  RVEL 5451.021 1535.099 5042.904
  AROT 169.27 -39.14 -130.70
  VROT -0.03 0.05 0.00
  ATTACHED 0:0,FSS
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
FGS2hold:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493434.03 1055018.21 -5181673.75
  RVEL 5451.021 1535.099 5042.904
  AROT 104.73 2.71 42.69
  VROT -0.00 -0.02 0.06
  ATTACHED 0:4,ORUC
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
FGS2:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493432.05 1055015.21 -5181681.52
  RVEL 5451.021 1535.099 5042.904
  AROT 19.09 -46.83 67.31
  VROT -0.06 0.00 0.00
  ATTACHED 0:1,HST
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
FGS3:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493433.90 1055015.89 -5181673.56
  RVEL 5451.021 1535.099 5042.904
  AROT -10.73 39.13 71.17
  VROT -0.06 -0.00 -0.00
  ATTACHED 0:5,ORUC
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
WFC2hold:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493434.14 1055017.87 -5181673.46
  RVEL 5451.021 1535.099 5042.904
  AROT 87.90 17.36 129.71
  VROT -0.00 -0.00 0.06
  ATTACHED 2:3,ORUC
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
WFC2:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493433.34 1055015.60 -5181680.39
  RVEL 5451.021 1535.099 5042.904
  AROT -160.91 46.83 -67.31
  VROT -0.06 -0.00 -0.00
  ATTACHED 0:0,HST
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
FGS3hold:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493435.49 1055018.16 -5181671.54
  RVEL 5451.021 1535.099 5042.904
  AROT 169.27 -39.13 -161.17
  VROT 0.00 0.06 0.00
  ATTACHED 0:2,SLIC
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
WFC3hold:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493434.24 1055016.05 -5181671.00
  RVEL 5451.021 1535.099 5042.904
  AROT -162.34 47.24 -68.36
  VROT -0.06 -0.00 0.00
  ATTACHED 0:1,SLIC
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
WFC3:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493436.15 1055016.52 -5181671.96
  RVEL 5451.021 1535.099 5042.904
  AROT -10.73 39.13 71.17
  VROT -0.06 -0.00 -0.00
  ATTACHED 0:0,SLIC
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
ET:SSU_Tank
  STATUS Orbiting Earth
  ATTACHED 0:20,Discovery
END
LSRB:SSU_LSRB
  STATUS Orbiting Earth
  ATTACHED 0:21,Discovery
END
RSRB:SSU_RSRB
  STATUS Orbiting Earth
  ATTACHED 0:22,Discovery
END
END_SHIPS
BEGIN_ExtMFD
END
 
is there a thread for questions about version 1.06 CRT as there is no 1.25 anymore?
I am sorry but we do not give support for old versions, it's just too time-consuming as that version is seriously outdated and obsolete. It was replaced by SSU V1.25 but that one was removed due being outdated when the 2010 edition of Orbiter was released.

So we decided to only give support for the revision 1357 modules as they are current and works with Orbiter 2010/P1 and the external graphics clients. Any other version, especially one that you have customized by mixing different versions, are unsupported.
 
<off>
Hello 1hippienaut,

"...so 1357 precompiled modules work with current checkout..."

Not sure. There is, for example, a precompiled 1366 modules version somewhere. So...
</off>
 
Last edited:
Any interesting news since 11/2012 ?
 
I have a few questions and a possible compatibility issue to report. Last week I downloaded and compiled rev. 1473 and it worked fine. After updating to current rev. 1476 i get a CTD at startup. Scenario is "Atlantis in orbit", the last thing to load is SSU/SSUBay.dds. Only thing that changed in the meantime was reverting from D3D9 R11 which was no longer supported to R10 (unfortunately I no longer have R11 so I can't test).

Other thing I noticed was that the texture "PVarray.dds" included with Donamy's ISS A2Z gets replaced by the texture included with SSU that has the same name, but only has lower "part" of the replaced texture. Consequently ISS solar panel's top side is completely white, while the underside is fine.

Here's the log:

Code:
**** Orbiter.log
Build Aug 30 2010 [v.100830]
Timer precision: 3.23405e-007 sec
Found 0 joystick(s)
Module AtlantisConfig.dll .... [Build 130606, API 100830]
Module AtmConfig.dll ......... [Build 100830, API 100830]
Module DGConfigurator.dll .... [Build 100830, API 100830]
Module EnergyConfigurator.dll  [Build ******, API 060425]
Module OrbiterSound.dll ...... [Build 121120, API 100830]
Module ScnEditor.dll ......... [Build 100830, API 100830]
Module D3D9Client.dll ........ [Build 130312, API 100830]
Module StateSaver.dll ........ [Build 100929, API 100830]
Module BaseSyncMFD.dll ....... [Build 100616, API 100603]
---------------------------------------------------------------
>>> WARNING: Obsolete API function used: oapiRegisterMFDMode
At least one active module is accessing an obsolete interface function.
Addons which rely on obsolete functions may not be compatible with
future versions of Orbiter.
---------------------------------------------------------------
Module BurnTimeCalculator.dll  [Build 110301, API 100830]
Module transx.dll ............ [Build ******, API 060425]
Module AeroBrakeMFD.dll ...... [Build ******, API 100830]
Module LaunchMFD.dll ......... [Build 130413, API 100830]
Module CRT.dll ............... [Build 130606, API 100830]
Module ScriptMFD.dll ......... [Build 100830, API 100830]

**** Creating simulation session
D3D9Client: [DirectX 9 Initialized]
D3D9Client: Sytem has XNA math support
D3D9Client: [3DDevice Initialized]
D3D9Client: [Compiling Effects for Shader Model 3.0]
D3D9Client: [Loading Stars]
D3D9Client: [Loading Constellations]
D3D9Client: [D3D9Client Initialized]
Module Sun.dll ............... [Build 100830, API 100830]
VSOP87(E) Sun: Precision 1e-006, Terms 554/6634
Module Mercury.dll ........... [Build 100830, API 100830]
VSOP87(B) Mercury: Precision 1e-005, Terms 167/7123
Module Venus.dll ............. [Build 100830, API 100830]
Module VenusAtm2006.dll ...... [Build 100830, API 100830]
VSOP87(B) Venus: Precision 1e-005, Terms 79/1710
Module Earth.dll ............. [Build 100830, API 100830]
Module EarthAtmJ71G.dll ...... [Build 100830, API 100830]
VSOP87(B) Earth: Precision 1e-008, Terms 2564/2564
Module Moon.dll .............. [Build 100830, API 100830]
ELP82: Precision 1e-005, Terms 116/829
Module Mars.dll .............. [Build 100830, API 100830]
Module MarsAtm2006.dll ....... [Build 100830, API 100830]
VSOP87(B) Mars: Precision 1e-005, Terms 405/6400
Module Phobos.dll ............ [Build ******, API 060425]
Module Deimos.dll ............ [Build ******, API 060425]
Finished initialising world
Module SpaceShuttleUltra.dll . [Build 130606, API 100830]
Loading aerodynamic data from file
Config/SSU_Elevon.csv
Loading aerodynamic data from file
Config/SSU_Aero.csv
Loading aerodynamic data from file
Config/SSU_BodyFlap.csv
Loading aerodynamic data from file
Config/SSU_HorizontalAero.csv
Read 3D table block ending at 242

Read 3D table block ending at 484

Read 3D table block ending at 726

Read 3D table block ending at 968

Read 3D table block ending at 1210

Read 3D table block ending at 1452

Read 3D table block ending at 1694

Read 3D table block ending at 1936

Read 3D table block ending at 2178

Read 3D table block ending at 2420

Read 3D table block ending at 2662

Read 3D table block ending at 2904

Read 3D table block ending at 3178

Read 3D table block ending at 3452

Read 3D table block ending at 3822

Read 3D table block ending at 4192

Read 3D table block ending at 4562

Read 3D table block ending at 4932

Read 3D table block ending at 5334

Read 3D table block ending at 5736

Read 3D table block ending at 6134

Read 3D table block ending at 6536

Read 3D table block ending at 6938

Read 3D table block ending at 7340

Read 3D table block ending at 7742

Loading aerodynamic data from file
Config/SSU_Aileron.csv
(Mission File Management) Load mission file into shared memory.
(PanelO6::PanelO6) Enter constructor.
(PanelO6::PanelO6) Leave constructor.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem MPS_C.
Added subsystem MPS_C.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem MPS_L.
Added subsystem MPS_L.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem MPS_R.
Added subsystem MPS_R.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem FMC1.
(MCA::MCA)
Added subsystem FMC1.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem FMC2.
(MCA::MCA)
Added subsystem FMC2.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem FMC3.
(MCA::MCA)
Added subsystem FMC3.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem MMC1.
(MCA::MCA)
Added subsystem MMC1.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem MMC2.
(MCA::MCA)
Added subsystem MMC2.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem MMC3.
(MCA::MCA)
Added subsystem MMC3.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem MMC4.
(MCA::MCA)
Added subsystem MMC4.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem AMC1.
(MCA::MCA)
Added subsystem AMC1.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem AMC2.
(MCA::MCA)
Added subsystem AMC2.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem AMC3.
(MCA::MCA)
Added subsystem AMC3.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem FF1.
Added subsystem FF1.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem FF2.
Added subsystem FF2.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem FF3.
Added subsystem FF3.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem FF4.
Added subsystem FF4.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem FA1.
Added subsystem FA1.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem FA2.
Added subsystem FA2.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem FA3.
Added subsystem FA3.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem FA4.
Added subsystem FA4.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem PL1.
Added subsystem PL1.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem PL2.
Added subsystem PL2.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem LF1.
Added subsystem LF1.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem LM1.
Added subsystem LM1.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem LA1.
Added subsystem LA1.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem OF1.
Added subsystem OF1.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem OF2.
Added subsystem OF2.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem OF3.
Added subsystem OF3.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem OF4.
Added subsystem OF4.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem OA1.
Added subsystem OA1.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem OA2.
Added subsystem OA2.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem OA3.
Added subsystem OA3.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem LL1.
Added subsystem LL1.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem LL2.
Added subsystem LL2.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem LR1.
Added subsystem LR1.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem LR2.
Added subsystem LR2.
(SpaceShuttleUltra)Can't load PROM image 'Config\SSU\ROM\FF.rom' for 'FF1'
(SpaceShuttleUltra)Can't load PROM image 'Config\SSU\ROM\FA.rom' for 'FA1'
(SpaceShuttleUltra)Can't load PROM image 'Config\SSU\ROM\OF.rom' for 'OF1'
(SpaceShuttleUltra)Can't load PROM image 'Config\SSU\ROM\FF.rom' for 'FF2'
(SpaceShuttleUltra)Can't load PROM image 'Config\SSU\ROM\FA.rom' for 'FA2'
(SpaceShuttleUltra)Can't load PROM image 'Config\SSU\ROM\OF.rom' for 'OF2'
(SpaceShuttleUltra)Can't load PROM image 'Config\SSU\ROM\FF.rom' for 'FF3'
(SpaceShuttleUltra)Can't load PROM image 'Config\SSU\ROM\FA.rom' for 'FA3'
(SpaceShuttleUltra)Can't load PROM image 'Config\SSU\ROM\OF.rom' for 'OF3'
(SpaceShuttleUltra)Can't load PROM image 'Config\SSU\ROM\FF.rom' for 'FF4'
(SpaceShuttleUltra)Can't load PROM image 'Config\SSU\ROM\FA.rom' for 'FA4'
(SpaceShuttleUltra)Can't load PROM image 'Config\SSU\ROM\OF.rom' for 'OF4'
(SpaceShuttleUltra)Can't load PROM image 'Config\SSU\ROM\OF.rom' for 'OA1'
(SpaceShuttleUltra)Can't load PROM image 'Config\SSU\ROM\OF.rom' for 'OA2'
(SpaceShuttleUltra)Can't load PROM image 'Config\SSU\ROM\OF.rom' for 'OA3'
(SpaceShuttleUltra)Can't load PROM image 'Config\SSU\ROM\PL.rom' for 'PL1'
(SpaceShuttleUltra)Can't load PROM image 'Config\SSU\ROM\LL.rom' for 'LL1'
(SpaceShuttleUltra)Can't load PROM image 'Config\SSU\ROM\LR.rom' for 'LR1'
(SpaceShuttleUltra)Can't load PROM image 'Config\SSU\ROM\PL.rom' for 'PL2'
(SpaceShuttleUltra)Can't load PROM image 'Config\SSU\ROM\LL.rom' for 'LL2'
(SpaceShuttleUltra)Can't load PROM image 'Config\SSU\ROM\LR.rom' for 'LR2'
(SpaceShuttleUltra)Can't load PROM image 'Config\SSU\ROM\LF1.rom' for 'LF1'
(SpaceShuttleUltra)Can't load PROM image 'Config\SSU\ROM\LM1.rom' for 'LM1'
(SpaceShuttleUltra)Can't load PROM image 'Config\SSU\ROM\LA1.rom' for 'LA1'
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem EIU1.
Added subsystem EIU1.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem EIU2.
Added subsystem EIU2.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem EIU3.
Added subsystem EIU3.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem MTU.
Added subsystem MTU.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem IDP1.
Added subsystem IDP1.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem IDP2.
Added subsystem IDP2.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem IDP3.
Added subsystem IDP3.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem IDP4.
Added subsystem IDP4.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem IMU1.
Added subsystem IMU1.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem IMU2.
Added subsystem IMU2.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem IMU3.
Added subsystem IMU3.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem GPC1.
Added subsystem GPC1.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem GPC2.
Added subsystem GPC2.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem GPC3.
Added subsystem GPC3.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem GPC4.
Added subsystem GPC4.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem GPC5.
Added subsystem GPC5.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem MMU1.
Added subsystem MMU1.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem MMU2.
Added subsystem MMU2.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem SimpleGPCSystem.
Added subsystem SimpleGPCSystem.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem ODS.
Added subsystem ODS.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem ADPS.
Added subsystem ADPS.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem ETUmbDoors.
Added subsystem ETUmbDoors.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem -YStarTrackerDoorMotor.
Added subsystem -YStarTrackerDoorMotor.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem -ZStarTrackerDoorMotor.
Added subsystem -ZStarTrackerDoorMotor.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem ACBusSystem.
Added subsystem ACBusSystem.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem INVERTER1.
Added subsystem INVERTER1.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem INVERTER2.
Added subsystem INVERTER2.
(AtlantisSubsystem::AtlantisSubsystem)
(AtlantisSubsystem) Create subsystem INVERTER3.
Added subsystem INVERTER3.
(ShuttleBusManager::CreateBus) Create bus "DK1"
(ShuttleBusManager::CreateBus) Create bus "DK2"
(ShuttleBusManager::CreateBus) Create bus "DK3"
(ShuttleBusManager::CreateBus) Create bus "DK4"
(ShuttleBusManager::CreateBus) Create bus "IC1"
(ShuttleBusManager::CreateBus) Create bus "IC2"
(ShuttleBusManager::CreateBus) Create bus "IC3"
(ShuttleBusManager::CreateBus) Create bus "IC4"
(ShuttleBusManager::CreateBus) Create bus "IC5"
(ShuttleBusManager::CreateBus) Create bus "FC1"
(ShuttleBusManager::CreateBus) Create bus "FC2"
(ShuttleBusManager::CreateBus) Create bus "FC3"
(ShuttleBusManager::CreateBus) Create bus "FC4"
(ShuttleBusManager::CreateBus) Create bus "FC5"
(ShuttleBusManager::CreateBus) Create bus "FC6"
(ShuttleBusManager::CreateBus) Create bus "FC7"
(ShuttleBusManager::CreateBus) Create bus "FC8"
(ShuttleBusManager::CreateBus) Create bus "PL1"
(ShuttleBusManager::CreateBus) Create bus "PL2"
(ShuttleBusManager::CreateBus) Create bus "LB1"
(ShuttleBusManager::CreateBus) Create bus "LB2"
 
That texture shouldn't even be there, it's not used by SSU.
 
Status
Not open for further replies.
Back
Top