Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question Taking forever to create a test allocation

Discussion in 'Game Server Hosting' started by ruyinginginginging, Apr 5, 2023.

  1. ruyinginginginging

    ruyinginginginging

    Joined:
    Dec 19, 2020
    Posts:
    1
    When I attempted to create a test allocation, it was stuck at "waiting for server". After some reattempts, there was a warning message popped up "You are performing too many requests". I looked into the server logs. There seem to be some errors but I'm not sure how to interpret/solve them. Please help... Screen Shot 2023-04-04 at 4.13.20 PM.png Screen Shot 2023-04-04 at 4.16.49 PM.png
     
  2. danri

    danri

    Unity Technologies

    Joined:
    Jun 21, 2019
    Posts:
    27
    Hello,

    If you go to the "Servers" page on your project, click into a server and then go to "Events" tab you should get some more information on what is happening. I can see that your server is exiting with code 139, which is typically caused by a segmentation fault. Something in your server is causing it to crash, often this can be caused by referencing missing scripts/objects.

    If you could post the entire log file then it would help to debug the problem