Jump to content
LaunchBox Community Forums

bundangdon

Members
  • Posts

    1,224
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by bundangdon

  1. Thanks a lot for the quick response. That definitely helped me with 3DS, as it's now working after I checked it as the "Default Emulator". However, I think there's an odd issue with the measurements. When I run the test, set the emulator windows size and save for BigPEmu, it's the same results as before. Also, I tried to manually change the measurements in the .cfg file but nothing changes. Would you be willing to share your BigPEmu cfg? Otherwise, it's possible I may have an issue with the BigPEmu emulator's video settings.
  2. This is great! My only question is, you have 3DS as one of your examples-images, but Citra and the 3DS didn't come up in my list while setting up the plugin. Any ideas or tips on how to get 3DS and Citra (Canary or Nightly) working? Also, I can't seem to get it to fit properly with BigPEmu. While the bezel shows up, the display size of BigPEmu has shrunk down to a tiny 800x600 on the right corner of my 3840x2160 screen
  3. Having the same issue for a while too, usually when it's the first game I select in a particular platform. There's a black box showing with no video but audio is working. It wasn't a deal-breaker issue by any means, but kind of an odd bug I've noticed.
  4. bundangdon

    Omni

    Excellent work! Thanks a lot for sharing this
  5. Thanks so much! That worked for me, and I was able to add the box artwork in there with no issues. Very much appreciated!
  6. Wow! Great job @circo. Thanks so much for sharing these!
  7. Thanks a lot! I'd really appreciate that, or if you can just let me know the proper code, then I can insert in there to change the view. Either way is fine, but I usually go with the front box images since they're much easier to find than the 3D models.
  8. Not too sure, but it was a few months back when the wall view on this particular theme was working fine, probably before version 13.2 or possibly earlier? This is certainly not a deal-breaker as I don't recall using the wall view all that much. But what I was wondering, is if there was a way to change the TextListView? I'd like to replace the screenshot (located very close to the games-list) with the box artwork. In most cases, I only use the screenshots instead of videos, so it seems kind of redundant to have screenshots taking up both areas of the screen. Here's a "before and after" photoshop mock-up
  9. @PaulyC Not sure if it's just me, but after the latest release, the wall views aren't working properly. There's only the game info-panel on the top and nothing else there, as shown below
  10. No worries! Glad you were able to find what you're looking for. It's also worth noting that the emulator "Hypseus Singe" is a much more polished and up to date program than "Daphne" that I recommended earlier, although that one works just fine as well.
  11. This website might help you out with a rather comprehensive arcade emulator listing: Arcade emulators - Emulation General Wiki (gametechwiki.com) Besides Mame, I'd go with Daphne (Laserdisc games), Supermodel (Sega Model 3), Retroarch-Flycast (Naomi, Atomiswave), Demul (Naomi 1), and Teknoparrot (other modern arcade games). Their information can be found in the website that I mentioned (above). Have fun!
  12. Okay, I will do a full reboot and try again to see what happens. If it continues, I'll try to capture the issue somehow on video
  13. Okay, thanks for checking. I guess there must be some issue with my pc or it has something to do with Windows 11?
  14. @faeran @Jason Carr Discovered a weird issue with the latest full release. I'm not sure if this is just me, but within playlists, when I select "Value" in the auto-populate section, there's a weird behavior where the dialog box jitters uncontrollably and when I type something everything slows down to a crawling-speed. Can anyone else verify this?
  15. Thanks again. I figured it out and will add that update in there soon
  16. Thanks a lot for the suggestion. I definitely like that idea and will add that in with a future release. Very much appreciate the feedback and ideas!
  17. Now updated. Have fun!
  18. Yep, I've recently updated this theme but I'm still testing around with it because there's one little weird behavior that's happening now after the recent changes in 13.3. Although it's not really a deal-breaker, so I'll probably update it sometime in the next few days. Update: Good news. With the official version that was released, I noticed that odd "behavior" has now disappeared! So, I'll definitely release the update very soon
  19. Great work once again @Zombeaver Thanks so much for sharing this!
  20. I was wondering about this system too, and tried out what was suggested but it didn't work for me either. Afterwards, I did a little bit of research and found a way that works. For the "Command Line Parameters" enter the following: pegasus -rom1 My guess is that Mame has gone through some changes with this system/software and the command lines were changed as a result.
  21. Okay, thanks a lot for checking. Going forward, I'll keep an eye on it, but that's certainly not a major issue and may be more of an isolated error than anything else.
  22. Okay, that cleaned up the errors and it works. But there's a weird issue that popped up after changing the theme. When you try to change to or from another LB theme with this theme (LBPlex 2023), LaunchBox freezes up and only CTRL-ALT-DEL can close everything. Here's the MainView file (attached) MainView.xaml
  23. @faeran thanks a lot for sharing this, but I can't seem to get it working. I've tried pasting the code in a few different areas of the "MainView" xml file but it keeps giving a very similar error: --------------------------- --------------------------- An error occurred while parsing the custom MainView. The default view is shown instead. Details on the error are below: System.Windows.Markup.XamlParseException: 'coverFlow' is an undeclared prefix. Line 64, position 26. ---> System.Xml.XmlException: 'coverFlow' is an undeclared prefix. Line 64, position 26. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String arg, Int32 lineNo, Int32 linePos) at System.Xml.XmlTextReaderImpl.LookupNamespace(NodeData node) at System.Xml.XmlTextReaderImpl.ElementNamespaceLookup() at System.Xml.XmlTextReaderImpl.ParseAttributes() at System.Xml.XmlTextReaderImpl.ParseElement() at System.Xml.XmlTextReaderImpl.ParseElementContent() at System.Xaml.XmlCompatibilityReader.Read() at MS.Internal.Xaml.Parser.XamlScanner.DoXmlRead() at MS.Internal.Xaml.Parser.XamlPullParser.P_NonemptyPropertyElement()+MoveNext() at MS.Internal.Xaml.Parser.XamlPullParser.P_PropertyElement()+MoveNext() at MS.Internal.Xaml.Parser.XamlPullParser.P_ElementBody()+MoveNext() at MS.Internal.Xaml.Parser.XamlPullParser.P_Element()+MoveNext() at MS.Internal.Xaml.Parser.XamlPullParser.P_ElementContent()+MoveNext() at MS.Internal.Xaml.Parser.XamlPullParser.P_ElementBody()+MoveNext() at MS.Internal.Xaml.Parser.XamlPullParser.P_Element()+MoveNext() at MS.Internal.Xaml.Parser.XamlPullParser.P_ElementContent()+MoveNext() at MS.Internal.Xaml.Parser.XamlPullParser.P_ElementBody()+MoveNext() at MS.Internal.Xaml.Parser.XamlPullParser.P_Element()+MoveNext() at MS.Internal.Xaml.Parser.XamlPullParser.P_ElementContent()+MoveNext() at MS.Internal.Xaml.Parser.XamlPullParser.P_ElementBody()+MoveNext() at MS.Internal.Xaml.Parser.XamlPullParser.P_Element()+MoveNext() at MS.Internal.Xaml.Parser.XamlPullParser.Parse()+MoveNext() at MS.Internal.Xaml.NodeStreamSorter.MoveNext() at System.Xaml.XamlXmlReader.Read() at System.Windows.Markup.WpfXamlLoader.TransformNodes(XamlReader xamlReader, XamlObjectWriter xamlWriter, Boolean onlyLoadOneNode, Boolean skipJournaledProperties, Boolean shouldPassLineNumberInfo, IXamlLineInfo xamlLineInfo, IXamlLineInfoConsumer xamlLineInfoConsumer, XamlContextStack`1 stack, IStyleConnector styleConnector) at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri) --- End of inner exception stack trace --- at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri) at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri) at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, Boolean skipJournaledProperties, Uri baseUri) at System.Windows.Markup.XamlReader.Load(XamlReader xamlReader, ParserContext parserContext) at System.Windows.Markup.XamlReader.Load(XmlReader reader, ParserContext parserContext, XamlParseMode parseMode, Boolean useRestrictiveXamlReader, List`1 safeTypes) at System.Windows.Markup.XamlReader.Load(Stream stream, ParserContext parserContext, Boolean useRestrictiveXamlReader) at System.Windows.Markup.XamlReader.Load(Stream stream) at Unbroken.LaunchBox.Windows.Desktop.Bootstrapper.LoginIterableExporter(Object ) at Unbroken.LaunchBox.Windows.Desktop.Bootstrapper.ReadFailureField(Object reference) at ServiceContext.ListIterableDefinition(String reference, ServiceContext ) at Unbroken.LaunchBox.Windows.Desktop.Bootstrapper.StartFailureField(Type param) --------------------------- OK --------------------------- Any ideas how I could fix this?
  24. As far as I know, you can only use these with this particular theme, for now anyways. I tried it out a few weeks ago with these icons. Here's the info and download
  25. Amazing progress! Thanks a lot for the update and keep up the good work
×
×
  • Create New...