Announcement

Collapse
No announcement yet.

Linux WebAdmin / Server problems

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

    Linux WebAdmin / Server problems

    Whenever I start my server, and try to go to the WebAdmin page, everything appears to be working fine. But the moment I try to click on the "Settings" link on the left hand side of the page, my server immediately crashes and gives this as an error :

    Warning, Missing BoolProperty UTGame.UTGame:bMidGameMapVoting referenced by package 'WebAdmin'
    Warning, Missing IntProperty UTGame.UTGame:MapVotePercentage referenced by package 'WebAdmin'
    Warning, Missing IntProperty UTGame.UTGame:MinMapVotes referenced by package 'WebAdmin'
    Warning, Missing IntProperty UTGame.UTGame:InitialVoteDelay referenced by package 'WebAdmin'
    Here is the relevant portion of my UTGame.ini:
    [UTGame.UTGame]
    BotRatio=1.000000
    GoalScore=25
    bTournament=false
    bPlayersMustBeReady=false
    NetWait=15
    ClientProcessingTimeout=30
    RestartWait=30
    MinNetPlayers=1
    bWaitForNetPlayers=true
    LateEntryLives=1
    TimeLimit=20
    GameDifficulty=+5.0
    EndTimeDelay=4.000000
    bAllowMapVoting=true
    VoteDuration=45
    WebServerClassName=UWeb.WebServer
    bMidGameMapVoting=True
    MapVotePercentage=51
    MinMapVotes=2
    InitialVoteDelay=30
    (I removed the map lists for more readability.)

    I searched the forums, could find no answer. I was hoping someone might be able to help me.

    #2
    What version of WebAdmin are you running?

    Comment


      #3
      I downloaded the most recent version, 1.4 I think it was.

      Comment


        #4
        Version 1.4 of WebAdmin requires UT3 patch 1.3 (which is still in beta)... Download and install the previous WebAdmin release (1.3).

        I can't say forsure this is your problem, but it's worth a shot.

        Comment


          #5
          It worked. I need to pay more attention in the future Well, at least, it fixed that portion of the problem.

          Now, when I click on "Game Types" I get a different error message that causes my server to crash.

          This time, I am getting

          Log: THROW: Can't find file for package 'A_Announcer_Status'
          Log: THROW: Error opening file '' (/home/deviantdreamer/Desktop/ut3-dedicated/Binaries/).
          Signal: SIGSEGV [segmentation fault]
          Aborting.
          Any ideas? I really do appreciate all the help.

          Comment


            #6
            So I've been continuously trying to figure this out, and upon looking at my files for the umpteenth time, I saw that I did not have this file on my linux server. In fact, looking at my linux server directory compared to my PC directory, there were a lot of UPK files that were not there.

            I downloaded the bin file from December 2007, and the update from Febuary 2008, and installed both of those. Is there a different file I need ,too? Or should I copy files from my PC?

            Comment


              #7
              Well, I must have missed some file when I set up my server. When I copied over my CookedPC directory from my PC with the game installed to my linux dedicated server, I ran the server then with no errors at all. So it is all good now!!

              Comment

              Working...
              X