[RESOLU]Probleme Dos-error Winuae Amiga
Modérateurs : Porko, Modérateurs
[RESOLU]Probleme Dos-error Winuae Amiga
Hello j'ai telecharger un pack complet Amiga.
Cependant il manque des jeux dedans genre 1000ccTurbo_v1.0.
Je l'ai donc pris sur un autre site, cependant quand je le lance winuae me met un message d'erreur
DOS-ERROR #205
Object not found)
on loading 1000ccTurbo_v1.0.slave
Avez vous une idée d’où cela peut venir
Autre question quand je lance un jeu, j'ai un message gris qui apparait avant son démarrage.
Avez vous une idée de comment passer ce message?
Merci par avance
Cependant il manque des jeux dedans genre 1000ccTurbo_v1.0.
Je l'ai donc pris sur un autre site, cependant quand je le lance winuae me met un message d'erreur
DOS-ERROR #205
Object not found)
on loading 1000ccTurbo_v1.0.slave
Avez vous une idée d’où cela peut venir
Autre question quand je lance un jeu, j'ai un message gris qui apparait avant son démarrage.
Avez vous une idée de comment passer ce message?
Merci par avance
- NutsreturN2
- Modérateur
- Messages : 2811
- Inscription : 19 oct. 2012 - 01:00
- Localisation : BAGES 66670
- A remercié : 105 fois
- A été remercié : 80 fois
Re: Probleme Dos-error Winuae Amiga [Résolu]
Pour l image du fond gris pour moi c est pareil mais je trouve pas trop gênant , ça ne dur que 2-3 seconde
Re: Probleme Dos-error Winuae Amiga [Résolu]
Dans ton ahk tu peux ajouter des commandes blackscreen et sleep au démarrage.
Re: Probleme Dos-error Winuae Amiga [Résolu]
Merci pour ces reponses,
saurais-tu me dire ou placer ces instructions
;----------------------------------------------------------------------------
; Commodore Amiga
; WinUAE v2.3.3
; by djvj
; 1.2
;
; Notes:
; You can configure WinUAE from the built-in GUI or use another loader that makes things a bit simpler
; To configure WinUAE settings using WinUAE Loader v1.72 or later
; Paths-WinUAE Exe-WinUAE Exe should point to your winuae.exe
; Paths-Rom Folders-WHDLoad should point to your roms dir
; Input-Exit Options-Global Exit Key should be 27 (if you use ESC). Check "Force WHDLoad Close" and set "Close Timeout" to 0 for the fastest exit
; Settings-Display Options set Full Screen and all the check boxes
;
; Don't forget to open WinUAE directly and goto Paths and set your System ROMs dir. WinAUE will scan all your roms and enables what it finds
;
; Set emupath to your WinUAELoader dir and the exe to WinUAELoader.exe
;----------------------------------------------------------------------------
FadeInStart()
7z(romPath, romName, romExtension, 7zExtractDir)
Run, %executable% -mode whdload -game "%romPath%%romName%%romExtension%", %emuPath%
hideDesktop()
sleep, 5000
WinWait, ahk_class AmigaPowah
WinWaitActive, ahk_class AmigaPowah
FadeInExit()
Process, WaitClose, %executable%
7zCleanUp()
FadeOutExit()
WinActivate, Hyperspin
ExitApp
CloseProcess:
FadeOutStart()
WinClose, ahk_class AmigaPowah
Return
merci par avance
saurais-tu me dire ou placer ces instructions
;----------------------------------------------------------------------------
; Commodore Amiga
; WinUAE v2.3.3
; by djvj
; 1.2
;
; Notes:
; You can configure WinUAE from the built-in GUI or use another loader that makes things a bit simpler
; To configure WinUAE settings using WinUAE Loader v1.72 or later
; Paths-WinUAE Exe-WinUAE Exe should point to your winuae.exe
; Paths-Rom Folders-WHDLoad should point to your roms dir
; Input-Exit Options-Global Exit Key should be 27 (if you use ESC). Check "Force WHDLoad Close" and set "Close Timeout" to 0 for the fastest exit
; Settings-Display Options set Full Screen and all the check boxes
;
; Don't forget to open WinUAE directly and goto Paths and set your System ROMs dir. WinAUE will scan all your roms and enables what it finds
;
; Set emupath to your WinUAELoader dir and the exe to WinUAELoader.exe
;----------------------------------------------------------------------------
FadeInStart()
7z(romPath, romName, romExtension, 7zExtractDir)
Run, %executable% -mode whdload -game "%romPath%%romName%%romExtension%", %emuPath%
hideDesktop()
sleep, 5000
WinWait, ahk_class AmigaPowah
WinWaitActive, ahk_class AmigaPowah
FadeInExit()
Process, WaitClose, %executable%
7zCleanUp()
FadeOutExit()
WinActivate, Hyperspin
ExitApp
CloseProcess:
FadeOutStart()
WinClose, ahk_class AmigaPowah
Return
merci par avance
Re: Probleme Dos-error Winuae Amiga [Résolu]
J'ai pas retrouvé sur le net, ce soir je devrais pouvoir t'envoyé ca en cherchant dans mon AHK.
Re: Probleme Dos-error Winuae Amiga [Résolu]
Alors ca resemble a ca :
else if (systemName = "Nintendo Entertainment System" executable = "Nestopia.exe")
{
Gui, Color, 000000
Gui -Caption +ToolWindow +AlwaysOnTop
Gui, Show, W%A_ScreenWidth% H%A_ScreenHeight%, BlackGui
Hotkey, %exitEmulatorKey%, CloseProcess
Run, %executable% "%romPath%%romName%%romExtension%", %emuPath%, UseErrorLevel
Sleep, 2000
Gui, destroy
Process, waitClose, %executable%
exitapp
}tu crées une interface couleur noir (GUI), t'attends le temps que tu veux avant de le détruire (sleep)
tiens moi au jus si ca marche
else if (systemName = "Nintendo Entertainment System" executable = "Nestopia.exe")
{
Gui, Color, 000000
Gui -Caption +ToolWindow +AlwaysOnTop
Gui, Show, W%A_ScreenWidth% H%A_ScreenHeight%, BlackGui
Hotkey, %exitEmulatorKey%, CloseProcess
Run, %executable% "%romPath%%romName%%romExtension%", %emuPath%, UseErrorLevel
Sleep, 2000
Gui, destroy
Process, waitClose, %executable%
exitapp
}tu crées une interface couleur noir (GUI), t'attends le temps que tu veux avant de le détruire (sleep)
tiens moi au jus si ca marche