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.
Debugger provides error
-
- Posts: 617
- Joined: Mon Oct 01, 2012 3:13 pm
- Location: Canada
- Contact:
Re: Debugger provides error
Maybe showing the full debugger logs would help pinpoint the issue.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.
See my Strasbourg map project here.
Re: Debugger provides error
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.
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.
-
- Posts: 617
- Joined: Mon Oct 01, 2012 3:13 pm
- Location: Canada
- Contact:
Re: Debugger provides error
Check the menu.rfa file of XPack1, it has the HUD icons you are looking for.
See my Strasbourg map project here.
Re: Debugger provides error
Thanks!