Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

scutters

Elite Member
  • Posts

    2116
  • Joined

  • Last visited

  • Days Won

    190

scutters last won the day on May 10

scutters had the most liked content!

2 Followers

Profile Information

  • Gender
    Male
  • Location
    Leeds, UK

Recent Profile Visitors

23659 profile views

scutters's Achievements

GameEx God (Top Rank)

GameEx God (Top Rank) (5/5)

768

Reputation

  1. No time to test properly at the moment, but the code makes sense and is definitely more readable than a magic one liner! (only downside to it is having to maintain the gamen.exe entries in the bat file)
  2. Yes it does. You should have the option to add/remove to favourites from the menu that appears when you select a game, and favourites should appear under the Lists option from the same menu. But you may have 'one click launch' enabled so don't see this menu. Please attach your PinballX.ini and log,txt files so we can see what settings you have.
  3. You can ask AI to convert that cmd to request a clean exit, and wait a few seconds before killing if still running if you want/need to later. Hope things go well with Rocket Launcher anyway!
  4. That might work (if process to monitor accepts the pinballx parameter names). It shouldn't be set to Explorer! Failing a change to PinballX to extract the process name the lnk file uses, something like this might work as a launch after; Parameters used are a powershell command to get the actual exe and kill it; powershell -command "$t = (New-Object -ComObject WScript.Shell).CreateShortcut('[TABLEPATH]\[TABLEFILE].lnk').TargetPath; Stop-Process -Name ([System.IO.Path]::GetFileNameWithoutExtension($t)) -Force" (note, even if that does work it make not be a clean way to close the pc game!)
  5. I did post a version 2.1 some time ago, PBX Recorder - captures Playfield, Backglass and DMD videos and images - FAQs, Guides, & Other Useful Information - Spesoft Forums (but i won't be updating it again!), you can try that version if you want. It sounds like you were using the 'default' recorder in database manager (which just calls the inbuilt PinballX ffmpeg recording functions). I think all the options you want are available if you use it's own recorder (which you have to select in DBM options). @Mike_da_Spike describes how to use it in this post (and also in the documentation) - https://forums.gameex.com/forums/topic/23840-app-pinballx-database-manager-2605080-supports-touch-play-as-well/page/15/#findComment-223806. Nice! ๐Ÿ‘ (but i think that potentially this could be slightly slower in PinballX than using fully compatible media foundation videos, if PinballX navigation is still fine for you on your hardware then not a problem)
  6. Sorry, i meant attach one of the videos you have issues with in PinballX rather than recording a video of the issue.
  7. PbxRecorder isn't supported actively anymore so any changes to the encoding there (if that's the issue) are unlikely. If you want to stick with pbxrecorder you could try changing the existing output options it already has (mp4/flv etc) to see if that helps, or try the recorder built into Database Manager instead. For PinballX attaching an example video might help Tom to look into it further, as well as confirming you've tested it against all the Media Foundation setting options available in PinballX 7.23 (Yes, No and Sample Grabber) with no success.
  8. Don't think there's much that can be done about the first issue (except maybe physically move the exit button to somewhere else). The 2nd issue is probably media related (could be launch audio file or loading media mode). We'll need the log and ini files to check, but make sure the log file shows a table launch affected by issue 2.
  9. @Mike_da_Spike is correct, it's so you can have two instances of the plugin running at the same time. So you could e.g. have high scores on one display and comment text on another, or on the same screen, or whatever really.. if you only want/need one instance then only enable one in plugin manager.
  10. Sounds like an issue with modifier keys (shift/alt/ctrl) not sending 'repeats' when held down following a windows update (KB5083769), see Autorepeat stopped working on certain keys since latest update - Microsoft Q&A (but i don't think the fix proposed there will work!) Instead, here's a few different possible solutions/workarounds. Easiest/least risk first; Remap to use a different key Uninstall KB5083769 Try the KeyRepeatAssist tool here - GitHub - Jione/AutoCAD-Shift-Fix: Fixes the Shift key temporary override issue in AutoCAD caused by Windows 11 and specific laptop firmwares. ยท GitHub If you're confident with the registry then try the suggested fix here - https://vpuniverse.com/forums/topic/14168-pinup-player-v20-beta-files/page/3/#comment-94429
  11. You're correct. You'd need to set up 'active filters' for the by manufacturer lists. But they would be unsorted. Adding a date prefix to the table descriptions would sort them, but as you suspect that would also affect the All Tables order as well. Maybe a possible enhancement for PinballX would be to have an option 'sort by' field in the active filter which could be set to any of the fields used in the filter and default to table description if not set.
  12. @Tom Speirs This is the table, https://vpuniverse.com/forums/topic/8066-new-vp10-alert-game-of-thrones-le-stern-2015-vpw/ Seems to be working for me in PinballX 7.12, but i've only tried it on desktop (not on the cab), launch and exit ok (with a B2S backglass file). 10:17:45.50 07/04/2026: C:\Visual Pinball\\VPinballX64_10_8_DX.exe /minimized /play -"C:\Visual Pinball\Tables\Game of Thrones (Stern 2015).vpx" 10:17:56.39 07/04/2026: Set Visual Pinball Player Foreground 10:17:56.61 07/04/2026: Visual Pinball Player window foreground: 7 10:17:58.58 07/04/2026: Exit System Control Pressed 10:17:58.89 07/04/2026: Found Visual Pinball editor window 10:17:59.85 07/04/2026: Process Closed @TT11 I have slightly different launch parameters to you (i include the /minimized flag so the VPX editor window is minimized on launch), i don't think that'll make a difference but you could try it. I am also using VPX 10.8 final DX version. What version of VPX is the VPinballX_BETA.exe you're using for Game Of Thrones (and is it the same as the version of VPinballX.exe you used to launch the GOTG table in the log file without an issue)?
  13. Agree then, the issue is that PinballX isn't receiving button presses after launching VPX, but key presses are ok. A few things to try; Launch a different table from Pbx if you haven't already tried that, just in case it's table specific. Maybe try an EM table instead to take pinmame functions out of the picture. Try changing VPX input API (in vpx key prefs) to Direct Input instead of Xinput Run Pbx as admin to see if that helps. If none of those work then it'll be over to @Tom Speirs to see if he has any ideas!
  14. Damn, you're cursed with some weird issues!. Not sure if this is related to the backglass thing or something totally different. Do you have 'exclusive fullscreen' enabled in VPX preferences (if not try that), and let us know if you have any other background processes running (anything like MSI afterburner or even reshade) as they may be a factor. Also note that there is an updated version of PinballX out, so update 1st that before any retesting and attaching the log file.
  15. Sorry, i meant to map and try a different key rather than a button in PinballX for exit emulator, so it doesn't match the Q button key in VPX. It does sound like for some reason PinballX doesn't recognise your button presses after launching VPX, if key presses work but not buttons it might help narrow things down a little (although to what i'm not sure!)
ร—
ร—
  • Create New...