Older Meshes not loading?

I noticed on the forums that someone mentioned that the ‘quarter sphere’ mesh wasn’t appearing and it is breaking their game.
I have a mesh kit that I collected so I went into studio and I get this message in the Output window:
20:45:46.249 - MeshContentProvider failed to process https://assetgame.roblox.com/asset/?id=10813185 because ‘could not fetch’
20:45:46.312 - MeshContentProvider failed to process https://assetgame.roblox.com/asset/?id=10835402 because ‘could not fetch’
20:45:47.806 - MeshContentProvider failed to process https://assetgame.roblox.com/Asset/?id=9756362 because ‘could not fetch’
20:45:47.922 - MeshContentProvider failed to process https://assetgame.roblox.com/Asset/?id=10207677 because ‘could not fetch’
20:45:47.923 - MeshContentProvider failed to process https://assetgame.roblox.com/Asset/?id=9755615 because ‘could not fetch’
20:45:47.925 - MeshContentProvider failed to process https://assetgame.roblox.com/Asset/?id=9944765 because ‘could not fetch’
20:45:47.983 - MeshContentProvider failed to process https://assetgame.roblox.com/Asset/?id=9758150 because ‘could not fetch’
20:45:47.984 - MeshContentProvider failed to process https://assetgame.roblox.com/asset/?id=10810855 because ‘could not fetch’
20:45:48.386 - MeshContentProvider failed to process https://assetgame.roblox.com/Asset/?id=9753878 because ‘could not fetch’
20:45:51.453 - MeshContentProvider failed to process https://assetgame.roblox.com/asset?id=10083961 because ‘could not fetch’
20:45:51.547 - MeshContentProvider failed to process https://assetgame.roblox.com/asset?id=10094808 because ‘could not fetch’
20:45:51.905 - MeshContentProvider failed to process https://assetgame.roblox.com/asset/?id=9780634 because ‘could not fetch’
20:45:51.986 - MeshContentProvider failed to process https://assetgame.roblox.com/asset?id=10083719 because ‘could not fetch’
20:45:52.138 - MeshContentProvider failed to process https://assetgame.roblox.com/asset/?id=10813073 because ‘could not fetch’
20:45:52.404 - MeshContentProvider failed to process https://assetgame.roblox.com/asset/?id=10679524 because ‘could not fetch’
20:45:52.603 - MeshContentProvider failed to process https://assetgame.roblox.com/asset/?id=10146028 because ‘could not fetch’
20:45:52.805 - MeshContentProvider failed to process https://assetgame.roblox.com/asset/?id=10998762 because ‘could not fetch’
20:45:53.047 - MeshContentProvider failed to process https://assetgame.roblox.com/Asset/?id=9982590 because ‘could not fetch’
20:45:53.048 - MeshContentProvider failed to process https://assetgame.roblox.com/Asset/?id=9759642 because ‘could not fetch’
20:45:53.258 - MeshContentProvider failed to process https://assetgame.roblox.com/asset?id=11294922 because ‘could not fetch’

I look at places in my game where I have these meshes as well as in my mesh kit. There is nothing showing up in those places. I can mouse over the Part but the meshes are gone.
It happens in any place that I’ve built with that mesh kit, so most of my builds are affected.
It seems to have happened in the last week or so.

7 Likes

@Uglypoe contacted me about this same issue over Discord an hour ago – I suspect it’s related to the ContentProvider changes. This may be because they’re not official meshes and were uploaded through exploits AFAIK.

If ROBLOX were to fix this, they should convert the meshes made by this user to official mesh assets so they continue to be available in old games that use them, rather than coding some awkward exception just for these exploited meshes.

5 Likes

Would be nice if they did that for us, rather than users who have these exploit meshes in game (and I know a few people have taken my kit https://www.roblox.com/library/118456007/69scott69-Mesh-Kit) having to find a way to work around it…

2 Likes

Digimon Aurity, a game that heavily uses those kind of mesh is affected by this change too.

I hope Roblox does something to address this issue.

The aftermath

2 Likes

These meshes are used all over Roblox.

5 Likes

rip ban hammer :frowning:

1 Like

As you can tell from their catalog pages, these meshes are incorrectly typed (Should be a mesh where they were a model). If you’d like to use these meshes, for now you can download their files (https://assetgame.roblox.com/asset/?id=10813185 where you replace the id with the one you want), and reupload.

We’ve fixed most “incorrectly” typed roblox assets.

We can fix the types on a per-case basis. Is there a source (besides this MeshDB guy) that you were getting all these from?

1 Like

After checking all the MeshContentProvider errors, here are some of the sources I was able to find out:

Source: Stravant https://www.roblox.com/users/80119/profile

https://www.roblox.com/library/10813073/Thruster-Mesh
https://www.roblox.com/library/11294911/Pyr-A

Source: DarknessGuideMe https://www.roblox.com/users/14840431/profile/

https://www.roblox.com/library/92046823/D-LL

Source: level140roblox https://www.roblox.com/users/493676/profile/

https://www.roblox.com/library/11909912/Ax

Source: mustyoshi https://www.roblox.com/users/136672/profile/

https://www.roblox.com/library/10297725/Slime

Source: Roball1 https://www.roblox.com/users/2117045/profile/

https://www.roblox.com/library/718719729/RenderMesh

There might be some others that I missed but these are found based on the errors on the output. Hope you guys can fix them soon. Thank you.

And I’m really sorry for the late reply!

Will be fixed soon with the correction of a few types of these old meshes:
see:

1 Like

Is there any script I could put in the Command Bar to point out where each of these old meshes are? I’m still a newbie at scripting so while I understand loops and properties of Parts I have a tough time putting all of that together to search for a MeshId (I learned Basic many, many moons ago).
I have a game with 22,000+ Parts with a whole lot of Meshes in it. I dread having to search through them one by one to find 4 Parts with meshes so I can fix them. I use meshes at pretty small scales in pretty large places most of the time for details of components so trying to just fly the camera around in Studio to find them could take longer than going through the Explorer window Searching ‘Mesh’ and having to comb through all those looking for certain id numbers would make me cross-eyed and angry.
Another game has 40,000 Parts and I have 7 meshes in that one that are ‘could not fetch’.
Yet another game has 15,600 Parts and 2 meshes that are ‘could not fetch’.

1 Like

We’ve fixed the types for the 120 most commonly used assets. If there are any others, you can download and re-upload them as the correct types.

It’s not that, it’s finding where those meshes are in a large game so that I can do that. The Search in the Workspace window won’t find the MeshIds, just ALL the items titled ‘Mesh’ in a place.

Select workspace in studio, then paste code similar to this in the command bar:

where instead of Texture it gets MeshId (or whatever the property name is).