I just did a quick test, and I confirm the issue. However, even by setting the minimum free space required to 0, it still complains, with the root folder of the ramdisk, that there is no free space.
As a developer, I can easily imagine what happens with this app: it uses a bad API to retrieve the free space, then gets a negative value when an error occurs (for instance -1), and finally performs a signed comparison with the minimum value supplied by the user. As -1 is below 0, it considers that there is not enough free space.
At least, you have found a workaround...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hej,
I can't record directly to ramdisk only in Imdisk using icecream screen recorder, I tried amd radeon ramdisk and it worked fine.
it tells me that there is no free space left
This is new!
I tried to record to the z:\temp and it worked, but it will not record to the roor z: immediately.
I guess it is strange cause in readeon ram disk it could ?
Anyway I love ImDisk toolkit much more, it has the ability to allocate memory dynamically :)
I just did a quick test, and I confirm the issue. However, even by setting the minimum free space required to 0, it still complains, with the root folder of the ramdisk, that there is no free space.
As a developer, I can easily imagine what happens with this app: it uses a bad API to retrieve the free space, then gets a negative value when an error occurs (for instance -1), and finally performs a signed comparison with the minimum value supplied by the user. As -1 is below 0, it considers that there is not enough free space.
At least, you have found a workaround...