You are an unregistered user, you can register here
Navigation

Information

Site

Donations
If you wish to make a donation you can by clicking the image below.


 
Go Back   The Unreal Admins Page > Forums > Unreal Admins > Unreal Tournament 3 > UT3 Server - Beta Only

Reply
Thread Tools Display Modes
  #1  
Unread 18th October, 2007, 01:36 PM
eriFlleH eriFlleH is offline
Killing Spree
 
Join Date: Apr 2004
Location: Philadelphia, PA
Posts: 21
Default Linux UT3 Demo Server won't start :(

I run the beta demo even with just server and I get the following exit message:

Quote:
Init: ResX= 800
Init: ResY= 600
Init: Fullscreen=0

appError called:
Assertion failed: GNovodexSDK [File:/home/icculus/projects/UnrealEngine3-Icculus/Development/Src/Engine/Src/UnPhysLevel.cpp] [Line: 1626]

Stack:
Critical: appError called:
Critical: Assertion failed: GNovodexSDK [File:/home/icculus/projects/UnrealEngine3-Icculus/Development/Src/Engine/Src/UnPhysLevel.cpp] [Line: 1626]

Stack:
Assertion failed: GNovodexSDK [File:/home/icculus/projects/UnrealEngine3-Icculus/Development/Src/Engine/Src/UnPhysLevel.cpp] [Line: 1626]

Stack:



Exiting due to error
Exit: Executing UObject::StaticShutdownAfterError
Log: appRequestExit(1)
Segmentation fault
Am I missing something that is needed for this to run? I want to run it via the shell remotely, it's a fresh install of Fedora 7 also.

thanks all.
Reply With Quote
  #2  
Unread 18th October, 2007, 02:27 PM
zoro zoro is offline
Killing Spree
 
Join Date: Jan 2006
Posts: 19
Default

We're all having issues running the server on Linux

Quote:
appError called:
Assertion failed: GConfig->GetInt( TEXT("TextureStreaming"), TEXT("MinRequestedMipsToConsider"), MinRequestedMipsToConsider, GEngineIni ) [File:/home/icculus/projects/UnrealEngine3-Icculus/Development/Src/Engine/Src/UnContentStreaming.cpp] [Line: 244]

Stack:
Critical: appError called:
Critical: Assertion failed: GConfig->GetInt( TEXT("TextureStreaming"), TEXT("MinRequestedMipsToConsider"), MinRequestedMipsToConsider, GEngineIni ) [File:/home/icculus/projects/UnrealEngine3-Icculus/Development/Src/Engine/Src/UnContentStreaming.cpp] [Line: 244]

Stack:
Assertion failed: GConfig->GetInt( TEXT("TextureStreaming"), TEXT("MinRequestedMipsToConsider"), MinRequestedMipsToConsider, GEngineIni ) [File:/home/icculus/projects/UnrealEngine3-Icculus/Development/Src/Engine/Src/UnContentStreaming.cpp] [Line: 244]
Reply With Quote
  #3  
Unread 18th October, 2007, 02:35 PM
eriFlleH eriFlleH is offline
Killing Spree
 
Join Date: Apr 2004
Location: Philadelphia, PA
Posts: 21
Default

Ah, I thought I was missing something

Thanks.
Reply With Quote
  #4  
Unread 19th October, 2007, 06:55 PM
[K*T]R!GGeD [K*T]R!GGeD is offline
Forum Newcomer
 
Join Date: Apr 2005
Posts: 6
Default

i get pretty much the exact same error...


Quote:
appError called:
Assertion failed: GNovodexSDK [File:/home/icculus/projects/UnrealEngine3-Icculus/Development/Src/Engine/Src/UnPhysLevel.cpp] [Line: 1626]

Stack:
Critical: appError called:
Critical: Assertion failed: GNovodexSDK [File:/home/icculus/projects/UnrealEngine3-Icculus/Development/Src/Engine/Src/UnPhysLevel.cpp] [Line: 1626]

Stack:
Assertion failed: GNovodexSDK [File:/home/icculus/projects/UnrealEngine3-Icculus/Development/Src/Engine/Src/UnPhysLevel.cpp] [Line: 1626]

Stack:



Exiting due to error
Exit: Executing UObject::StaticShutdownAfterError
Log: appRequestExit(1)
it's rather frustrating. i havent found anything about it on the epic forums.
Reply With Quote
  #5  
Unread 12th November, 2007, 09:18 PM
HiV_Positive HiV_Positive is offline
Forum Newcomer
 
Join Date: Mar 2004
Location: Smithtown, NY
Posts: 6
Default

Does anyone know if this has been fixed yet?
Reply With Quote
  #6  
Unread 16th February, 2008, 02:19 AM
swarm32's Avatar
swarm32 swarm32 is offline
Forum Newcomer
 
Join Date: Mar 2007
Location: VA or VT USA
Posts: 5
Unhappy

Quote:
Originally Posted by HiV_Positive View Post
Does anyone know if this has been fixed yet?
ditto.

Code:
appError called: 
Assertion failed: GNovodexSDK [File:/home/icculus/projects/UnrealEngine3-Icculus/Development/Src/Engine/Src/UnPhysLevel.cpp] [Line: 1626]

Stack: 
Critical: appError called:
Critical: Assertion failed: GNovodexSDK [File:/home/icculus/projects/UnrealEngine3-Icculus/Development/Src/Engine/Src/UnPhysLevel.cpp] [Line: 1626]

Stack: 
Assertion failed: GNovodexSDK [File:/home/icculus/projects/UnrealEngine3-Icculus/Development/Src/Engine/Src/UnPhysLevel.cpp] [Line: 1626]

Stack: 



Exiting due to error
Exit: Executing UObject::StaticShutdownAfterError
Log: appRequestExit(1)
On Fedora Core 7 i386, Dual 2.2Ghz Zeon, 512MB Ram

Last edited by swarm32 : 16th February, 2008 at 02:21 AM.
Reply With Quote
  #7  
Unread 16th February, 2008, 03:20 AM
swarm32's Avatar
swarm32 swarm32 is offline
Forum Newcomer
 
Join Date: Mar 2007
Location: VA or VT USA
Posts: 5
Thumbs up Fixed

Changed from
Code:
#!/bin/bash

#should start a UT3 dedicated demo server

/home/ut3/UT3-linux-server-betademo/Binaries/ut3demo-bin  VCTF-Suspense?GameMode=3?bIsDedicated=True -login=FakeUser -password=FakePassword -log=ut3demo.
to
Code:
#!/bin/bash

#should start a UT3 dedicated demo server

/home/ut3/UT3-linux-server-betademo/Binaries/ut3demo server VCTF-Suspense?GameMode=3?bIsDedicated=True -login=FakeUser -password=FakePassword -log=ut3demo.log
Reply With Quote
  #8  
Unread 19th February, 2008, 01:31 PM
Slaughter Slaughter is offline
Killing Spree
 
Join Date: Jun 2005
Posts: 26
Default

I highly doubt that Icculus (or anyone) is working to fix the old "beta demo" Linux server code. That demo was never intended to be run forever. The real game is out.
__________________
Slaughter
http://slaughtersplace.com/
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:17 AM.


 

All pages are copyright The Unreal Admins Page.
You may not copy any pages without our express permission.