Author Topic: bug Report  (Read 588 times)

zhaolu

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
bug Report
« on: June 07, 2004, 10:28:46 pm »
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.
« Last Edit: June 08, 2004, 04:50:39 am by zhaolu »