Jump to content
LaunchBox Community Forums

8-BitKiddo

Members
  • Posts

    22
  • Joined

  • Last visited

Posts posted by 8-BitKiddo

  1. Hello,

    And yes, I know Yuzu is an obsolete emulator, but from my point of view still the best one for nintendo switch.

    So, recently I update my Yuzu to version EA-4176, but as I mentioned on the title it doesn't close from the pause menu, it shrink instead, here's what I tried:

    • Closing Yuzu with hotkeys (Ctrl+Q and Esc) without launchbox, and it worked, so the problem must be with launchbox.
    • The following scripts, separetly:

    $Esc::
    {
        Process, Close, {{{StartupExe}}}
    }

     

    Sleep, 8000
    Send Alt !{Enter}
    
    $Esc::
    {
        Process, Close, {{{StartupEXE}}}
    }

     

    ; This section closes Yuzu when pressing Escape
    $Esc::
    {
        WinClose, ahk_exe {{{StartupEXE}}}
    }

     

    Send {F5 down}
    Sleep 50
    Send {F5 up}
    Sleep 250
    WinClose, ahk_exe yuzu.exe
    Sleep 250
    WinClose, ahk_exe yuzu-cmd.exe
    Sleep 250
    WinClose, ahk_exe yuzu-room.exe

     

    ; This script presses F5, closes Yuzu related processes, and adds a small delay.
    
    F5::
        Send {F5 down}
        Sleep, 50
        Send {F5 up}
        Sleep, 250 
    
        ; Close Yuzu related processes with a delay
        WinClose, ahk_exe yuzu.exe
        Sleep, 250
        WinClose, ahk_exe yuzu-cmd.exe
        Sleep, 250
        WinClose, ahk_exe yuzu-room.exe 
    Return

    If you got any idea what could solve this, please help me.

    Cheers! 🍻

  2. @nebura45  Instead Lime3DS you can use Citra (PabloMK7 fork) because basically they're the same emulator (check on Emulation General Wiki). On Launchbox select configure emulator on your playlist and choose Citra Nightly as your default emulator, did work for me.

  3. Agree.

    Btw is there a way we can run Lime3DS and Citra PabloMK7 fork as a custom emulator? Can someone help us? I tried to search for a tutorial or something but didn't find one.

  4. The flexible way to customize and organize exactly the way I like, with many options available. I don't have Emu Movies and I didn't really like the snap videos either, so I provide the videos and music, manuals, and edit the media that I don't like, and I use Big Box to play, with Viking's COLOURFULL Light theme, which is sensational.

  5. Well, I think I tried everything. I attempt to downgrade Cemu, didn't work either.

    @skizzosjt Since this problem magically appeared after the latest Launchbox and Cemu updates, I guess I'll have to wait for the problem to magically go away at some point.

  6. On 1/17/2024 at 8:57 AM, elwooha6 said:

    @Oniontears
    Ok, figured it out. In Cemu disable the option to remember main window position. I think when you exit through the pause menu it forces cemu to close before it registers its window position and that causes the error to pop up. I enabled it and tried and immediately got the error, disabled it and the problem went away.

    Didn't work for me.

  7. 16 hours ago, elwooha6 said:

    @Oniontears
    Hmm, I feel like I've seen that before but I can't remember why. Does it do this for every game in cemu or just the one? Also the only reason you'd ever need to run an emulator as admin is if it were installed in a protected folder like Program Files or something, which most emulators avoid these days.

    Also have you changed any other settings for the emulator since it worked?

    Ok I tested several times with one game, and different games, both on LB and BB, it seem to occour randomly, most of the time the screen appear. What I can think of I changed on Cemu settings was starting full screen, and remember window position, but I turned off and it didn't help. My Cemu is on an external SSD, so don't need to run as admin then.

    I also tried to change my controller combo to bring up the pause screen, thinking it could be some kind of conflict, but it didn't help either. This just happens with Cemu, I think started with one of the lasts updates, I also changed the pause screen theme, could be this?

    Just remembering, this happens when I try to exit the game through the pause screen (for now exiting pressing esc on the keyboard allways works), I don't have a key bind on my controller to close active window.

  8. On 1/13/2024 at 6:20 PM, Oniontears said:

    I tested all the scripts and it works on LB mode, but on BB using a controller and a PausePie theme gives me the screen attached, any way to fix that?

    cemu-pause-menu.png

    @elwooha6 Oh man WTF this damn screen keeps coming back, that script you gave me just worked once. Any ideas? Do I need to run Cemu as admin for this to work?

  9. 1 hour ago, elwooha6 said:

    This worked for me on the 2.0-61 build. Thanks for this, it was literally the only thing keeping me from playing one of my old favs on the big screen :D

    @Oniontears Be sure you are setting the script as running script in LB and it should work just fine in both LB and BB.

    Finally! Something that worked.

    Thanks! @elwooha6 

    rcy2rga2u3a61.jpg

  10. On 12/14/2023 at 9:35 AM, Retro808 said:

    So definitely something changed in the newer exp builds. Seems like you cannot use any shortcuts to close Cemu. You can jump in/out of fullscreen a bunch of different ways, but nothing for closing. 

    Did some testing and the AHK below definitely works. I am no guru with this but it was something I had in my AHK notes from either something someone helped me with or I found a while back and just modified it for this use. So I cannot take any credit for it other than tinkering with it.  

    SetTitleMatchMode, 2
    Esc::PostMessage, 0x0112, 0xF060,,, Cemu

     

    I tested all the scripts and it works on LB mode, but on BB using a controller and a PausePie theme gives me the screen attached, any way to fix that?

    cemu-pause-menu.png

  11. Hello,

    When I change Discovery Center to the Big Box theme using a controller hotkey, the music from my video snap continues to play, and mix with my other videos on the Big Box theme, Is there a way to change that on the options or it is a bug or something else? The sound turns very chaotic.

    • Thanks 1
×
×
  • Create New...