Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Why does this crash?
#8
I can't open nearly that many 1x1 images either.  Here's code I was playing with.  When I increase the image size it crashes quicker too, so there is a memory limit I'm reaching.  So It may be just the regular running out of memory issue. But why that limit is different for different runs I dunno, maybe an OS memory management thing?  I'm just throwing out guesses....

- Dav

Code: (Select All)

Screen _NewImage(800, 600, 32)
Dim img&(500000)
For t& = 1 To 500000
    Print t&
    img&(t&) = _NewImage(1, 1, 32) 'increase pix size, it crashes quicker.
Next

Find my programs here in Dav's QB64 Corner
Reply


Messages In This Thread
Why does this crash? - by TerryRitchie - 09-18-2023, 09:43 PM
RE: Why does this crash? - by GareBear - 09-18-2023, 10:01 PM
RE: Why does this crash? - by Dav - 09-18-2023, 10:08 PM
RE: Why does this crash? - by TerryRitchie - 09-18-2023, 10:33 PM
RE: Why does this crash? - by TerryRitchie - 09-18-2023, 10:42 PM
RE: Why does this crash? - by TerryRitchie - 09-18-2023, 10:50 PM
RE: Why does this crash? - by mnrvovrfc - 09-18-2023, 11:01 PM
RE: Why does this crash? - by Dav - 09-18-2023, 11:04 PM
RE: Why does this crash? - by mnrvovrfc - 09-18-2023, 11:12 PM
RE: Why does this crash? - by DSMan195276 - 09-19-2023, 12:22 AM
RE: Why does this crash? - by SMcNeill - 09-19-2023, 12:42 AM
RE: Why does this crash? - by bplus - 09-19-2023, 12:43 AM
RE: Why does this crash? - by DSMan195276 - 09-19-2023, 12:47 AM
RE: Why does this crash? - by SMcNeill - 09-19-2023, 12:56 AM
RE: Why does this crash? - by SMcNeill - 09-19-2023, 12:53 AM
RE: Why does this crash? - by DSMan195276 - 09-19-2023, 02:23 AM
RE: Why does this crash? - by TerryRitchie - 09-19-2023, 03:22 AM
RE: Why does this crash? - by bplus - 09-20-2023, 10:09 AM
RE: Why does this crash? - by TerryRitchie - 09-20-2023, 02:21 PM
RE: Why does this crash? - by TerryRitchie - 09-20-2023, 02:44 AM
RE: Why does this crash? - by bplus - 09-20-2023, 02:37 PM
RE: Why does this crash? - by TerryRitchie - 09-20-2023, 05:17 PM



Users browsing this thread: 1 Guest(s)