space-wizards / space-station-14

A multiplayer game about paranoia and chaos on a space station. Remake of the cult-classic Space Station 13.
https://spacestation14.io
MIT License
2.71k stars 3.43k forks source link

Audio related exceptions #1745

Closed exp111 closed 4 years ago

exp111 commented 4 years ago
[ERRO] entsys: System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'AudioSource'.
   at Robust.Client.Graphics.Clyde.Clyde.AudioSource._checkDisposed() in /var/lib/jenkins/workspace/SS14 Content@2/RobustToolbox/Robust.Client/Graphics/Clyde/Audio/Clyde.Audio.cs:line 546
   at Robust.Client.Graphics.Clyde.Clyde.AudioSource.get_IsPlaying() in /var/lib/jenkins/workspace/SS14 Content@2/RobustToolbox/Robust.Client/Graphics/Clyde/Audio/Clyde.Audio.cs:line 389
   at Robust.Client.GameObjects.EntitySystems.AudioSystem.FrameUpdate(Single frameTime) in /var/lib/jenkins/workspace/SS14 Content@2/RobustToolbox/Robust.Client/GameObjects/EntitySystems/AudioSystem.cs:line 99
   at Robust.Shared.GameObjects.EntitySystemManager.FrameUpdate(Single frameTime) in /var/lib/jenkins/workspace/SS14 Content@2/RobustToolbox/Robust.Shared/GameObjects/EntitySystemManager.cs:line 245
[ERRO] entsys: System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'AudioSource'.
   at Robust.Client.Graphics.Clyde.Clyde.AudioSource._checkDisposed() in /var/lib/jenkins/workspace/SS14 Content@2/RobustToolbox/Robust.Client/Graphics/Clyde/Audio/Clyde.Audio.cs:line 546
   at Robust.Client.Graphics.Clyde.Clyde.AudioSource.get_IsPlaying() in /var/lib/jenkins/workspace/SS14 Content@2/RobustToolbox/Robust.Client/Graphics/Clyde/Audio/Clyde.Audio.cs:line 389
   at Robust.Client.GameObjects.EntitySystems.AudioSystem.FrameUpdate(Single frameTime) in /var/lib/jenkins/workspace/SS14 Content@2/RobustToolbox/Robust.Client/GameObjects/EntitySystems/AudioSystem.cs:line 99
   at Robust.Shared.GameObjects.EntitySystemManager.FrameUpdate(Single frameTime) in /var/lib/jenkins/workspace/SS14 Content@2/RobustToolbox/Robust.Shared/GameObjects/EntitySystemManager.cs:line 245
[ERRO] entsys: System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'AudioSource'.
   at Robust.Client.Graphics.Clyde.Clyde.AudioSource._checkDisposed() in /var/lib/jenkins/workspace/SS14 Content@2/RobustToolbox/Robust.Client/Graphics/Clyde/Audio/Clyde.Audio.cs:line 546
   at Robust.Client.Graphics.Clyde.Clyde.AudioSource.get_IsPlaying() in /var/lib/jenkins/workspace/SS14 Content@2/RobustToolbox/Robust.Client/Graphics/Clyde/Audio/Clyde.Audio.cs:line 389
   at Robust.Client.GameObjects.EntitySystems.AudioSystem.FrameUpdate(Single frameTime) in /var/lib/jenkins/workspace/SS14 Content@2/RobustToolbox/Robust.Client/GameObjects/EntitySystems/AudioSystem.cs:line 99
   at Robust.Shared.GameObjects.EntitySystemManager.FrameUpdate(Single frameTime) in /var/lib/jenkins/workspace/SS14 Content@2/RobustToolbox/Robust.Shared/GameObjects/EntitySystemManager.cs:line 245
gradientvera commented 4 years ago

I'm pretty sure PJB fixed this recently.