ERROR I GET FROM Random maps on CLD server

Post all UT Building, Coding, Modding, Tutorials and Non-Mapping content here!
Post Reply
User avatar
ZippityDooDa
Posts: 555
Joined: Sat Jul 17, 2010 8:53 am
Contact:

ERROR I GET FROM Random maps on CLD server

Post by ZippityDooDa » Sun Nov 28, 2010 8:26 pm

Code: Select all

Critical Error

Assertion failed: !Reader. AtEnd() [File:..\..\Core\Inc\FCodec.h]

[Line:324]

History:FCodecHuffman::Decode <- FCodecFull::Code <-
FCodecFull::Decode <- UDownload::DownloadDone <-
UHTTPDownload::Tick <- TickDownload <- UNetConnection::Tick
<-  UNetDriver::TickFlush <- UnetPendingLevel::Tick <-
TickPending <-UGameEngine::Tick <- UpdateWorld <- MainLoop
Anyone have any idea what this could mean? I know it says tick errors in there, I have done nothing to the .ini this is from 2 fresh installs of UT on 2 different pc's my desktop and my laptop especially happens on the DM-Artiphicial map.
Thanks

EDIT* This map works for HOOk
11100000.11111111.11111111.00000000 /24

User avatar
Hermskii
Site Admin
Posts: 8514
Joined: Sun Jul 10, 2005 9:56 pm
NoMoreSpam: Silver
Location: Houston, Texas
Contact:

Re: ERROR I GET FROM Random maps on CLD server

Post by Hermskii » Mon Nov 29, 2010 7:36 am

Where did this happen? What server?
~Peace~

Hermskii

User avatar
ZippityDooDa
Posts: 555
Joined: Sat Jul 17, 2010 8:53 am
Contact:

Re: ERROR I GET FROM Random maps on CLD server

Post by ZippityDooDa » Mon Nov 29, 2010 7:48 am

Hermskii wrote:Where did this happen? What server?
On hooks server Lucifurs Den 8.3.5.64 Herm
11100000.11111111.11111111.00000000 /24

User avatar
ZippityDooDa
Posts: 555
Joined: Sat Jul 17, 2010 8:53 am
Contact:

Re: ERROR I GET FROM Random maps on CLD server

Post by ZippityDooDa » Mon Nov 29, 2010 7:56 am

Found the solution:

Code: Select all

The mention of the huffman codec (same used in zip) indicates a problem with decompression. This is most probably happening while downloading a file off a redirect. The solution is to recompress a good version of the file and reupload it. Also, if you are uploading to the redirect via FTP, be sure you are uploading in binary, not ASCII mode. Uploading compressed files for your redirect in ASCII mode will cause clients to crash if they attempt to access the file. 

My ini is set up properly for redirection but the redirect doesn't seem to work at all when I connect to my server 
Check RedirectToURL. If you have, for example, inserted a space before the url, redirection won't work. 
11100000.11111111.11111111.00000000 /24

Post Reply