Что нового

PRO-RAGE.RU - Всё для RAGE MP(GTA V)

Добро пожаловать на PRO-RAGE, тут вы найдёте всё, что вам нужно: ресурсы, статьи, мануалы, готовые сборки и многое другое! Не забудьте зарегистрироваться, чтобы получить полный доступ к функциям форума.

C# Запуск RedAge V3 на Linux Ubuntu

Sochinskiy

Ветеран
Регистрация
28.01.2022
Сообщения
295
Реакции
122
Баллы
43
Местоположение
Armenia
R-Коины
11 207
Добрый день форумчане! Подскажите, кто то из вас пробовал запустить новую редагу на консольном линуксе? Если да, то можете дать небольшую инструкцию как это сделать и с какими проблемами вы столкнулись в процессе.

Заранее огромное спасибо!
 

Crossme

Участник
Регистрация
28.04.2023
Сообщения
9
Реакции
1
Баллы
3
R-Коины
11
все есть для запуска линукса в самой папке так же устанавлеваеться как и редага 2.5 сложного не чего!
 

fess34rus

Участник
Регистрация
13.04.2021
Сообщения
12
Реакции
2
Баллы
3
R-Коины
488
nikita@ragemp-srv:~/ragemp-srv$ ./ragemp-server
[INFO] Starting RAGE Multiplayer server...

[============================================================]
||
|| MaxPlayers 100
|| Sync rate 40ms
|| Name RAGE:MP Unofficial server
|| Gamemode freeroam
|| Streaming distance 500
|| Announcement disabled
|| Voice chat disabled
|| Address 127.0.0.1:22005
|| Connection limits disabled
|| Encryption enabled
|| NodeJS enabled
|| C# enabled
||
[============================================================]


