lune-org / lune

A standalone Luau runtime
https://lune-org.github.io/docs
Mozilla Public License 2.0
392 stars 89 forks source link

Failed to deserialize Configuration.AttributesSerialize because invalid value type: 21 #266

Open SnowdustDev opened 1 month ago

SnowdustDev commented 1 month ago

Got this error when trying to load the Racing Roblox template place:

Failed to read document from buffer - Failed to deserialize Configuration.AttributesSerialize because invalid value type: 21
[Stack Begin]
        Script '[C]'
        Script '__mlua_async_poll', Line 4
        Script 'scripts\remodel\remodel.luau', Line 189...

Seems this is a similar issue to when retro tonemapping was added? https://github.com/lune-org/lune/issues/244

I believe the solution should be to refresh rbx-dom (https://github.com/lune-org/lune/pull/245)

Cheers! :)

jatekpet76 commented 3 weeks ago

same here :(

kennethloeffler commented 3 weeks ago

Hi, this is an upstream issue: rojo-rbx/rbx-dom#383.

I'll be starting work to support EnumItemattributes shortly, as well as preventing similar problems with attributes in the future

tacheometry commented 2 weeks ago

If this helps, this error does not happen on the same place file in Lune 0.7.3. So Lune 0.7.4 seems to be the version that introduces the error.