Jump to content
LaunchBox Community Forums

C-Beats

Administrators
  • Posts

    4,892
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by C-Beats

  1. PS2 takes an exceptionally long time and is prone to errors I've noticed (their app crashes hashing some PS2 games). That being said the process will never scan something that's already been scanned so you won't lose progress and can safely close it.
  2. Yeah, in this beta update I assigned a diff value to the underlying image used in the custom control. I'll see if I can move that to the parent control so that it's easier to overwrite in custom themes should the need arise
  3. Believe they changed the bezel syntax in MAME recently and so the deprecated syntax no longer works and needs moved to the new one. I don't have any details to that change readily available to point you to how to do that.
  4. You can put any WPF control in the FlowTemplate so yes, using a textbox is entirely possible
  5. That folder is safe to delete in it's entirety once LaunchBox has closed and you don't see the process running in Task Manager
  6. Bezels are downloaded to temp because we can't download single bezels. The ones you need are then moved to the appropriate folder for your emulator (and renamed where required). The temp folder should delete itself when you close LaunchBox.
  7. Thanks for that @moudrost. Sounds like the Cheevo website is failing to respond correctly for you. I'll see what I can do to improve the code and help it fail more safely. Though not really sure why that message would crash the app at the moment instead of bringing up our error form like it should be.
  8. Do you have videos enabled via options? Go to Tools > Options then there is a page called "Game Details" (or something similar, I don't have it open) and in there a ton of checkboxes to turn off/on different data points in that details view. There is a checkbox called "Videos" you want to make sure is checked.
  9. If you open Windows Event Viewer and look in the application logs is there an error record in there of the crash? @Azgorath @moudrost
  10. Never heard of Cemu needing elevation. The prompt you're asking for is a UAC prompt and no you can't use the Xbox controller to click it without a third party app that changes your controller input to mouse input
  11. Based entirely on the file name. File starts with the Game ID, Massaged title matches (with possible suffix), or the image matches the rom file name
  12. Image file paths are never written to file so I'm not entirely sure what you mean.
  13. Do you have the error log from your crash?
  14. At the moment it does it on the game level, not the additional app. Whichever file your primary game is pointing to is the one hashed. If you choose a new primary app the hash clears and you can run it again.
  15. Not at the moment, changing the application path of the game resets the hash. At the moment there really isn't a need to ever rehash since we don't update the RaHasher app, the results would be the same. I suppose if you're changing the XML files directly you'd miss out on the app clearing that hash value, but if you're already in there doing that you can just remove that tag as well.
  16. I don't ever really use PowerShell but this appears to just be creating symlinks for folders you can already point inside of the app. I will give you that the script may be faster then manually changing all the image paths for every platform, but it IS possible to do so in app already.
  17. At the moment we have no plans of implementing a feature that tells you what RetroAchievement Game IDs you are missing in your system. You could probably con a plugin dev to something like that easily enough though.
  18. That just sounds like the theme you're using doesn't display videos full screen and you need to change either the theme or the view you are using to find one that plays them full screen.
  19. Not entirely sure what Unified theme that is, but you should be able to just copy the Arcade platform view file to the root view and name it appropriately to work. There should be a file called something like WheelGamesView with a folder that matches and has files in there. You'd find the arcade file in that folder, move it up one level then rename it WheelGamesView (deleting the one you had before). I'd make a copy of the theme before doing this so that you can revert if you break something.
  20. No currently there is no way to create a new image type or group within LaunchBox
  21. In Big Box options you can just have it open to "All Games" instead of "Platforms"
  22. Android is free for 100 games or less and you can opt into the beta on the free version.
  23. Thanks for the report. This will be corrected in next beta release. RetroAchievements was sending different hash casing and so hashes with letters in them sometimes weren't being matched correctly. This will resolve itself in the next release and shouldn't require any additional effort on your part.
  24. Tools > Options. Then Visuals > Filters Side Bar
  25. Ah, yeah it very well could be how they handle zip files. We only do special logic with .7z because their app doesn't read those at all. To answer your question yes, the app uses the calls in that library. ZIP does change the paths the app takes to get to the answer so you could be correct in that having that platform in a zip file causes that issue.
×
×
  • Create New...