diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
commit | 0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch) | |
tree | 2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /pipermail/nel/2001-March/000310.html | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to 'pipermail/nel/2001-March/000310.html')
-rw-r--r-- | pipermail/nel/2001-March/000310.html | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/pipermail/nel/2001-March/000310.html b/pipermail/nel/2001-March/000310.html new file mode 100644 index 00000000..18f83e4d --- /dev/null +++ b/pipermail/nel/2001-March/000310.html @@ -0,0 +1,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> |