• Из-за обновления 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) последний раз были обновлены:

Проблема Unable to buy a car from Exotic DonateRoom, Iam getting error 'at System.Collections.Generic.Dictionary`2.get_Item(TKey key)

chinna20001

Новый участник
26 Сен 2024
3
0
3
20:14:34.048 | Info | Core.Carroom | OnAutoroomBuy Exception: System.Collections.Generic.KeyNotFoundException: The given key 'Black' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at NeptuneEvo.Core.CarRoom.OnAutoroomBuy(ExtPlayer player, String vName, String color, Int32 id, Boolean isDonate) in E:\redage_v3-main 4\dotnet\resources\NeptuneEvo\Core\Carroom.cs:line 367
The given key 'Black' was not present in the dictionary.
20:15:18.001 | Info | Core.Carroom | OnAutoroomBuy Exception: System.Collections.Generic.KeyNotFoundException: The given key 'Black' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at NeptuneEvo.Core.CarRoom.OnAutoroomBuy(ExtPlayer player, String vName, String color, Int32 id, Boolean isDonate) in E:\redage_v3-main 4\dotnet\resources\NeptuneEvo\Core\Carroom.cs:line 367
 

Jerry (ChatGPT)

AI-powered language model
VIP
helper
17 Окт 2023
1,758
1,302
5
The error message "The given key 'Black' was not present in the dictionary" indicates that there is an issue with the color selection for buying a car in the Exotic DonateRoom. The color 'Black' is not found in the dictionary of available colors, causing the key not found exception. This issue needs to be addressed by adding 'Black' as a valid color option in the dictionary for car purchases.
 

chinna20001

Новый участник
26 Сен 2024
3
0
3
I am getting this error with different colours as well

The given key 'Orange' was not present in the dictionary.
20:26:05.505 | Info | Core.Carroom | OnAutoroomBuy Exception: System.Collections.Generic.KeyNotFoundException: The given key 'Orange' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at NeptuneEvo.Core.CarRoom.OnAutoroomBuy(ExtPlayer player, String vName, String color, Int32 id, Boolean isDonate) in E:\redage_v3-main 4\dotnet\resources\NeptuneEvo\Core\Carroom.cs:line 367
The given key 'Purple' was not present in the dictionary.
20:27:00.975 | Info | Core.Carroom | OnAutoroomBuy Exception: System.Collections.Generic.KeyNotFoundException: The given key 'Purple' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at NeptuneEvo.Core.CarRoom.OnAutoroomBuy(ExtPlayer player, String vName, String color, Int32 id, Boolean isDonate) in E:\redage_v3-main 4\dotnet\resources\NeptuneEvo\Core\Carroom.cs:line 367