-
Posts
3362 -
Joined
-
Last visited
-
Days Won
198
Content Type
Profiles
Forums
Events
Downloads
Store
Articles
Everything posted by Mike_da_Spike
-
I thought it was just when highscores was enabled in the front end, but noticed it now happens after every attract mode. The DMD is still in use at the moment that pinmame is launched. According to my DMDdevice.log [16] 2022/08/18 06:10:45.429 ERROR | Error: Access to the port 'COM4' is denied. DmdDevice.log My assumption is that after attract mode, XDMD is not closed correctly. Closing the table and relaunch it, shows in my DMDdevice.log that it can access the DMD again [16] 2022/08/18 06:18:39.773 INFO | Checking port COM4 for PinDMDv3... [16] 2022/08/18 06:18:39.940 INFO | Trusting that PinDMDv3 sits on port COM4. [16] 2022/08/18 06:18:39.941 INFO | Colored 4-bit frames for PinDMDv3 enabled.
-
password isn't saved in the pinballx.ini, but stored in registry. @Tom Speirs When Reg key HKCU\Software\PinballX does not exists, the reg key will not be created and UID and PW are not stored. If this key is created manually, the settings will be stored. When will this reg key be created ? During install ? @biffiam I attached a small reg file, if you double click this, it will create the reg key for pinballX. (if you know hoe to make it manually, it is fine as well) After creating this, launch settings.exe and you can fill in the UID and PW, clicking on next and back will show your login name and able to use it within PinballX and game list manager pinballx.reg
-
Scutters and I just released a new version for DBM. Nothing specials for end users, but since the last update, we changed the complete apng support. I was not happy how we showed APNG files during the overwrite dialog and preview on the main screen. It could take a lot of time before it shows, and we could not have animated PNG's shows directly in the wheel image. But .... thanks to @Tom Speirs we could have a fully integrated apng library into Database Manager. We received the source code from MNGer player, which gave Scutters and myself a good start for getting animated PNG's to display. @scuttersdid a good job of fixing frames issue in the code. I did some things myself as well The biggest difference from previous version and this version is : show animated PNG's directly as animated in the program (only when it has the extension .apng as PinballX will not show apng file renamed as png file) much faster showing the overwrite dialog and preview screen A small video created to show the differences : I hope you like it Again, big thanks to Tom and Scutters !
- 369 replies
-
- 2
-
- mikedaspike
- scutters
-
(and 1 more)
Tagged with:
-
[RESOLVED] PinballX previous version cannot be downloaded
Mike_da_Spike replied to Mike_da_Spike's topic in General
-
[RESOLVED] PinballX previous version cannot be downloaded
Mike_da_Spike replied to Mike_da_Spike's topic in General
nais ! did you received a new updated on the theme ? -
[RESOLVED] PinballX previous version cannot be downloaded
Mike_da_Spike replied to Mike_da_Spike's topic in General
-
[RESOLVED] PinballX previous version cannot be downloaded
Mike_da_Spike replied to Mike_da_Spike's topic in General
-
[RESOLVED] PinballX previous version cannot be downloaded
Mike_da_Spike replied to Mike_da_Spike's topic in General
Not sure what browser you use on your phone, bit my 'samsung beta internet' browser shows it correctly: -
[RESOLVED] PinballX previous version cannot be downloaded
Mike_da_Spike replied to Mike_da_Spike's topic in General
Thanks Tom. That is working like a charm -
[RESOLVED] PinballX previous version cannot be downloaded
Mike_da_Spike replied to Mike_da_Spike's topic in General
Thats the option I use most (and the thanks button, that only gives a like, just as @Draco1962mentioned) -
Version 3.3.5 uploaded Fix some distortion that could happen during conversion of media to new video Mostly black or transparent could show a bit unclear. Also downscaling to real DMD gave distortion. Hope that it is fixed with this release
- 75 replies
-
- app
- application
-
(and 1 more)
Tagged with:
-
Bought a new computer.Pinball x won’t launch games
Mike_da_Spike replied to mgbrem's topic in General
is VP9 not working at all, or only when you launch your table via PBX ? If it is freezing outside PinballX as well, you first need to figure that part out. -
Nice one. Bought my 3080 a couple of months too early. I'm curious of you like VR. I'm still in doubt of it Btw. Did you see also Tilt 5 project ?. More augment reality, but you can use your own cabinet for it (see post ftom Freezy)
-
I aasume you have dof installed, otherwise you don't have interaction. If DOF is working, you need the dof plugin for pinballx. This can be downloaded from the download section. Opem the dof configtool (website), go to table config and selecttable pinballx. On the right pane (canidate configuration) Paste the next line on 'start button' ON Blink fu500 fd600 Save your config, download the newconfig and apply it to your dof. That should do the trick (you can change the blinking part off course, this is my fading in and out on my led light) Hope it make sense
-
Can you be more specific what you want / try to accomplish ?
-
Awesome! Thanks for checking I will update the upload section soon
- 75 replies
-
- app
- application
-
(and 1 more)
Tagged with:
-
Thanks, and yes, according to FFMpeng something is wrong with that file "[png @ 00000209fbe77b80] Invalid PNG signature 0x74E5244DD1B764E9." Can you delete the video that was created, use the invalid PNG again and rerun the script. It now should fail on the file and continue (so will not create the file, but will not hang anymore) Just want to know if this works And again, thanks for reporting this and that you send the files CreateVideos.exe
- 75 replies
-
- app
- application
-
(and 1 more)
Tagged with:
-
Good catch ! What version of ffmpeg.exe are you using, and can you post the wrong png as well ? I want to recreate the issue to check if I didn't miss anything
- 75 replies
-
- app
- application
-
(and 1 more)
Tagged with:
-
Can you open a command prompt from the machine you run this from and run the next command D:\Pinball\PinballX\ffmpeg.exe -y -loop 1 -i "D:\Pinball\PinballX\Media\Visual Pinball\Wheel Images\Tropic Fun (Williams 1973).png" -t 00:00:02.33 -filter_complex "color=black,format=rgb24[c];[c][0]scale2ref[c][i];[c][i]overlay=format=auto:shortest=1,setsar=1,pad=width=ceil(iw/2)*2:height=ceil(ih/2)*2" -c:v libx264 -r 60 -pix_fmt yuv420p -f MP4 "C:\Users\halen\AppData\Local\Temp\temp_1.MP4" I'm curious what will happen
- 75 replies
-
- app
- application
-
(and 1 more)
Tagged with:
-
Thanks for the nightmare logging !. It is now a step further, but I need to check why that part hangs the program. I don't have time today anymore, but will look at it tomorrow for you
- 75 replies
-
- app
- application
-
(and 1 more)
Tagged with:
-
Yeah, that what I mean. You need to find a way that pinballx will not use your dmd. So you can display the stats
- 96 replies
-
- plugin
- statistics
-
(and 5 more)
Tagged with: