-
Posts
4,773 -
Joined
-
Last visited
-
Days Won
15
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by C-Beats
-
Help Us Expand the LaunchBox Games Database!
C-Beats replied to AstroBob's topic in News and Updates
Just so we are clear, this is how the system has always worked. Users submit changes, users given moderation access determine if the changes gets to go through or not, we play overseers and clean up any issues that stem from the process. Currently though users can't add platforms, our team has to do that. Pretty much everything else is (and has almost always been) community driven. -
You updated to a .NET 9 version for the first time. This is reporting that you have some plugins that are older and are using methods no longer supported in .NET 9. You'll need to start removing plugins to find the culprit
-
Didn't notice you were in Arcade. Typically for that platform Advertisement - Flyer is the best image type to grab for that. Looks like you already grabbed it but if not I'd suggest grabbing those too.
-
If using default image type settings Box - Front is placed there
-
Help Us Expand the LaunchBox Games Database!
C-Beats replied to AstroBob's topic in News and Updates
Locking a game is a manual process on our end so most games don't have locked field. You'll immediately see in the change UI that something is locked and won't be able to submit a change if it is. Otherwise you should be able to add/edit games right away. -
The newest update made changes regarding what directory logo's are placed in (for platforms). Can watch the release announcement video to see it in action. Tools > Manage > Themes and Media has logo packs in there. I believe the artwork you were already using should have been made into the selected pack, but you can go there to confirm.
-
Help Us Expand the LaunchBox Games Database!
C-Beats replied to AstroBob's topic in News and Updates
We have tools to make sure moderation is taking the route we want it to but the database is pretty exclusively community driven. Anyone can update metadata and those that have proven they can do so with accuracy becomes a mod that then is allowed to approve/deny those changes. The LB team has tools to lock games, fields, and images when it's obvious we have the correct data already so that bad actors and mistaken folks can't change it to something less accurate. -
Help Us Expand the LaunchBox Games Database!
C-Beats replied to AstroBob's topic in News and Updates
Nothing diagnosed, but @MysterNybble has made comments about my... zeal... for data. There is a lot I'd like to change/improve in the DB. A lot of accuracy improvements and new data points entirely. -
Glad you got it sorted yourself so quickly @paQ. The theme was quite the undertaking (especially the details section). I do need to sit down with it and clean some stuff up, but overall very happy with it. I too use LB far more than BB and so the theme is very much so well loved on my own PC. I need to find a good way to keep track of change requests and things I can move to the settings file (like that height). Perhaps as I get time I'll start up a GitHub page for it for tickets to be raised, I'm struggling to keep up with requests made elsewhere so it'd be nice to have the central location for it.
-
Think EA has changed their logic more than the other storefronts combined unfortunately. They likely changed something and we'll need to update the code appropriately. Added to my internal list of things to take a look at soon.
- 1 reply
-
- 1
-
-
I don't personally do it either, but it's been the default for longer than I've been on the team so changing it could ruffle some feathers
-
Scrape As means "Hey what system do we call this thing in our database?". When we look for any metadata/media for that game we look at the platform name if it matches, and that scrape as value if it doesn't. For example it's not "Xbox" in our database it's "Microsoft Xbox" and so you're essentially saying "I know I call it something different, but look for all the good stuff over here"
-
During MAME import there is a checkbox asking if you want them made. It's on by default. Turn it off and it won't create those.
-
There is a known issue with hibernate and some modes of sleep causing memory errors when returning to the application. If you're seeing that error and NOT entering hibernation OR sleep then file a bug report for it please.
-
We've had this debate internally quite a bit about what to do regarding electronic handhelds. Whether to create a unique platform for each, put them in a grab bag platform, include them at all (since an argument could be made that they are toys, not video games). Not sure a decision has been came to on the matter. If one doesn't exist already I'd strongly suggest requesting it on the feedback site so people can chime in there. I know these games always seem to be pretty polarizing in the community so would be nice to have a more organized place to weigh any pros and cons on the matter.
-
What game were you on when you saw this error?
-
Oh I assure you, we get a Linux build ready for the masses and we'll be making enough noise about it that it'll be hard to miss lol
-
Attached is default settings with all auto-imports disabled. Extra this to the root LaunchBox folder and then start the app. Data.zip
-
It's a thing the team has discussed in great detail and something we'd all like to see (not only Spanish but other languages) but it'd require a complete rewrite of the database (both backend AND frontend) so isn't something we can really afford to do anytime real soon. Definitely something we're trying to push towards, just can't really make any promises at this point.
-
Disappearing games almost always is one of two things. 1) You have files in your data folder that don't belong. Look in \\LaunchBox\Data\Platforms and ensure there is one file per platform in there and no backup files being kept there. 2) You have an auto-hide feature enabled. Go to the View > Show/Hide menu to verify.
-
Only thing localized is the UI. Our database is English only so to get metadata in Spanish you'd need to manually alter the data or use a tool that scrapes metadata in your language. I believe Skraper does but be careful using their default settings as their backup options tend to break things.
-
Also if you haven't please post a bug report for this issue using the Help & Support > Report a Bug link at the top of this web page so that we don't lose it in the shuffle.
-
It doesn't correct the issue but you've been given work arounds to utilize so that you can at least open/use the app. As a refreshing you can navigate to \\LaunchBox\Data\Settings.xml and then look for <GogAutoImport> and set the value in the brackets to "Off" (without quotes) to stop this error from occurring on startup.
-
The backend solution the forums are hosted with had an update that seems to have broken legacy themes and so the website defaulted back to this theme (their default). The team is looking into how to restore functionality with the old forum themes.
-
Out of memory error after computer wakes up
C-Beats replied to underdog32's topic in Troubleshooting
There is still a known issue in 13.21 where entering hybrid sleep causes issues. Hybrid sleep basically is the computer hibernating first and then going to sleep. We're looking into ways to clean up that process as well but didn't want to hold back the release any longer while we tried to find the best ways to correct the issue.