SS6 will not shut down without crashing

SS6 is working well for me, however when shutting down or closing out of drawings(rather than opening a new dgn) It crashes every time. 

Any ideas why this would be occurring. 

Parents Reply Children
  • Yeah, but are the usual settings enough to solve that?

    "Pref were split by engine name only rather than by version so SS5 and SS6 were sharing the same upf file."
  • Andreas,

    I had adapted my workspace so that minimal duplication was required between SS5 and SS6. The only difference was the Dataset_GB. Standards remained the same, as did company dataset, dataset extensions etc

    Our standard config up till that point had the below configs defined which meant that prefs were split by engine name, but not by version. We have now migrated our projects to SS6 and effectively retired SS5 but for the few legacy jobs we have, I have now added a version variable to the startup config for SS5 and SS6 and references this in the standards config which allows me to use the same docking/taskprefs etc but uses a seperate prefs file.
    MS_USERPREF now reads as:
    MS_USERPREF = $(_USTN_HOMEPREFS)$(_ENGINENAME)/$(_ABD_BUILD).upf

    Make sense now?



    #----------------------------------------------------------------------

    _USTN_HOMEROOT = $(APPDATA)/LDS_CAD/

    _USTN_HOMEPREFS = $(_USTN_HOMEROOT)prefs/

    #----------------------------------------------------------------------

    MS_USERPREF = $(_USTN_HOMEPREFS)$(_ENGINENAME)/$(_ENGINENAME).upf

    MS_USERINT_PREFS = $(_USTN_HOMEPREFS)$(_ENGINENAME)/$(_ENGINENAME)-$(_USTN_USERINTNAME).upf

    MS_BUTTONMENU = $(_USTN_HOMEPREFS)/$(_USTN_USERNAME).btnmenu

    MS_DOCKINGPREF = $(_USTN_HOMEPREFS)$(_ENGINENAME)/$(_ENGINENAME).docking.xml

    MS_TASKDIALOGPREF = $(_USTN_HOMEPREFS)$(_ENGINENAME)/$(_ENGINENAME).TaskNavigation.xml

    MS_GROUPPANELPREF = $(_USTN_HOMEPREFS)$(_ENGINENAME)/$(_ENGINENAME).GroupPanels.xml