Yeah, why is that wrong?Unpacked a clean server,then unpack in a folder with a server mod, then launch the patcher via the. bat file.You have not updated your Fougerite correctly.
![]()
Yeah, why is that wrong?Unpacked a clean server,then unpack in a folder with a server mod, then launch the patcher via the. bat file.You have not updated your Fougerite correctly.
![]()
yesI don't really understand you at the moment.
You mean Fougerite 1.5.6 is working fine but you have some sort of problems? The error that you stated says that you had a TypeError failing to load Mysql.
Did you place ALL dlls including the new ones from the release to the managed folder?
Mysql, i18, system.management, system.data, etc.
Alright, well It doesn't happen to me but I'm gonna investigate
This problem with drop++System.TypeLoadException: Could not load type 'MySql.Data.MySqlClient.MySqlConnection' from assembly 'MySql.Data, Version=6.7.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d'.
Im gonna re-update RB Server, then check whats up.
I don't use RBSystem.TypeLoadException: Could not load type 'MySql.Data.MySqlClient.MySqlConnection' from assembly 'MySql.Data, Version=6.7.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d'.
Im gonna re-update RB Server, then check whats up.
So you enable Drop++, error happens, if you disable It it doesn't?This problem with drop++
I know that you don't use it.I don't use RB
When enabled the plugin drop++ I get the error I told about itSo you enable Drop++, error happens, if you disable It it doesn't?
I know that you don't use it.
Didn't have to say that I am wrong update the server - is there really a bug with the pluginSo you enable Drop++, error happens, if you disable It it doesn't?
I know that you don't use it.
What? I totally don't understand that.Didn't have to say that I am wrong update the server - is there really a bug with the plugin
Clean the server and overwrite the mod then the patch and runWhat? I totally don't understand that.
There is no error at me. Can't reproduce It.
If you really need to use that, I have quickfix just for you.Clean the server and overwrite the mod then the patch and run
chcp 65001
rust_server.exe -batchmode -cheatpunch -datadir "Settings/Save-Maps/"
What does he have to use? I kinda lost trail.If you really need to use that, I have quickfix just for you.
Please, try using attached MagmaPlugin.dll, replace the one in Modules\MagmaPlugin folder
This dll has omitted MySQL parameter.
Read the rest of this update entry...
- Added missing System.Transactions.dll which seems to solve the issue with the Typeloading.
Last update should have the fix.Clean the server and overwrite the mod then the patch and run
chcp 65001
rust_server.exe -batchmode -cheatpunch -datadir "Settings/Save-Maps/"
Read the rest of this update entry...
- Fixed HurtEvent killing the player when the damage is bigger than 100
- Some Minor Fixes
- SQLite has been added to all engines, the class is "SQLite" for Py, Lua, Js
- Made the possibility to add extra arguments at Mysql connection
- A good SQLite Example: http://blog.tigrangasparian.com/2012/02/09/getting-started-with-sqlite-in-c-part-one/
- Class: https://github.com/Notulp/Fougerite/blob/master/Fougerite/Fougerite/SQLiteConnector.cs...