image-map icon indicating copy to clipboard operation
image-map copied to clipboard

error when transferring a lot of images (not all images are loaded)

Open Max-RM opened this issue 4 years ago • 7 comments

hi tryashtar. I found an error that is not being fixed. when transferring a large number of images to the world of minecraft bedrock, an error occurs due to which some of the images are not transferred to the world and remain unloaded.

20210630_104400

20210630_104248

even if I wait a few hours, they still won't load. can you fix this error?

I want this error not to happen, because when transferring 46080 images, many will not load.

Max-RM avatar Jun 30 '21 05:06 Max-RM

Hey there. This program, and really winforms as a whole, is not very memory-efficient when it comes to images. Transferring that many images at one time is basically sure to kill all the threads. I do have vague plans to switch to a different library, but unfortunately development on this program isn't a huge priority for me now

tryashtar avatar Jun 30 '21 21:06 tryashtar

damn. this is the only program that allows me to transfer videos to minecraft.

if the program worked incorrectly and some frames are not transferred, then some frames are missing in the finished video. moreover, in a video with 10 fps, the skipping of frames is very noticeable.

Max-RM avatar Jul 01 '21 12:07 Max-RM

Hey there. This program, and really winforms as a whole, is not very memory-efficient when it comes to images. Transferring that many images at one time is basically sure to kill all the threads. I do have vague plans to switch to a different library, but unfortunately development on this program isn't a huge priority for me now

Tryashtar can you implement this in another way? for example, reloading unloaded images while preserving the correct uuids. this way you don't have to create another library

Max-RM avatar Jul 02 '21 13:07 Max-RM

Hey there. This program, and really winforms as a whole, is not very memory-efficient when it comes to images. Transferring that many images at one time is basically sure to kill all the threads. I do have vague plans to switch to a different library, but unfortunately development on this program isn't a huge priority for me now

I'm sorry, I may be speaking incorrectly, because I use a translator

Max-RM avatar Jul 02 '21 13:07 Max-RM

Hey there. This program, and really winforms as a whole, is not very memory-efficient when it comes to images. Transferring that many images at one time is basically sure to kill all the threads. I do have vague plans to switch to a different library, but unfortunately development on this program isn't a huge priority for me now

please tell me what is the name of the library that is responsible for transferring images.

Max-RM avatar Jul 25 '21 15:07 Max-RM

System.Drawing

tryashtar avatar Jul 25 '21 17:07 tryashtar

System.Drawing

Thank you

Max-RM avatar Jul 25 '21 17:07 Max-RM

Should be fixed with 4.0!

tryashtar avatar Aug 22 '22 06:08 tryashtar