blob: 18f83e4de5ae6af34d531f37c521c8d865987506 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Nel] Error in the client: Read error in file 'data/' (End of file??)</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:dayta%40ucc.gu.uwa.edu.au">
<LINK REL="Next" HREF="000311.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Nel] Error in the client: Read error in file 'data/' (End of file??)</H1>
<B>Leighton Haynes</B>
<A HREF="mailto:dayta%40ucc.gu.uwa.edu.au"
TITLE="[Nel] Error in the client: Read error in file 'data/' (End of file??)">dayta@ucc.gu.uwa.edu.au</A><BR>
<I>Thu, 1 Mar 2001 09:39:53 +0800</I>
<P><UL>
<LI> Next message: <A HREF="000311.html">[Nel] NeL Network Engine</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#310">[ date ]</a>
<a href="thread.html#310">[ thread ]</a>
<a href="subject.html#310">[ subject ]</a>
<a href="author.html#310">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Wed, Feb 28, 2001 at 02:28:15PM -0800, <A HREF="mailto:robert@paradox.got.net">robert@paradox.got.net</A> wrote:
><i> Hello,
</I>><i>
</I>><i> I too am hoping to get snowballs running on a Debian/GNU Linux
</I>><i> machine. I too have run into the error message mentioned in the
</I>><i> title. I'd love to see a patch for it. So far I've traced it down to
</I>><i> a call to setupTexture which is exiting the program. My C++ skills
</I>><i> are not strong enough to hunt this down any further.
</I>cut'n'paste from one of my previous emails :) :
the client was exiting with a message in the logfile about
being unable to load file "data/". Managed to eventually track
it down to some of the texture loading code in
code/nel/src/3d/landscape.cpp. The loading of the diffuse
texturemap doesn't do a check for textName == "" though
the loading of the alpha texture map does. Haven't worked
out yet why it's decided that the textName is "" (it's too
late ;)). I modified the code to do a test for textName == ""
and made it default to loading the CTextureCross texture.
If you still can't get it to work, give me an email and I can probably
send you a patch. (This code itself looks like it's correct behaviour,
the problem is with whatever's feeding this with files to load. My 'fix'
is a workaround until i get the time to trace where it's getting fed
from. )
Leighton...
--
Part-time student. Full-time Programmer.
Seeking the 36 hour day and the 10 hour working week.
(08) 9272 9058 (Home - like I'm ever there)
0401 335 136 (Mobile - like it's ever on)
</pre>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Next message: <A HREF="000311.html">[Nel] NeL Network Engine</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#310">[ date ]</a>
<a href="thread.html#310">[ thread ]</a>
<a href="subject.html#310">[ subject ]</a>
<a href="author.html#310">[ author ]</a>
</LI>
</UL>
</body></html>
|