I followed your new one step install with a clean windows 7 32bit.
First, I went back to page 1 and did the one click install in step #1 as instructed.
1. One click install. If install fails at any point just keep re-running it and it should install all you need.
(this proceeded fine)
Next, I downloaded the new automation file above
https://www.dropbox....Helper.zip?dl=0I extracted the contents to the c:\P-ROC folder and proceeded to install from C:\p-roc with python setupHelper.py
This timed out due to incorrect filenames. I looked at your script and found the names they should be:
SDLttf.zip should be SDL2_ttf-2.0.12-win32-x86.zip
SkeletonGame.zip should be PyProcGameHD-SkeletonGame-master.zip
etc, etc all 9 needed to be renamed.
I ended up just manually downloading all 9 files and renaming them for the script to work.
I copied all of the files into the _TempHorse folder.
Once I renamed all files to what your script was looking for the install went fine.
I was able to test python and the pyprocHD game window worked too.
I also noticed the one step install created c:\p-roc\games\SkeletonProc whereas the configs were looking for c:\p-roc\games\SkeletonVP10, so I created another folder SkeletonProc in the games folder and copied the contents from skeletonvp10 into it. Both folders are there so whatever its looking for should be found.
Next I ran the visual pinball install in the c:\p-roc\visual pinball
this worked fine. I was able to run the sample table built in.
I made sure there was config.yaml and vp_game_map.yaml in the c:\users\myprofile\.pyprocgame (with admin rights)
I tried to run your skeletonproc.vpx table and it crashes with these errors:
R6034 application attempted to run the C library .......
next one is dll error libfreetype-g.dll procedure entry point interlocked
last one is python error register_vpcom something about c:\p-roc-games=skeletonvp10\game.py calling skeletongam.py, desktop and window init. file desktop_pysdl2.py was the last file referenced.
I reran the vpcom_register to make sure it wasn't that and I get the same errors.
Edited by luvthatapex, 07 October 2015 - 05:34 PM.