-
Posts
4,814 -
Joined
-
Last visited
-
Days Won
15
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Posts posted by C-Beats
-
-
I tracked down the cause and it will be corrected in the next release. Has to do with the fact those themes use FlowVideo instead of the other controls typically used and that control had a timing issue if you entered a platform too quick. Thanks for working with me to track this down. While waiting on the correction, if you just let the video start playing before entering the platform the video will resume when coming back.
-
2
-
-
I'm able to replicate with Unified CTC pretty easily. Taking a look into it now.
-
1
-
-
You MAY not be able to use their in app overlays with it disabled. I personally don't use the app so I'm not entirely sure. We've never had anyone come back with a, "But I NEED it on!" after being instructed to disable it.
-
Was able to confirm the issue and have it corrected for next version. In the meantime place the attached file in \\LaunchBox\Themes\Old Default\Views and you should be up and running again.
-
1
-
-
So the video not playing correctly is the one on the platform screen. Shouldn't really matter, but which view are you using on it? Platforms, Categories, or Playlists?
-
This sounds like you have a service called "nahimic" running. If you open up Task Manager and look in the services tab, can you look for this service and disable it if it's on? Then restart Big Box and everything should appear normal. If you cannot find it I'd look to see if you have any Realtek program running, they typically use that service (or one like it) and closing it could also potentially correct the issue. Basically they are injecting themselves into the GPU buffer and touching stuff they shouldn't be and it breaks WPF applications.
-
I've seen people get this error when opening LaunchBox with the sidebar set to Games Missing Media. Typically changing the side bar to anything else resolves the issue. I have it marked internally to review to see if we can get that corrected.
-
-
You can't alter default in it's folder, you need to copy the folder (and rename it) and then change files there or your changes will get overwritten on startup
-
You can always revert by running the previous installer over your current install. The install process doesn't touch your metadata or media so you're data is safe.
Out of curiosity what theme(s) are you seeing this behavior with? -
Sounds like the OS isn't correctly telling the installer what you have installed. I've seen it in the past with some of the other runtimes, but not that one. Typically what users need to do is remove it from Add/Edit programs then restart the computer and run the install again. Alternatively you could try to run command promt as admin and run the command "sfc /scannow" (without quotes) and let that run and have Windows try to repair itself. If it finds anything I'd restart your computer before running the install again.
-
3 minutes ago, Vhero said:
Also sorry i posted this in wrong area.
Moved it for ya
-
What I always do when debugging changes like this is start with a Label and set the background to Red (or any color really) and then see if you can see the red element. If so you know you got the control in the right spot, then you can begin trying to figure out why you could see the label but not an image.
What I was referring to regarding "InGameDetails" is that there is a binding (IsInGameDetails) that you would use in a DataTrigger inside of a style you'd apply to that presenter (or one of it's parents) so that when that binding is TRUE you'd set it's visibility to Collapsed. Then you'd have a style that does the opposite on your image (hides it when NOT in details) -
If you turn off videos playing in the background it should play there.
-
What you're referring to is the startup screen. If inside of LaunchBox you go to Tools > Manage > Emulators and edit TeknoParrot emulator, you should see a page on the left of the window called "Startup Screen" in there is an option to increase how long that screen stays up.
-
My apologies for not being clear. You don't want to alter ImageView.xaml at all. There is a line in TextGamesView.xaml that displays ImagesView in a transition presenter. When in Game Details you'd want to make that invisible and display the image you want in it's place.
-
You don't need platform videos to test. Just hover over a platform. With the settings you have enabled it should play a video for one of the games in the platform.
-
Hmm. I'll take a look and see if I can replicate and see what's going on. Does this problem only happen for playlists?
-
Can you post a screenshot or two of what you're referring to? I've helped several people swap between background and foreground videos since release so I'm fairly confident that the feature is working. Be curious to see what is going on with your setup.
-
15 hours ago, NicoDirkfan said:
Thanks - Can you tell me how to enable the 2D boxes that flip in Bigbox? I feel like it's confusing when all along I've had the option to flip boxes, but I never saw anywhere that specifically said 3D boxes can't be flipped.
Open Big Box and navigate to the Options screen. Go to Images section and change Game Image Type to Boxes
15 hours ago, NicoDirkfan said:On a separate note - is it possible to exit a PC game with a running script so I can quit the game with one press of a button on my gamepad?
You shouldn't kill a PC game with a script or binding as it can corrupt your data for that game if you time the kill wrong. That being said you can bind to the "Close Active Window" binding in Big Box to achieve what you want.
-
15 hours ago, NicoDirkfan said:
Hmm, in the past I could have sworn using the default theme and being able to flip the boxes. Also, why does it have the option to flip box if it's not possible? Definitely confusing unless it specifically says that somewhere and I overlooked it. Maybe I used to have 2D boxes enabled? So how do I view 2D boxes in Bigbox so that I can flip them again? THanks for your help!
In Big Box navigate to Options > Images and change the first option (Game Image Type) to Boxes
-
It's very possible that the new default theme is using images the old one didn't and is creating images in cache still which can be CPU intensive. Once it's done caching images the use would fall back down to normal. Only other thing I can think is maybe because of the increased number of animations, but it shouldn't have any huge impact on your CPU. That being said you ARE running on integrated graphics which WILL strain your CPU quite a bit more than if you had a dedicated card.
-
12 hours ago, bundangdon said:
Thanks a lot @C-Beats I was able to find the information on pages 36-37 regarding the ability to center the selected item in the text list view. However, I wasn't able to get it to work with the default theme. Since I'm no expert in coding (far from it too), this was no surprise to me. For now, I'll just wait until a solution comes along
That behavior IS the solution, we aren't adding that functionality to the Default theme. Were you altering files in the default folder or did you copy the files to a different folder first?
-
The highlighted item is the image view. You'd need to replace it with either an Image or FlowImage control
Cannot download media
in Troubleshooting
Posted
The server is up and working so sounds like your internet connection is failing to communicate with it properly. I'd make sure you don't have a firewall or VPN messing with your connection. Sometimes helps to also clear your DNS cache as I've seen that cause issues as well.