Jump to content
LaunchBox Community Forums

Fursphere

Members
  • Posts

    379
  • Joined

  • Last visited

Everything posted by Fursphere

  1. Beta-1 appears to have a nasty memory leak. After 5-6 hours of attract mode, I'm seeing my systems run out of memory and crash. (16gb total system memory)
  2. ON the cabinet I switched to FFMpeg - BigBox did crash out after a couple of hours. So its not just you. I'm not sure of the exact time, because I wasn't paying close attention to it. But it absolutely crashed to the desktop with no error message on the screen. Other cabinet running WMP was still cruising along in attract mode.
  3. @faeran On the shutdown routine. This is a long standing bug / backdoor feature request, but since you're working on the shutdown code base right now anyway.... My twin driving cabinets use Ultimarc PAC-Drives for lighting up LEDs. These are latching - meaning if they are ON when the PC shuts down, they STAY ON (as long as they have power of course). So on those machines, I have to EXIT BigBox, wait for BigBox to fire the LEDBLinky "exit frontend" routine (turn off the LEDs), then gracefully shutdown Windows. If I use the BigBox built in shutdown routine - It doesn't seem to fire the LEDLlinky "frontend exit" routine, and the LEDs (buttons) stay on, even after the PC powers off. So the ask if you can work it in - Can you add the "LEDBlinky Frontend EXIT" routine to the BigBox shutdown routine and make sure it fires BEFORE it starts the Windows Shutdown commands?
  4. @JaredN Doesn't address your issue, but I let my cabinet run on WMP mode yesterday for 12+ hours in attract mode without issue. I can switch one of mine to FFMPEG and see if it crashes. See if its application code, or environmental based (your windows install vs. my windows install, for example).
  5. \LaunchBox\Plugins\TrackballScrollPlugin\
  6. Ok. I believe you. My solution was to just buy bigger drives and unzip everything at rest (that needed to be unzipped). And trim my collection to remove all the garbage. (terrabytes of bad stuff... lol)
  7. The 'bug' is that the plugin has not been updated for the newer versions of .NET. There is nothing wrong with LB/BB itself. There are a couple of project forks that have been updated to run with the newer versions of launchbox. You should check them out. (github --> insights --> forks) https://github.com/fraganator/archive-cache-manager
  8. The new shutdown routine is pretty cool. Nice touch. Both of my upright cabinets have been updated to the beta and are running good so far.
  9. Got tired of waiting for this to be an official feature, so I vibe coded a plugin.
  10. BigBox Trackball & Spinner Wheel Support View File Trackball & Spinner Support for BigBox Navigation. Supports X & Y axis (configurable) to simulate up/down/left/right menu movement. Option menu support to configure speeds and behavior. Its not perfect, but it does work pretty well. It disables itself when a game is launched. If there is interest in the source, I can put it up on github or something. Just ask. Submitter Fursphere Submitted 05/29/2026 Category Third-party Apps and Plugins  
  11. Version 1.0.0

    6 downloads

    Trackball & Spinner Support for BigBox Navigation. Supports X & Y axis (configurable) to simulate up/down/left/right menu movement. Option menu support to configure speeds and behavior. Its not perfect, but it does work pretty well. It disables itself when a game is launched. If there is interest in the source, I can put it up on github or something. Just ask.
  12. That's my point though. <open source software> + <the internet> = you can't stop the signal This is why there are fifty-seven-hundred-thousand linux distributions. Someone does something someone else doesn't like (and discussions fail - if they're even attempted) and the whole project is forked. Sometimes soft, sometimes hard. Its the equivalent of "I'm taking my ball and going home". Or getting pissed off at the the state of the board game and flipping the table. "I can't even with these people anymore!" This is awesome in the sense that you can't stop someone for doing whatever they want. This is horrible in the sense that it lets people do whatever they want. lol Linux's worst enemy is not Windows. Its the Linux community.
  13. The only thing I could find is that Google is adding restrictions to side loading and developer verification. This does not close the source. This does not prevent anyone from "rolling their own". This means that officially released versions will have these new added 'features' by default.
  14. Huh? Android is open source, under the Apache 2.0 license. You can fork it and close your fork, but you can't put the original genie back in the bottle.
  15. Why can't you use ledblinky? You can use a batch file that catches BigBox LEDBLINKY output and passes it onto whatever platform you are using. That's all BIGBOX is doing. Literally throwing commands at the command line. Assuming you're on windows, you can use this to start... make a batch file called "catcher.bat" (or whatever). Tell bigbox that "catcher.bat" is your LEDBLINKY executable. Fire up bigbox and play around. Everything you do that would interact with ledblinky will be output to 'catcherlog.txt' Then you can figure out how to translate that to whatever you are using. (if linux, you can do the same with a shell .sh script - but I don't know the syntax - you can probably use chatgpt to convert it) echo . >> catcherlog.txt echo Start >> catcherlog.txt echo %date% %time% >> catcherlog.txt echo Arguments Received: %1 %2 %3 %4 %5 %6 %7 %8 %9 >> catcherlog.txt set filename=%1 set filenameWithoutExtension=%~n1% echo Filename: %filename% >> catcherlog.txt echo Filename without extension: %filenameWithoutExtension% >> catcherlog.txt Echo Finish>> catcherlog.txt notepad catcherlog.txt
  16. Launchbox isn't free. I feel like you completely missed my point.
  17. While true, I think this view is far more important: That's just the top 6 distros in the category, and they don't even make up a full percentage point. How many others are in there? Trying to support all of that would be a nightmare, with all the different package managers.
  18. Progress is progress! I'll take it. thank you!
  19. Any chance you could work trackball / spinner bigbox "wheel" control into this release?
  20. MAME has changed file names a few times over the years, but it is rare. If I have time this weekend I'll try the idea here. Re-import my current full set. "HIDE" everything that's like 3.0 or lower, then upgrade to the latest monthly, and re-import and see what happens.
  21. I generally just delete (MAME - delete from Launchbox, other platforms delete the actual ROMs). MAME is just stubborn due to the way its updated monthly. When you re-import MAME to update it - do the hidden games get un-hidden? That's the main problem I'm trying to solve for. The shit floating back to the top, per say.
  22. Happened again this morning. In BigBox on my desktop pc, Bigbox decided to re-enable gamepads, and then auto-selected my SpaceMouse. This results in endless scrolling in BigBox, and a forced ctrl-alt-delete - kill task. This is a NASTY bug (and yes, I've opened a bug report on this, but it needs more attention) that results in complete loss of control of BigBox. Happens with the following 'controllers' randomly across multiple systems: SpaceMouse Fanatec Racing Wheels Ultimarc 12-way Rotary encoders (for rotary joysticks) This is from the BigBoxSettings.xml
  23. Bumping a super old thread. I've open a feature request for this one. I've been waiting for this feature for a long time! https://feedback.launchbox.gg/p/trackball-spinner-support-for-bigbox-spin-the-wheel
  24. This is a bug that persists even in the current release of LB/BB (13.26). Its pretty nasty, I'm not sure why its not getting more attention.
  25. This isn't an airport. No need to announce your departure.
×
×
  • Create New...