Jump to content
LaunchBox Community Forums

Retro808

Moderators
  • Posts

    7,066
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by Retro808

  1. Good to know. For reference though I got that error the first time I tried to use the new feature and ran just the core updater on one cabinet. So I went to another a few minutes later and tried to run the Retroarch update and got the same error.
  2. @Azgorath I had this issue as well. It happened on a couple builds I have. I tried several times and then waited a few hours to try again I did not have the issue. So I am thinking maybe just an ISP hiccup or something connecting the the RA servers. I have since tested this feature several more items and have not had it replicate. Since your post about the error have you had any success with the feature?
  3. Just by looking at the commands you are not calling for any extra programs to run or anything so why are you using a bat file? Just let LB do the work. Then you just use LB controller mapping to set your button or button combo to exit the game. If you are using BigBox set it to the option labeled "Close Active Window".
  4. Check to see in your task manager processes if Nahimic services is running. If so, disable it.
  5. @GefTry right clicking one game and editing it. Then go into the images section and click the download media button in the bottom right and try to download from there. See if at least one game works and let us know what happens.
  6. @Gef Per Neils advice. It is right in the LB media UI. Just make sure the clear logo box is checked. It will download, name, and store in the proper place.
  7. @Briantodd What theme are you using?
  8. @Briantodd Can you post the marquee files you are using.
  9. Ah. My eyes saw Dolphin Wii System menu but the brain only processed Dolphin. Looks like @neil9000 might have you covered.
  10. In LB you can right click a game and in the menu choose the option to Launch Dolphin. In BB I do not believe there is such an option. At least I do not see one on the Game Details screen.
  11. OK. I think the "Auto-Populate" is causing the issue for some reason. The only way I would get the images to show was to edit the playlist and in the auto-populate tab uncheck the box. I also had to select a place for the playlist to show as in the Parents folder you did not have anything selected. Can you uncheck auto-ppopulate in the playlist and see if it works.
  12. Thanks. The images were not showing as my page had not refreshed from your edit. Yeah that all looks good. Post that fighting xaml and let me test it on my set-up. None of your playlists show at all right?
  13. If all the images are there and named "Mame Fighting" that really is all that is needed as the theme will dictate the images. So there is no setting you need to check. I keep all my playlists in a Playlist Category. I moved a couple of them to nest under Arcade Platform no issue. Can you post an image of the inside of your \Data\Playlist folder?
  14. You likely do not have custom theme images then for your playlists in the Unified theme's \Images\Theme folders. In order for a custom playlist image to show up when you are in a playlist you would need to have images for at least \Background and \VideoBorder. Otherwise it will just use the platforms default images.
  15. @Briantodd Not sure which xaml in this thread you tried, but like @C-Beats mentioned if you just edit the "Stretch" to either "Fill" (which will stretch the entire image to fill the available space) of "UniformToFill" (which will crop the image as it fills the space). Possibly even change the Alignment from "Center" to "Stretch" One of the xaml I posted here already has the image set to fill. (see the below code) <Image Source="{Binding Path=SelectedGame.MarqueeImagePath}" Panel.ZIndex="1" Stretch="Fill" HorizontalAlignment="Center" VerticalAlignment="Center" RenderOptions.BitmapScalingMode="HighQuality">
  16. You can try downloading the latest version from our website. Then just run that installer over top your existing LB folder. Make sure you point it to the parent folder you LaunchBox folder is in and not the actual LB folder or it will install it in \LaunchBox\LaunchBox. It will not delete anything or override any of your settings. It will just install the new updates.
  17. Check your antivirus to see if it quarantined any LB files. It has been known to happen. Especially in the more recent LB builds. Antivirus programs have been a bit overzealous on us.
  18. Or you can use the rom path change option in the LB tools.
  19. I believe colorman3605 still wants the video and images there. Just does not want to accidentally click on it and it open to a bigger video or image. If it is a frequent issue for a user, best recommendation is to submit a feature request using the link located at the top of the forum under "Help & Support". A custom theme might work, never messed with those specific bindings in the game details view so could not advise on what to change.
  20. Your shutdown xaml code has a background color brush that is giving the image a shade. I take it you used the default theme as your base. Remove the lines below and it will remove the darkness of the image. <Grid.Background> <SolidColorBrush Color="#66000000" /> </Grid.Background>
  21. Default may not have the UserControl line for the gif. At the top of your theme you may need to add this line. Paste in where you see the other xlmns lines (starts at line 1). xmlns:gif="clr-namespace:WpfAnimatedGif;assembly=Unbroken.LaunchBox.Wpf"
  22. Merged your threads. Please do not spam multiple forums or threads with the same issue. Retroarch should automatically map an Xbox controller to a default setting. When you are in the settings menu under the "Device Index" does it show "Xbox One Controller"? Been a while since I messed with controllers but I think this is still true.
  23. That target name is used in the image line of code. So if you look at line 73 of the xaml you will see Jason labeled the image in that section of code "DiskImage". This is what links the storyboard piece to the image. So you can do the same using whatever name you want. You just need to make sure the name is referred to in both sections of code. So be sure to look both at the code in the UserControl and the code in the lines for the actual image.
  24. Look in the Default Startup theme folder. Open one of the CD based platform xaml files. In there you will see an example of rotation. Triggering animations is not too hard. You may spend more time refining the movement/speed than anything else.
×
×
  • Create New...