I put the installer executable inside an encrypted .7z file. You will need the 7zip utility to extract it, which is pretty standard but does not come with Windows 10. Remember you would still have to run the installer and might have to make an exception for it in anti-virus, and might have to make an exception in anti-virus for the Intel Monkey executable too.
when there is the will, there is the way...this is the way!
_____________________________
"To meaningless French Idealism, Liberty, Fraternity and Equality...we answer with German Realism, Infantry, Cavalry and Artillery" -Prince von Bülov, 1870-
Later today/tonight I'm going to see if Google Sites will also play nice with that new version.
You still definitely need to make anti-virus exceptions though, I'm pretty sure they have all been gradually migrating to only software that is signed, etc.
"To meaningless French Idealism, Liberty, Fraternity and Equality...we answer with German Realism, Infantry, Cavalry and Artillery" -Prince von Bülov, 1870-
Tried to install Intel Monkey v.3 on system running Vista. Getting an _ME140682\python36.dll load library error.
Python version 3.8.7
No errors when building data bases. Tried rebuilding them, and several reboots but no luck.
It is processing everything but SigInt and Combat Reports. Any ideas/suggestions? Should I be running a later version of python?
Looks like it would be a useful tool in addition to Tracker.
Any help would be appreciated.
Haven't seen anything like that. Are you getting an error message about Python 3.8.7 or are you saying that is what you separately have installed on your system?
Python 3.8.7 is what is installed on the system which is running on Vista.
Not sure of what version of python if any is installed with Intel Monkey.
Steps 1-7 were completed which then enabled "process new file" object.
The error is received, in a small window, after "process new file" object is clicked on, in Intel monkey. Everything else is processed but SigInt and Combat reports
_____________________________
Improvise, Adapt and Overcome
Success is how you bounce on the bottom
Experience is a comb life gives us after we have lost our hair
Python 3.8.7 is what is installed on the system which is running on Vista.
Not sure of what version of python if any is installed with Intel Monkey.
Steps 1-7 were completed which then enabled "process new file" object.
The error is received, in a small window, after "process new file" object is clicked on, in Intel monkey. Everything else is processed but SigInt and Combat reports
OK.
3.6 is packaged into the .exe to run Intel Monkey. Can you check your anti-virus and see if you can white-list the Intel Monkey .exe?
First, I have no idea about the DLL initialization error, I haven't seen it before and at this moment I can't think of why it would only occur some times but not other times.
Second, please post a pic of the configuration screen.
Yes, dll initialization error, only happens when you "process new files"
Was also a bit concerned about scenario load hung at "Field Name: MaxDivingDepth" Sat that way for over one hour yet everything else took a few seconds. Might not be hung up but does not change.
Here is the Config file Picture you asked for.
Also tried it with Scenario 001 and files for that game same results.
Scenario 030 is just scenario 001 with a correction to plane unit withdrawal. Read as scn 030 except when saving in game it reads as save of scen 001 in slot.
I think the scenario load data might not have gone correctly. I think the reason it did not go correctly is that the version of witploadAE.exe might not be the correct version.
Some time after witploadAE was introduced, the scenario files were changed (some fields were added), and correspondingly a new version of witploadAE.exe was released to accommodate those new fields.
What is making me think that is the problem is "Heading versus Field Name Mismatch.", etc.
Open a command shell and go to where you have witploadAE.exe installed. Type
witploadAE.exe /h
to see the help screen along with the version information.
If you open Powershell window, after going to the correct location type
.\witploadAE.exe /h
If you have version 9.0 (and that's where you have Intel Monkey pointing) then let me know and I'll keep working with you. If you have the older version then you should be able to find the newer version in one of the Betas or it might be posted in the forums (I don't remember exactly where off the top of my head).
If it is wrong I will try a fresh install of AE. This is original AE, next patch, then straight to latest official patch 1.26a??? Latest offical patch but name may be wrong.
_____________________________
Improvise, Adapt and Overcome
Success is how you bounce on the bottom
Experience is a comb life gives us after we have lost our hair
Got newer version from last post and replaced the older version. It is now version 9.0
The zip file that contained the new version had two files. witploadAE.exe witploadAI.exe Was not sure what to do with the second and could not find it in the game folders so I did nothing with it.
It did improve things. I went through steps 4 – 7 again. This time did steps 4 – 6 and appeared to complete each one very quickly and successfully. No changes were made to config window.
However, step 7 gave two errors but different than before. Thought that perhaps this is caused by a different format now being used in some of the reports which would have been under witploadAE ver 8????
Things definitely improved, the scenario data appears to have loaded correctly.
witploadAI.exe has to do with the automated opponent (AI) files for the scenario, nothing Intel Monkey deals with.
As far as the error goes, the fact you are getting two of them tells me it's the separate processes which the main process spawns off to process new files, one process does the SigInt files while another process does the Combat Reports files. For some reason which is not apparent to me, those processes are not starting up correctly.
In your Intel Monkey folder there is a sub-folder called debug. Go in there and see if the error files or log files have anything in them. They will exist for MAIN, and for CR and SI.
Email them to me (george.gillan@gmail.com).
I'm actually wondering if the problem is that Python 3.6 is not fully supported (not all functions work) on Vista. Windows 7 replaced Vista in 2009, and even Windows 7 is out of support. I was surprised to see you have a version of Python 3.8 installed on there.
I think that 3.8 was the last version of python that was compatible back to XP. Later versions I think were only compatible back to Win 7. Not really sure on that as I ended up never using python.
Yes, changing out the witploadAE file definitely helped. Was surprised that was not included in the final comprehensive pack, but then they probably did not count on original to last update with none in-between, unless disk they send out is still original AE.
Thank you for your help.
_____________________________
Improvise, Adapt and Overcome
Success is how you bounce on the bottom
Experience is a comb life gives us after we have lost our hair
Is anyone out there using Intel Monkey on Windows Vista?
quote:
ORIGINAL: RhinoDad
Sent the debug files to you via e-mail.
I think that 3.8 was the last version of python that was compatible back to XP. Later versions I think were only compatible back to Win 7. Not really sure on that as I ended up never using python.
Yes, changing out the witploadAE file definitely helped. Was surprised that was not included in the final comprehensive pack, but then they probably did not count on original to last update with none in-between, unless disk they send out is still original AE.
Thank you for your help.
I've looked through the log files you sent and did not see anything helpful. It's consistent with the error messages in that those two independent processes did not start up, so they could not write to a log.
I've looked at the Python web site and Python 3.6 does support Vista. And of course, the main part runs, it's just when IM tries to start the two report input processes.
I am wondering if the problem is compatibility of PyInstaller with Vista (or this latest version of PyInstaller which made the exe you downloaded). PyInstaller is what I am using to package the application into an exe.
How technically oriented are you? You mention you never wound up using Python 3.8, does that imply you do some programming, etc.?
Yes, some software engineering but many years ago, an no use since. Has been many years since I did any programming, and never in python, so am close to a dinosaur if not there already. Thought I might try giving python a whirl and loaded it but never went any farther than that. Was thinking of making something much simpler and cruder than what you have made for AE.
_____________________________
Improvise, Adapt and Overcome
Success is how you bounce on the bottom
Experience is a comb life gives us after we have lost our hair
Yes, some software engineering but many years ago, an no use since. Has been many years since I did any programming, and never in python, so am close to a dinosaur if not there already. Thought I might try giving python a whirl and loaded it but never went any farther than that. Was thinking of making something much simpler and cruder than what you have made for AE.
Good. The purpose of providing a packaged exe is to make it easier for the user. But you can handle getting a zip file with the python files and all the rest inside, then unzip/copy it all to the desired place, point your shortcut to the main Python file instead of the exe.
No guarantee that will work, but if the incompatibility is with the utility that packages it into the exe then this way gets around that.
Not sure I can get to it today or tomorrow. I'll let you know.
Sorry, but not quite sure what you are suggesting. “with the python files and all the rest inside, then unzip/copy it all to the desired place, point your shortcut to the main Python file instead of the exe”
Do not know which “python files” and “rest” is.
After plucking about with no positive results I uninstalled Python 3.8.5 and PyInstaller that were installed.
I deleted the IntelMonkey folder and reinstalled IntelMonkey.
Everything worked great up to where “Process New Data” was clicked on. The two error messages but they are a different number error than was previous.
Thanks a lot for this useful tool: I used the old version and found it useful, so now that I have picked up the game again I had to reinstall the IM. Found the link. Followed the instructions. No errors, but it loaded the files of an old game against the AI instead of the current PBEM. I looked through this thread but I dont seem to find anyone with the same issue. Before I learn how to use the filters, how do I tell which match I want? Thanks for the help you can give.
Thanks a lot for this useful tool: I used the old version and found it useful, so now that I have picked up the game again I had to reinstall the IM. Found the link. Followed the instructions. No errors, but it loaded the files of an old game against the AI instead of the current PBEM. I looked through this thread but I dont seem to find anyone with the same issue. Before I learn how to use the filters, how do I tell which match I want? Thanks for the help you can give.