1.07a GetGlobalDockScreen crash
Posted: Wed Dec 07, 2011 11:29 pm
Returning an invalid entry (i.e. not a list, or a list with something other than a dockscreen UNID) from the GetGlobalDockScreen event can cause Transcendence to crash when you dock.
Code: Select all
<StationType UNID="&msTest;" virtual="true" attributes="mission" name="Test Mission">
<Image imageID="&rsItems1;" imageX="0" imageY="288" imageWidth="96" imageHeight="96"/>
<DockScreens>
<Main>
<Panes>
<Default desc="This is the docksreen for the test mission">
</Default>
</Panes>
</Main>
</DockScreens>
<Events>
<GetGlobalDockScreen>
(list "&msTest;\Main" 9)
</GetGlobalDockScreen>
</Events>
</StationType>