#2576 closed Bug (Fixed)
Scripts not working anymore on Athlon XP 2600+ and Windows XP
Reported by: | jungwirth.markus@… | 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:1 Changed 11 years ago by Jon
comment:2 Changed 11 years ago by Jon
- Resolution set to Fixed
- Status changed from new to closed
comment:3 follow-up: ↓ 4 Changed 10 years ago by 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
comment:4 in reply to: ↑ 3 Changed 10 years ago by anonymous
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
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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.