SOLVED - Random Blue Screens
Posted: 2018-04-12T15:16:04-07:00
I'm using ImageMagick 7.07 on Windows 7 Pro (64-bit) SP1.
I'm cropping a 27000x13500 pixel .png image into 64800 75x75 pixel .png sub-images, using a 64800-line batch file at the command prompt. Here are three representative lines from that batch file:
Magick convert M1.png -crop 75x75+26400+75 M352x001.png
Magick convert M1.png -crop 75x75+26475+75 M353x001.png
Magick convert M1.png -crop 75x75+26550+75 M354x001.png
This is working correctly and is producing the proper sub-images. However, I'm experiencing random Blue Screens (at iteration 14, 546, 598, and 707 so far). Each time it happens, I truncate the batch file and continue from the point of failure.
I don't experience this Blue Screen problem with any other programs.
When I restart the computer after the Blue Screen, I also get a popup saying that "Windows could not connect to the System Event Notification Service". But when I look at that service, it has started automatically and is running.
Any ideas?
I'm cropping a 27000x13500 pixel .png image into 64800 75x75 pixel .png sub-images, using a 64800-line batch file at the command prompt. Here are three representative lines from that batch file:
Magick convert M1.png -crop 75x75+26400+75 M352x001.png
Magick convert M1.png -crop 75x75+26475+75 M353x001.png
Magick convert M1.png -crop 75x75+26550+75 M354x001.png
This is working correctly and is producing the proper sub-images. However, I'm experiencing random Blue Screens (at iteration 14, 546, 598, and 707 so far). Each time it happens, I truncate the batch file and continue from the point of failure.
I don't experience this Blue Screen problem with any other programs.
When I restart the computer after the Blue Screen, I also get a popup saying that "Windows could not connect to the System Event Notification Service". But when I look at that service, it has started automatically and is running.
Any ideas?