Page 1 of 1
Debugger provides error
Posted: Thu Nov 14, 2024 7:29 pm
by jdc527
Hey I got this error on the last line in the debugger:
BFMultiPlayer\ServerGameLogic.cpp(1167): Error: BFMultiPlayer: failed to spawn player
The error is produced when trying to spawn as the Allies on my map. Also the icon for the side with the tickets is a white box.
There are no other debugger pop ups when loading, and the Axis side works just fine.
Re: Debugger provides error
Posted: Sat Nov 16, 2024 9:27 pm
by Diamondback
jdc527 wrote: ↑Thu Nov 14, 2024 7:29 pm
Hey I got this error on the last line in the debugger:
BFMultiPlayer\ServerGameLogic.cpp(1167): Error: BFMultiPlayer: failed to spawn player
The error is produced when trying to spawn as the Allies on my map. Also the icon for the side with the tickets is a white box.
There are no other debugger pop ups when loading, and the Axis side works just fine.
Maybe showing the full debugger logs would help pinpoint the issue.
Re: Debugger provides error
Posted: Mon Nov 18, 2024 8:53 pm
by jdc527
UPDATE:
I figured out what was wrong, my soldiers for the French faction I was working on was missing the USSoldier.ske and the USSoldierface files.
I still however cannot get flags to show up for tickets and on the minimap, they are grey squares.
Re: Debugger provides error
Posted: Tue Nov 19, 2024 7:35 am
by Diamondback
jdc527 wrote: ↑Mon Nov 18, 2024 8:53 pm
UPDATE:
I figured out what was wrong, my soldiers for the French faction I was working on was missing the USSoldier.ske and the USSoldierface files.
I still however cannot get flags to show up for tickets and on the minimap, they are grey squares.
Check the menu.rfa file of XPack1, it has the HUD icons you are looking for.
Re: Debugger provides error
Posted: Tue Nov 19, 2024 8:27 pm
by jdc527
Thanks!