288 error, Mimalloc GPU OOM

So, not really sure where to post this, but after implementing an update to my games randomgen system that adds more areas (some with more parts/models), every time I’ve attempted to join the game I get met with:

Error Code: 288, Channel: zmimallocgpuoom.

In all honestly I’m not sure what to make of this, and I can’t find anything online that mentions a Channel following a 288 error code. Is my randomgen system so large it’s causing an OOM GPU crash on the Roblox server?

I’ve made sure that the issue is isolated to the new randomgen areas, rolling back the game (but keeping the areas) did nothing, as soon as the areas are removed it works again, everything in them is anchored and there are no scripts added with them. This problem isn’t only on my client, as it happens for my QA testers as well.

Any help or info would be greatly appreciated!

A server shouldn’t have a GPU so that’s weird, I’d ask a Roblox engineer if I were you

Also: What is the code for at least one of the new areas?

There isn’t any new code being added with the new areas, it’s all running on the same central randomgen script, it’s just the areas have more content in them than the older ones they’re replacing (more parts, models).

You should file a bug report, that shouldnt be happening

1 Like

As far I know, error 288 happens when the game shuts down a server and players are in It, and they get this error.

However, this specific error has another context.
The GPU issues you had are not random, the gpuoom part of the Channel indicates the GPU running out of memory.

Roblox used your Memory also because It Is simulating rendering and physics.

However, this error Is not common and if It happens more often, you should consider posting It in Bug Reports

The channel might be yours and not the server’s. Servers do not have GPUs, as they’re useless

The rendering of all of the parts wouldnt be happening on my client, and even if it was I can run it in studio test fine so that shouldn’t be an issue

This is typical when you’re kicked on a debug channel that isn’t LIVE. Any debug channel will show this, it has nothing to do with the GPU not having enough memory.

Error code 288 is server shutdown.

1 Like

I’m an IT professional so I’m used to Mimalloc = memory allocation, and GPU OOM = GPU out of memory. Do you have any clue why this may be happening if it’s not a memory error?

i dont know why but mine has control at the end?