Git Product home page Git Product logo

unturned-libraries's Introduction

Greetings everyone,

This repository stores in code and releases the actual libraries for the game Unturned and plugins for RocketMod.

Using the library for plugins is very simple: transfer all the files from the folder Libraries in the server folder under the path /Rocket/Libraries.

All the necessary files can be found in Releases, if you have any questions please contact issues.

unturned-libraries's People

Contributors

d3adwolf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

unturned-libraries's Issues

k4os and MySql.data.dll

Describe the bug
Plugins are unable to find the k4os.Compression.LZ4.dll and the MySql.data.dll files (They are in the libraries folder)

To Reproduce
Steps to reproduce the behavior:

  1. reinstall libraries using the ones provided here
  2. launch the server
  3. error from any plugin that needs 1 of those 2 files

Expected behavior
For there to be no error message and for it to work.

Screenshots

Desktop (please complete the following information):
Linux, Modern Hosting server

Uconomy library error

Uconomy libraries doesnt work and keeps giving error that says update .dll i did update lot of .dll but i couldnt get rid of 1 error.
[loading] Uconomy [registered] /pay (fr34kyn01535.Uconomy.CommandPay/pay) Fallback handler could not load library C:/steamcmd/steamapps/common/U3DS/Unturned_Data/MonoBleedingEdge/data-0000007B240F0030.dll mscorlib >> Caught exception resolving dependency: System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=-> Exception in DoAssemblyResolve: System.BadImageFormatException: 0x0000007AD6E03020 File name: 'In Memory assembly' at (wrapper managed-to-native) System.AppDomain.LoadAssemblyRaw(System.AppDomain,byte[],byte[],System.Security.Policy.Evidence,bool) at System.AppDomain.Load (System.Byte[] rawAssembly, System.Byte[] rawSymbolStore, System.Security.Policy.Evidence securityEvidence, System.Boolean refonly) [0x0000e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at System.AppDomain.Load (System.Byte[] rawAssembly, System.Byte[] rawSymbolStore, System.Security.Policy.Evidence securityEvidence) [0x00000] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at (wrapper remoting-invoke-with-check) System.AppDomain.Load(byte[],byte[],System.Security.Policy.Evidence) at System.AppDomain.Load (System.Byte[] rawAssembly) [0x00000] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at (wrapper remoting-invoke-with-check) System.AppDomain.Load(byte[]) at System.Reflection.Assembly.Load (System.Byte[] rawAssembly) [0x00005] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Rocket.Core.Plugins.RocketPluginManager.<Awake>b__12_0 (System.Object sender, System.ResolveEventArgs args) [0x00049] in <59a13feb721848c8b0cd173f6d0e820b>:0 Could not find dependency: System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Uconomy >> Exception in Uconomy: System.TypeInitializationException: The type initializer for 'MySql.Data.MySqlClient.MySqlConnectAttrs' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. at MySql.Data.MySqlClient.MySqlConnectAttrs..cctor () [0x00019] in <c020c489676c4d0e9e115b242bef7ab4>:0 --- End of inner exception stack trace --- at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_generic_class_init(intptr) at MySql.Data.MySqlClient.NativeDriver.SetConnectAttrs () [0x00018] in <c020c489676c4d0e9e115b242bef7ab4>:0 at MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.Authenticate (System.Boolean reset) [0x00080] in <c020c489676c4d0e9e115b242bef7ab4>:0 at MySql.Data.MySqlClient.NativeDriver.Authenticate (System.String authMethod, System.Boolean reset) [0x0002a] in <c020c489676c4d0e9e115b242bef7ab4>:0 at MySql.Data.MySqlClient.NativeDriver.Open () [0x0036b] in <c020c489676c4d0e9e115b242bef7ab4>:0 at MySql.Data.MySqlClient.Driver.Open () [0x0000e] in <c020c489676c4d0e9e115b242bef7ab4>:0 at MySql.Data.MySqlClient.Driver.Create (MySql.Data.MySqlClient.MySqlConnectionStringBuilder settings) [0x0004e] in <c020c489676c4d0e9e115b242bef7ab4>:0 at MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection () [0x00006] in <c020c489676c4d0e9e115b242bef7ab4>:0 at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection () [0x00095] in <c020c489676c4d0e9e115b242bef7ab4>:0 at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver () [0x0003f] in <c020c489676c4d0e9e115b242bef7ab4>:0 at MySql.Data.MySqlClient.MySqlPool.GetConnection () [0x0001c] in <c020c489676c4d0e9e115b242bef7ab4>:0 at MySql.Data.MySqlClient.MySqlConnection.Open () [0x002be] in <c020c489676c4d0e9e115b242bef7ab4>:0 at fr34kyn01535.Uconomy.DatabaseManager.ExecuteQuery (System.Boolean isScalar, System.String query) [0x00017] in <b31fa5b61f414cef91643e44984ab793>:0 Uconomy >> Exception in Uconomy: System.TypeInitializationException: The type initializer for 'MySql.Data.MySqlClient.MySqlConnectAttrs' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. at MySql.Data.MySqlClient.MySqlConnectAttrs..cctor () [0x00019] in <c020c489676c4d0e9e115b242bef7ab4>:0 --- End of inner exception stack trace --- at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_generic_class_init(intptr) at MySql.Data.MySqlClient.NativeDriver.SetConnectAttrs () [0x00018] in <c020c489676c4d0e9e115b242bef7ab4>:0 at MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.Authenticate (System.Boolean reset) [0x00080] in <c020c489676c4d0e9e115b242bef7ab4>:0 at MySql.Data.MySqlClient.NativeDriver.Authenticate (System.String authMethod, System.Boolean reset) [0x0002a] in <c020c489676c4d0e9e115b242bef7ab4>:0 at MySqUnloading 1 Unused Serialized files (Serialized files now loaded: 1) l.Data.MySqlClient.NativeDriver.Open () [0x0036b] in <c020c489676c4d0e9e115b242bef7ab4>:0 at MySql.Data.MySqlClient.Driver.Open () [0x0000e] in <c020c489676c4d0e9e115b242bef7ab4>:0 at MySql.Data.MySqlClient.Driver.Create (MySql.Data.MySqlClient.MySqlConnectionStringBuilder settings) [0x0004e] in <c020c489676c4d0e9e115b242bef7ab4>:0 at MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection () [0x00006] in <c020c489676c4d0e9e115b242bef7ab4>:0 at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection () [0x00095] in <c020c489676c4d0e9e115b242bef7ab4>:0 at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver () [0x0003f] in <c020c489676c4d0e9e115b242bef7ab4>:0 at MySql.Data.MySqlClient.MySqlPool.GetConnection () [0x0001c] in <c020c489676c4d0e9e115b242bef7ab4>:0 at MySql.Data.MySqlClient.MySqlConnection.Open () [0x002be] in <c020c489676c4d0e9e115b242bef7ab4>:0

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.