Author Topic: CVS Art?  (Read 4454 times)

acraig

  • Administrator
  • Veteran
  • *
  • Posts: 1562
    • View Profile
(No subject)
« Reply #15 on: June 29, 2004, 05:57:15 pm »
Quote
Originally posted by dfryer
acraig, that\'ll help, I\'ve been having random art-breakage problems on and off for a few weeks.  (Some my fault, some probably not..)  Do you guys ever test with just CVS art?  


Not very often.  My local repository is usually very dirty with different data files.  It should not be to hard to get a clean CVS and fix up any remaining issues ( which I was planning to do this weekend but did not get a chance ).
----------
Andrew
"For all I know, she's lying, everyone's lying; welcome to the Internet"

teal

  • Traveller
  • *
  • Posts: 17
    • View Profile
(No subject)
« Reply #16 on: July 12, 2004, 04:59:21 pm »
yeah i\'ve compiled the CVS version of CB so far and there\'s no problem  (that i didn\'t know to fix). I\'ve downloaded also the patch, but this thing don\'t work.

patching file src/client/pscelclient.cpp
Hunk #1 succeeded at 511 with fuzz 2 (offset 1 line).
patching file src/server/gem.cpp
Hunk #1 FAILED at 464.
1 out of 1 hunk FAILED -- saving rejects to file src/server/gem.cpp.rej

it fails. but i can still compile it. when i start the server and then the client and i wanted to make a character it didn\'t work. because i couldn\'t load any model.

please help me.

edit:

yo. it\'s me again. i \"hacked\" a new character into the database. so now i\'ve got a char. but when the client wants to synchro with the server it fails. there\'s a message:

FindObject:
  No object with the id of \'99\' was found.
Segmentation fault

« Last Edit: July 12, 2004, 05:59:48 pm by teal »

lynx_lupo

  • Veteran
  • *
  • Posts: 1431
  • Sorbus aria!
    • View Profile
    • Linux pri nas
(No subject)
« Reply #17 on: July 12, 2004, 06:53:46 pm »
use guest/guest.
"Amor sceleratus habendi"- Ovid
"First they ignore you, then they laugh at you, then they fight you, then you eat them." -Godzilla

teal

  • Traveller
  • *
  • Posts: 17
    • View Profile
(No subject)
« Reply #18 on: July 12, 2004, 08:38:23 pm »
didn\'t work. same failure as before.

dfryer

  • Veteran
  • *
  • Posts: 1070
    • View Profile
(No subject)
« Reply #19 on: July 12, 2004, 09:16:00 pm »
I would avoid using a half-patched version.  If it succeeds at one point and fails at another, you\'ll want to return to a state from before you tried to apply the patch.
Quidquid latine dictum sit, altum sonatur.

teal

  • Traveller
  • *
  • Posts: 17
    • View Profile
(No subject)
« Reply #20 on: July 12, 2004, 10:07:42 pm »
i now downloaded the source from cvs again and didn\'t patched this time. didn\'t work.

FindObject:
  No object with the id of \'100\' was found.
Segmentation fault

acraig

  • Administrator
  • Veteran
  • *
  • Posts: 1562
    • View Profile
(No subject)
« Reply #21 on: July 12, 2004, 10:09:12 pm »
Try running in debugger.  Just having
Segmentation fault

is not very helpful :)
----------
Andrew
"For all I know, she's lying, everyone's lying; welcome to the Internet"

teal

  • Traveller
  • *
  • Posts: 17
    • View Profile
(No subject)
« Reply #22 on: July 12, 2004, 10:14:54 pm »
sorry. didn\'t know (i know myself how freaky this seg-faults are):

so here\'s the seg-fault right before it crashes in the loading screen of the map

Program received signal SIGSEGV, Segmentation fault.
0x080707fd in GEMClientObject::InitMesh (this=0x8347d98,
    factname=0x843ad10 \"stonebm\",
    filename=0x83c05b8 \"/planeshift/models/stonebm/stonebm.cal3d\",
    pos=@0xbffff028, rotangle=0, room=0x85c7fb0 \"NPCroom\")
    at src/client/pscelclient.cpp:533
533                     pcmesh->SetMesh(entry->factory->CreateMeshWrapper());

and that\'s the message i receive when i want to view a character

View:
  Failed to load mesh factory from file
  /planeshift/models/stonebm/stonebm.cal3d

okay, i solved the problem by myself. it\'s a little bit sh* when you forget to set some global variables (LD_LIBRARY_PATH for example). btw. are there other cards besides \"npcroom\"
« Last Edit: July 12, 2004, 10:21:05 pm by teal »

acraig

  • Administrator
  • Veteran
  • *
  • Posts: 1562
    • View Profile
(No subject)
« Reply #23 on: July 12, 2004, 10:20:21 pm »
Quote
Originally posted by teal
okay, i solved the problem by myself. it\'s a little bit sh* when you forget to set some global variables (LD_LIBRARY_PATH for example)


Aha, yes. Most likely have to add the path to the cal3d so there.  If that is not part of the instructions then that is an oversight and I will update them.
----------
Andrew
"For all I know, she's lying, everyone's lying; welcome to the Internet"

theRealGorbulas

  • Hydlaa Resident
  • *
  • Posts: 140
    • View Profile
(No subject)
« Reply #24 on: July 13, 2004, 03:27:09 am »
Don\'t apply my patch anymore. The problem was fixed shortly after my patch was released, and it won\'t apply cleanly anymore. That patch is only relevant for CVS a week before to a few days after it was written.