[EN COURS]Exit MUGEN: "forcing shutdown"

Ici se règle les problèmes concernant une configuration Hyperspin tournant sous HyperLaunch 3.

Modérateurs : Porko, Modérateurs

Avatar de l’utilisateur
coincoin
Apprenti
Apprenti
Messages : 15
Inscription : 24 oct. 2017 - 23:55

Exit MUGEN: "forcing shutdown"

Message par coincoin » 16 nov. 2017 - 17:20

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?

Avatar de l’utilisateur
moustic
Administrateur
Administrateur
Messages : 6940
Inscription : 23 juil. 2014 - 01:00
Localisation : Saint Jean Rohrbach
A remercié : 333 fois
A été remercié : 677 fois

Re: Exit MUGEN: "forcing shutdown"

Message par moustic » 16 nov. 2017 - 20:31

Dans le module pclauncher tu as prévu quoi comme méthode de sortie du jeu?
Image

Avatar de l’utilisateur
coincoin
Apprenti
Apprenti
Messages : 15
Inscription : 24 oct. 2017 - 23:55

Re: Exit MUGEN: "forcing shutdown"

Message par coincoin » 16 nov. 2017 - 23:06

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()
}
}

Avatar de l’utilisateur
coincoin
Apprenti
Apprenti
Messages : 15
Inscription : 24 oct. 2017 - 23:55

Re: Exit MUGEN: "forcing shutdown"

Message par coincoin » 19 nov. 2017 - 22:27

Plus rien?

Avatar de l’utilisateur
moustic
Administrateur
Administrateur
Messages : 6940
Inscription : 23 juil. 2014 - 01:00
Localisation : Saint Jean Rohrbach
A remercié : 333 fois
A été remercié : 677 fois

Re: Exit MUGEN: "forcing shutdown"

Message par moustic » 19 nov. 2017 - 22:40

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
Image

Avatar de l’utilisateur
coincoin
Apprenti
Apprenti
Messages : 15
Inscription : 24 oct. 2017 - 23:55

Re: Exit MUGEN: "forcing shutdown"

Message par coincoin » 20 nov. 2017 - 19:04

Ok, merci...

Répondre

Revenir à « Aide sur RocketLauncher »