Xoán16 Posted September 23, 2019 Share Posted September 23, 2019 English (with google translate): Hello, my problem is that I have configured the visualboy advance-m in launchbox free and when I want to save the game in Pokemon Crystal, inside the game it does the action of saving (saving the game do not turn off the console ... Etc) but when returning to open the game I find that he has not saved anything, I am at the beginning of the game. I've tried to download another crystal pokemon rom and change the emulator version, but nothing. Also say that it only happens if I open the visualboy from launchbox and in yellow pokemon I don't have that problem. All possible help will be accepted, I have looked in this same forum and also on the Internet and I have not found anything, I am new to the forum, if I have done something else, tell me. En Castellano: Buenas, mi problema es que tengo configurado el visualboy advance-m en launchbox free y cuando quiero guardar la partida en pokemon cristal, dentro del juego hace la accion de guardar (guardando la partida no apague la consola... Etc) pero al volver a abrir el juego me encuentro con que no ha guardado nada, estoy en el principio del juego. He probado a descargar otra rom de pokemon cristal y a cambiar la version del emulador, pero nada. Decir también que solo ocurre si abro el visualboy desde launchbox y que en en pokemon amarillo no tengo ese problema. Se aceptara toda la ayuda posible, he mirado en este mismo foro y tambien en internet y no he encontrado nada, soy nuevo en el foro, si he hecho algo mas decidmelo. Quote Link to comment Share on other sites More sharing options...
DOS76 Posted September 23, 2019 Share Posted September 23, 2019 are you using an autohotkey script to close the emulator? Quote Link to comment Share on other sites More sharing options...
Xoán16 Posted September 23, 2019 Author Share Posted September 23, 2019 If I use the standard script, but I also use it in pokemon yellow and I had no problems, only on the crystal. by the way I am Spanish speaking if my writing is wrong is because it is translated with the google translator. Quote Link to comment Share on other sites More sharing options...
Xoán16 Posted September 23, 2019 Author Share Posted September 23, 2019 11 minutes ago, DOS76 said: are you using an autohotkey script to close the emulator? Yes Quote Link to comment Share on other sites More sharing options...
DOS76 Posted September 23, 2019 Share Posted September 23, 2019 yeah but if its working with other games from the same platform my theory isn't going to fly then. I thought maybe if you were just killing the process the emulator wasn't saving as I've seen that in the past but that usually deals with emulator settings not saving and not the game not saving. The game saving honestly should not be affected at all by BB unless somehow you are having a permission issue and it won't save the file you are creating when using it through BigBox. Have you given admin level permission to LB/BB? In the past that has created issues with emulators not having the rights to save things. Quote Link to comment Share on other sites More sharing options...
Xoán16 Posted September 23, 2019 Author Share Posted September 23, 2019 It is possible to say that it only happens sometimes, sometimes it saves and sometimes it does not (the saving animation always does it but save only sometimes) I only have LB I don't have BB and at this moment I don't remember if it opens as an administrator or not. Is there any custom script for visualboy advance-m? Quote Link to comment Share on other sites More sharing options...
Retro808 Posted September 23, 2019 Share Posted September 23, 2019 1 hour ago, Xoán16 said: Yes What is the script you are using? Can you post the actual script? Quote Link to comment Share on other sites More sharing options...
Xoán16 Posted September 23, 2019 Author Share Posted September 23, 2019 3 minutes ago, Retro808 said: What is the script you are using? Can you post the actual script? $Esc:: { Process, Close, {{{StartupEXE}}} } Quote Link to comment Share on other sites More sharing options...
Retro808 Posted September 23, 2019 Share Posted September 23, 2019 10 minutes ago, Xoán16 said: $Esc:: { Process, Close, {{{StartupEXE}}} } It is likely that code. It is a hard process close. Some emulators need to close properly. Try changing the code to the one below . It should close the emulator properly in order to complete the saves correctly. If the exe file is a different name than what I have entered change that part to the actual name of the exe you are using. $Esc::WinClose, ahk_exe visualboyadvance-m.exe Quote Link to comment Share on other sites More sharing options...
Xoán16 Posted September 23, 2019 Author Share Posted September 23, 2019 1 hour ago, Retro808 said: It is likely that code. It is a hard process close. Some emulators need to close properly. Try changing the code to the one below. It should close the emulator properly. If the exe file is a different name than what I have entered change that part to the actual name of the exe you are using. $Esc::WinClose, ahk_exe visualboyadvance-m.exe Okay, tomorrow I will be testing the new script and in case it continues to fail I will notify you here, thank you very much for the help to all Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.