masterprut Posted May 31, 2009 Posted May 31, 2009 First of all, I love AutoIt. And hello AutoIt community. I've been writing some scripts since yesterday, and I'm running into some errors. When I started, there were no problems. I'm writing my scripts in SciTE downloaded from the AutoIt website. I am using the latest PR, but I also tried the latest Beta, but no change. As I mentioned, no problems at start. I write/edit the script, hit F5 and the script goes. But after a few hours, I saw this Floating Point error coming up, but my script processed just fine, all the way to the end. I could live with it. But now, the error comes up 3 times (one at a time), and the script goes on but SciTE exits and doesn't save the script. I already tried a complete reinstall (SciTE and AutoIt), but after a few hours everything was stated as above. The forumsearch gave me 2-3 topics about this, but none of them were solved. I hope someone sees what's going on I'm running Windows XP MCE with SP2, Dutch. Cheers, Thomas
masterprut Posted May 31, 2009 Author Posted May 31, 2009 Code doesn't matter. Take a random example script from the docs, same story for each.
martin Posted May 31, 2009 Posted May 31, 2009 Code doesn't matter. Take a random example script from the docs, same story for each.I have no idea and it sounds very strange.I suggest you change the title of your post to include "SciTE crashes with Floating Point Error" so that the people who might know will take notice of this thread.Also, post as much information as you can about the version of SciTE, and AutoIt, and give an example of which script from the help can cause a crash.There are plenty of people in these forums who are Dutch so I would not expect your OS to be the problem. Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
masterprut Posted May 31, 2009 Author Posted May 31, 2009 (edited) These guys have the same problem:http://www.autoitscript.com/forum/index.ph...=floating+pointhttp://www.autoitscript.com/forum/index.ph...=floating+pointAutoIt: 3.3.0.0Also tried it with beta 3.3.1.0SciTE 1.78When I compile the script into an .exe in SciTE, it gives me the errors but compiles the exe. But then, when starting the .exe, no errors at all!And, on request, an example script:MsgBox(0,"title","test") Edited May 31, 2009 by masterprut
Developers Jos Posted May 31, 2009 Developers Posted May 31, 2009 Do you have any AV runnnig and are you sure you are virus free? 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.
masterprut Posted May 31, 2009 Author Posted May 31, 2009 I don't have any AV running, and I'm 100% clean according to HouseCall
masterprut Posted June 1, 2009 Author Posted June 1, 2009 I did a reinstall, and everything was fine again.. But now I did a go compile (F5), and the same error is here again. I'm now running on a WinXP SP2 (no MCE). I've got all the newest drivers etc.. No AV running. Can I post something else, more information or something? Cheers, Thomas
masterprut Posted June 2, 2009 Author Posted June 2, 2009 http://img301.imageshack.us/img301/1248/pe...ererror2tr5.jpg
Inverted Posted June 2, 2009 Posted June 2, 2009 Install latest VC++ runtime redistributables for your platform.
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