Crash at password creation for PBEM game

Moderator: Vic

Post Reply
Razorix22
Posts: 13
Joined: Sun Jun 07, 2020 6:58 pm

Crash at password creation for PBEM game

Post by Razorix22 »

Hello,

When starting a new game, at the very first login for password creation, the game crash, in a systematic way, except for first game we created :
Consultez la fin de ce message pour plus de détails sur l'appel du débogage
juste-à-temps (JIT) à la place de cette boîte de dialogue.

************** Texte de l'exception **************
System.IO.IOException: Le répertoire n’est pas vide. (directory not empty)

à System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
à System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound, WIN32_FIND_DATA& data)
à System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
à WindowsApplication1.GameLoopMainWindowClass2.HandleMouseClick(Int32 x, Int32 y, Int32 b) dans G:\VR\VRDevelopment\WindowsApplication1\GUI\Windows\Se1_Windows\se1_GameLoopWindowClass2.vb:ligne 977
à WindowsApplication1.GameLoopScreenClass2.HandleMouseClick(Int32 x, Int32 y, Int32 b) dans G:\VR\VRDevelopment\WindowsApplication1\GUI\Screens\Se1_Screens\se1_GameLoopScreenClass2.vb:ligne 57
à WindowsApplication1.Form1.Form1_Mousedown(Object sender, MouseEventArgs e) dans G:\VR\VRDevelopment\WindowsApplication1\Form1.vb:ligne 1367
à System.Windows.Forms.Control.OnMouseDown(MouseEventArgs e)
à System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
à System.Windows.Forms.Control.WndProc(Message& m)
à System.Windows.Forms.Form.WndProc(Message& m)
à WindowsApplication1.ImmoveableForm.WndProc(Message& m) dans G:\VR\VRDevelopment\WindowsApplication1\ImmoveableForm.vb:ligne 67
à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)




************** Débogage JIT **************
Pour activer le débogage juste-à-temps (JIT), le fichier de configuration pour cette
application ou cet ordinateur (machine.config) doit avoir la valeur
jitDebugging définie dans la section system.windows.forms.
L'application doit également être compilée avec le débogage
activé.

Par exemple :

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

Lorsque le débogage juste-à-temps est activé, les exceptions non gérées
seront envoyées au débogueur JIT inscrit sur l'ordinateur
plutôt que d'être gérées par cette boîte de dialogue.

User avatar
Vic
Posts: 9677
Joined: Mon May 17, 2004 2:17 pm
Contact:

RE: Crash at password creation for PBEM game

Post by Vic »

I noted a problem with the installer it put a txt file in a dir that should have stayed empty.

Will communicate it today with publisher (that makes the installer).

Quick fix is to delete the single .txt file in the masterlogdir

best wishes,
Vic
Visit www.vrdesigns.net for the latest news, polls, screenshots and blogs on Shadow Empire, Decisive Campaigns and Advanced Tactics
Razorix22
Posts: 13
Joined: Sun Jun 07, 2020 6:58 pm

RE: Crash at password creation for PBEM game

Post by Razorix22 »

Thank you very much, we will try it this evening, and keep you tuned if any problem occurs.

Best regards,
Post Reply

Return to “Tech Support”