1.07a GetGlobalDockScreen crash

These are old bug reports that have been closed.
Locked
giantcabbage
Militia Lieutenant
Militia Lieutenant
Posts: 104
Joined: Thu Apr 07, 2011 9:05 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>
User avatar
Star Weaver
Militia Commander
Militia Commander
Posts: 311
Joined: Sun Nov 07, 2010 10:20 pm
Location: . . . between the stars and the warm black sky . . .

Ticket marked closed in milestone 1.08
Image
Image
Image
Locked