All Activity
- Past hour
-
mbp27 started following Launchbox launched Dolphin does not see my controllers
-
Launchbox launched Dolphin does not see my controllers
mbp27 replied to Saff's topic in Troubleshooting
I have the same problem. WII controller works fine in Dolphin, but when the game starts through Launchbox, the controller does not work. Any solution is much appreciated. -
000Artemis000 joined the community
-
sudsy joined the community
-
Archive Cache Manager
AZUR3US replied to fraganator's topic in Third-Party Applications and Plugins (Released)
I'm on the latest Launchbox beta and when I use your modded plugin the following error occur: "7-Zip returned an error when trying to extract the archive." log file without any issue or hint... The latest version of ArchivManager works for me. events-2025-03-30.log -
themotherbrain joined the community
- Today
-
I think you are trying to use the executable name rather than the window's title. if so you need to add the proper "AHK criteria" bit ie "ahk_exe" since you want to use the executable. I'd go one step further and declare which alt key is pushed too, using the right one here since that's normal when combo'd with enter. WinWaitActive, ahk_exe xm6g.exe Sleep, 1000 Send {RAlt down}{Enter down}{Enter up}{RAlt up}
-
chadteoxon joined the community
-
also came here to ask is VLC no longer an available option going forward? this would be a terrible thing to implement from my perspective. though I have codecs for webm video files I apparently never noticed when using WMP how many of these videos do not play sound until just now! all play the videos OK, but WMP plays lots of webm videos without sound. please look into this because this missing sound issue only happens in Big Box (maybe in LB too? idk since I don't use vids in LB). said webm videos play fine with sound when I launch them with any media player directly from Windows Explorer. that includes Windows Media Player, VLC and "Media Player" and "Movies & TV" media player apps. additionally, the biggest issue is difference between VLC and WMP is they have different color management and even impact dimensions! WMP stretches the video's content width-wise relatively compared to VLC. I knew about the color handling difference between them for for a while, but more recently discovered WMP even impacts only the width dimension. Height does not change though. I know due to having a theme where the platform and game views both have exact same bezel/overlay where videos play and they are perfectly aligned between them and it's noticeable that things grow/shrink when moving between those views using WMP. On the other hand it looks perfect when using VLC since that is what I was using when aligning everything. being forced to use WMP will ruin all the hard work I put into a custom theme and is why I would expect VLC to remain available, along with resolving any long term freezing or related issue that has been recently suspected to be tied to it.
-
Bazilla99 joined the community
-
seb0603 joined the community
-
KRI$85 started following Duckstation border overlay UltraWide and 1080p
-
opp joined the community
-
nyko54 joined the community
-
xaknope joined the community
-
ahh ok that works, it's the same idea but has a dedicated entry rather than being an additional app to existing entries. you can leave the standard title as something more pleasing like "Duckstation" so it reads normal and then use the sort title field to cram it up to the #1 spot. call it "!1Duckstation" or whatever needed in the sort title so it becomes first. depending on if you have the setting enabled in Big Box, making a game a favorite can also automatically cram it into the top/first slot of the game wheel. It's not dumb if it works and gets the job done!
-
gamesmame started following Nintendo Game Boy Japanese 2D Boxart Pack
-
Try releasing Enter before releasing Alt Send {Alt down}{Enter down}{Enter up}{Alt up}
-
SQLite Error 11: 'database disk image is malformed
boiydiego replied to boiydiego's topic in Troubleshooting
solved it.. -
Version 1.1.0
3 downloads
This is a collection I made for the ModRetro Chromatic releases. I have included a prism and chrome theme for each title listed below. Clear logos for each title have also been included. The following titles are included with this pack and are current as of 3/30/2025: =Launch Lineup= * Dragonyhm * Toki Tori - Ultimate Edition * Patchy Matchy * Traumaterium Penitent * Tales of Monsterland DX * In the Dark 2 =Pack In Title= * Tetris for Chromatic =2025 Titles= * Baby T-Rex * Chantey -
Screenshots are broken and do not appear with most of themes, also you did not fix the freeze problem but just removed the possibility to choose VLC integration from what i see. Also it will be nice that if disabled update that it does not update without my permission...
-
HADES81 started following Original Microsoft Xbox 3D Box Pack (985) and Original Xbox Disc Images
-
Hi all, i have following error An error occorred while importing games: SQLite Error 11: 'database disk image is malformed'. SQLite Error 11: 'database disk image is malformed'. App: LaunchBox Version: 13.20 Theme: Default Type: Microsoft.Data.Sqlite.SqliteException Site: Void ThrowExceptionForRC(Int32, SQLitePCL.sqlite3) Source: Microsoft.Data.Sqlite at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db) at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext() at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext() at Microsoft.Data.Sqlite.SqliteDataReader.NextResult() at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior) at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken) at Microsoft.Data.Sqlite.SqliteCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync[TSource](IAsyncEnumerable`1 asyncEnumerable, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync[TSource](IAsyncEnumerable`1 asyncEnumerable, CancellationToken cancellationToken) at Unbroken.LaunchBox.LocalDb.GamesDb.GetValidPlatformNameAsync(String name, Nullable`1 cancelToken) at Unbroken.LaunchBox.LocalDb.GamesDb.GetValidPlatformNameAsync(String name, Nullable`1 cancelToken) at Unbroken.LaunchBox.LocalDb.GamesDb.GetPlatformByNameAsync(String name, Nullable`1 cancelToken) at Unbroken.LaunchBox.Windows.Monitoring.GameDirectoryMonitor.StartWatching() at Unbroken.LaunchBox.Windows.Desktop.ViewModels.MainViewModel.ResolveNotificationDescriptor(Object) at Unbroken.LaunchBox.Windows.Desktop.ViewModels.MainViewModel.FindMultipartAttribute() at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.ReflectMultipartMessage(Object) at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.ChangeStatelessParameter() 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: 12:39:08 Exception How can i fix this? Kind regards
-
-
Mame No-Nag Updated Monthly, Current Version:
LanzSJ commented on MadK9's file in Third-party Apps and Plugins
-
Thank you for recommending this app, works great! I ended up creating an ahk.exe file called "SuperF4.exe" and adding it as an additional app, and set it to run before game. Now my Exit (Esc) button on my arcade control panel exits out completely. I also use it for Mortal Kombat 4 PC GOG.... even though it didn't really need an exit solution as much as MKT. SuperF4.exe
-
-
trying to get full screen on xm6g. Here is what I have tried it still doesnt go full screen SetTitleMatchMode, 2 WinWaitActive, xm6g.exe Sleep, 1000 Send {Alt down}{Enter down}{Alt up}{Enter up}
-
- 172 replies
-
- 1
-
-
- video
- orionsangel
- (and 14 more)
-
Zeez ASMR-Cade Amusements started following Mr. RetroLust's Lights Out! Retroarch Bezels
-
My bigbox seems to be freezing after 13.19 update
RooskiWolf replied to Cnells2000's topic in Troubleshooting
Current Beta seems to have solved this for me. -
Hi, It is the star trooper and the AT-AT on the right of the image screen that come in from the right of that screen and gradually get a little larger/smaller. I would like to know how to change that.
- Yesterday
-
ArCadeTheGamer changed their profile photo
-
noir7126 started following WallyWonka