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 donating by either clicking this text or the Patreon link on the right.

Patreon

johnwillsey

GameEx Lifetime Member
  • Posts

    26
  • Joined

  • Last visited

  • Days Won

    3

johnwillsey last won the day on March 19 2023

johnwillsey had the most liked content!

Recent Profile Visitors

655 profile views

johnwillsey's Achievements

Super Member!

Super Member! (3/5)

10

Reputation

  1. SOLVED... Credit to this quick video... in case link breaks. I had to go to C:\Users\xbox\AppData\Roaming\Microsoft and delete the Crypto folder to let it rebuild (without corruption apparently).
  2. Thanks again for replying... Issue seems to only be in PinballX Database Manager. Haven't opened gamemanager for years, but just tried to import fiels on a table and it worked fine. Here is my DMB log file...which doesn't provide much more insight. Is there a config file I should blast to start over? DBManagerLog.txt
  3. No, just upper/lower/numbers. regenerated a new password of upper/lower/numbers, blaseted registry for Computer\HKEY_CURRENT_USER\SOFTWARE\PinballX and PinballX .net 6 re-installed pinx (over existing) and manager (over existing).. saw registry get recreated. tested new user/pass in filezilla and game manager. all work but game manager still cant save it and gives the same error messages.
  4. sorry, lost track of this thread. with current version, still having issue.. here is my output after testing... FTP CHECK : FTP access granted ERROR INFO : Encrypt Key not valid for use in specified state. ERROR INFO : SetRegValue Value cannot be null. Parameter name: value ERROR INFO : Decrypt Key not valid for use in specified state. I just can't seem to save my ftp password after it tests fine.
  5. oh, if i paste in my PW and click test, the test session works.
  6. Hi, I recently migrated to a fresh W10 install after many years and did a pinballx and db manager install fresh over my old copied directories. Everything picked up my old prefs, so everything looked fine but I realized my ftp was not working. My password won't save and I noticed this error in the logs: 4/23/2022 4:20:32 PM : ERROR: Decrypt Key not valid for use in specified state. 4/23/2022 4:20:32 PM : Action Log Update - INFORMATION : PinballX Core version found 5.41 x64 I get the same error in the UI logs every time I enter my password and then close the settings dialog. Then I restored my old registry that id have the encrypted password but I still get the error. Any Ideas? DBManagerLog.txt
  7. That is awesome! Best replacement dialog ever.
  8. Another thought.. I'm right now updating wheels... I typically lke to use higher quality over lower, so I'm using windows copy to identify when icon has larger file size so I know which to replace, especially in combination with the side by side visual preview of the two files... Then I write them down on a list, e.g. Team America in this screenshot... then I go back and swap them after the copy since this is part of a bulk operation copying 200+ icons and I want to copy all... (I could simply overwrite, but I wan't to have the backup in case I don't like the new icon as much as I thought I would...) Anyways.. food for thought...
  9. Yes, that would be handy to identify gaps to do a .csv or xls sort of output. Another thought I had last night was after I located 3 or 4 mega locations for wheel art. Then I realized I liked one authors' style better than others and I started wishing I could set the order of retrieval as well as choose if I wanted to overwrite existing art or not based on a prioritized retrieval sequence.
  10. @Tom Speirsis there a way for the recording to record the specified dmd display area in the config app with x/y offset? e.g. in my case x=2 y=69 W=1362 H=610 (this is so it displays properly withing the bounds of my bezel...)
  11. I was thinking it should use the DMD config size/pos. That way you'd always have a 1:1 playback of what was recorded. I apparently have LOTS of DMD setups that must not be in pinemhi... Likely not many have found this since most folks are not using 16:9 LCDs for DMDs (yet...)
  12. Ok, here are the details... Looking at the log files from each run, the vertical height in the ffmpeg command is different, yet the regex are the same... So that explains the difference in the video, but I'm puzzled as to why they got different height parameters in the first place. ACDC matches the pinballx.ini config and Avatar uses the vpinmame regex config... [DMD] Enabled=True monitor=2 x=2 y=69 width=1362 height=610 AutoPositionPinMAME=False UsePinMAME=False ACDC: (pinball X position/size is used) FFMPEG.exe -f gdigrab -framerate 30 -offset_x 5762 -offset_y 69 -video_size 1362x610 -t 00:00:30 -i desktop -c:v hevc_nvenc -an -rc vbr_hq -cq:v 35 -b:v 0 -pix_fmt yuv420p -movflags +faststart "E:\Emulator\Pinball_emu\PinballX\MEDIA\Visual Pinball X\DMD Videos\ACDC Premium (Stern 2012).mp4" Avatar: (vpinmame regex position/size is used) FFMPEG.exe -f gdigrab -framerate 30 -offset_x 5764 -offset_y 210 -video_size 1360x340 -t 00:00:30 -i desktop -c:v hevc_nvenc -an -rc vbr_hq -cq:v 35 -b:v 0 -pix_fmt yuv420p -movflags +faststart "E:\Emulator\Pinball_emu\PinballX\MEDIA\Visual Pinball X\DMD Videos\Avatar (Stern 2010).mp4" log - avatar.txt log - acdc.txt acd_170hc.reg avr_200.reg PinballX.ini
  13. Thanks Guys. I've explicitly set the position/resolution to provide the viewable area of the monitor through the bezel, so nothing is dynamic. I'll try to upload the ini/log files after work after clearing them and re-running a new record session. Basically if I set my dmd to say x=2, y=70, width=1360, height 670. I'm hoping my DMD.mp4 is 1360x670... not 1360x384 (ish) .. ACDC is recorded with full dmd screen height, Avatar the actual DMD rendering height. Very odd both being stern roms of identical dimension settings in the registry.
  14. To leverage the latest and coolest PInevent, pup packs and Future pinball tables that can use a full screen LCD, I've don so. It looks glorious. however the front end stretches the DMD videos to the new height and stretches things too much vertically. So I figured I'd re-record all DMDS at the 16:9 720p resolution, then they'd all look good. So, I let it run for about 24 hours doing so and found that, some of my stern DMDs are recorded at the full dimension set in my PinballX config. Some are recorded at what appear to be the same width but with the top/bottom cropped off because it is all Black?? I'm wondering if there is an ffmpeg setting being used that tries to crop black sides/tops. I checked my regex and the x,y,height,width are identical for ACDC and Avatar, but the recorded height dimensions are totally different. (ACDC 170hc is 16:9 but Avatar is the actual rom DMD size rendered by dmdext.. as if the top/bottom black areas of the screen are cropped off) I did the recordings with the awesome new PBX DB manager. When I asked Mike, his reply was: ----- The createvideo part is created by PinballX itself. Our tool just ask to pinballx to record it with the settings from your pinballx.ini You can try to test it in gamemanager as well. This should use the exact same APzi If it is still not recording correctly, best way is to open a thread in general Section, so Tom can look at it ----- Any ideas or has anyone else ran into this yet? Thanks!
  15. e.g. I'd like to filter on tables of type SS and record DMDs vs All tables Then EM tables where DMD is set to show so that I can capture the backglass DMD for the EM tables that have it. or to get really fancy and re-record my 1080p playfields with 4k, but not redo all my 4k captures, that would require either filter by modified date, or by the file 'frame width' data (can be enabled for display in windows explorer)
×
×
  • Create New...