Content Provider arngrim Posted December 1, 2018 Content Provider Posted December 1, 2018 Carny,Can you put the changelog on the pm, so from tapatalk i can see if they are relevant changesEnvoyé de mon SM-A320FL en utilisant Tapatalk
Content Provider CarnyPriest Posted December 1, 2018 Author Content Provider Posted December 1, 2018 If there is something I'm adding to the source then I'll post it. Otherwise: https://sourceforge.net/p/pinmame/code/commit_browser
Content Provider arngrim Posted December 2, 2018 Content Provider Posted December 2, 2018 Ok i forgot that link, thanksIf you can put it on the first post that would be great Envoyé de mon SM-A320FL en utilisant Tapatalk
Andypc Posted December 6, 2018 Posted December 6, 2018 I am having a major issue with Vpinmame. I am using 10.5 Final / latest 10.6 beta and the latest 3.2 beta/Sambuild r4658 although this has been an issue since Vpinmame3.1. I am also using freeze 1.7.1. Table starts fine with good frame rate an no issues. Come back an hour later and it's stutter city!!!!! There is a serious memory or timing issue that gets worse the longer a table is loaded!! https://youtu.be/IOEbgXXPYHE Everything is installed correctly. PC Spec is not an issue and getting 200+fps when I start the table. I can start a table and it plays absolutely perfect. Come back an hour later as it's awful. Not an overheating issue. If I close VPX and restart it plays perfect again. This is serious memory leak or timing issue that has been introduced since Vpinmame 3.1. I think it is only happening with VNI colour roms. If I go back to an earlier Vpinmame the problem goes away, so definitely a code issue. Any help would be appreciated
Thalamus Posted December 6, 2018 Posted December 6, 2018 Hi Andy. Curious. Have you ever tried to downgrade and run older VPM on the tables ?
Content Provider CarnyPriest Posted December 6, 2018 Author Content Provider Posted December 6, 2018 official rev r4663 SAMBuild_r4663.zip
Andypc Posted December 6, 2018 Posted December 6, 2018 2 hours ago, Thalamus said: Hi Andy. Curious. Have you ever tried to downgrade and run older VPM on the tables ? Yes when I rolled back to an earlier version, it runs fine.
Andypc Posted December 7, 2018 Posted December 7, 2018 The issue was the log file. This solved my issue, Thanks to Terry for the solution. If you have a “DmdDevice.log.config” file, you need to edit that file and make sure that if the <rules> section looks like this: <rules> < logger name=”” minlevel=”Trace” writeTo=”console” /> < logger name=”” minlevel=”Trace” writeTo=”file” /> < /rules> …it needs to be changed to: <rules> < logger name=”” minlevel=”info” writeTo=”console” /> < logger name=”” minlevel=”info” writeTo=”file” /> < /rules> Same with the “dmdextlog.config”. The <rules> section should look like: <rules> < logger name=”*” minlevel=””info” writeTo=”console” /> < /rules> This is to disable logging for when colouring is being used. Apparently it can cause performance issues for some people. It’s only needed for those who are colour modding DMDs and are troubleshooting. Does this need to be reported to Freezy?
Content Provider TerryRed Posted December 8, 2018 Content Provider Posted December 8, 2018 10 hours ago, Andypc said: The issue was the log file. This solved my issue, Thanks to Terry for the solution. If you have a “DmdDevice.log.config” file, you need to edit that file and make sure that if the <rules> section looks like this: <rules> < logger name=”” minlevel=”Trace” writeTo=”console” /> < logger name=”” minlevel=”Trace” writeTo=”file” /> < /rules> …it needs to be changed to: <rules> < logger name=”” minlevel=”info” writeTo=”console” /> < logger name=”” minlevel=”info” writeTo=”file” /> < /rules> Same with the “dmdextlog.config”. The <rules> section should look like: <rules> < logger name=”*” minlevel=””info” writeTo=”console” /> < /rules> This is to disable logging for when colouring is being used. Apparently it can cause performance issues for some people. It’s only needed for those who are colour modding DMDs and are troubleshooting. Does this need to be reported to Freezy? I informed about this way back...but I think he should know that its still causing issues, and the default log.config files that come with dmdext should be set to "info" to avoid this....since 98% of people don't need it set to anything else.
Content Provider CarnyPriest Posted December 13, 2018 Author Content Provider Posted December 13, 2018 official rev r4667 SAMBuild_r4667.zip
Content Provider CarnyPriest Posted December 21, 2018 Author Content Provider Posted December 21, 2018 official rev r4674 SAMBuild_r4674.zip
Content Provider CarnyPriest Posted December 27, 2018 Author Content Provider Posted December 27, 2018 official rev r4675 SAMBuild_r4675.zip
Content Provider arngrim Posted December 30, 2018 Content Provider Posted December 30, 2018 any news about mtl180 and st_162 fastflips? today i tried to implement fastflips on acdc, with acdc170h, flippers are not working, and after about 20 seconds of play, i get the popup insuffifient memory for fastflips, tried on 2 different pcs, any idea?
Content Provider CarnyPriest Posted December 30, 2018 Author Content Provider Posted December 30, 2018 There is a test routine that @DJRobX uses to discover the hex address for the flipper solenoids on SAM system. I'm not aware of how that works. I don't think that Rob has much time or incentive to find the right addresses for the updated game code for mtl or st because the full color DMD patches have not been updated for the latest code yet. I don't know on acd. I haven't tested it myself. I'm not aware of any other reports.
Content Provider arngrim Posted December 30, 2018 Content Provider Posted December 30, 2018 ok, the ACDC LE 1.5 had already implemented, i added a second time without knowing, it works fine
DJRobX Posted December 30, 2018 Posted December 30, 2018 If SAM fast flip support is missing for a specific rom, it does not break the table. VPM won't send the "fast" signal, and you get "regular" flippers all the time. So if you're getting an error popup you have some other issue. If you can take a screenshot of the exact error it may be helpful. ACDC 170 and 170h both have fast flip support.
Content Provider arngrim Posted December 30, 2018 Content Provider Posted December 30, 2018 The table already had the fastflip code, i added it again without knowing, that was my issueEnvoyé de mon SM-A320FL en utilisant Tapatalk
Content Provider CarnyPriest Posted January 4, 2019 Author Content Provider Posted January 4, 2019 official rev r4682 SAMBuild_r4682.zip
Lizard Posted January 14, 2019 Posted January 14, 2019 I haven't kept up with this lately. What is the difference now after the official sam builds on vpforums and these builds here?
Content Provider CarnyPriest Posted January 14, 2019 Author Content Provider Posted January 14, 2019 Read. If you don't need either feature then you can stick with the official build.
Content Provider CarnyPriest Posted January 15, 2019 Author Content Provider Posted January 15, 2019 official rev r4683 SAMBuild_r4683.zip
scoobie1 Posted January 16, 2019 Posted January 16, 2019 Carny, Thanks for keeping all of us up to date with VPM color rom support. It's greatly appreciated.
Mark70 Posted January 18, 2019 Posted January 18, 2019 Thanks a lot for all the magical and important work, it is much appreciated!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.