| View previous topic :: View next topic |
| Author |
Message |
kapege.de
Joined: 07 Feb 2005 Posts: 186 Location: Munich, Germany
|
Posted: Wed May 17, 2006 8:53 am Post subject: SplashImage crashes in W98 |
|
|
With 1.0.44.01 SplashImage crashes AHK even if you use only
| Code: | | SplashImage, c:\picture.jpg |
| Quote: | AUTOHOTKEY verursachte einen Fehler durch eine ungültige Seite
in Modul KERNEL32.DLL bei 0187:bff7b9a6.
Register:
EAX=00000000 CS=0187 EIP=bff7b9a6 EFLGS=00000246
EBX=00000000 SS=018f ESP=009ab808 EBP=009ab81c
ECX=00ad04f0 DS=018f ESI=00ad0558 FS=552f
EDX=009c4250 ES=018f EDI=00ad0558 GS=0000
Bytes bei CS:EIP:
ff 76 04 e8 13 89 ff ff 5e c2 04 00 56 8b 74 24
Stapelwerte:
00ad04f0 70e0eb88 00ad0558 00ad05b0 009c42c8 009ab840 70e0c50f 009c4904 00001000 009ab83c 00000000 009c42c8 00000000 00000000 009ab85c 70e06cbe |
 _________________ Peter
Wisenheiming for beginners: KaPeGe (German only, sorry) |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Wed May 17, 2006 4:40 pm Post subject: |
|
|
Although I can't reproduce it on Windows 98 SE, you might want to check the JPG file to ensure it isn't corrupted (that might cause a crash in the OS's JPG-loading routines).
Also, it would help if you can confirm that older AutoHotkey versions were able to load this same file. If they can, that's going to be hard to research because no changes have been made recently to the SplashImage code.
You can get older versions at: http://www.autohotkey.net/programs/
Thanks. |
|
| Back to top |
|
 |
|