-
Posts
4,995 -
Joined
-
Last visited
-
Days Won
18
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by C-Beats
-
Bezel download issues we've found is typically issues downloading the projects from GitHub (where they are hosted).
-
This means that the license being used has been banned for breaking license agreement or has been otherwise tampered with and no longer valid. This typically is caused by a license being sold and distributed by hard drive sellers, placing an Android license in your PC LaunchBox folder, or manually trying to alter your license file. If you think this is in error you can contact support@unbrokensoftware.com. You can also just delete the license file and continue to use LaunchBox free version if you so choose.
-
I'd suggest hopping into their discord. They've announced they are now having issues with their website and will be down for a bit as they identify the cause and potentially migrate servers.
-
Splashscreen Video when start a game - Request and question.
C-Beats replied to retrospace's topic in Features
If you need to just type it in your native tongue and we can google translate. Still isn't perfect but may be a bit easier for you to get the point accross. -
Wondering about adjusting how a video loads in in bigbox
C-Beats replied to RedHoodRobin64's topic in Troubleshooting
I'd have to look at the GameMarqueeView.xaml file in our theme to remember if we are or not, but you should be able to put the video in a transition presenter and set the transition to quick fade to do what you are referring to. TL:DR: Potentially so but it requires you to theme a different marquee that does that. -
can not open download file, what should i do?
C-Beats replied to HanzGruber's topic in Troubleshooting
That extension is typically used as a storage buffer for something being downloaded for a download that has not yet completed. The browser you're using to download the file didn't completely download it and close/rename the file which it does once completed. Unfortunately the file as it is will be pretty useless to you.- 1 reply
-
- 1
-
-
Yeah, pretty sure this was made before our FlowImage control was a thing and so it has that problem. As I get time I'll see if I can get that changed over to help with that.
-
Launchbox in a "Launchbox", the project!
C-Beats replied to MaracatuAtomico's topic in Collections and Builds
You can run those systems on pretty much anything at this point. Controller's I'd stick to anything that outputs as XInput as they have way more compatibility with whatever you decide to go with. Biggest decision for you is Android box or a mini pc (or even a Android or Linux handheld you can plug into the TV). That point it's more about what interface you want to use to navigate your games.- 1 reply
-
- 1
-
-
resolved Clear logo not the same in BigBox than LaunchBox
C-Beats replied to joieboyy's topic in Troubleshooting
In Big Box options menu you need to clear the Logo image cache for the images to be updated- 3 replies
-
- issue
- clear logo
-
(and 2 more)
Tagged with:
-
@vince16 I looked into your report and was able to reproduce this. It IS a bug. The playlists you mentioned SHOULD have the icon displayed. I'll have it corrected in the next version of LaunchBox. That being said custom icons or adding icons to your own category, playlist, or platform will still be a premium feature. I will just be correcting the issue where free users aren't seeing all the icons they should be.
-
As long as the criticism is constructive I don't mind receiving it at all. I didn't view the statement as one that came from a negative place. Just like to know how performance is on users machines and how it compares to the experience the team see's so we can do our best to close the gap moving forward.
-
We have icons for all platforms and playlists we have in our DB as far as I'm aware so I'll need to verify that those still show correctly in the latest version.
-
Should be running the file AetherSx2-v1.5-3668.apk. Can grab it from the AetherSx2 community Discord
-
LaunchBox only launches a game, to change in game configurations that still needs done in the emulator. I'm not sure what's going on with Neo Geo but PS2 is likely caused by a missing BIOS and the fact you're using RetroArch instead of the stand alone emulator. You should not being the using RetroArch to emulate GameCube OR PS2 and should be using the standalone emulator instead. The cores aren't up-to-date and are very buggy compared to standalone.
-
Panel widths not remembering between sessions
C-Beats replied to EvoluZion3's topic in Troubleshooting
As long as the themes you use the bindings correctly this should be remembered. That being said I'm unsure if that particular theme does or not. -
@Potwizz What I'd do is copy the Default folder in \\LaunchBox\Themes to another folder and rename it, then you can just remove the platform views and run the theme and it should use the default layout that doesn't do that.
-
We're constantly working at improving performance of the application, though we realize there is still plenty of room for continued improvement. Is there a certain aspect of the application you are noticing slow downs in?
-
Typically this is because a registry entry is set incorrectly on your system and so Windows doesn't accurately determine your need for it. I'd first try running the following in command prompt as administrator "sfc /scannow" (without quotes) and let that run and restart your computer after. If that doesn't work typically using Add/Remove programs to remove the runtimes and then manually installing them in order corrects the issue.
-
How to render Dolphin in the emulator's window?
C-Beats replied to Dieggs's topic in Troubleshooting
I don't emulate PS3 so you may have to wait for some one more knowledgeable to chime in. -
Pretty sure the one auto-created is an auto-playlist and will automatically pick up and game with that platform name and with the favorite flag set on it so there is no need to manually add any game to it.
-
Because the two sites use different credentials.
-
The two comboboxes are in SideBarView game details stuff is GameDetailsView. SideBarView it's fairly easy to find the comboboxes. Game Details is going to be a pain to do what you're wanting as that file is pretty large since I have like 4 different views in that one file lol.
-
How to render Dolphin in the emulator's window?
C-Beats replied to Dieggs's topic in Troubleshooting
You are starting in fullscreen mode which means the main window doesn't exist afaik. Uncheck that box and you should have what you are looking for.