Jump to content
LaunchBox Community Forums

C-Beats

Administrators
  • Posts

    4,814
  • Joined

  • Last visited

  • Days Won

    15

Posts posted by C-Beats

  1. 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.

  2. 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.

    • Like 2
  3. 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.

  4. 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.

  5. 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.

  6. 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)

  7. 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.

  8. 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

  9. 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.

  10. 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?

×
×
  • Create New...