Jump to content
LaunchBox Community Forums

C-Beats

Administrators
  • Posts

    4,498
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by C-Beats

  1. We aren't doing the hashing of these files at all. RetroAchievements hasher application does it. If their app can't hash your file you'd have to wait for them to update the app. They just pushed out a new version and it'll be including in the next release, but in my CHD files where the v1.4 was failing v1.5 still fails as well (though it gives a reason now, and does so much faster)
  2. Are you seeing any errors? I've never heard of anyone having this issue, and given how the code works the situation doesn't make a ton of sense to me. Can you check in your \\LaunchBox\Core folder and ensure there is no lingering Themes folder in there and remove it if there is?
  3. Yeah, each view is only made for a single wheel (FlowControl), adding more than one won't work.
  4. Can always just delete the Themes folder and then run the installer over the directory again, then place the theme files in the Theme folder that gets put there by the installer
  5. If you're inside the FlowContext can simply do this: <TextBlock Text="{Binding DataContext, Path=Title}"/>
  6. I'd empty your temp files. Could be that the app is just having issues downloading it. Drive being full could also cause issues with the download.
  7. Really your PS2 collection should be in CHD format. Gains the space savings of being archived but can be loaded far quicker by the emulator without the need to extract the entire file before playing.
  8. SteamGridDB has a lot of media for newer games that can be used. They don't tend to have exact cover images, but would usually have background/logo images available.
  9. No LaunchBox doesn't store any strongly defined port information like that to determine that the games are the same across multiple platforms.
  10. Items are marked as duplicate if any of the following are true: The rom file is imported more than once The game has the same Games Database ID assigned as another game The game has the same title and platform values as another game in your collection
  11. 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.
  12. 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
  13. 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.
  14. You can put any WPF control in the FlowTemplate so yes, using a textbox is entirely possible
  15. 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
  16. 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.
  17. 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.
  18. 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.
  19. If you open Windows Event Viewer and look in the application logs is there an error record in there of the crash? @Azgorath @moudrost
  20. 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
  21. 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
  22. Image file paths are never written to file so I'm not entirely sure what you mean.
  23. Do you have the error log from your crash?
  24. 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.
×
×
  • Create New...