-
Posts
178 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by stigzler
-
π Thatβs a Wrap on the LaunchBox 12th Celebration! π
stigzler replied to AstroBob's topic in Community Corner
Well done, chaps. π Looking forward to seeing where you guys take it next.- 1 reply
-
- 1
-
-
0.9.9.0 - Beta [Improvements] Improved UI - now fully suited to windows surface/tablets and touch controls [Feature] Added ability to set URLs, local applications and notes against each Platform. For example, on selecting a Platform, you can open a link to your rom source, run an associated application (e.g. NPS) and view notes (e.g. which rom extension is best suited to your setup). File link in original post. Pic: (P.S. It'd be nice if anyone who's downloaded this could provide some feedback so I can know whether to take this out of Beta or not!)
-
Embarrassing schoolboy Mame question... π«’
stigzler replied to stigzler's topic in Troubleshooting
No worries - likely something deeply esoteric. π -
Embarrassing schoolboy Mame question... π«’
stigzler replied to stigzler's topic in Troubleshooting
Thanks for the reply - I really need to figure out how to turn on auto-notify for my posts! Did that, but I'm getting weird rendering. On vertical: Not working at all for horizontal. Has the Mame system changed? Despite being the OG, it's not aging gracefully. -
Certainly looks like an interesting MVP. Unfortunately, life got in the way of implementing this, but have built the scaffolding plugin around it to support all the features (layout editor, games/systems objects etc). Just have the controls logic to do. Likely next year with the evil of work to contend with. π
-
Yeah - think this emu blocks button presses, so AHK not catching them. On a separate note, would thoroughly recommend reshade for this emu. I could sort the aspect ratio and apply a CRT shader that made it look SOOOOO much better.
-
And malware free do you know given the form of these emus to date? EDIT: Looks just as bad. When first clicked on the official link, I got just a line of text saying "what are you doing?" Then clicked again and got the official site (full of gaudy attract the moths graphics). Also, reddit post here saying it's full of adware etc. Nope, nope, nope. Think I'm just going to have to pass on android emulation (sadly, as needed it for a wipeout game to complete my collection). F**k android.
-
I first started tinkering with Mame 20 years ago. Can't believe I'm stuck on this. Also, either google's punishing me for adblocking youtube, or my google-fu is presently offline. Even AI seems to have taken its ball home. How on earth do I force all vertical games into 7:8 rather than 3:4 resolution without changing each and ever game individually? For bonus points, how do I do similar for horizontal games (using 12:7 instead of 4:3)? My addled aged brain thinks it involves creating horizontal and vertical.ini in the ini folder, but as stated, goggle's causing more confusion than clarity. Wish they hadn't removed "Don't be evil" from their wall....
-
EDIT: DO NOT DOWNLAOD NOX PLAYER - IT'S JUST AS BAD (DOWNLOADED MCAFFEE WITHOUT ASKING AND CANNOT UNINSTALL). GOD THE PEOPLE WHO MAKE THESE EMUS REALLY SHOULD BE SHOT.
-
Seriously - Bluestacks is like a grubby con man who steals your grandma's life savings whilst wearing cheap aftershave and hiding some unseemly sexual proclivities. [soz - just offloading!] Really: Adverts all over the place? Check Pop-up's galore? Check Make it really difficult to kill their app from front ends? Check (and bonus points for making it a "Boss Key") And worst of all: leaving an application running in the background once you've quite the emulator? Check That last one made me uninstall this right away. The people who make this and profit from it are NOT part of the emulation community,. They need to rot in hell. Anyways, rant over. Question being, of course: Are there any other alternatives to Bluestacks for android emulation on windows 11 machines? Maybe I should bill Bluestacks for the 2 hours of my life I wont get back.
-
0.9.8.0 Release: Significant improvements to UI. Now runs really well on a Windows Tablet/touch mode.
-
This'd be great if it worked. I'm getting an error with the zipped emu setup you included. Also, where are "geeko codes" you say you've attached? I get the attached error when I try to run any isos. Also what does "Archive "Triforce iso"" mean? Not a very good guide I'm afraid. Glad you got your setup working, but if you're going to post about it, make sure you do it in details and not lead people up a garden path. 1 hour of my life I won't get back. For anyone else, a guide that works here:
-
0.9.5.0 Release Improvements: Installation database updates now done via plugin rather than update the xml files directly. Option remains to update via xml if plugin not running Auto install/update plugin Minor GUI changes
-
Guilty as charged. I've changed for the better, your honour, honest...
-
Thanks. I'm a sucker for qol improvements!
-
Unibox View File Intro Unibox allows you to add roms to any Launchbox installation you have running on your local network on the fly. It also automatically adds metadata and media. This can be done in real-time, making it useful for installations such as arcade machines or rigs dedicated to running BigBox. No manual adding of roms to folders required, or going into Launchbox to add more games. Project thread here for more up to date features and screenshots etc. The videos below were made on the first version so there's been a number of improvements since then. Video of it in action: Getting started guide: Presently in Beta, so maybe test on a test installation first. Hope helps! Submitter stigzler Submitted 08/13/2025 Category Third-party Apps and Plugins
-
Version 1.1.0 - Bootle
56 downloads
Intro Unibox allows you to add roms to any Launchbox installation you have running on your local network on the fly. It also automatically adds metadata and media. This can be done in real-time, making it useful for installations such as arcade machines or rigs dedicated to running BigBox. No manual adding of roms to folders required, or going into Launchbox to add more games. Project thread here for more up to date features and screenshots etc. The videos below were made on the first version so there's been a number of improvements since then. Video of it in action: Getting started guide: Presently in Beta, so maybe test on a test installation first. Hope helps! -
Version 1.0.0
7 downloads
A tiny plugin that allows you to refresh all games in Launchbox + Bigbox to show any changes made in the xml files outside of LB/BB. This adds System menu items to LB and/or BB which cause the refresh. You can also edit settings.ini in the plugin directory to customise its operation. Github repo: HERE -
ReloadData Plugin View File A tiny plugin that allows you to refresh all games in Launchbox + Bigbox to show any changes made in the xml files outside of LB/BB. This adds System menu items to LB and/or BB which cause the refresh. You can also edit settings.ini in the plugin directory to customise its operation. Github repo: HERE Submitter stigzler Submitted 08/12/2025 Category Third-party Apps and Plugins
-
Hi folks, Developing a super simple plugin to force BB reload of all Platform xmls. Achieve this via: internal class SystemMenuHook : ISystemMenuItemPlugin { public string Caption => "Update Games"; public System.Drawing.Image IconImage => Properties.Resources.GamesUpdate; public bool ShowInLaunchBox => true; public bool ShowInBigBox => true; public bool AllowInBigBoxWhenLocked => true; public void OnSelected() { PluginHelper.DataManager.ForceReload(); } } Using the BB default Theme. If I run the ForceReload() command via the plugin and then enter into the PlatformCategories view, and navigate to a Category which triggers a video playing, I get the following unhandled exception: Object reference not set to an instance of an object. App: Big Box Version: 13.22 Theme: Default Type: System.NullReferenceException Site: Void ReflectPublisherCreator() Source: Unbroken.LaunchBox.Windows at Unbroken.LaunchBox.Windows.Views.ImageVideoView.<>c__DisplayClass25_0.ReflectPublisherCreator() at System.Windows.Threading.DispatcherOperation.InvokeImpl() --- End of stack trace from previous location --- at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout) at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout) at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout) at Unbroken.LaunchBox.Windows.Threading.Invoke(Action callback, DispatcherPriority priority) at Unbroken.LaunchBox.Windows.Views.ImageVideoView.PlayVlcVideo(String filePath, Int32 tries) at FactoryRecommenderVerifier.GenerateSetChooserTransmitter(Object, String filePath, Int32 tries, FactoryRecommenderVerifier) at Unbroken.LaunchBox.Windows.ViewModels.ImageVideoViewModel.set_VideoPath(Object value) at AutomatedEngineFactory.GenerateSetChooserTransmitter(Object, Object value, AutomatedEngineFactory) at Unbroken.LaunchBox.Windows.ViewModels.ImageVideoViewModel.Init(ImageSource source, String video) at Unbroken.LaunchBox.Windows.BigBox.ViewModels.FiltersViewModelBase.TestOrder(ImageSource v) at Unbroken.LaunchBox.Windows.ImageLoader.HandleCalcDic(Object i) at DetailedElementFactory.GenerateSetChooserTransmitter(ImageLoaderQueueItem i, DetailedElementFactory) at Unbroken.LaunchBox.Windows.ImageLoader.Enqueue(String imagePath, Action`1 onLoadedAction) at Unbroken.LaunchBox.Windows.BigBox.ViewModels.FiltersViewModelBase.LoadDetails(Guid instance) at FactoryPolicyEditor.SortTransformer(Object, Guid instance, FactoryPolicyEditor) at Unbroken.LaunchBox.Windows.BigBox.ViewModels.FiltersViewModelBase.<>c__DisplayClass223_0.PeekSynchronizer() at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) Recent Log: 11:09:25 Exception It does not happen in other Views (well as many as I could test in anyway). If I run BB again and go to a PlatformCategories view, I do not get the error until I run the plugin again. Have ensured plugin running in vanilla LB environment (making sure it's not due to any changes I've made to xmls). I'm assuming this is a bug in the View or ViewModel? I would sign it off as trivial, but requiring Users not to use the PlatformCategories view feels very poor. This is part of a wider project to allow users to add games to BigBox remotely from another PC whilst bigbox is running, thus the ability to Update the games lists post-adding from within BB options is kinda crucial (stop users having to restart BigBox each time). Shame it's being stimied by this one bug - is it easily fixable? Happy to do anything I can to help (is the default them on a repo somewhere?). Had a quick look at Themes\Default\BigBoxTheme.sln, but couldn't event find ImageVideoView - so not sure where to start. Hope someone can help! Progress: I noted a reference to `Unbroken.LaunchBox.Windows.Views.ImageVideoView.PlayVlcVideo` in the exception, and changed the default player to VLC. This stopped the bug. However, I also see you're depreciating VLC media player so is this a backlog item (i.e. to refactor the relevant code to use media player rather than VLC??). If so - any scheduling of this for a future release yet, as you also warn us NOT to use VLC media player at risk of freezes and crashes. I know reliance on 3rd party apps can be a pain as can be retiring their implementations!
-
Can you move this over to my topic as originally requested so as not to take the OP off topic? Also, struggling to understand what you're saying here. A quick vid via OBS is your best option alongside showing your directory structures.
-
If you post details of the errors or reproduction steps in the linked post, happy to take a look. A video of the error via OBS and YouTube would also be helpful