DoctorBeardz / WindowsGSM.ProjectZomboid

🧩 WindowsGSM plugin for supporting Project Zomboid Dedicated Server
MIT License
9 stars 4 forks source link

Endless Restart #1

Closed HenryTownshand closed 2 years ago

HenryTownshand commented 2 years ago

System.ComponentModel.Win32Exception (0x80004005): Системе не удается найти указанный путь в Microsoft.Win32.NativeMethods.CreateDirectory(String path, SafeLocalMemHandle acl) в System.CodeDom.Compiler.TempFileCollection.CreateTempDirectoryWithAce(String directory, String identity) в System.CodeDom.Compiler.TempFileCollection.GetTempFileName(String tempDir) в System.CodeDom.Compiler.TempFileCollection.EnsureTempNameCreated() в System.CodeDom.Compiler.TempFileCollection.AddExtension(String fileExtension, Boolean keepFile) в Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Compiler.FromSourceBatch(CompilerParameters options, String[] sources) в Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Compiler.CompileAssemblyFromSourceBatch(CompilerParameters options, String[] sources) в WindowsGSM.Functions.PluginManagement.<LoadPlugin>d__4.MoveNext() --- Конец трассировка стека из предыдущего расположения, где возникло исключение --- в System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() в System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) в WindowsGSM.Functions.PluginManagement.<LoadPlugins>d__3.MoveNext() --- Конец трассировка стека из предыдущего расположения, где возникло исключение --- в System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() в System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) в WindowsGSM.MainWindow.<LoadPlugins>d__22.MoveNext() --- Конец трассировка стека из предыдущего расположения, где возникло исключение --- в System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() в System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) в System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) в System.Windows.Threading.DispatcherOperation.InvokeImpl() в MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj) в System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) в MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state) в System.Windows.Threading.DispatcherOperation.Invoke() в System.Windows.Threading.Dispatcher.ProcessQueue() в System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) в MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) в MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) в System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) в System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) в System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs) в MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) в MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg) в System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame) в System.Windows.Application.RunDispatcher(Object ignore) в System.Windows.Application.RunInternal(Window window) в WindowsGSM.App.Main() в WindowsGSM.Program.Main()WindowsGSM v1.22.2

DoctorBeardz commented 2 years ago

From what I can tell this looks like a general WindowsGSM issue, when does this happen exactly? And have you tried installing and hosting any other servers to check if it is an issue with them as well? In which case you would need to report to the WindowsGSM team directly.

HenryTownshand commented 2 years ago

does this happen exactly?

during the installation of the ProjectZomboid plugin

DoctorBeardz commented 2 years ago

The server installs just fine for me on two machines, I suggest you report this bug to WindowsGSM.