JRowe Posted March 9, 2010 Share Posted March 9, 2010 Awesome. Beautiful. 5 Stars and well earned! [center]However, like ninjas, cyber warriors operate in silence.AutoIt Chat Engine (+Chatbot) , Link Grammar for AutoIt , Simple Speech RecognitionArtificial Neural Networks UDF , Bayesian Networks UDF , Pattern Matching UDFTransparent PNG GUI Elements , Au3Irrlicht 2Advanced Mouse Events MonitorGrammar Database GeneratorTransitions & Tweening UDFPoker Hand Evaluator[/center] Link to comment Share on other sites More sharing options...
Beege Posted March 9, 2010 Share Posted March 9, 2010 AndyG, I tried run on another computer and ... this works. It seems, on the old hardware it works more faster.Anyways, 5* from me for a really nice example.I bet your old hardware is not hyper-threading or dual core. That allows autoit to use 100% of processor. Hyperthread and dual core will restrict autoit to 50% cpu usage. Assembly Code: fasmg . fasm . BmpSearch . Au3 Syntax Highlighter . Bounce Multithreading Example . IDispatchASMUDFs: Explorer Frame . ITaskBarList . Scrolling Line Graph . Tray Icon Bar Graph . Explorer Listview . Wiimote . WinSnap . Flicker Free Labels . iTunesPrograms: Ftp Explorer . Snipster . Network Meter . Resistance Calculator Link to comment Share on other sites More sharing options...
Yashied Posted March 9, 2010 Share Posted March 9, 2010 (edited) I bet your old hardware is not hyper-threading or dual core. That allows autoit to use 100% of processor. Hyperthread and dual core will restrict autoit to 50% cpu usage.You're right, but on a new computer is not working properly, always crashes (QX9650). Edited March 9, 2010 by Yashied My UDFs: iKey | FTP Uploader | Battery Checker | Boot Manager | Font Viewer | UDF Keyword Manager | Run Dialog Replacement | USBProtect | 3D Axis | Calculator | Sleep | iSwitcher | TM | NetHelper | File Types Manager | Control Viewer | SynFolders | DLL Helper Animated Tray Icons UDF Library | Hotkeys UDF Library | Hotkeys Input Control UDF Library | Caret Shape UDF Library | Context Help UDF Library | Most Recently Used List UDF Library | Icons UDF Library | FTP UDF Library | Script Communications UDF Library | Color Chooser UDF Library | Color Picker Control UDF Library | IPHelper (Vista/7) UDF Library | WinAPI Extended UDF Library | WinAPIVhd UDF Library | Icon Chooser UDF Library | Copy UDF Library | Restart UDF Library | Event Log UDF Library | NotifyBox UDF Library | Pop-up Windows UDF Library | TVExplorer UDF Library | GuiHotKey UDF Library | GuiSysLink UDF Library | Package UDF Library | Skin UDF Library | AITray UDF Library | RDC UDF Library Appropriate path | Button text color | Gaussian random numbers | Header's styles (Vista/7) | ICON resource enumeration | Menu & INI | Tabbed string size | Tab's skin | Pop-up circular menu | Progress Bar without animation (Vista/7) | Registry export | Registry path jumping | Unique hardware ID | Windows alignment More... Link to comment Share on other sites More sharing options...
trancexx Posted March 9, 2010 Share Posted March 9, 2010 Crash is caused probably because of the assembler part. That's not AndyG's fault. It's Ward's. Just comment out generation of the code and use that from line 94 and I think it shouldn't crash any more. ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
Yashied Posted March 9, 2010 Share Posted March 9, 2010 (edited) Crash is caused probably because of the assembler part. That's not AndyG's fault. It's Ward's.Just comment out generation of the code and use that from line 94 and I think it shouldn't crash any more.Yeah, thanks. Edited March 9, 2010 by Yashied My UDFs: iKey | FTP Uploader | Battery Checker | Boot Manager | Font Viewer | UDF Keyword Manager | Run Dialog Replacement | USBProtect | 3D Axis | Calculator | Sleep | iSwitcher | TM | NetHelper | File Types Manager | Control Viewer | SynFolders | DLL Helper Animated Tray Icons UDF Library | Hotkeys UDF Library | Hotkeys Input Control UDF Library | Caret Shape UDF Library | Context Help UDF Library | Most Recently Used List UDF Library | Icons UDF Library | FTP UDF Library | Script Communications UDF Library | Color Chooser UDF Library | Color Picker Control UDF Library | IPHelper (Vista/7) UDF Library | WinAPI Extended UDF Library | WinAPIVhd UDF Library | Icon Chooser UDF Library | Copy UDF Library | Restart UDF Library | Event Log UDF Library | NotifyBox UDF Library | Pop-up Windows UDF Library | TVExplorer UDF Library | GuiHotKey UDF Library | GuiSysLink UDF Library | Package UDF Library | Skin UDF Library | AITray UDF Library | RDC UDF Library Appropriate path | Button text color | Gaussian random numbers | Header's styles (Vista/7) | ICON resource enumeration | Menu & INI | Tabbed string size | Tab's skin | Pop-up circular menu | Progress Bar without animation (Vista/7) | Registry export | Registry path jumping | Unique hardware ID | Windows alignment More... Link to comment Share on other sites More sharing options...
Ward Posted March 12, 2010 Share Posted March 12, 2010 Crash is caused probably because of the assembler part. That's not AndyG's fault. It's Ward's.Just comment out generation of the code and use that from line 94 and I think it shouldn't crash any more. However, this is a impressive example. 新版 _ArrayAdd 的白痴作者,不管是誰,去死一死好了。 Link to comment Share on other sites More sharing options...
trancexx Posted March 12, 2010 Share Posted March 12, 2010 Nice too see you Ward. I can't wait for AndyG's new version. I'm curious how would he deal with some glitches. ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
JohnOne Posted March 12, 2010 Share Posted March 12, 2010 works fine with a PIII@1200Mhz^^Works on my Athlon 2400+ underclocked (to stop it crashing) and running at 1.5Ghz.Real cool too. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
AndyG Posted March 12, 2010 Author Share Posted March 12, 2010 (edited) I can't wait for AndyG's new versionhmmmm^^. There will be two versions, one with Wards (nice Job!) Assembler (2 times faster should be possible) and one with a MASM-DLL written with a little help of SSE2/SSE3-Instructions (thx to AMD-Development Manuals) ...and this is awesome, because of the calculating of 4 pixels in one time. With the DLL it should be possible to run the script in x64-mode.But today i was hit by a hammer, throwing by a guy who coded a flight through this Fractal with CUDA on a 80$-Graphicscard. The CUDA-Code is many times faster than the best optimized Code running on a CPU....but this is only if the algorithm is good to parallelize. Unfortunately i have a ATI-Graphicscard, so i cannot run the CUDA-Programciao, Andy Edited March 12, 2010 by AndyG Link to comment Share on other sites More sharing options...
UEZ Posted March 13, 2010 Share Posted March 13, 2010 Impressive how fast "Mandelbrot_SSE_benchmark" is! Today I will test the CUDA version on my desktop on 8800GT card! UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Link to comment Share on other sites More sharing options...
jennico Posted December 7, 2010 Share Posted December 7, 2010 impressing thanx 5* Spoiler I actively support Wikileaks | Freedom for Julian Assange ! | Defend freedom of speech ! | Fight censorship ! | I will not silence.Don't forget this IP: 213.251.145.96 Link to comment Share on other sites More sharing options...
Skrip Posted December 7, 2010 Share Posted December 7, 2010 I am on Win-7 x64. Program fails to run each time. >"A:\AutoIt\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /prod /ErrorStdOut /in "C:\Users\DS\Documents\Scripts\Apfelmaennchen_asme.au3" /autoit3dir "A:\AutoIt\AutoIt3" /UserParams +>22:57:01 Starting AutoIt3Wrapper v.2.0.1.24 Environment(Language:0409 Keyboard:00000409 OS:WIN_7/ CPU:X64 OS:X64) >Running AU3Check (1.54.19.0) from:A:\AutoIt\AutoIt3 +>22:57:01 AU3Check ended.rc:0 >Running:(3.3.6.1):A:\AutoIt\AutoIt3\autoit3_x64.exe "C:\Users\DS\Documents\Scripts\Apfelmaennchen_asme.au3" !>22:57:09 AutoIT3.exe ended.rc:255 >Exit code: 255 Time: 9.372 [left][sub]We're trapped in the belly of this horrible machine.[/sub][sup]And the machine is bleeding to death...[/sup][sup][/sup][/left] Link to comment Share on other sites More sharing options...
1RV34 Posted December 7, 2010 Share Posted December 7, 2010 When I try to open the .ZIP file it says it is damaged :/ MsgBox(0x40040, "", "Hello Forum!") Link to comment Share on other sites More sharing options...
UEZ Posted December 7, 2010 Share Posted December 7, 2010 On my Win7 X64 neither zip file is damaged nor it is crashing when it is running, only when closing the window it will crash (!>12:45:22 AutoIT3.exe ended.rc:-1073741819, 0xC0000005). Seems to be a problem with AsmExit($AsmObj).Br,UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Link to comment Share on other sites More sharing options...
1RV34 Posted December 7, 2010 Share Posted December 7, 2010 On my Win7 X64 neither zip file is damaged nor it is crashing when it is running, only when closing the window it will crash (!>12:45:22 AutoIT3.exe ended.rc:-1073741819, 0xC0000005). Seems to be a problem with AsmExit($AsmObj).Br,UEZNo matter what computer I use it always says it is damaged (re-downloading doesn't work either). MsgBox(0x40040, "", "Hello Forum!") Link to comment Share on other sites More sharing options...
hench Posted February 17, 2011 Share Posted February 17, 2011 just tried, great stuff from a great mind!! download : OK script: OK, crashed when exiting tho thanks for sharing btw, winxp sp3, autoit 3.3.6.1 Tschüss! Link to comment Share on other sites More sharing options...
AndyG Posted February 18, 2011 Author Share Posted February 18, 2011 Hi, i am in the process to script something like a "Debugger" for the inlined and executed asm-code. Please do not expect too much, presentation comes soon. During the runtime of the asm-code it is possible to display the content of the 32Bit-registers eax, ebx...., all the important flags, FPU/MMX-Register ST0-ST7, Stack [esp....+20], 128Bit-Register XMM0-XMM7 and maybe some more. In the Fractal-script I have always suspected an error in my asm-code relating to the stackpointer of the FPU, aka "not have cleaned the FPU-Stack entirely". Unfortunately my AMD-Processors and the old Intel PIII are insensitive of these kind of "unclean" software, at XP32 on AMD-K8-Athlons the script does not crash. Apologize. But the Fractal-script is a good thing to test the "Debugger" and i am confident to find the reason of the crash(es).So stay tuned... Link to comment Share on other sites More sharing options...
netegg Posted October 27, 2014 Share Posted October 27, 2014 why can‘t run? windows 8.1 Link to comment Share on other sites More sharing options...
Jayson Posted October 27, 2014 Share Posted October 27, 2014 (edited) Look on the first thread.. 2010.. and not been updated yet. You got your answer right there! Edited October 27, 2014 by Jayson Link to comment Share on other sites More sharing options...
netegg Posted November 15, 2014 Share Posted November 15, 2014 Look on the first thread.. 2010.. and not been updated yet. You got your answer right there! maybe not yet, i got the code on autoit.de, it's suitable for running. Link to comment Share on other sites More sharing options...
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