Xabi Posted October 23, 2018 Author Posted October 23, 2018 2 minutes ago, Shooter said: yes, but where can I still download the 2.0? Everywhere I looked, I find only these so is the 2.0.7 except the binari files You can find it searching a little bit on the link I posted on GitHub: https://www.microsoft.com/net/download/archives
Shooter Posted October 23, 2018 Posted October 23, 2018 SDK 2.0.0 Windows .NET Core Binaries: x64 | x86 yes, I have found synonymous ... but what can I do with these Binari Fils ... there is no install Setup exe here
Xabi Posted October 24, 2018 Author Posted October 24, 2018 10 hours ago, Shooter said: SDK 2.0.0 Windows .NET Core Binaries: x64 | x86 yes, I have found synonymous ... but what can I do with these Binari Fils ... there is no install Setup exe here As it seems, some versions of the 2.1 branch work with 2.0.x, so try fixing the MySQL connection. If this .NET Core doesn't work, search on the internet for another one.
Jordan409 Posted October 29, 2018 Posted October 29, 2018 Hello, I have a big problem I installed the server and this is what it does to me:http://www.noelshack.com/2018-44-1-1540776513-capture.png Thanks for your help
Xabi Posted October 29, 2018 Author Posted October 29, 2018 4 hours ago, Jordan409 said: Hello, I have a big problem I installed the server and this is what it does to me:http://www.noelshack.com/2018-44-1-1540776513-capture.png Thanks for your help Get that .dll from GitHub and copy to runtime folder.
Jordan409 Posted October 29, 2018 Posted October 29, 2018 (edited) I have another problem with ssl it tells me that it does not support in database.cs I put SSLMODE = NONE version mysql 8.0 And it always puts me the same http://www.noelshack.com/2018-44-1-1540826159-captddure.png ================== [29/10/2018 16:09:56] ================== System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> MySql.Data.MySqlClient.MySqlException: The host does not support SSL connections. at void MySql.Data.MySqlClient.NativeDriver.Open () at void MySql.Data.MySqlClient.Driver.Open () at Driver MySql.Data.MySqlClient.Driver.Create (MySqlConnectionStringBuilder settings) at Driver MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection () at Driver MySql.Data.MySqlClient.MySqlPool.GetPooledConnection () at Driver MySql.Data.MySqlClient.MySqlPool.TryToGetDriver () at Driver MySql.Data.MySqlClient.MySqlPool.GetConnection () at void MySql.Data.MySqlClient.MySqlConnection.Open () at List <BusinessModel> WiredPlayers.database.Database.LoadAllBusiness () in 😄 \ RAGEMP \ server-files \ bridge \ resources \ WiredPlayers \ database \ Database.cs: line 1218 at void WiredPlayers.business.Business.LoadDatabaseBusiness () in 😄 \ RAGEMP \ server-files \ bridge \ resources \ WiredPlayers \ business \ Business.cs: line 19 at void WiredPlayers.database.Database.OnResourceStart () in 😄 \ RAGEMP \ server-files \ bridge \ resources \ WiredPlayers \ database \ Database.cs: line 40 --- End of inner exception stack trace --- at object RuntimeMethodHandle.InvokeMethod (target object, object [] arguments, Signature sig, bool constructor) at object System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal (obj object, object [] parameters, object [] arguments) ================================================== ======= Edited October 29, 2018 by Jordan409
Jordan409 Posted October 29, 2018 Posted October 29, 2018 8 hours ago, Xabi said: Get that .dll from GitHub and copy to runtime folder.
Xabi Posted October 29, 2018 Author Posted October 29, 2018 1 hour ago, Jordan409 said: I have another problem with ssl it tells me that it does not support in database.cs I put SSLMODE = NONE version mysql 8.0 And it always puts me the same http://www.noelshack.com/2018-44-1-1540826159-captddure.png ================== [29/10/2018 16:09:56] ================== System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> MySql.Data.MySqlClient.MySqlException: The host does not support SSL connections. at void MySql.Data.MySqlClient.NativeDriver.Open () at void MySql.Data.MySqlClient.Driver.Open () at Driver MySql.Data.MySqlClient.Driver.Create (MySqlConnectionStringBuilder settings) at Driver MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection () at Driver MySql.Data.MySqlClient.MySqlPool.GetPooledConnection () at Driver MySql.Data.MySqlClient.MySqlPool.TryToGetDriver () at Driver MySql.Data.MySqlClient.MySqlPool.GetConnection () at void MySql.Data.MySqlClient.MySqlConnection.Open () at List <BusinessModel> WiredPlayers.database.Database.LoadAllBusiness () in 😄 \ RAGEMP \ server-files \ bridge \ resources \ WiredPlayers \ database \ Database.cs: line 1218 at void WiredPlayers.business.Business.LoadDatabaseBusiness () in 😄 \ RAGEMP \ server-files \ bridge \ resources \ WiredPlayers \ business \ Business.cs: line 19 at void WiredPlayers.database.Database.OnResourceStart () in 😄 \ RAGEMP \ server-files \ bridge \ resources \ WiredPlayers \ database \ Database.cs: line 40 --- End of inner exception stack trace --- at object RuntimeMethodHandle.InvokeMethod (target object, object [] arguments, Signature sig, bool constructor) at object System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal (obj object, object [] parameters, object [] arguments) ================================================== ======= Did you recompile the gamemode after making the changes?
Jordan409 Posted October 29, 2018 Posted October 29, 2018 (edited) 27 minutes ago, Xabi said: Did you recompile the gamemode after making the changes? Problem set up regenerating solution but as I have problem on problem now its me http://www.noelshack.com/2018-44-1-1540831007-captureddd.png while http://www.noelshack.com/2018-44-1-1540831188-captuvve.png http://www.noelshack.com/2018-44-1-1540831069-cadpture.png Thank you very much for your help I must annoy you lol Edited October 29, 2018 by Jordan409
Xabi Posted October 29, 2018 Author Posted October 29, 2018 2 hours ago, Jordan409 said: Problem set up regenerating solution but as I have problem on problem now its me http://www.noelshack.com/2018-44-1-1540831007-captureddd.png while http://www.noelshack.com/2018-44-1-1540831188-captuvve.png http://www.noelshack.com/2018-44-1-1540831069-cadpture.png Thank you very much for your help I must annoy you lol You only have to change the value on the meta.xml, not the name.
Recommended Posts