Yellow-Dog-Man / Resonite-Issues

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

Headless RecyclableMemoryStream Crash #3180

Open troyBORG opened 1 week ago

troyBORG commented 1 week ago

Describe the bug?

I came home from work and noticed my headless was down. I logged in over SSH and saw errors and it Aborted.

To Reproduce

Unsure

Expected behavior

Not to crash?

Screenshots

Image

Resonite Version Number

2024.11.12.1329

What Platforms does this occur on?

Linux

What headset if any do you use?

Headless

Log Files

Unhandled exception. System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'The stream with Id 5702917 and Tag  is disposed.'.
   at Microsoft.IO.RecyclableMemoryStream.CheckDisposed() in D:\Workspace\Everion\FrooxEngine\Elements.Core\RecyclableMemoryStream\RecyclableMemoryStream.cs:line 811
   at Microsoft.IO.RecyclableMemoryStream.get_Length() in D:\Workspace\Everion\FrooxEngine\Elements.Core\RecyclableMemoryStream\RecyclableMemoryStream.cs:line 356
   at FrooxEngine.BinaryMessageBatch.ToString()
   at FrooxEngine.SyncMessage.Finalize()
Aborted

ResoniteServer_2024.11.12.1329-2024-11-13_13_38_48.log

Additional Context

No response

Reporters

No response

Frooxius commented 1 week ago

How often does this happen?

troyBORG commented 1 week ago

This was the first time I've seen the error show up.
Only thing that changed was ghostscript libgs9 libgs9-common had updates in Ubuntu, and the Resonite version update...

troyBORG commented 1 week ago

Well restarting the headless, and letting it run all day, the issue hasn't returned. It seems so far to of been a one time bug.

I thought it was weird, and wanted to report it since I never know if it might be some weird bug that only pops ups randomly and might of been hard to diagnose..