[Help] Crash when launching map

Making or wanting help making your own asset? Check in here
Post Reply
BroCop
Posts: 4155
Joined: 2008-03-08 12:28

[Help] Crash when launching map

Post by BroCop »

Basically I wanted to check out my map ingame. To do so I have followed the tutorials (or more specifically the tutorials on Auditing a map and creating game layers) and I packed it using the map building script. When I tried to launch it in local, the game would crash on the "Starting server" screen with the following error message

Image

And yes the GPO.con is there and properly packed in the server zip. Any help is greatly appreciated.

EDIT: Small note. I actually looked through the BFEditor forums and while I did find something on the error (or at least a very similar one) none of them actually offered actual solutions.
Image
Rhino
Retired PR Developer
Posts: 47909
Joined: 2005-12-13 20:00

Re: [Help] Crash when launching map

Post by Rhino »

are you sure the game mode and layer you tried to run has a GPO.con for it? Ie, you didn't try running AAS 64 when you only made an INS 64 layer?
Image
BroCop
Posts: 4155
Joined: 2008-03-08 12:28

Re: [Help] Crash when launching map

Post by BroCop »

I made only 1 layer (which is set to 16p and Skirmish). The GPO.con is in the server.zip in the following directory: gpm_skirmish/16

EDIT: Forgot to mention. While I did set up only that 1 layer, for some odd reason it was showing me 3 variations in the map list (Std, Inf and Alt). Even if I filtered it to show only Skirmish maps, all 3 would show up
Image
Rhino
Retired PR Developer
Posts: 47909
Joined: 2005-12-13 20:00

Re: [Help] Crash when launching map

Post by Rhino »

My guess is you tried to run the AAS 16 layer then :p

you need to edit your map's .desc file to have this in it:

Code: Select all

	<modes>
		<mode type="gpm_skirmish">
			<maptype players="16" type="headon" locid="GAMEMODE_DESCRIPTION_headon">Unlocalized test for this mode on this map</maptype>
		</mode>
	</modes>
Then when you come to run the map, make sure you select skirmish layer.

But I personally always do initial map testing on AAS 64 unless it is GPO testing.
Image
BroCop
Posts: 4155
Joined: 2008-03-08 12:28

Re: [Help] Crash when launching map

Post by BroCop »

That solved it. Thanks alot
Image
Post Reply

Return to “PR:BF2 Community Modding”