Jump to content
LaunchBox Community Forums

Retro808

Moderators
  • Posts

    7,330
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by Retro808

  1. Are you using a paid version or free version? Just asking to determine if you can change theme. Even if free try switching to "Old Default" and see if any difference. You definitely should have no issue.
  2. No. I run several cabinets with far less specs and no issues like you mention. Even a simple Ryzen 2200G 8GB RAM and using only the Ryzen APU. Something is definitely not right. How many systems and games have you added? Do you have a ton of playlists that are auto-populated?
  3. Retro808

    Wheel Spin

    The wheel spin simply will keep spinning as long as you hold the button. Once you let go it will spin for about 3 seconds and stop on a random game. If you just press the button and let go, it will do the same 3 seconds and then stop.
  4. Well one thing we do not recommend is running Launchbox as admin. If you remove admin rights does the issue still occur?
  5. Glad you got sorted.
  6. Here is how I have mine.
  7. If you had 9.9 installed previously the launcher to install it will be located in your \Launchbox\Updates folder. Is it not there? I know you said you do not have it onhand, but it is not clear if you mean it is not in the backups folder and many do not know they are there.
  8. It should not. The core supports both. How do you have it set up. Can you go to >Tools>Manage Emulators in Launchbox and edit Retroarch. Share a pic of the first tab and the Associated Platform. Be sure in the Associated Platform tab we can see the section for N64.
  9. BigBox will do this as a default even if a theme designer does not make a GamesMarqueeView.xaml for the theme. As @viking mentioned make sure in your BigBox settings you have you second monitor set to show marquees. Here is a snap of his theme showing the marquee on a second monitor. Nothing special needs to be done to the theme. As long as you have marquee images located in the correct Arcade - Marquee folder and they are named after the games or the rom name it will work. Where are your marquee images located?
  10. Can you post one of the corrupted xml files. Also maybe try downloading a fresh Launchbox into a completely different folder and import a couple games into a single platform (mainly one that the existing LB is showing is corrupt). Do not download media just import the game and test if Launchbox works.
  11. No worries. That older code we used a lot then a couple members discovered it messed with some emulators the do save states on close. So one of the members that is knowledgeable in AHK shared a better way to close emulators. So anytime I see that other code I try to recommend a better solution. Feel free to use, I do not own it in anyway and would rather see people using a cleaner exit code.
  12. You do have a process to downgrade. Just open your updates folder and in there are all the version you have had previously installed. Just run the installer for the last version you want. Since Jason made some of the fixes/updates in the latest betas many of the users that experienced issues have responded things are working well again. A couple of my simpler cabinets are running well and one of them is only on a Ryzen 2200G 16GB RAM. What specs are you using? If it sits for a while and Launchbox finishes caching images does it get better or stay the same?
  13. There is a chance than it got imported at sometime and may be hidden. Do you have any of the options to hide games missing media checked?
  14. Well, that is one issue. We do not recommend running Launchbox or BigBox as admin. It is not needed and can mess with emulators/other software ran through Launchbox that may require elevation.
  15. Anyone wanting to report wikipedia issue please see Jason's response to one of other posts on this issue.
  16. Can you drag and drop any other type of game file into Launchbox. Like a Mame rom or a Window game .exe/shortcut?
  17. The best thing to do is set the same button combo directly in Mame. In Mame settings I have both "Esc" and my Button Combo (4+2) listed.
  18. You should just be able to drag the .rpx file right into Launchbox. Never had any issues importing Wii U roms this way.
  19. If it is telling you a specific platform xml is corrupt remove it from your \Launchbox\Data\Platforms folder. Then go to your \Launchbox\Backups folder and look for the most recent version of the platform xml (note: it will have the platform name with a date so for example a back up for the Arcade.xml may look like Arcade_2020-01-16_18-29-48.xml) and copy it and paste into your \Data\Platforms folder and rename it simply "Arcade.xml". If all works well you should now look to find out why the xml files are corrupting. On main reason we see this happening is Launchbox being forcefully closed. You can also open that Arcade.xml and see what is wrong with "Line 1 Position 1". In a working xml file in Line 1 Position one you should see the "<" symbol.
  20. What exactly are you trying to do with Marquee images? BigBox by default will show marquee images on a second screen so long as you set your second screen in BigBox options. Or are you trying to get something to show up on the same screen as the theme does?
  21. Here you go. The timing "9500" can be adjust slower or faster. I think that is set at that time from something I was testing. You can reduce it to 5500 Normally the code is written without the {Alt Up} at the end but I have seen without this sometimes Pause Menu will not work.
  22. I also recommend not using that AHK posted. It is a hard close command and any emulator that saves data like save states on close it will not save correctly. This may not affect pcsx2 but I still recommend no longer using that code. Recommend something like below. $Esc:: { WinClose, ahk_exe {{{StartupEXE}}} } or by specifically calling the exe. $Esc:: { WinClose, ahk_exe pcsx2.exe }
  23. OK. Just wanted to eliminate it being a rom/emulator issue. I do not use the launcher file. In Launchbox I just added a second Demul emulator and called it Demul Hikaru (it points to the same demul exe as the other systems use). That way I can use an AHK to send Alt+F4 after the game launches to send it to fullscreen.
  24. Retro808

    what platform

    Just manually add platform of Pinball FX2. You are not locked into what is in Launchbox defaults. You can add any platform name, platform category, or playlist you want.
  25. Does the game load properly (not worried about fullscreen just that the game actually loads) without that additional app?
×
×
  • Create New...