Search the Community
Showing results for tags 'clientside error'.
-
Hello everyone, I've run into an issue with my rage client and I'm hoping someone here can shed some light on it. Problem: Every time I restart my server (ragemp-server.exe), my rage client closes either instantly or within 5 seconds. What's puzzling is that when I initially log on to the server, everything runs smoothly and I can stay connected indefinitely. However, once I reboot the server, the client crashes. Steps Tried: 1. Checked the Windows Event Viewer for relevant logs or errors. 2. Attempted to recreate the issue on both a remote server and a localhost server. 3. Reinstalled the Rage client. 4. Ensured I have the latest versions of both the Rage server and client. 5. Using only Windows Defender and made an exception on Disk "D" for the Rage client and server. System Specs: Windows 11 Has anyone encountered a similar issue or have any suggestions on how to resolve this? Your assistance would be greatly appreciated! Thanks in advance!
-
I'm trying to add custom DLC packs for road mods on this server: GTA world based on RAGEMP. Whenever I add a DLC in the (client_resources/dlcpacks) it deletes itself. I was told this was not an accident, but instead done on purpose, why is that? basically the problem: OpenIV modifications work, but client_resources/dlcpacks .rpf files automatically delete themselves if it's not from the server.
- 3 replies
-
- Clientside
- dlcpacks
-
(and 3 more)
Tagged with:
-
Everytime game crashes if client-side C# code includes `Task` with `async`, `await` operators. How can I wait a long processing task or how to wait X miliseconds in a thread? --- For example: public class InputTest : Events.Script { public InputTest() { Input.Bind(RAGE.Ui.VirtualKeys.F2, true, HandleF2Button); } private void HandleF2Button() { Chat.Output("F2 pressed. See you in 5 seconds"); Task.Factory.StartNew(async () => { await Task.Delay(5000); Chat.Output("Hello from 5 seconds later..."); }); } }
-
- csharp
- Clientside
-
(and 3 more)
Tagged with:
-
erorr says clientside script undfind i did redownoad rage but same i did work on frist time but no more still geting erorr says clientside script undfind