[INFO] Loading NodeJS packages...
[INFO] Starting packages...
[DONE] Server packages have been started.
Initializing Bootstrapper.dll (1.1.0.0)..
-> SERVER STARTED AT 02/01/2024 20:18:32
Unable to load acl.xml
ACLEnabled: False
Loaded 667 entries from vehicleData.json
Loading resources..
-> Starting NeptuneEvo resource..
NeptuneEvo: loading scripts.. found 1 script(s)
NeptuneEvo: instantiating NeptuneEvo.Main..
Object cannot be cast from DBNull to other types.
Object cannot be cast from DBNull to other types.
20:18:33.451 | Info | Main | No Connect To Main DataBase
Object cannot be cast from DBNull to other types.
Object cannot be cast from DBNull to other types.
20:18:33.462 | Info | Main | No Connect To Main Config
20:18:33.556 | Info | Utils.Redis | Start: All ok. For server: 1
20:18:33.560 | Info | Main | Backup Starting
Object cannot be cast from DBNull to other types.
Object cannot be cast from DBNull to other types.
20:18:33.568 | Info | nTimer | Elapsed(e359e78f-e603-4510-97e1-1cddb69755dc,MS:0,ONCE:True,From:) Task #1 Exception: System.InvalidCastException: Object cannot be cast from DBNull to other types.
at System.DBNull.System.IConvertible.ToInt32(IFormatProvider provider)
at MySql.Data.MySqlClient.Driver.LoadCharacterSets(MySqlConnection connection)
at MySql.Data.MySqlClient.Driver.Configure(MySqlConnection connection)
at MySql.Data.MySqlClient.MySqlConnection.Open()
at NeptuneEvo.Functions.BackupSql.Backup() in /home/nikita/ragemp-srv/dotnet/resources/NeptuneEvo/Functions/BackupSql.cs:line 30
at Redage.SDK.nTimer.<Elapsed>b__32_0() in /home/nikita/ragemp-srv/dotnet/resources/NeptuneEvoSDK/Timers.cs:line 428
20:18:33.581 | Succ | Core.Economy | Economy loaded.
20:18:33.601 | Info | Chars.Repository | [00:00:00.0136041] Inventory system loaded (327)
The given key '63' was not present in the dictionary.
The given key '63' was not present in the dictionary.
The given key '63' was not present in the dictionary.
20:18:33.645 | Info | MoneySystem.Bank | Loading Bank Accounts...
Object cannot be cast from DBNull to other types.
Object cannot be cast from DBNull to other types.
Object cannot be cast from DBNull to other types.
The given key '63' was not present in the dictionary.
The given key '63' was not present in the dictionary.
The given key '63' was not present in the dictionary.
The given key '63' was not present in the dictionary.
The given key '63' was not present in the dictionary.
The given key '63' was not present in the dictionary.
The given key '63' was not present in the dictionary.
Object cannot be cast from DBNull to other types.
Object cannot be cast from DBNull to other types.
Object cannot be cast from DBNull to other types.
The given key '63' was not present in the dictionary.
The given key '63' was not present in the dictionary.
Object cannot be cast from DBNull to other types.
Object cannot be cast from DBNull to other types.
The given key '63' was not present in the dictionary.
The given key '63' was not present in the dictionary.
The given key '63' was not present in the dictionary.
Object cannot be cast from DBNull to other types.
Object cannot be cast from DBNull to other types.
Object cannot be cast from DBNull to other types.
The given key '63' was not present in the dictionary.
The given key '63' was not present in the dictionary.
Object cannot be cast from DBNull to other types.
The given key '63' was not present in the dictionary.
The given key '63' was not present in the dictionary.
The given key '63' was not present in the dictionary.
Unhandled exception. System.Collections.Generic.KeyNotFoundException: The given key '63' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at MySql.Data.MySqlClient.MySqlField.SetFieldEncoding()
at MySql.Data.MySqlClient.MySqlField.set_CharacterSetIndex(Int32 value)
at MySql.Data.MySqlClient.NativeDriver.GetColumnData(MySqlField field)
at MySql.Data.MySqlClient.NativeDriver.GetColumnsData(MySqlField[] columns)
at MySql.Data.MySqlClient.Driver.GetColumns(Int32 count)
at MySql.Data.MySqlClient.ResultSet.LoadColumns(Int32 numCols)
at MySql.Data.MySqlClient.ResultSet..ctor(Driver d, Int32 statementId, Int32 numCols)
at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
at MySql.Data.MySqlClient.MySqlDataReader.Close()
at MySql.Data.MySqlClient.MySqlCommand.ResetReader()
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
--- End of stack trace from previous location where exception was thrown ---
at LinqToDB.Data.DataConnection.ExecuteReaderAsync(CommandBehavior commandBehavior, CancellationToken cancellationToken)
at LinqToDB.Data.DataConnection.QueryRunner.ExecuteReaderAsync(CancellationToken cancellationToken)
at LinqToDB.Linq.QueryRunner.ExecuteQueryAsync[T](Query query, IDataContext dataContext, Mapper`1 mapper, Expression expression, Object[] ps, Object[] preambles, Int32 queryNumber, Func`2 func, TakeSkipDelegate skipAction, TakeSkipDelegate takeAction, CancellationToken cancellationToken)
at LinqToDB.Linq.QueryRunner.ExecuteQueryAsync[T](Query query, IDataContext dataContext, Mapper`1 mapper, Expression expression, Object[] ps, Object[] preambles, Int32 queryNumber, Func`2 func, TakeSkipDelegate skipAction, TakeSkipDelegate takeAction, CancellationToken cancellationToken)
at LinqToDB.Linq.ExpressionQuery`1.GetForEachAsync(Action`1 action, CancellationToken cancellationToken)
at LinqToDB.AsyncExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken token)
at NeptuneEvo.Chars.Repository.InitRoulette() in /home/nikita/ragemp-srv/dotnet/resources/NeptuneEvo/Chars/Repository.cs:line 1083
at NeptuneEvo.Chars.Repository.InitRoulette() in /home/nikita/ragemp-srv/dotnet/resources/NeptuneEvo/Chars/Repository.cs:line 1147
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__139_1(Object state)
at System.Threading.QueueUserWorkItemCallback.<>c.<.cctor>b__6_0(QueueUserWorkItemCallback quwi)
at System.Threading.ExecutionContext.RunForThreadPoolUnsafe[TState](ExecutionContext executionContext, Action`1 callback, TState& state)
at System.Threading.QueueUserWorkItemCallback.Execute()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
Аварийный останов (образ памяти сброшен на диск)
 

abhifw

Участник
Регистрация
19.03.2022
Сообщения
7
Реакции
0
Баллы
1
R-Коины
16
at NeptuneEvo.Chars.Repository.InitRoulette () in /home/nikita/ragemp-srv/dotnet/resources/NeptuneEvo/Chars/Repository.cs:line 1147
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__139_1(Object state)
atSystem. Threading.QueueUserWorkItemCallback.<>c.<.cctor>b__6_0(QueueUserWorkItemCallback quwi)
at System.Threading.ExecutionContext.RunForThreadPoolUnsafe[TState](ExecutionContext executionContext, Action`1 callback, TState& state)
at System.Threading.QueueUserWorkItemCallback.Execute()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
Abort (memory image flushed to disk)
 
shape1
shape2
shape3
shape4
shape7
shape8
Верх