Search Unity

Bug Linux Dedicated Server Build Not Working (Caught fatal signal - signo:11 code:1 errno:0 addr:0x50)

Discussion in 'Editor & General Support' started by imjustthatguy1, Jul 19, 2022.

  1. imjustthatguy1

    imjustthatguy1

    Joined:
    Apr 23, 2018
    Posts:
    27
    Hello I'm having issues with attempting to run a dedicated server build in linux. Attached is the log when I run it. Im attempting to run it on an EC2 instance.

    When I try to run on my debian wsl on my windows local, it can run without issue.

    Before this issue I was encountering an error when trying to build saying it needs to vulcan graphics. I fixed this issue by configuring the player other settings shown below. Im not sure if its related to graphics / hdrp issues because as you can see the Hdrp is throwing errors. However, these errors are thrown even when it runs successfully locally.


    upload_2022-7-19_17-27-47.png

    I can see someone else getting the same signo error here

    https://forum.unity.com/threads/caught-fatal-signal-signo-11-code-1-errno-0.931848/


    Initialize engine version: 2021.3.5f1 (40eb3a945986)
    [Subsystems] Discovering subsystems at path /home/ec2-user/Linux/Server/Server_Data/UnitySubsystems
    Forcing GfxDevice: Null
    GfxDevice: creating device client; threaded=0; jobified=0
    NullGfxDevice:
    Version: NULL 1.0 [1.0]
    Renderer: Null Device
    Vendor: Unity Technologies
    Begin MonoManager ReloadAssembly
    - Completed reload, in 0.154 seconds
    There is no texture data available to upload.
    ERROR: Shader HDRP/Lit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader Hidden/HDRP/DebugLightVolumes shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader Hidden/HDRP/ProbeVolumeDebug shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader Hidden/HDRP/CameraMotionVectors shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader Hidden/HDRP/GGXConvolve shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader Hidden/HDRP/CharlieConvolve shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader Hidden/HDRP/OpaqueAtmosphericScattering shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader Hidden/HDRP/CustomPassRenderersUtils shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader Hidden/HDRP/FinalPass shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader Hidden/PostProcessing/SubpixelMorphologicalAntialiasing shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader Hidden/HDRP/LensFlareDataDriven shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    WARNING: Shader Unsupported: 'Shader Graphs/SolidColor' - All subshaders removed
    WARNING: Shader Did you use #pragma only_renderers and omit this platform?
    WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
    ERROR: Shader Shader Graphs/SolidColor shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    WARNING: Shader Unsupported: 'Shader Graphs/SolidColor' - All subshaders removed
    WARNING: Shader Did you use #pragma only_renderers and omit this platform?
    WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
    ERROR: Shader Hidden/VoxelizeShader shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    The referenced script on this Behaviour (Game Object 'Button_SessionTemplate') is missing!
    ERROR: Shader Mobile/Particles/Additive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader TextMeshPro/Mobile/Distance Field shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader Legacy Shaders/Particles/Alpha Blended shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader Emulated Mipmap/Unlit Transparent shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader WFX/Additive (Soft) Alpha8 shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader WFX/Additive Alpha8 shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader Legacy Shaders/Particles/Additive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    WARNING: Shader Unsupported: 'TextMeshPro/Distance Field' - All subshaders removed
    WARNING: Shader Did you use #pragma only_renderers and omit this platform?
    WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
    ERROR: Shader TextMeshPro/Distance Field shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    WARNING: Shader Unsupported: 'TextMeshPro/Distance Field' - All subshaders removed
    WARNING: Shader Did you use #pragma only_renderers and omit this platform?
    WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
    ERROR: Shader KriptoFX/FPS_Pack/Distortion shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader KriptoFX/FPS_Pack/AlphaBlendedAnim shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader WFX/Multiply Alpha8 shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader KriptoFX/FPS_Pack/Particles shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    WARNING: Shader Unsupported: 'Standard' - All subshaders removed
    WARNING: Shader Did you use #pragma only_renderers and omit this platform?
    WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
    ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    WARNING: Shader Unsupported: 'Standard' - All subshaders removed
    WARNING: Shader Did you use #pragma only_renderers and omit this platform?
    WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
    ERROR: Shader GUI/Text Shader shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    UnloadTime: 1.212939 ms
    Odin Serializer ArchitectureInfo initialization with defaults (all unaligned read/writes disabled).
    Odin Serializer detected non-white-listed runtime platform LinuxServer; disabling all unaligned memory read/writes.
    This custom render path shader needs to have at least 1 passes.
    Could not find material Hidden/VideoDecode. Make sure the Video shaders are included in your build, in the Built-in Shader Settings section of the Graphics Settings.
    Could not find video decode shader pass YCbCr_To_RGB1 in shader <not found>
    Could not find video decode shader pass YCbCrA_To_RGBAFull in shader <not found>
    Could not find video decode shader pass YCbCrA_To_RGBA in shader <not found>
    Could not find video decode shader pass Flip_RGBA_To_RGBA in shader <not found>
    Could not find video decode shader pass Flip_RGBASplit_To_RGBA in shader <not found>
    This custom render path shader needs to have at least 1 passes.
    Could not find material Hidden/VideoComposite. Make sure the Video shaders are included in your build, in the Built-in Shader Settings section of the Graphics Settings.
    Could not find video decode shader pass Default in shader <not found>
    ERROR: Shader TextMeshPro/Mobile/Bitmap shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader TextMeshPro/Sprite shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    The character used for Underline is not available in font asset [JMH Cthulhumbus SDF].
    ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    InstanceFinder.ServerManager.Started: False
    serverConnectionStateArgs:Starting
    Caught fatal signal - signo:11 code:1 errno:0 addr:0x50
    Segmentation fault
     
    trombonaut likes this.
  2. imjustthatguy1

    imjustthatguy1

    Joined:
    Apr 23, 2018
    Posts:
    27
  3. unity_9875AED440C3B2720339

    unity_9875AED440C3B2720339

    Joined:
    Dec 27, 2022
    Posts:
    1
    @
    Do you solve the problem?