Yellow-Dog-Man / Resonite-Issues

Issue repository for Resonite.
https://resonite.com
135 stars 2 forks source link

System.Net.HttpStatusCode (and potentially other "System" types) #2498

Closed coolymike closed 2 months ago

coolymike commented 3 months ago

Describe the issue.

The type System.Net.HttpStatusCode is not a data model type, causing most networking nodes to break.

Some other types like System.DayOfWeek seem to be affected too.

To Reproduce

Spawn out any network related node (like GET Request) in a session with more than 1 user. This causes a world crash.

Expected behavior

No crash

Screenshots

No response

Resonite Version Number

2024.7.7.1295

What Platforms does this occur on?

Windows, Linux

What headset if any do you use?

Desktop

Log Files

00:46:43.078 (595 FPS)  Assembly System is not a data model assembly for this world, cannot decode type: System.Net.HttpStatusCode
00:46:43.078 (595 FPS)  Type not found: System.Net.HttpStatusCode

Additional Context

No response

Reporters

whippersnatchpumpkinpatch on Discord

gameboycjp commented 3 months ago

resrec:///U-gamethecupdog/R-FDBA6A8FDE1A8CAB24C19BF2ED2717E8535A080423129632EDA8ABFC8D8A65E6 I used this folder in another bug report, but the first 3 objects (nearly identical) have the issue being described here on the prerelease. It only affects existing objects, these types work when pulled out with a flux tip. image

Here's a full log, I have the facet on my dashboard so it triggers the issue too. DESKTOP-3EE2DAL - 2024.7.7.1295 - 2024-07-07 17_28_57.log

coolymike commented 3 months ago

This issue affects networked and saved items, but does not have any impact in a single player session when creating new nodes/components.

Frooxius commented 2 months ago

Fixed this on 2024.7.8.1130, thanks!