Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Magic ACZ fails and crashes the server if you use Robust.Server instead of Content #5520

Open
VasilisThePikachu opened this issue Nov 13, 2024 · 0 comments

Comments

@VasilisThePikachu
Copy link
Member

It seems to be attempting to use RobustToolbox bin folder to look for the client file. Instead of well... content itself

Also it should now FATAL crash the server

[FATL] unhandled: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\bin\Content.Client\Content.Client.dll'.
   at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.File.OpenRead(String path)
   at Robust.Packaging.AssetProcessing.AssetFileDisk.Open() in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetFiles.cs:line 47
   at Robust.Server.ServerStatus.StatusHost.AssetPassAczWriter.AcceptFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Server\ServerStatus\StatusHost.Acz.Sources.cs:line 226        
   at Robust.Packaging.AssetProcessing.AssetPass.InternalAcceptFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 251
   at Robust.Packaging.AssetProcessing.AssetPass.SendFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 140
   at Robust.Packaging.AssetProcessing.Passes.AssetPassPipe.AcceptFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\Passes\AssetPassPipe.cs:line 50        
   at Robust.Packaging.AssetProcessing.AssetPass.InternalAcceptFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 251
   at Robust.Packaging.AssetProcessing.AssetPass.SendFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 140
   at Robust.Packaging.AssetProcessing.Passes.AssetPassPipe.AcceptFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\Passes\AssetPassPipe.cs:line 50        
   at Robust.Packaging.AssetProcessing.AssetPass.InternalAcceptFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 251
   at Robust.Packaging.AssetProcessing.AssetPass.SendFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 140
   at Robust.Packaging.AssetProcessing.Passes.AssetPassPipe.<>c__DisplayClass9_0.<AcceptFile>b__0() in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\Passes\AssetPassPipe.cs:line 46
   at Robust.Packaging.AssetProcessing.AssetPass.<>c__DisplayClass31_0.<RunJob>b__0(Object _) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 234
   at System.Threading.QueueUserWorkItemCallback.Execute()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
[FATL] unhandled: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\bin\Content.Client\Content.Shared.Database.dll'.
   at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.File.OpenRead(String path)
   at Robust.Packaging.AssetProcessing.AssetFileDisk.Open() in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetFiles.cs:line 47
   at Robust.Server.ServerStatus.StatusHost.AssetPassAczWriter.AcceptFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Server\ServerStatus\StatusHost.Acz.Sources.cs:line 226        
   at Robust.Packaging.AssetProcessing.AssetPass.InternalAcceptFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 251
   at Robust.Packaging.AssetProcessing.AssetPass.SendFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 140
   at Robust.Packaging.AssetProcessing.Passes.AssetPassPipe.AcceptFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\Passes\AssetPassPipe.cs:line 50        
   at Robust.Packaging.AssetProcessing.AssetPass.InternalAcceptFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 251
   at Robust.Packaging.AssetProcessing.AssetPass.SendFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 140
   at Robust.Packaging.AssetProcessing.Passes.AssetPassPipe.AcceptFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\Passes\AssetPassPipe.cs:line 50        
   at Robust.Packaging.AssetProcessing.AssetPass.InternalAcceptFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 251
   at Robust.Packaging.AssetProcessing.AssetPass.SendFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 140
   at Robust.Packaging.AssetProcessing.Passes.AssetPassPipe.<>c__DisplayClass9_0.<AcceptFile>b__0() in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\Passes\AssetPassPipe.cs:line 46
   at Robust.Packaging.AssetProcessing.AssetPass.<>c__DisplayClass31_0.<RunJob>b__0(Object _) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 234
   at System.Threading.QueueUserWorkItemCallback.Execute()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
[FATL] unhandled: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\bin\Content.Client\Content.Shared.dll'.
   at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.File.OpenRead(String path)
   at Robust.Packaging.AssetProcessing.AssetFileDisk.Open() in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetFiles.cs:line 47
   at Robust.Server.ServerStatus.StatusHost.AssetPassAczWriter.AcceptFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Server\ServerStatus\StatusHost.Acz.Sources.cs:line 226        
   at Robust.Packaging.AssetProcessing.AssetPass.InternalAcceptFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 251
   at Robust.Packaging.AssetProcessing.AssetPass.SendFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 140
   at Robust.Packaging.AssetProcessing.Passes.AssetPassPipe.AcceptFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\Passes\AssetPassPipe.cs:line 50        
   at Robust.Packaging.AssetProcessing.AssetPass.InternalAcceptFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 251
   at Robust.Packaging.AssetProcessing.AssetPass.SendFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 140
   at Robust.Packaging.AssetProcessing.Passes.AssetPassPipe.AcceptFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\Passes\AssetPassPipe.cs:line 50        
   at Robust.Packaging.AssetProcessing.AssetPass.InternalAcceptFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 251
   at Robust.Packaging.AssetProcessing.AssetPass.SendFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 140
   at Robust.Packaging.AssetProcessing.Passes.AssetPassPipe.<>c__DisplayClass9_0.<AcceptFile>b__0() in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\Passes\AssetPassPipe.cs:line 46
   at Robust.Packaging.AssetProcessing.AssetPass.<>c__DisplayClass31_0.<RunJob>b__0(Object _) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 234
   at System.Threading.QueueUserWorkItemCallback.Execute()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
Unhandled exception. System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\bin\Content.Client\Content.Client.dll'.
   at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.File.OpenRead(String path)
   at Robust.Packaging.AssetProcessing.AssetFileDisk.Open() in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetFiles.cs:line 47
   at Robust.Server.ServerStatus.StatusHost.AssetPassAczWriter.AcceptFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Server\ServerStatus\StatusHost.Acz.Sources.cs:line 226        
   at Robust.Packaging.AssetProcessing.AssetPass.InternalAcceptFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 251
   at Robust.Packaging.AssetProcessing.AssetPass.SendFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 140
   at Robust.Packaging.AssetProcessing.Passes.AssetPassPipe.AcceptFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\Passes\AssetPassPipe.cs:line 50        
   at Robust.Packaging.AssetProcessing.AssetPass.InternalAcceptFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 251
   at Robust.Packaging.AssetProcessing.AssetPass.SendFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 140
   at Robust.Packaging.AssetProcessing.Passes.AssetPassPipe.AcceptFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\Passes\AssetPassPipe.cs:line 50        
   at Robust.Packaging.AssetProcessing.AssetPass.InternalAcceptFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 251
   at Robust.Packaging.AssetProcessing.AssetPass.SendFile(AssetFile file) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 140
   at Robust.Packaging.AssetProcessing.Passes.AssetPassPipe.<>c__DisplayClass9_0.<AcceptFile>b__0() in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\Passes\AssetPassPipe.cs:line 46
   at Robust.Packaging.AssetProcessing.AssetPass.<>c__DisplayClass31_0.<RunJob>b__0(Object _) in C:\Users\Vasilis\Desktop\SS14\space-station-14\RobustToolbox\Robust.Packaging\AssetProcessing\AssetPass.cs:line 234
   at System.Threading.QueueUserWorkItemCallback.Execute()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
Unhandled exception. Unhandled exception.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant