PDA

View Full Version : Game crashes on character color selection


Dropkickpikachu
01-25-2011, 10:09 PM
My problem is as simple as the thread title suggests. Any time I get to the game start menu and click my character to choose his robe color, the game immediately crashes to desktop. I seem to be able to get into the game if I just stay with the default green, but I wanna change my dude's color! I wanna do that!

What's goin' on here, durn it!

shiftplusone
01-26-2011, 12:22 AM
this is EXACTLY what mine is doing, the demo worked just fine but when I bought it and click the character "editor" it either stops responding or crashes to desktop.

Agent_137
01-26-2011, 12:27 AM
same here. crash on trying to change my color in a lobby.

windows 7. 64-bit. quad core.
installed xna 3.1 and .net framework 3.5

everything else works fine for me. Even multiplayer works if I join a friend's game via the steam friends list and not the in game menu. (the friend has to be in the game lobby or it doesn't work.)

here is the error report I get from the crash:
LogicThread
System.ArgumentOutOfRangeException: capacity was less than the current size.
Parameter name: requiredLength
at System.Text.StringBuilder.GetNewString(String currentString, Int32 requiredLength)
at System.Text.StringBuilder.Append(String value)
at Magicka.GameLogic.UI.GamerCustomizeMessageBox.Show (Gamer iGamer)
at Magicka.GameLogic.GameStates.Menu.Main.SubMenuChar acterSelect.ControllerMouseAction(Controller iSender, Point iScreenSize, MouseState iState, MouseState iOldState)
at Magicka.GameLogic.Controls.KeyboardMouseController .Update(DataChannel iDataChannel, Single iDeltaTime)
at Magicka.GameLogic.Controls.ControlManager.HandleIn put(DataChannel iDataChannel, Single iDeltaTime)
at Magicka.GameLogic.GameStates.GameState.Update(Data Channel iDataChannel, Single iDeltaTime)
at Magicka.GameLogic.GameStates.MenuState.Update(Data Channel iDataChannel, Single iDeltaTime)
at Magicka.GameLogic.GameStates.GameStateManager.Upda te(DataChannel iDataChannel, Single iDeltaTime)
at Magicka.Game.Update(Single iDeltaTime)
at Magicka.Game.ThreadedUpdate()

dbrinem
01-26-2011, 01:08 AM
A friend had this exact same problem, but we found out it was because of his name [he uses a mix of alt codes and character map scrambles for his name, looks like cthulhu demon speak].

He worked around it by creating a new character instead of editing his default one when he joins the server.

Paradox__rep
01-26-2011, 01:45 AM
A friend had this exact same problem, but we found out it was because of his name [he uses a mix of alt codes and character map scrambles for his name, looks like cthulhu demon speak].

He worked around it by creating a new character instead of editing his default one when he joins the server.

THANKS!

Adding this to tonights fix. Should be easy enough!

/pdx team