minhvnnhut Posted December 5, 2016 Posted December 5, 2016 Hello ! I am Vietnam ! This text was translated by google translate ! Sorry Because I not good English Looks like my Compile Options with faulty I deleted and reinstalled autoit 4 times ! but unable ray Can you help me ?
minhvnnhut Posted December 5, 2016 Author Posted December 5, 2016 (edited) Since I rarely up to the announcement forum would you please be my message for facebook <snip> Edited December 5, 2016 by Melba23 Link removed
Moderators Melba23 Posted December 5, 2016 Moderators Posted December 5, 2016 minhvnnhut, This is usually caused by your antivirus - try disabling it temporarily or adding the folder to the exceptions list. Quote Since I rarely up to the announcement forum If you want help here, then you need to come here - link removed to prevent scammers using it more than they probably do already..... M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
minhvnnhut Posted December 6, 2016 Author Posted December 6, 2016 21 hours ago, Melba23 said: minhvnnhut, This is usually caused by your antivirus - try disabling it temporarily or adding the folder to the exceptions list. If you want help here, then you need to come here - link removed to prevent scammers using it more than they probably do already..... M23 Hello Melba23 ! So how to put in the exception list and turn off antivirus for a while? Would you please help me!
TheDcoder Posted December 6, 2016 Posted December 6, 2016 What antivirus are you using? EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion
minhvnnhut Posted December 6, 2016 Author Posted December 6, 2016 Tôi đã thử tắt tường lửa, nhưng không có hiệu quả những gì tôi nên làm gì?
TheDcoder Posted December 6, 2016 Posted December 6, 2016 Turning off the firewall won't help, you should disable your Anti-Virus while compiling . EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion
minhvnnhut Posted December 6, 2016 Author Posted December 6, 2016 Oh no ! Should I use Pro Bkav not know off it! I've tried looking on google but not effective Do you use Facebook ? Please help me https://www.facebook.com/nhut.autoitv3 ! Please guide me with teamviewer offline
Developers Jos Posted December 6, 2016 Developers Posted December 6, 2016 4 hours ago, TheDcoder said: Turning off the firewall won't help, you should disable your Anti-Virus while compiling . Not really disable AV, just exclude the AutoIt temp directory as stated many times before. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
minhvnnhut Posted December 7, 2016 Author Posted December 7, 2016 Haizz ... I deleted Antivirus but still not fix the error I have to do?
meoit Posted December 7, 2016 Posted December 7, 2016 You can check your files at FileInstall / Icon path / Image path / ....
Developers Jos Posted December 7, 2016 Developers Posted December 7, 2016 You still have software active that locks the tempfile generated by aut2exe and it still needs to add a resource to the target exe. (could be any resource update or FileInstall) Anyway what other antimalware tools are running that could lock the file!? Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
j0kky Posted December 7, 2016 Posted December 7, 2016 (edited) Copy&Paste here the console output of this script, so we can have an idea about the program which is interfering. $array = ProcessList() For $i = 1 to $array[0][0] $output = _PidGetPath($array[$i][1]) If Not ($output = "0") Then ConsoleWrite($output & @CRLF) Next Func _PidGetPath($pid = "", $strComputer = 'localhost') If $pid = "" Then $pid = WinGetProcess(WinGetTitle("")) $wbemFlagReturnImmediately = 0x10 $wbemFlagForwardOnly = 0x20 $colItems = "" $objWMIService = ObjGet("winmgmts:\\" & $strComputer & "\root\CIMV2") $colItems = $objWMIService.ExecQuery ("SELECT * FROM Win32_Process WHERE ProcessId = " & $pid, "WQL", $wbemFlagReturnImmediately + $wbemFlagForwardOnly) If IsObj($colItems) Then For $objItem In $colItems If $objItem.ExecutablePath Then Return $objItem.ExecutablePath Next EndIf EndFunc ;==>_PidGetPath Edited December 7, 2016 by j0kky Spoiler Some UDFs I created: Winsock UDF STUN UDF WinApi_GetAdaptersAddresses _WinApi_GetLogicalProcessorInformation Bitwise with 64 bit integers An useful collection of zipping file UDFs
Developers Jos Posted December 7, 2016 Developers Posted December 7, 2016 I remembered one other reason for this error: Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
minhvnnhut Posted December 8, 2016 Author Posted December 8, 2016 I still do not understand how to fix despite antivirus expunged Bkav Pro! Please Guide me details sir! Please help me
Developers Jos Posted December 8, 2016 Developers Posted December 8, 2016 So for starters: Post your script part that contains any directives for #PRAGMA or #AUTOIT3WRAPPER_. Try commenting them out and try compile again to see if that solves the issue. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
minhvnnhut Posted December 9, 2016 Author Posted December 9, 2016 My script is not a problem when compiling with options on another computer! I still do not understand why it's such an error! please do not say I'm bothered because of google translate so badly! I still do not understand your Please understand me sir
Developers Jos Posted December 9, 2016 Developers Posted December 9, 2016 Well, my questions are pretty simple and straightforward, so in case you want my help, you only need to provide the requested information since I am not a clairvoyant. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
TheDcoder Posted December 10, 2016 Posted December 10, 2016 On 6/12/2016 at 9:18 PM, Jos said: Not really disable AV, just exclude the AutoIt temp directory as stated many times before. Ah, yes. EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion
minhvnnhut Posted December 11, 2016 Author Posted December 11, 2016 oh my god badly things have come to me! when compiling the script fails
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