Page 1 sur 1
Exit MUGEN: "forcing shutdown"
Publié : 16 nov. 2017 - 17:20
par coincoin
Salut,
Pour quelques jeux (resident evil, sonic, dbz saga, et battle zero) j'ai un soucis au moent de revenir sur HS
Une fenetre windows me renvoie le message "Forcing program to shutdown may lead to data loss and unexpected results".
J'ai essayé le exithack dans tous les sens, j'ai interrogé google, mais je ne trouve rien qui me permette de régler mon soucis.
Personne n'a rencontré le même problème?
Re: Exit MUGEN: "forcing shutdown"
Publié : 16 nov. 2017 - 20:31
par moustic
Dans le module pclauncher tu as prévu quoi comme méthode de sortie du jeu?
Re: Exit MUGEN: "forcing shutdown"
Publié : 16 nov. 2017 - 23:06
par coincoin
Mmmmh.... très bonne question...
Je pense être "tout d'origine de ce point de vu là":
Hors-sujet
CloseProcess:
If (ExitMethod != "InGame") {
FadeOutStart()
If (ExitMethod = "Process Close AppWaitExe" && AppWaitExe) {
RLLog.Info("CloseProcess - ExitMethod is ""Process Close AppWaitExe""")
AppWaitExe.Process("Close")
} Else If (ExitMethod = "WinClose AppWaitExe" && AppWaitExe) {
RLLog.Info("CloseProcess - ExitMethod is ""WinClose AppWaitExe""")
AppWaitExe.Process("Exist")
AppWaitWindow := new Window(new WindowTitle(,,,,AppWaitExe.PID))
AppWaitWindow.Close()
} Else If (ExitMethod = "Process Close Application") {
RLLog.Info("CloseProcess - ExitMethod is ""Process Close Application""")
primaryExe.Process("Close")
} Else If (ExitMethod = "WinClose Application" && FadeTitle) {
RLLog.Info("CloseProcess - ExitMethod is ""WinClose Close Application""")
appPrimaryWindow.Close()
} Else If (ExitMethod = "Send Alt+F4") {
RLLog.Info("CloseProcess - ExitMethod is ""Send Alt+F4""")
KeyUtils.Send("!{F4}")
} Else {
RLLog.Info("CloseProcess - Default ExitMethod`, using ""WinClose""")
appPrimaryWindow.Close()
}
}
Re: Exit MUGEN: "forcing shutdown"
Publié : 19 nov. 2017 - 22:27
par coincoin
Plus rien?
Re: Exit MUGEN: "forcing shutdown"
Publié : 19 nov. 2017 - 22:40
par moustic
Plus rien quoi ? Drôle de façon de relancer le sujet... bref essayé de changer ta méthode de sortie du jeu dans rocketlauncherui
Re: Exit MUGEN: "forcing shutdown"
Publié : 20 nov. 2017 - 19:04
par coincoin
Ok, merci...