
MrSco
Members-
Posts
112 -
Joined
-
Last visited
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by MrSco
-
BigBox crash while sitting idle doing attract mode
MrSco replied to MrSco's topic in Troubleshooting
@JohnnyK here ya go... #SingleInstance ignore SetWorkingDir, H:\Arcade\LaunchBox\ ;get the exe we should run. launchbox or bigbox target := A_Args[1] if (target = "") { target = LaunchBox } targetExe := ".\" . target . ".exe" targetName := target . ".exe" Launcher: ;launch the frontend and wait til it closes to continue RunWait, %targetExe% Process, WaitClose, %targetName% if (target = "BigBox") { Gui, Font, s18 Gui, Add, Text, x10, Relaunching BigBox in... Gui, Font, s32 Gui, Add, Text, vCountdown_text x160, 5 Gui, Font, s14 Gui, Add, Progress, vMyProgress x10 w300 Range0-5 Gui, Font, s24 Gui, Add, Button, w300 h75 Center, Cancel Gui, Show, w320 h240, Relaunching BigBox while (A_Index <= 10) { GuiControl,, MyProgress, %A_Index% GuiControl,, Countdown_text, % 11-A_Index Sleep 1000 } Gui, Destroy Relaunch: ;launch the frontend and wait til it closes to continue goto Launcher } GuiClose: ButtonCancel: if (target = "BigBox") { Gui, Destroy } RunWait, %comspec% /c taskkill /F /IM autohotkey.exe, , Hide ExitApp -
BigBox crash while sitting idle doing attract mode
MrSco replied to MrSco's topic in Troubleshooting
If you look in the earlier posts in this thread I posted an older version of my script. I’ll try and post my updated script when I get back home later. most likely you’ll need to customize it for the startup apps you are launching but the relaunch feature is in there and you can rip out the rest -
BigBox crash while sitting idle doing attract mode
MrSco replied to MrSco's topic in Troubleshooting
Yep. It’s definitely the videos for me too. Something with how launchbox handles loading and unloading video files. It eventually just can’t keep up. Doesn’t matter how much computer hardware you throw at it. It’s software. to work around the issue my bigbox launcher runs an ahk script that just keeps relaunching bigbox when it’s closed (or crashes) with a cancel button to keep it closed if that’s what you meant. I can share the script if you want to try it. I just gave up trying to have non-crashing software. At least bigbox is infinitely easier to setup then hyperspin ... it just is a super performance hog unfortunately -
BigBox crash while sitting idle doing attract mode
MrSco replied to MrSco's topic in Troubleshooting
It seems to only happens when videos are used (maybe just fullscreen video) and it doesn't matter what theme is used (unless the theme view has fullscreen video?) -
BigBox crash while sitting idle doing attract mode
MrSco replied to MrSco's topic in Troubleshooting
Nice, I plan on adding a 2TB m.2 ssd one day. It should help with the bigbox wheel responsiveness hopefully. I'm running off a usb 3.0 external 2tb and loading new wheel images can sometimes lag blank for a few seconds. My 6th gen NUC actually can handle KI also, but I have to crank the resolution down to 720p and then some particle effects can cause a stutter. But still amazing for such a dated lil machine! -
BigBox crash while sitting idle doing attract mode
MrSco replied to MrSco's topic in Troubleshooting
Ah ya! Sinden! i can't wait! I ordered 2 recoil guns. Super stoked! Ya, your NUC is a beast with the radeon graphics! bigbox should be child's play running off m.2 ssd drives. -
BigBox crash while sitting idle doing attract mode
MrSco replied to MrSco's topic in Troubleshooting
I have a feeling BigBox doesn’t like onboard graphics like the intel iris the NUC has. jason, do you ever test with low end gpu? These retro emulators, even up to PlayStation 2, run pretty well on these intel gpus, so they should have plenty of horsepower to run bigbox. megashub, you running bigbox from external drive? Or on those m.2 ssd? your NUC is 2gens newer then mine so should be more then capable of playing even some of the latest AAA games -
BigBox crash while sitting idle doing attract mode
MrSco replied to MrSco's topic in Troubleshooting
Unfortunately it’s still crashing Just the same. About four times since I updated in the span of 24 hours. -
BigBox crash while sitting idle doing attract mode
MrSco replied to MrSco's topic in Troubleshooting
I tested with latest beta starting last night around 9pm and got a crash this morning at 630am -
BigBox crash while sitting idle doing attract mode
MrSco replied to MrSco's topic in Troubleshooting
another crash this time on 11.6 on the NUC (last crash after removing 'bogus' images was on my 8700 i7/1080ti rig)... Faulting application name: BigBox.exe, version: 11.6.0.0, time stamp: 0x5ee99cfc Faulting module name: ntdll.dll, version: 10.0.18362.1049, time stamp: 0xb5beef21 Exception code: 0xc0000374 Fault offset: 0x00000000000f9229 Faulting process id: 0x2ac0 Faulting application start time: 0x01d68e967776e434 Faulting application path: H:\Arcade\LaunchBox\Core\BigBox.exe Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll Report Id: 2d7a28a5-9bc9-4653-bfa9-97617a9974dc Faulting package full name: Faulting package-relative application ID: there was a fault bucket error in the log just after. i attached it as well Report.wer -
BigBox crash while sitting idle doing attract mode
MrSco replied to MrSco's topic in Troubleshooting
spoke too soon... just had a crash even with all those (attached list of 300 or so out of 14000+ good images) bogus images removed... Faulting application name: BigBox.exe, version: 11.4.0.0, time stamp: 0x5ee99cfc Faulting module name: ntdll.dll, version: 10.0.19041.488, time stamp: 0x70e69bad Exception code: 0xc0000374 Fault offset: 0x00000000000fed79 Faulting process id: 0x5998 Faulting application start time: 0x01d68e44f565ae94 Faulting application path: H:\Arcade\LaunchBox\Core\BigBox.exe Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll Report Id: 9307b472-7433-4e33-b94d-9d215103f00a Faulting package full name: Faulting package-relative application ID: badpeggy_list.txt -
BigBox crash while sitting idle doing attract mode
MrSco replied to MrSco's topic in Troubleshooting
Yea I’ve already deleted the bogus images and have been running attract mode for about 12 hours without a crash yet. We shall see... the scary thing is, all these images were downloaded using launchbox’s database search either from wiki or emumovies. So doing another missing media search would potentially bring all the bogus images right back. -
BigBox crash while sitting idle doing attract mode
MrSco replied to MrSco's topic in Troubleshooting
@Jason Carr could it be corrupt images causing the crashes? i found this Bad Peggy (https://superuser.com/a/1083216) program to scan all the image files and its only about halfway done but already found lots of errors ... the clear logo one in particular peaked my interest... -
BigBox crash while sitting idle doing attract mode
MrSco replied to MrSco's topic in Troubleshooting
welp, i ran the ffmpeg script to test all the .mp4 files for corruption and they all checked out... no errors found. I did notice that some of the 30 video files are like 30MB... could bigbox be choking on too many videos at a larger size? i may have asked this before but, When you run your tests are you running attract mode with videos for each game that the video plays fullscreen as the entire background? i guess i can check the image files next to rule them out... anyone know a test for image corruption? -
BigBox crash while sitting idle doing attract mode
MrSco replied to MrSco's topic in Troubleshooting
I'm running a script against all my video files with ffmpeg to see if it finds any corrupted videos. that should help rule out the media... https://superuser.com/a/1241089 -
BigBox crash while sitting idle doing attract mode
MrSco replied to MrSco's topic in Troubleshooting
nice, thats not a bad idea. I did another workaround a while back (these crashes have been happening since v10 for about a year or more now)... https://forums.launchbox-app.com/topic/52601-bigbox-crash-while-sitting-idle-doing-attract-mode/?do=findComment&comment=357277 attached to this post is a more recent version of the startup script I use that has an automatic relaunch of bigbox with a countdown to cancel when bigbox is closed/crashes. Also, In case any one is wondering, yes, i tested bigbox.exe running directly and not through autohotkey startup scripts and it still crashes the same way. launchbox_scripts.zip -
BigBox crash while sitting idle doing attract mode
MrSco replied to MrSco's topic in Troubleshooting
Still crashes the same way after deleting the settings xml files -
BigBox crash while sitting idle doing attract mode
MrSco replied to MrSco's topic in Troubleshooting
@Jason Carr -
BigBox crash while sitting idle doing attract mode
MrSco replied to MrSco's topic in Troubleshooting
nothing too much in common between machines. bare bones fresh windows 10 x64 pro all with latest updates - version 2004 (OS Build 19041.508) see above mostly western digital my passport 3.5" usb3 hdd. couple seagate baracuda internal 3tb. and a segate usb3 3.5" external all NTFS -
BigBox crash while sitting idle doing attract mode
MrSco replied to MrSco's topic in Troubleshooting
@Jason Carr I couldn't get full screen videos on games (only platforms had fullscreen videos) on version 9.10; it only would show coverflow view for game wheel no matter what view i selected (not sure if i made my data xml cranky by downgrading and upgrading versions so much) ... so i switched to v10.0 for testing where full screen videos would play on all views to make sure its truly stressing... yet another crash after about 8 hours of running on another computer (diff rig from above), running a clone of the same drive... unified redux theme... i7 8700/16gb ram/1080ti ... Faulting application name: BigBox.exe, version: 10.0.0.0, time stamp: 0x5d766db7 Faulting module name: ntdll.dll, version: 10.0.19041.488, time stamp: 0x70e69bad Exception code: 0xc0000374 Fault offset: 0x00000000000fed79 Faulting process id: 0x4734 Faulting application start time: 0x01d68a2aa6320ebe Faulting application path: H:\Arcade\LaunchBox\BigBox.exe Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll Report Id: ca1af24a-a3cd-405a-897f-0aed302bddcb Faulting package full name: Faulting package-relative application ID: -
BigBox crash while sitting idle doing attract mode
MrSco replied to MrSco's topic in Troubleshooting
@Jason Carr i got v9.10 going now. i had to move all the newer updates out of the updates folder so it wouldn't automatically update on launch. i'll let it run on my 8700/1080ti for a while and see how it does and report back. also, here's another crash from a different machine (not the NUC) using a clone of the drive.... Faulting application name: BigBox.exe, version: 11.2.0.0, time stamp: 0x5f08aebb Faulting module name: ntdll.dll, version: 10.0.19041.207, time stamp: 0xcad89ab4 Exception code: 0xc0000374 Fault offset: 0x00000000000fdec9 Faulting process id: 0x1a2c Faulting application start time: 0x01d65bad05da602b Faulting application path: H:\Arcade\LaunchBox\BigBox.exe Faulting module path: C:\Windows\SYSTEM32\ntdll.dll Report Id: 9973dd89-1178-44f2-95a5-2edd80b658c0 Faulting package full name: -
BigBox crash while sitting idle doing attract mode
MrSco replied to MrSco's topic in Troubleshooting
I'm trying to rollback to v9.10 in the LaunchBox/Updates folder. It works for launchbox... but then i go to open bigbox and it immediately installs the latest v11.4 stable version. i turned off auto updates but still no go... how do i roll back? -
BigBox crash while sitting idle doing attract mode
MrSco replied to MrSco's topic in Troubleshooting
We’ve gone through the theme angle in this thread already together previously... they all crash. Default, Unified redux (my current preferred) and the color one by viking. -
BigBox crash while sitting idle doing attract mode
MrSco replied to MrSco's topic in Troubleshooting
Nah. Bigbox stays performant the whole time it’s running for the most part. If I scrolled the wheel too quickly, sometimes the clear logos would take a second or two to show up. I’ve purged and rebuilt the cache before and it helped But ultimately still crashes -
BigBox crash while sitting idle doing attract mode
MrSco replied to MrSco's topic in Troubleshooting
This was the same system but new launchbox 11.5 beta version