Jump to content
LaunchBox Community Forums

grki

Members
  • Posts

    39
  • Joined

  • Last visited

Posts posted by grki

  1. Interesting update:

    In the meantime I have tried out countless tests to locate the root cause. And now I'm quiet sure my "Startup Application" does effecting the LaunchBox startup.

    In my LaunchBox setup I'm using two custom PowerShell scripts for several automation reasons.
    These are located in the LaunchBox options under "General > Startup Applications":
    image.thumb.png.dd385cf63e66d964d97d551c5bd8e75c.png

    Don't be confused by the "PowerShell Emulator"! This is simply a portable version of PowerShell - which I stored inside the "Emulators" folder. I need this to keep my LaunchBox installation most portable as possible - regardless of the version of MS Windows ... 😉

    Normally I finalize my PowerShell scripts with a "Exit" command in the last line.  If I remove the exit command reps. comment it out, then LaunchBox starts as it should:
    image.thumb.png.998d73c5fed0e6319302e1b9e78a60e7.png

    Really strange! But for me the LaunchBox start do no longer hang/freeze in step "Loading interface ..." 😄

  2. On 1/26/2021 at 2:20 AM, Madhead said:

    For PEGI and CERO I just used the equivalent in ESRB. For example for CERO A/PEGI 3-7 games I used E for Everyone etc. If you go in to the edit menu you can add your own rating system by simply typing it in and it will be created automatically, similar to developers and publishers. I'm not sure where you would put the rating badge images. I'm not sure where the ESRB rating images are stored in the Launch Box folder either.

    Images for rating are stored in "Ratings" directory of the current LaunchBox theme:
    LaunchBox\LBThemes\[YOUR THEME]\Images\Ratings\

    In my case I use the "Default Plus" theme and copied simply all the existing ones of the "Default" theme and renamed it to my European pendants: 

    image.thumb.png.6e0a9bae8d10da3cb894abd1488f3864.png

     

    Below a very useful comparison of all rating logos:
    (source: https://www.kaspersky.de/blog/gaming-age-ratings/7271/#:~:text=PEGI (EU)%3A 7%2B,E — für alle Altersklassen freigegeben)
    image.thumb.png.b713040ea90b432fd02de095dad35a6c.png

     

    PEGI rating images and additional information you can find in these websites:

    https://pegi.info/

    https://en.wikipedia.org/wiki/PEGI#Age_ratings

  3. On 3/25/2024 at 1:56 PM, C-Beats said:

    Are you running any plugins? Outside of creating those folders if they don't exist, our startup process doesn't even touch either of those directories so I'm unsure how those steps would affect anything. When LB sticks for you what step does the loading screen say on it?

    I'm using LaunchBox Premium with lifetime license as it is out of the box (=if this matters) - and without any special plugins.

    The loading screen hangs at the point "Loading Interface ...":
    image.thumb.png.7a0090b95535ab3616ff0b1f017507e7.png
    You can wait hours - nothing will happen ...

    The Windows Task Manager shows me this:
    image.thumb.png.283a99e03589bc5134643c9523de5d93.png
    image.thumb.png.0c743825000180a22ce108ab54a0dd40.png
    image.thumb.png.32936f79658bd4a81b083a651cdbd93f.png
    As you can see, LaunchBox starts a sub process called "CefSharp.BrowserSubprocess" with extreme long and complex parameters ^^^^
    I don't understand, what this means. Maybe you will understand it.

     

  4. I have noticed that there are several threads and posts relating this issue - and no real working solution for that!
    As I see this thread is the most recent, so I'll post my solution in this thread.

    Since the last Update 13.12 I'm only able to start LaunchBox, when I clear the "Backups" folder and the images cache in "Images\Cache-LB". Otherwise LaunchBox sucks on its loading screen ...

    Concrete I have to do following steps each time, when I want to start LaunchBox:

    1. Force close/terminate all LaunchBox processes via Windows Task Manager ...
    2. Clear/Delete the content of sub folder "Backups" inside the LaunchBox root folder
    3. Clear/Delete the content of sub folder "Images\Cache-LB" inside the LaunchBox root folder
    4. Starting LaunchBox directly by its EXE file - which is located in the sub folder "Core". In example "E:\LaunchBox\Core\LaunchBox.exe"

    I created for myself a PowerShell script to automate these step before it starts LaunchBox. Otherwise unfortunately, the normal launch of LaunchBox no longer works in my case ... That's so annoying! 😑

    • Thanks 1
  5. If I understand this feature correctly, at this moment we can only use box pictures for three type of views: Box-Front, Box-Back and Spine
    1371907079_Screenshot3DBoxImages.png.b60fc5d15462d6bbed5e725eb97bfbc8.png
    Is this right?

    What about the other sides of a box? In example Box-Top, Box-Bottom?

    In case of "Spine" - wouldn't it be better to use something like "Spine-Left" and "Spine-Right" ?

    • Like 1
  6. Okay I got it working! 

    Here is my code:

    VmRunExecutable = "C:\Program Files (x86)\VMware\VMware Workstation\vmrun.exe"
    
    queryEnum2 := ComObjGet("winmgmts:").ExecQuery("Select * from Win32_Process where caption='vmware.exe'")._NewEnum()[process]
    
    CommandLine = % process.commandline
    
    StringSplit, CommandLineParameters, CommandLine, "
    
    VmxFile = %CommandLineParameters4%
    
    RunWait, %VmRunExecutable% stop "%VmxFile%", , Hide
    RunWait, %VmRunExecutable% revertToSnapshot "%VmxFile%" LaunchBox, , Hide

    1472103195_Screenshot-ExitScript.thumb.jpg.11ffa82f64bdc5f2d1e0b2b8c009c6fc.jpg

     

    In my setup I do not use the "$ESC::" event. And I also don't have to run "WinClose, ahk_exe vmware.exe" to quit/end "vmware.exe".
    For this to work, the following options must be set in the settings of the VM instance:

    251004610_Screenshot-WMware-Options.thumb.jpg.9cfe9d3e6bafe98c15590f68b846667d.jpg

    In this way if you exit via LaunchBox Pause Menu - then VMware Workstation does exit automatically after a virtual machine instance has stopped.

     

    Thanks again for your input @JoeViking245 - your approach helped me to continue my LaunchBox powered Emulation PC setup! 👍
    Now I am able to launch my "Retro OS Collection" (=as VMware Virtual Machines) via LaunchBox resp. BigBox 🎮🕹️😎

    • Game On 1
  7. Sorry for my late reply. It had a very busy week ...

    Your approach is different than I had imagined. I can handle with this way too. Thanks a lot! 👍
    I will try this out and let you know if and how it worked ...

    • Like 1
  8. Does anybody know how I can find out the full path of ROM file for Running or Exit Scripts?

    My intention is to run "vmrun.exe" - where I can pass the full path of the rom file - in my case this is a VMX file:

    373273016_ScreenshotExitScript-01.thumb.jpg.7adee6147068377da55f9f8f09792a54.jpg

    I am reading about the variable "%1%" in many threads here, but this seems only work, when I use a separate AHK script. But I don't want mess my LaunchBox with additional AHK scripts. If possible - I would like make use of the onboard possibilities of LauchBoxs "Running Script" and "Exit Script" freature ...

     

    1399228652_ScreenshotGameLaunching-01.thumb.jpg.38d5fea0d78f4c76206f6f5b7a0f4db1.jpg

     

    732019232_ScreenshotEmulatorDetails-01.thumb.jpg.4181f84fe69b6716d991a44c81a64789.jpg


     

  9. Had the same problem too - but didn't know there was already a forum post about it! 😅

    This is the solution - which solved the UI glitches on my setup:

    It would be interesting to know if the solution I suggested/shared also works for other users ^^^ 

    I can simply say the service "NahimicService" causing these issues in many other applications too - not only LaunchBox/BigBox.

  10. Hi everyone!

    Since last mainboard upgrade, I installed "tons" driver and manufacturer software. After that I noticed that the GUI of LaunchBox and BigBox was getting from time to time very glitchy, just an example:

    1947811228_Screenshot-UIGlitches.thumb.jpg.d41bbab14d79510036aca3e759c750f2.jpg

    When I move with the mouse over UI elements, then the hovered/focused elements won't rendered correctly.

    Solution:

    The root cause of this strange UI effects was "ASUS Sonic Studio" and "ASUS Sonic Radar". In other setups both UWP apps are known as "Sonic Studio 3" and "Sonic Radar 3".

    So, if you encounter same issue too, then simply remove these apps and disable the service called "NahimicService". After a fresh reboot your LaunchBox will look cool again!

    I found this solution on the Microsoft Community:

    https://answers.microsoft.com/en-us/windows/forum/all/windows-10-ui-glitch/73a388ee-d097-4ab3-913d-f5bc8e4ac205

    It seems that ASUS is not as good in software as in hardware development *gg* ... 😄

     

  11. On 7/15/2022 at 4:28 PM, Suhrvivor said:

    The thing is, Yuzu is a fairly new emulator and is likely to stop working and responding, specially with newer games and the WinClose fails to quit the emulator when that happens, you have to call the Task Manager and close it from there, something you can't do with a controller or an arcade stick.

    In your emulator settings under "Exit Script" use following code to close the Yuzu emulator:

    Quote

    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
     

    F5 is the default hotkey in Yuzu for "Stop Emulation". The rest is simply force close/termination of Yuzu EXE files.

    The time intervals with 250 milliseconds (="Sleep 250") are in my case enough. 

    By this way you will be able to exit your running ROM/Game over the LaunchBox Pause Screen, try it out! 😉

     

    • Like 1
  12. You can launch BSNES-HD out of LaunchBox in full screen mode by using the parameter "--fullscreen":

    2108336592_ScreenshotFullscreenParameter.thumb.jpg.da3834d0ba40592883fa7f87f4f04b1f.jpg

     

    I prefer custom hotkeys in the emulator - which makes the LaunchBox/BigBox Pause Screen more usefull. This is my setting:

    Hotkeys in BSNES-HD
    1884116964_ScreenshotBSNES-HDHotkeys.thumb.jpg.a80668c0c59e0c173caa805569260018.jpg

    Pause Script
    299696148_ScreenshotPauseScript.thumb.jpg.a3173783f9358d019170ff7300e6583a.jpg

    Reset Script
    2021694415_ScreenshotResetScript.thumb.jpg.66cb68b8972900e3cb3286795bbe71a1.jpg

    Save State Script
    389365231_ScreenshotSaveScript.thumb.jpg.6d8f675771b527d16effe7d7930b2ee2.jpg

    Load State Script
    513370416_ScreenshotLoadScript.thumb.jpg.705102fd952e91fe76f64e20d763e910.jpg

    Exit Script
    1158240896_ScreenshotExitScript.thumb.jpg.9983cba37645b506fb286583ff8f78c4.jpg

  13. I can confirm this issue too.

    For my case I figured out following workaround - where putting the HotKey command "SoundSet, +1" at the end of every Pause Screen action of each emulator settings:
    Screenshot-01.thumb.jpg.e8bf529710b9ef3ec65a5acc7f798f64.jpg

    Screenshot-02.thumb.jpg.d5cb64658b4950babd418af79f01e516.jpg

    Screenshot-03.thumb.jpg.fd8c370b1a1b990d2a324687528c8bda.jpg

    Screenshot-04.thumb.jpg.16e889f553e24da368b7b51c59704a73.jpg

    This ensures that the audio is not muted again. On my emulation PC the systems audio level is permanently 100% - because in my case the audio line out is connected to a soundbar  ...

     

    As game pad I use PlayStation 4 controllers in combination with DS4Windows. In LaunchBox the "PlayStation" - button is configured to show/hide the pause screen.

    In addition to this workaround I also created a "Profile Action" in settings of each profile inside DS4Windows - where simply said pushing the "PlayStation" button triggering a increase the audio volume:

    Screenshot-DS4Windows.thumb.jpg.6f89bb1de39eea5dc410ff7083739973.jpg
     

    Yeah it is a freaking workaround - but works! 😅

  14. On 2/9/2022 at 1:15 PM, neil9000 said:

    You would have to switch to another theme, or copy and edit the default one, as this will be the new design going forward.

    I tested many themes and in all of these themes the game details view same ...

    Is there any documentation available on how to create own theme from the default one?

  15. I liked the previous/old design of the "Game Details" sidebar - where video and screenshots were vertically one below the other.
    Am I missing a special setting since release version 12.7 - or is it simply not possible to configure the new order for video and screenshots in the LaunchBox settings?

    Now - since version 12.7:

    game details sidebar - current.png

    Previous versions:

    game details sidebar - previous.png

  16. Forget what I asked in the previous post! Since today's LaunchBox update 12.2, there are no more graphical "strangenes"! 😄
    image.thumb.png.a5ab68042bc3293bd539d50249b86335.png

    The new grid layout is very solid. I also noticed that setting the aspect ration has now more effect on the spaces. I'm not sure, if you renewed this feature - but the views are nor much better looking now, as before:
    image.thumb.png.887e206791e723602aad2eaffc75df77.png

    You folks are really good on it - what you do there with LaunchBox! Thanks a lot! 👍

    Now it's time to sit back and launch games in front of the TV via LaunchBox - Yeayyyy! 🎮🕹️😄 ...

    PS: Upgrading my existing LaunchBox license to a never-expiring license was the best thing I did - it is worth for it!

    • Like 1
  17. I have an idea - which could solve my problem: Scrolling up and down via AutoHotkey - after LaunchBox has started up ...
    As we know LaunchBox already brings a onboard AutoHotkeys functionality/implementation.

    My thinking is to run a AutoHotkey script after LaunchBox startup - which simulates mouse scroll wheel:

    Send {WheelDown}
    Sleep, 100
    Send {WheelUp}
    Sleep, 100

    Does anybody know, if this is possible?

  18. Sometimes (very rarely) the view is absolutely strange. When I hide the Windows Taskbar and restart LaunchBox, there is an empty line in the middle. See attached screenshot.

    This time, scrolling up and down did not correct the appearance of the game list. I had to refresh with F5. Or just click to another category and then click/open the playlist back again ...

    screenshot-01.png

    screenshot-02.jpg

  19. Hello to all,

    LaunchBox does not update the playlist views after startup. Only the first two or three rows are displayed.
    To make the view look complete, I always have to scroll up and down with the mouse.

    I can reproduce this behavior also on a freshly installed LaunchBox setup.

    But this only happens, when any side bar is enabled - like left "LaunchBox Side Bar" or the "Game Details" on the right side ...
    When both side bars are disabled, then LaunchBox shows all game entries correctly ...

    Please have also a look to the attached screenshots - maybe it makes for you easier to understand.

    Is this a known issue? 

    BTW: i use "Steam Banners" view

    after startup - with game details.jpg

    after startup - with side bar.jpg

    after startup - without any side bar.jpg

    when mouse scrolled - with game details.jpg

    when mouse scrolled - with side bar.jpg

    screenshot - image group.jpg

  20. I'm using a licensed version of LaunchBox. But customizing (in this case the LaunchBox theme) is somethings, what I principally try to prevent - if possible. 
    Customizations can cause update problems. Or are overwritten after an update ...

    So when a "fix" is already in beta phase, then I better wait for the next production release. I'm in soo much no hurry either!  🙂 

×
×
  • Create New...