Coder Social home page Coder Social logo

mcss-deprecated's Introduction

Hi πŸ‘‹, I'm Jeb Feng

A senior high graduate & hobby developer

ranzeplay

  • πŸ”­ I’m currently working on PhiJudge

  • 🌱 I’m currently learning Next.js, Qwik, Supabase

  • πŸ‘― I’m looking to collaborate on hNetwork

  • 🀝 I’m looking for help with The Arc Programming Language

  • πŸ‘¨β€πŸ’» All of my projects are available at https://ranzeplay.space/projects

  • πŸ“ I regularly write articles on https://ranzeplay.space

  • πŸ’¬ Ask me about .NET, Minecraft

  • πŸ“« How to reach me [email protected]

  • ⚑ Fun fact Attending Gaokao this summer

Connect with me:

ranzeplay 10890267 https://ranzeplay.space/feed

Languages and Tools:

angular azure cplusplus csharp css3 docker dotnet git hexo html5 ionic java linux mysql nextjs nginx nodejs postgresql react rust tailwind typescript

Support:

ranzeplay



ranzeplay

Β ranzeplay

mcss-deprecated's People

Contributors

ranzeplay avatar

Watchers

 avatar

mcss-deprecated's Issues

Application cannot start with an invalid PluginDirectory path

Cannot start a fresh MCSS Dashboard application. It will exit without any signs.
Executing dotnet run command in Git Bash produces following error messages:

Unhandled exception. System.Windows.Markup.XamlParseException: β–’β–’β–’β–’β–’β–’β–’Ν‘β–’MinecraftServerShell.Dashboard.MainWindowβ–’β–’β–’ΔΉβ–’β–’μΊ―β–’β–’Φ΄β–’Π·β–’β–’β–’ΦΈβ–’β–’β–’Δ°β–’ΤΌβ–’β–’β–’Δ΅β–’β–’β–’Κ±β–’β–’β–’β–’β–’β–’β–’μ³£β–’β–’β–’β–’β–’β–’β–’ΠΊβ–’Ξͺβ–’β–’6β–’β–’β–’β–’β–’β–’Ξ»β–’β–’Ξͺβ–’β–’9β–’β–’β–’β–’
 ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'E:\temp\MinecraftServerShell\MinecraftServerShell.Dashboard\Plugins'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerator`1..ctor(String directory, Boolean isNormalized, EnumerationOptions options)
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at System.IO.Directory.GetFiles(String path, String searchPattern, EnumerationOptions enumerationOptions)
   at System.IO.Directory.GetFiles(String path, String searchPattern)
   at MinecraftServerShell.Core.Managers.PluginManager.LoadAllPlugins(String directory) in E:\temp\MinecraftServerShell\MinecraftServerShell.Core\Managers\PluginManager.cs:line 79
   at MinecraftServerShell.Dashboard.MainWindow..ctor() in E:\temp\MinecraftServerShell\MinecraftServerShell.Dashboard\MainWindow.xaml.cs:line 30
   at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean wrapExceptions)
   --- End of inner exception stack trace ---
   at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
   at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
   at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
   at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
   at System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc)
   at System.Windows.Application.LoadComponent(Uri resourceLocator, Boolean bSkipJournaledProperties)
   at System.Windows.Application.DoStartup()
   at System.Windows.Application.<.ctor>b__1_0(Object unused)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
   at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
   at System.Windows.Threading.Dispatcher.Run()
   at System.Windows.Application.RunDispatcher(Object ignore)
   at System.Windows.Application.RunInternal(Window window)
   at System.Windows.Application.Run()
   at MinecraftServerShell.Dashboard.App.Main()

I guess this is because the application is attempting loading plugins from a null directory.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.