Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - zhaolu

Pages: [1]
1
Development Deliberation / bug Report
« on: June 08, 2004, 05:28:46 am »
Operating system: winxp
Compiler: vc7.1
Crystal Space CVS date: 06/08/2004
CEL CVS date: 06/08/2004
Cal3D CVS date: 06/04/2004
Planeshift CVS date: 06/08/2004

in \\planeshift\\src\\common\\paws\\pawstexturemanager.cpp
I move the     texture->Prepare(); to line 390, behind the line 388, \" texture->GetOriginalDimensions( textureRectangle.xmax, textureRectangle.ymax );\". the problem solved, the client could be run.

but I find serveral picture is wrong, could not be read, and serveral file is missing is cvs, There are :
/planeshift/art/effects/highlight.png
/planeshift/art/effects/spark.png
/planeshift/art/effects/fade_spire.png
/planeshift/art/effects/arrow.jpg
/planeshift/models/cubo_ref.gif \'s dimension is not a power of two.
/planeshift/art/backdrop/charborder.png not exist
/planeshift/art/music/maintheme1.0.ogg not exist.

so i rename other file to the above missing file, now I can run pserver and psclient properly.
but it seems all the needed file are not organized properly.

2
Development Deliberation / The cvs is ok now. thanks
« on: June 04, 2004, 08:50:12 am »
but I meet compile error.

Operating system: winxp
Compiler: vc7.1
Crystal Space CVS date: 06/04/2004
CEL CVS date: 06/04/2004
Cal3D CVS date: 06/04/2004
Planeshift CVS date: 06/04/2004

Bug type: compilation error
Bug description:
networkmgr.cpp
\\PlaneShift\\planeshift\\src\\npcclient\\networkmgr.cpp(354) : error C2039:\"msgstrings\"is not \"psNPCClient\" \'s member,
f:\\PlaneShift\\planeshift\\src\\npcclient\\npcclient.h(58):, refer \"psNPCClient\" declaration.


I chang \"npcclient->msgstrings\" to NULL, then it can be compiled and linked. I  run the program psclient.exe in debug mode, but it always crash in \\planeshift\\src\\common\\paws\\pawstexturemanager.cpp line 388, \" texture->GetOriginalDimensions( textureRectangle.xmax, textureRectangle.ymax );\".
Does anybody know why, please tell me.

3
Development Deliberation / Planeshift CVS access denied.
« on: June 03, 2004, 11:19:07 am »
I can not access the planeshift cvs since the day before yesterday, what is the problem?

message as follow:
cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/planeshift init
cvs [init aborted]: unrecognized auth response from cvs.sourceforge.net: M PserverBackend::PserverBackend() Connect (Connection refused)

***** CVS exited normally with code 1 *****

4
Yesterday, I have login, download the source file successfully. so it should be temporary problem.

Pages: [1]