mojira.dev

TobiasDev

Assigned

No issues.

Reported

MCPE-155967 Players get stuck with black screen with chunk caching Incomplete MCPE-52950 Form Images are loading very long Awaiting Response

Comments

Can confirm this to be an issue as well.

Can confirm that this is an issue still present in current versions of the game.

Steps to reproduce:
Setup a simple server, for example using PocketMine-MP, Cloudburst/Nukkit or any other server software.
Have a sample image somewhere on a webserver.
Send the player a MenuForm, setting the URL for a button to the link to that image.

 

Observed Results:

The image loading screen is just loading endlessly and then the image frame is disappearing.

 

Expected result:

the images should be displayed as soon as they are available from the webserver.

Yes, this is indeed still an issue, on most devices. Sending form images, you need to trigger a client-sided image re-render in order to make the images display (as long as they are not part of a resource pack). Servers use for example the UpdateAttributesPacket to trigger that rerender. Tho, images should be displayed and shown as soon as they have been polled from the target URL I think.

Regards,

TobiasDev