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

Eco 9.6.1 Server Crash on Startup #2

Open
Dave247 opened this issue Sep 4, 2022 · 0 comments
Open

Eco 9.6.1 Server Crash on Startup #2

Dave247 opened this issue Sep 4, 2022 · 0 comments

Comments

@Dave247
Copy link

Dave247 commented Sep 4, 2022

Running a Windows sever with this mod will cause it to crash with the following error,

[17:35:10.537] [22] [ Warn] [Eco] Failed to get derived types for 'Eco.World.Blocks.Block' in assembly 'EcoPlayerUtilities, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' (usually safe to ignore for third party assembly). Error message: Unable to load one or more of the requested types.

 
[17:35:10.673] [4] [ Info] [Eco] Server Initialization                             ... Finished in 10.524 sec
 
[17:35:10.680] [19] [Error] [Eco] Failed to start the server. Exception was Exception: ReflectionTypeLoadException
Message:Unable to load one or more of the requested types.

Source:System.Private.CoreLib

System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.

   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.Assembly.GetTypes()
   at Eco.Shared.Utils.ReflectionUtils.<>c.<GetFilteredAssemblyTypes>b__10_0(Assembly a)
   at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.MoveNext()
   at Eco.Core.Serialization.SimpleSerializer.InitializeSerializableTypes()
   at Eco.Core.Serialization.SimpleSerializer..cctor()
System.TypeLoadException
Outer Exceptions:
Exception has been thrown by the target of an invocation.
One or more errors occurred. (The type initializer for 'Eco.Core.Serialization.SimpleSerializer' threw an exception.)
The type initializer for 'Eco.Core.Serialization.SimpleSerializer' threw an 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