I just recently started coding a game in scheme and am noticing an issue when loading PNGs.<div>This issue happens RANDOMLY on RANDOM image(s). So, its not just one particular image.</div><div><br></div><div>well, i forgot to say the issue...the issue is that the images are full black. The image shape is evident and clear, but is filled with all black.</div>
<div>I capped the memory at 512 MB.</div>
<div><br></div><div>(define OVERLAY-RED (bitmap &quot;src/bg-overlay/red.png&quot;)) ;; ex. of how i load the images</div><div><br></div><div>Any ideas?</div><div><br></div><div>Lemme show you the issue:</div><div>
<br></div><div>Picture 1: Notice the RED blood: THIS IS THE GOOD ONE</div><div><br></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><a href="http://img829.imageshack.us/img829/4864/65490383.jpg" target="_blank" style="color: rgb(17, 65, 112); ">http://img829.imageshack.us/img829/4864/65490383.jpg</a></span></div>
<div><br></div><div>Picture 2: Notice the now BLACK blood: I have tried to point it out using arrows: THIS IS THE ERRORED ONE</div><div><br></div><div><a href="http://img130.imageshack.us/img130/7563/76349361.jpg">http://img130.imageshack.us/img130/7563/76349361.jpg</a></div>
<div><br></div><div>Thank you all for help.</div><div><br></div><div>Mathew</div><div><br></div><div><br></div><div><br></div>