Announcement

Collapse
No announcement yet.

Linux Server Not Starting

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Linux Server Not Starting

    I'm using the following startup command:

    ./ut3 server DM-ShangriLa?Game=UTGame.UTDeathmatch?GameMode=0?MaxP layers=14?NumPublicConnections=14?MinNetPlayers=1? numplay=2?bShouldAdvertise=True?bIsDedicated=True? TimeLimit=20?GoalScore=25?AdminPassword=XXXX?Serve rDescription"sTd DM-Server NYC" -Login=XXXX -Password=XXXX -log=GameServers.log -multihome -nohomedir -unattended
    During the start up, I'm getting the following error:

    Init: Base directory: /home/ut3server/ut3-dedicated/Binaries/
    Init: Character set: Unicode
    Log: GConfig::LoadFile has loaded file: ../UTGame/Config/UTEditor.ini
    Log: GConfig::LoadFile has loaded file: ../UTGame/Config/UTEditorUserSettings.ini
    Log: GConfig::LoadFile has loaded file: ../UTGame/Config/UTEngine.ini
    Log: GConfig::LoadFile has loaded file: ../UTGame/Config/UTGame.ini
    Log: GConfig::LoadFile has loaded file: ../UTGame/Config/UTInput.ini
    Log: GConfig::LoadFile has loaded file: ../UTGame/Config/UTUI.ini
    Init: File handle limit is soft=(1024), hard=(1024).
    Init: Computer: unknown
    Init: User: ut3server
    Init: BSD Sockets initialized
    Init: Presizing for 83221 objects not considered by GC, pre-allocating 0 bytes.
    Init: Object subsystem initialized
    Init: Startup System Settings:
    Init: System Settings:
    Init: StaticDecals=true
    Init: DynamicDecals=true
    Init: DynamicLights=true
    Init: DynamicShadows=true
    Init: LightEnvironmentShadows=true
    Init: CompositeDynamicLights=false
    Init: DirectionalLightmaps=true
    Init: MotionBlur=true
    Init: DepthOfField=true
    Init: Bloom=true
    Init: QualityBloom=true
    Init: Distortion=true
    Init: DropParticleDistortion=false
    Init: SpeedTreeLeaves=true
    Init: SpeedTreeFronds=true
    Init: OnlyStreamInTextures=false
    Init: LensFlares=true
    Init: FogVolumes=true
    Init: FloatingPointRenderTargets=true
    Init: Trilinear=false
    Init: OneFrameThreadLag=true
    Init: UseVsync=false
    Init: UpscaleScreenPercentage=true
    Init: Fullscreen=false
    Init: AllowD3D10=true
    Init: EnableHighPolyChars=false
    Init: SkeletalMeshLODBias=0
    Init: ParticleLODBias=0
    Init: DetailMode=2
    Init: ShadowFilterQualityBias=0
    Init: MaxAnisotropy=4
    Init: MaxMultisamples=1
    Init: MinShadowResolution=32
    Init: MaxShadowResolution=512
    Init: ResX=800
    Init: ResY=600
    Init: ScreenPercentage=100.000
    Init: SceneCaptureStreamingMultiplier=1.000
    Init: FoliageDrawRadiusMultiplier=1.000
    Init: ShadowTexelsPerPixel=2.000
    Log: TEXTUREGROUP_World: (MinLODSize= 1,MaxLODSize=4096,LODBias=0)
    Log: TEXTUREGROUP_WorldNormalMap: (MinLODSize= 1,MaxLODSize=4096,LODBias=0)
    Log: TEXTUREGROUP_WorldSpecular: (MinLODSize= 1,MaxLODSize=4096,LODBias=0)
    Log: TEXTUREGROUP_Character: (MinLODSize= 1,MaxLODSize=4096,LODBias=0)
    Log: TEXTUREGROUP_CharacterNormalMap: (MinLODSize= 1,MaxLODSize=4096,LODBias=0)
    Log: TEXTUREGROUP_CharacterSpecular: (MinLODSize= 1,MaxLODSize=4096,LODBias=0)
    Log: TEXTUREGROUP_Weapon: (MinLODSize= 1,MaxLODSize=4096,LODBias=0)
    Log: TEXTUREGROUP_WeaponNormalMap: (MinLODSize= 1,MaxLODSize=4096,LODBias=0)
    Log: TEXTUREGROUP_WeaponSpecular: (MinLODSize= 1,MaxLODSize=4096,LODBias=0)
    Log: TEXTUREGROUP_Vehicle: (MinLODSize= 1,MaxLODSize=4096,LODBias=0)
    Log: TEXTUREGROUP_VehicleNormalMap: (MinLODSize= 1,MaxLODSize=4096,LODBias=0)
    Log: TEXTUREGROUP_VehicleSpecular: (MinLODSize= 1,MaxLODSize=4096,LODBias=0)
    Log: TEXTUREGROUP_Effects: (MinLODSize= 1,MaxLODSize=4096,LODBias=0)
    Log: TEXTUREGROUP_Skybox: (MinLODSize= 1,MaxLODSize=4096,LODBias=0)
    Log: TEXTUREGROUP_UI: (MinLODSize= 1,MaxLODSize=4096,LODBias=0)
    Log: TEXTUREGROUP_LightAndShadowMap: (MinLODSize= 1,MaxLODSize=4096,LODBias=0)
    Log: TEXTUREGROUP_RenderTarget: (MinLODSize= 1,MaxLODSize=4096,LODBias=0)
    Init: Friendly System Settings:
    Init: TextureDetail=Level5
    Init: WorldDetail=Level5
    Init: bUseVSync=0
    Init: bUseMSAA=0
    Init: ScreenPercentage=100
    Init: UpscaleScreenPercentage=1
    Init: ResX= 800
    Init: ResY= 600
    Init: Fullscreen=0
    Signal: SIGSEGV [segmentation fault]
    Aborting.

    Log:
    Developer Backtrace:
    Log: [ 1] ./ut3-bin [0x8d44a12]
    Log: [ 2] [0x72b420]
    Log: [ 3] ./ut3-bin [0x8051b5d]
    Log: [ 4] ./ut3-bin [0x804b6e2]
    Log: [ 5] /lib/libc.so.6(__libc_start_main+0xdc) [0x4c20cf2c]
    Log: [ 6] ./ut3-bin [0x804adc1]

    Crash information will be saved to your logfile.
    Anyone else come across this?

    Thanks!

    #2
    I had this error in UT2004 linux server when it had corrupted maps. Of course in UT3 this can by caused by other thing

    Comment


      #3
      I'm getting pretty much the same thing...

      Code:
      Init:   UpscaleScreenPercentage=1 
        Init:   ResX= 800 
        Init:   ResY= 600 
        Init:   Fullscreen=0 
        Signal: SIGSEGV [segmentation fault] 
        Aborting. 
         
        Log: 
        Developer Backtrace: 
        Log: [ 1]  ./ut3-bin [0x8d44a12] 
        Log: [ 2]  [0xa64420] 
        Log: [ 3]  ./ut3-bin [0x8051b5d] 
        Log: [ 4]  ./ut3-bin [0x804b6e2] 
        Log: [ 5]  /lib/libc.so.6(__libc_start_main+0xdf) [0xa97d7f] 
        Log: [ 6]  ./ut3-bin [0x804adc1]

      if it is a corrupt file, my md5 was right on the money. i guess ill try the install again and see what happens...

      Comment


        #4
        so i did a delete and reinstall of the .bin, and i still get the same error.

        Could it be something to do with the server? ie. libc?

        Comment


          #5
          Could be, but first try an other server description:
          http://www.penetrate.nl/UT3ServerDesc.php

          Comment


            #6
            Originally posted by Suxxess View Post
            Could be, but first try an other server description:
            http://www.penetrate.nl/UT3ServerDesc.php


            who exactly were you talking to?

            i think you may have mashed the OP and myself together as one person...

            i dont use a description for mine. matter of fact, the same thing happens if i just run the ut3-bin file with no command line...

            anyone have any suggestions?

            Comment


              #7
              I've tried it with and without the server description too. No luck.

              Rigged, let me know if you find a solution somewhere. I've been waiting so long for this release. I can't wait to get it working!

              Comment


                #8
                Same problem with my LinuxServer

                Developer Backtrace:
                Log: [ 1] ut3-dedicated/Binaries/ut3-bin [0x8d44a12]
                Log: [ 2] [0xb7fcc420]
                Log: [ 3] ut3-dedicated/Binaries/ut3-bin [0x8051b5d]
                Log: [ 4] ut3-dedicated/Binaries/ut3-bin [0x804b6e2]
                Log: [ 5] /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xc8) [0xb7e6dea8]
                Log: [ 6] ut3-dedicated/Binaries/ut3-bin [0x804adc1]
                Exit: Exiting.
                Exit: Name subsystem shutting down

                Comment


                  #9
                  Exact same problem here.

                  Even a plain "ut3-bin server" without any parameter crashes that way.

                  Code:
                  Linux i4games1 2.6.22-gentoo-r9 #3 SMP Fri Nov 9 20:41:00 CET 2007 x86_64 Intel(R) Xeon(TM) CPU 3.20GHz GenuineIntel GNU/Linux

                  Comment


                    #10
                    I might have found the problem.

                    I did a symlink of the Binaries/libPhysXCore.so library into my /lib32 path (or /lib for x86 systems). Now it starts with a plain "ut3-bin server" command line.

                    Comment


                      #11
                      Originally posted by Medic View Post
                      I might have found the problem.

                      I did a symlink of the Binaries/libPhysXCore.so library into my /lib32 path (or /lib for x86 systems). Now it starts with a plain "ut3-bin server" command line.
                      it didnt solve the problem with my server...
                      still crashing!

                      Linux version 2.6.18-5-686 (Debian 2.6.18.dfsg.1-13etch5) (dannf@debian.org) (gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)) #1 SMP Sat Dec 1 22:58:58 UTC 2007

                      Comment


                        #12
                        i had the same problem. dont start the server with the ut3-bin then with the ut3 file!


                        ./ut3 server ....

                        not ./ut3-bin server ...


                        help for me with exactly the same error msg


                        cheers
                        hanu

                        Comment


                          #13
                          yeh its working with ./ut3 server

                          thx hanuta

                          Comment


                            #14
                            no worries, i tried it a hundert times!

                            Comment


                              #15
                              I am using ./ut3 server and it's not working. I'm still getting the same error message.

                              Comment

                              Working...
                              X