Game Development Community

File Download Issue/Question

by Ronald J Nelson · in Torque Game Engine · 09/23/2008 (2:37 pm) · 3 replies

I have been having some issues with file downloading from the server. For some reason it stops mid stream and leaves a partially complete file. Now I have tested this primarily with PNG files, but the principle should be the same. I even tried adding a few additional console log calls to see what is happening and it seems to stop on average around the last three packets.

Any idea why?

Oh yeah and my code for this is totally stock.

#1
09/24/2008 (10:40 am)
Seriously? No one has had server-client missing file download issues with TGE?
#2
09/24/2008 (10:51 am)
I've never seen this problem Ron, but I also stay 100% away from the built in transfer as its way too slow to be practical at all.
#3
09/24/2008 (1:33 pm)
Yeah I just found out this was in fact all of my own fault. Thanks anyway.