macz Posted July 14, 2014 Posted July 14, 2014 (edited) Hi! I had a programm which tests if backups are coppied in several places. I put this programm onto one computer which has windows xp home edition, but that exe file didn't launch. I tried to run a smaller script, where was only one msgbox.... And even then it didn't display that... Is that windows fault or could it be my fault too? Tried to restart computer, that didn't work either.. EDIT: Forgot to mention that I cannot run script as script (there is not AutoIT installed...), I can only compile and then send it there... Thanks in advance! Edited July 18, 2014 by macz
water Posted July 14, 2014 Posted July 14, 2014 You need to give us more information! Which version of AutoIt do you use? My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
water Posted July 14, 2014 Posted July 14, 2014 Do you see the script.exe in the task manager? Are there any entries in the eventlog? My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Zedna Posted July 14, 2014 Posted July 14, 2014 Try to disable Antivirus software on target XP machine. Resources UDF ResourcesEx UDF AutoIt Forum Search
macz Posted July 15, 2014 Author Posted July 15, 2014 (edited) Do you see the script.exe in the task manager? Are there any entries in the eventlog? No, I do not see anything in task maneger about my exe file.. I'm sorry, in what eventlog? Try to disable Antivirus software on target XP machine. Okay, I'll try, but cannot do this today, I'll try this later.. Thanks for your time! Edited July 15, 2014 by macz
water Posted July 15, 2014 Posted July 15, 2014 Windows Eventlog. Open command line and run eventvwr. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
macz Posted July 18, 2014 Author Posted July 18, 2014 Windows Eventlog. Open command line and run eventvwr. Ok, I tried to open it, but didn't see anything about my programm. There were only errors about WinVNC4 (and sorry, forgot to say, that I can't be directly at this pc - now I am using vnc, but I think that doesn't change anything...) Try to disable Antivirus software on target XP machine. Tried, application didn't run either Really don't know what to do...
macz Posted July 18, 2014 Author Posted July 18, 2014 I just tried to compile with an old version ( ver3.1.0.15 ) and at least I got MsgBox showing.. Yeahuu! But still, was it really autoit fault?
macz Posted July 18, 2014 Author Posted July 18, 2014 (edited) Got everything working.. And only what I did was changing autoit version for compiling. (Didn't test with every version, but with 3.3.8.0 everything was fine) EDIT: ahh, sorry, only now from change log I read: (for v3.3.10.2) Fixed #2576: All AutoIt EXEs and tools not working on older Athlon XP processors due to SSE compiler options. I guess sometimes change logs are more useful than you think But anyway - thanks everyone for help! Edited July 18, 2014 by macz
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now