Opened on Dec 29, 2013 at 1:21:18 PM
Closed on Dec 30, 2013 at 1:01:48 PM
Last modified on Jun 24, 2014 at 7:51:39 AM
#2576 closed Bug (Fixed)
Scripts not working anymore on Athlon XP 2600+ and Windows XP
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.10.1 | Severity: | None |
| Keywords: | Cc: |
Description
I have compiled AutoIT exe here that don't work on Athlon XP 2600+ and Windows XP SP3. There must be some severe changes in newest AutoIT. All Scripts compiled with AutoIT 3.3.10.X crash with a 0xC000001D error.
There was already a discussion about with Adobe Photoshop CS5 where the problem occured. It seems a problem of Athlon XP and SSE instruction set.
See here: http://forums.adobe.com/thread/630771
Scripts are working fine on every tested Intel Machine.
The crash happens immediately, it doesn't matter which code you use. With latest release version (3.3.8.1) everything works as expected.
Attachments (0)
Change History (4)
comment:2 by , on Dec 30, 2013 at 1:01:48 PM
| Resolution: | → Fixed |
|---|---|
| Status: | new → closed |
follow-up: 4 comment:3 by , on Jun 24, 2014 at 7:51:12 AM
Run ("E:\Online Games\Zingspeed\Releasephysx27\ZingSpeedLoader.exe")
WinActivate ("[class:#32770]")
ProcessWait ("ZingSpeedLoader.exe")
Sleep (100)
WinActivate ("Zing Speed")
Sleep (100)
ControlSend ("Zing Speed","","Edit1","{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}taikhoan")
ControlSend ("Zing Speed","","Edit2","maukhau")
Send ("{enter}")
;~ thay "E:\Online Games\Zingspeed\Releasephysx27\ZingSpeedLoader.exe" bang link open zing speed cua ban
;~ thay taikhoan = thuonglong2003, maukhau = long2003
comment:4 by , on Jun 24, 2014 at 7:51:39 AM
Replying to anonymous:
Run ("E:\Online Games\Zingspeed\Releasephysx27\ZingSpeedLoader.exe")
WinActivate ("[class:#32770]")
ProcessWait ("ZingSpeedLoader.exe")
Sleep (100)
WinActivate ("Zing Speed")
Sleep (100)
ControlSend ("Zing Speed","","Edit1","{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}taikhoan")
ControlSend ("Zing Speed","","Edit2","maukhau")
Send ("{enter}")
;~ thay "E:\Online Games\Zingspeed\Releasephysx27\ZingSpeedLoader.exe" bang link open zing speed cua ban
;~ thay taikhoan = thuonglong2003, maukhau = long2003

Dang. Visual Studio 2012 enables the SSE option by default even though I'd not explicitly set it. I'll have force it to be disabled. I'll recompile it with this option for any 3.3.10.2+ release.