Opened 13 years ago
Closed 13 years ago
#1998 closed Bug (No Bug)
fileflush bluescreen windows 7 x86
Reported by: | MegaGamerGuy | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.6.1 | Severity: | None |
Keywords: | Cc: | MegaGamerGuy, Christopher_a_gordon@… |
Description
I had noticed that FileGetSize() was not working properly on win7 and vista. it appears to be a problem with windows in that it does not like to instantly update the file size of any given file. i had found a workaround for this issue by placing a fileflush() before filegetsize() which fixed the issue, the code attached will run for about 1hr to 3 hours before i get BSOD with error code(s) 0x7A and 0x7F. The code is not ran on the OS Partition but another partition on the same drive. The Code it designed to grab music from a web-radio server using wget.exe.
Attachments (1)
Change History (2)
Changed 13 years ago by MegaGamerGuy
comment:1 Changed 13 years ago by Valik
- Resolution set to No Bug
- Status changed from new to closed
There's no way in hell this can be tested. Closing.
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.
Downloader