Jump to content
LaunchBox Community Forums

C-Beats

Administrators
  • Posts

    4,496
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by C-Beats

  1. Thanks for the report. I was able to determine the cause of this and should be corrected in the next release.
  2. @TheNewClassics @Rlad - Thanks for that report. I confirmed the issue and it has been corrected for next release @Rlad - I have confirmed we have an issue with associated platforms not being checked correctly in the Add Edit Game screen. The issue has been corrected for next release.
  3. I've seen it happen because people restore a backup wrong or because a third party application people use for scraping images corrupts the folder and the data in it.
  4. Make sure you don't have "Hide Games Missing Box Front Image" selected in the view menu. Also make sure you don't have back up files in your \\LaunchBox\Data\Platforms\ folder
  5. We do optimize LaunchBox but the primary focus of this optimization is speed and responsiveness of the application not memory usage. If we can limit memory usage without impacting speed of the application or it's responsiveness we of course do, but if either of those have to suffer we generally select to go the way of speediness/responsiveness (within reason). Memory usage has gone up since previous versions because we have to cache more information than in previous versions. LaunchBox tends to also use more RAM because it caches more information in memory to help with importing and scraping speeds. It also can be set up to display more images at once time then most themes in Big Box which have to be loading to memory to display in the application. RAM is by far the cheapest and most abundant resource a computer tends to have (save maybe hard drive space) and so optimizing strictly for less RAM usage would cause a lot of issues within the application and make the whole product EXTREMELY sluggish and increase the time it takes to do even the most mundane functions of the application by a pretty considerable amount. We have to make decisions constantly about whether to increase memory footprint OR increase performance, and when we have to decide between the two performance will win almost every time.
  6. You will need to reach out to support@unbrokensoftware.com and ask for version 11.2, it is the last version of LaunchBox that supported 32 bit operating systems.
  7. Glad you got it figured out @acdcrocks79. If you wish to support the application and the dev's buying a premium license is the best way. Helps us out and gives you all the premium features as well. If you would still prefer donation best bet would be to reach out to support (support@unbrokensoftware.com) to see if they can accommodate.
  8. Any information about what view/theme you are using would be helpful to know as well.
  9. Do any one you have debug logs running I could take a look at when you are seeing this? Could you also try to clear your Big Box image cache and let me know if that corrects the issue or not?
  10. Are you getting an error message during the crash? If so could you post it, it would help us figure out what is going on.
  11. Can you do the following for me: Go to a game you are having the issue with Right click, select "Edit Game" On the left go to the "Videos" tab On that page select the download media button Go to the EmuMovies tab Can you tell me if the video options are listed there?
  12. What is your platform's name and what is it's "Scrape As" defined as?
  13. Is there a specific platform/game that you are having issues with?
  14. Please attempt to login to EmuMovies via their website first and see if that works. EmuMovies had a recent server upgrade that flagged many accounts for a required password reset and until you reset the password their API just tells LaunchBox your credentials are bad and doesn't allow us to download any premium files.
  15. If you haven't already please try to log into your EmuMovies account via the EmuMovies website. There was a server upgrade and most users accounts got flagged to require password reset. If you have not done that it may be EmuMovies API telling us your login credentials are bad.
  16. Would assume it is caused by that bad character in the filename. Believe the OS expect calls to be made with UTF-8 encoded strings and if that character isn't a part of that it may be the cause for the issue.
  17. The primary reasons you would see this are: You selected a root folder and all the games are in sub folders but you checked the "Scan only specified folder (no subfolder)" option You already have the files in your collection (and don't have force import option selected)
  18. LaunchBox uses .NET Core 3.1 as of version 11.2 not Framework, and as Neil said you have to have SP2 installed to install those dependencies.
  19. Additional App information is the platform's xml file. They are located at the bottom underneath all the game information. Search for "<AdditionalApp" (without quotes) and you should hop right to it.
  20. Something like this is potentially doable via a plugin, though I don't know of any already made that would do what you want. I'll address each point below individually to give you a starting point, but after that you may have to experiment a bit to get it all working the way you want. Also wanted to point out all of the below will require C# programming as well as WPF/XAML. 1a) There is a keyboard mapping to switch theme's, but you don't pick what theme you're going to, you simply move to the next. 1b) You could in theory use a plugin to change a variable passed to an element in the WPF XAML view that would drive which images would display in the theme and change that variable via plugin. This would not actually be changing Big Box theme's but you could easily set up styles inside of the WPF to make the whole experience look completely different based on that variable (requires the use of a theme that implements a IBigBoxThemeElementPlugin from our plugin library) 2) This greatly depends on what you would like but you should be able to change this on the fly with a plugin as well (Requires use of IBigBoxMainViewModel and potentially IDataManager in our plugin library) 3) Would be done the same way 2 is
  21. Do have the LaunchBox logs for those events?
  22. @Kiinkyfoxx may be onto something. I would remove that other file unless it IS for another platform you have in your set up and see if that resolves the issue.
  23. Two of the things throwing errors are DirectX libraries. I would make sure you have your video and audio drivers up to date as well as DirectX
  24. I removed it because as I stated in the thread you linked in it, a user should never run LaunchBox as admin. it WILL create far more issues than it has the potential to fix. If you require admin privileges to run and use LaunchBox you have something set up wrong. Want to keep the misinformation to a minimum and so removed the post.
  25. You can't do the replacements with LaunchBox or Big Box open. Have to close both down and ensure have completely closed via Task Manager before you can update the xml file. Then once you start either application back up you should see the change.
×
×
  • Create New...