Jump to content
LaunchBox Community Forums

C-Beats

Administrators
  • Posts

    4,690
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by C-Beats

  1. I honestly can't remember the last time I opened Big Box for personal reasons. I live pretty exclusively in the LB app. I just don't utilize the datagrid view ever. If you just want a fixed column size it's pretty easy to alter that in the theme XAML. Something like that is so subjective to each individual user we'd never be able to make everyone happy. We have the theming engine to allow for really minute granular changes like that so at least users have a possible way of changing things that a global setting would be hard to enforce/implement.
  2. There are plugins to rename all your images to be named by filename like most other frontends utilize to make this endeavor easier. We also offer a plugin system to help in the development of software or scripts to write should you need a more customized/personalized solution. Since we utilize non-propriety file system you can also massage and manipulate the files from one application to another fairly easily via any other tools like mass file renamers/converters or tools you want to write in a language you're more familiar in. Images are only grabbed for the region assigned to the game. Our download tools also allow you to limit the number of images per use case. To grab duplications you have to be intentionally doing so. We also have tools in the software to help reduce the number of un-needed image files should you decide you'd like to change primary regions or what you'd like that limit to be moving forward in your collection. In short if you're duplicating images, you're using the app incorrectly and have manually went out of the way to generate it. Again this is you coming to early conclusions about a product because you refuse to commit to a migration of workflows. In how many markets are two competing products ever designed to flow freely from one to the other? It's why a lot of middleware companies exist that create adaptors from one to the other. We already have quite a large number of tools available on our forums for download that do this migration adaptation for you to reduce the amount of friction your change from one product to the other will take, but that doesn't remove the fact that you ARE moving from one product to another. If you upload to our website (https://gamesdb.launchbox-app.com) and not a third party like Emu-Movies we do then ensure all files are parsed and downloaded correctly and would moving forward. Does us no good to us to have assets on our server that the clients can't reliable pull down and use. Again the choice to share artwork you create is your own (and we respect the decision regardless of which you make), but you've rushed into another "gotcha" that doesn't actually exist if you'd go through the workflows already designed to do the things you're attempting to do.
  3. Yeah, I personally find the ever looming OSaaS model Windows is trying to migrate into to be awful and something I'd like to avoid for as long as possible.
  4. Can you confirm what theme/view you are using? If it's what I suspect this likely isn't an issue related to the beta.
  5. Was able to look in the code and verify why you're seeing this. I'll do my best to get it corrected before 13.18's final release. For now the work around would be to have a second emulator record created that only lists that platform once in it's associated platform and launch with that (or make the option the same on both cores).
  6. I don't foresee us dropping Windows 10 anytime soon. The ONLY reason we dropped Win7 was because one of our dependencies did. I personally am on Windows 10 and have no desire to move to Windows 11 and so will be personally pushing to stay on that OS for as long as I can. That being said I don't make any final calls in regard to any of this so can't really make any guarantees on the matter.
  7. C-Beats

    Omni

    The call stack indicates this is something occurring in a non-theme section of LaunchBox so I don't believe it's intended by the theme (though it could be doing something to make it occur more often potentially). I've taken a note of the error and will take a look as time allows.
  8. Please post errors in beta version to the beta thread so we can keep track of them and ensure they aren't a new error caused by a change we made.
  9. I believe this bug is address in the recent beta update. You can go to LaunchBox and opt-in to beta updates to grab it and see if that resolves your issue.
  10. While we appreciate any constructive criticism's from users (new or long standing) I'd also ask you take the time and attempt to use the software as it's intended before making any final calls. If all you want to do is use another program as if it was Hyperspin than just continue to use Hyperspin. The way other software work will not be the same and it won't correlate 1:1 in almost any way. Things like the insistence of using RocketLauncher will only cause undue headaches for very little gain and will inevitably sour your experience with the application. LaunchBox is open ended enough that it'll let you do a lot of interesting things if you want, but the more you fight against the intended use of the application the more manual and grueling your migration process will be. As you've seen should you run into issues in your migration the forums are always willing to help out, you just got to be open to the fact that the most correct steps in how to achieve what you're trying to do WILL NOT be the same as they were in your previous set up.
  11. 13.17 IS the latest version. We dropped a beta update of version 13.18 Beta 1 yesterday. Beta updates require you to opt into them in the options menu (Tools > Options > Updates). Go to the page and check the box and then you will detect beta updates. Beta updates are more prone to errors/bugs since they've only been vetted internally and haven't been tested en masse by users though and so you need to be aware of the potential drawbacks. We do our best to ensure all beta releases are stable, but unfortunately that's not always the case.
  12. I added the alias and then manually refreshed our metadata.xml files server side. Inside of LB go to Tools > Download > Force update local games data (bottom most item) and then try to scan again
  13. There were a few bad records in the DB again, I cleaned them out and should eliminate the error.
  14. Yeah, if the cause is something similar to before the less items in the queue the more often you're going to see it since the odds of tripping on the bad record are increased. I'll take a look and see what I can find out. Thanks for the heads up.
  15. Locking thread as I can see this going no where positive for any party involved.
  16. Can just look in the Alternate Name section of the game and select the English translated title (if the DB entry has one for that game). May need to update your metadata from the DB to get the newest strings first though.
  17. Right... so you don't actually want duplicated platforms. You want two separate ones. Select the games from the one that needs to change (can hold CTRL and select multiple) and then press CTRL+E to open the edit window and change them to the new platform. Doing so will change the platform they are associated with and move the media accordingly.
  18. The way the one-year license works is that you gain access to the premium features within the app now and for any future versions that are released before your license expires. You CAN use newer versions after that but the premium features will be deactivated since your license is not valid for them. You could optional decide to use the latest version your license IS good for forever though. If the newer version doesn't have a feature you care about you can just stay on the version you have premium features unlocked for.
  19. C-Beats

    Omni

    All theme colors can be changed by altering the values in the ThemesValues.xaml file in the root of the theme. The values you're looking to change are AccentColor and DarkerAccentColor.
  20. This may be related to a bug we found internally that will be corrected in next release. Do you run into the issue if instead of pressing back to return to your default filter you go to the "View Platforms" (or what ever filter you want)? If it's the same thing that navigation method should work where simply pressing back wouldn't. I'd also like to point out the issue found internally is a CPU timing issue so not everyone will experience it. Thankfully my machine did and I was able to use that to get it corrected.
  21. Code changes were just pushed to the server and the temporary fix removed. Not sure we got ALL the cause for errors, but should have at least nipped some of the more pressing bugs in this code change. I'll continue to monitor from my side, but let us know if the issues start to creep back in on your side of things.
  22. This error indicates you have bad data in your local Games Database definition file (\\LaunchBox\Metadata\Metadata.xml). To correct please open LaunchBox and go to Tools > Download > Force Download Games Database Metadata (last option in that menu). Doing so should correct this error.
  23. I have updated one of the processes that fetches the moderation item for you to skip these obviously bad change sets in an effort to keep the DB running smoothly while I track down the change. It MAY result in the page taking a slight bit longer to fetch a change to moderate but should stop the error from occurring at all. This will get reverted once the bug is found and the permanent correction is pushed to the server. Thanks all for the help tracking down this issue, and the patience in it's resolution. Both are much appreciated.
  24. Thanks for confirming. Feel free to post up in here if that changes for you.
  25. Thanks I looked in the DB again and found a few more bad change sets that were clogging up the system. We're looking into how these keep getting the in the DB. I'll do my best to update the thread when any new code gets deployed. I'll do my best to keep monitoring the DB until then but feel free to let us know if you keep seeing the issue. Will help us determine if we're looking into the same issue you're all getting tripped up by.
×
×
  • Create New...