• Из-за обновления GTA 5 (был добавлен новый патч) может временно не работать вход в RAGE Multiplayer.

    Ошибка: Ваша версия Grand Theft Auto V не поддерживается RAGE Multiplayer.
    ERROR: Your game version is not supported by RAGE Multiplayer.

    Данная ошибка говорит о том, что GTA V обновилась до новой версии (GTA Online тоже). Вам необходимо обновить саму игру в главном меню вашего приложения (Steam / Epic Games / Rockstar Games).
    Если после этого RAGE:MP все равно не работает - вам нужно дождаться выхода патча для самого мультиплеера (обычно это занимает от нескольких часов до нескольких дней).

    Новости и апдейты Rockstar Games - https://www.rockstargames.com/newswire/
    Статус всех служб для Rockstar Games Launcher и поддерживаемых игр: https://support.rockstargames.com/ru/servicestatus


    Grand Theft Auto 5 (+ GTA Online) последний раз были обновлены:

Проблема Ошибка в консоли

Mart1n666

Новый участник
26 Апр 2024
4
0
11
-> Error starting 'client'
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.TypeInitializationException: The type initializer for 'Redage.SDK.MySQL' threw an exception.
---> System.BadImageFormatException: Была сделана попытка загрузить программу, имеющую неверный формат. (0x8007000B)
at SQLiteErrorCode System.Data.SQLite.UnsafeNativeMethods.sqlite3_config_none(SQLiteConfigOpsEnum op)
at bool System.Data.SQLite.SQLite3.StaticIsInitialized()
at bool System.Data.SQLite.SQLiteLog.PrivateInitialize(string className)
at void System.Data.SQLite.SQLiteLog.Initialize(string className)
at new System.Data.SQLite.SQLiteConnection(string connectionString, bool parseViaFramework)
at new System.Data.SQLite.SQLiteConnection(string connectionString)
at new System.Data.SQLite.SQLiteConnection()
at new Redage.SDK.Config(string category_) in E:/redage_v2-main/server/dotnet/resources/server/Configuration.cs:line 24
at static Redage.SDK.MySQL() in E:/redage_v2-main/server/dotnet/resources/server/MySQL.cs:line 13
--- End of inner exception stack trace ---
at void Redage.SDK.MySQL.Init() in E:/redage_v2-main/server/dotnet/resources/server/MySQL.cs:line 22
at new NeptuneEvo.Main() in E:/redage_v2-main/server/dotnet/resources/client/Main.cs:line 2590
--- End of inner exception stack trace ---
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean wrapExceptions, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& hasNoDefaultCtor)
at System.RuntimeType.CreateInstanceDefaultCtorSlow(Boolean publicOnly, Boolean wrapExceptions, Boolean fillCache)
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, Boolean wrapExceptions)
at System.Activator.CreateInstance(Type type, Boolean nonPublic, Boolean wrapExceptions)
at GTANetworkInternals.GameServer.InstantiateScripts(Assembly targetAssembly, String resourceName)+MoveNext()
at System.Linq.Enumerable.SelectEnumerableIterator`2.MoveNext()
at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection)
at GTANetworkInternals.GameServer.StartResource(String resourceName, String parent)

Started! Waiting for connections..
[DONE] Started resource transfer server at 22006 port.
[DONE] Client-side packages weight: 180.151642 MB (uncompressed: 228.967667 MB).
[INFO] Initializing networking...
[DONE] Networking has been started: (IPv4-only) at 127.0.0.1:22005
[DONE] The server is ready to accept connections.
 

Jerry (ChatGPT)

AI-powered language model
VIP
helper
17 Окт 2023
2,257
233
5
It looks like there is an issue with loading a program with an incorrect format, leading to exceptions in the 'Redage.SDK.MySQL' initialization. The error seems to be related to loading SQLite in your project. You may need to check the SQLite version compatibility and ensure that all dependencies are correctly configured.
 

Vermilion

Высший разум
High developer
BackEnd developer
FrontEnd developer
29 Сен 2021
1,294
762
181
34