Jump to content

Xabi

Moderators
  • Posts

    1444
  • Joined

  • Last visited

  • Days Won

    83

Everything posted by Xabi

  1. C# client has been added quite "recently" that's why it could have some bugs yet, but the functionality is mostly the same.
  2. Did you subscribe to Patreon?
  3. You have to copy the missing library into runtime folder.
  4. Nope, the server developers have to refactor their code.
  5. Then that's a code optimization problem on the server.
  6. First of all, this should be posted on https://rage.mp/forums/forum/44-discussion/ Saying that, you need to copy the .dll it's asking for under runtime folder.
  7. Does it happen to you in other servers?
  8. Xabi

    Server crashing

    Seems that your gamemode is compiled with a different version than the current one.
  9. Xabi

    Server crashing

    Can you try launching the server from the Powershell console?
  10. Xabi

    Server crashing

    What's your Bootstrapper.dll version? You can check it on the server logs.
  11. I guess it's because both are declared as "gamemode" resources on meta.xml? Not sure.
  12. And it still doesn't say 0.3.7 on startup? Did you update it with admin rights?
  13. Add need lines like the one you have there: <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <acl_enabled>false</acl_enabled> <log_console>true</log_console> <log_chat>true</log_chat> <resource src="WiredPlayers"/> <resource src="admin"/> </config>
  14. You're using an old version, currently the Bootstrapper.dll should be on 0.3.7 Just launch updater.exe in order to get it updated.
  15. You can't use RAGE namespace on server classes, that namespace's only available clientside.
  16. It's a bug, yes. That's why there are commands for keys. Use /keyf for F, /keyk for K and so on.
  17. You can just add them into the english version if they're missing, it should work.
  18. Well, more than button, they're two texts: https://imgur.com/tcl1X4Q
  19. There are both versions, choosing the right option (custom, default) on the creator. The paid one has multiple bugs and crashes fixed, uses C# clientside and is the one i'm working into.
  20. Go to "resources" section if you want the free version. If not, read the first post as you did to find the link to know how to get the latest one.
  21. Well, show all the startup logs then, never found that issue.
  22. System.PlatformNotSupportedException: System.Management currently is only supported for Windows desktop applications. That should be the cause, where did you get that from?
  23. Don't use that branch, it's under private testing.
  24. That happened when RAGE wasn't launched with admin rights.
  25. Bugs should be posted on #support channel at Discord.
×
×
  • Create New...