Author Topic: PCS bugs  (Read 4030 times)

0 Members and 1 Guest are viewing this topic.

Offline Goober5000

  • HLP Loremaster
  • Moderator
  • 214
    • Goober5000 Productions
Yeah, it's got several bad bugs that need fixing.

Weren't you starting work on a brand new version at some point?  When's that coming out?

 

Offline Kazan

  • PCS2 Wizard
  • 212
  • Soul lives in the Mountains
    • http://alliance.sourceforge.net
what bugs would you be refering to


yes, don't know
PCS2 2.0.3 | POF CS2 wiki page | Important PCS2 Threads | PCS2 Mantis

"The Mountains are calling, and I must go" - John Muir

 

Offline Goober5000

  • HLP Loremaster
  • Moderator
  • 214
    • Goober5000 Productions
1) Paths sometimes don't display in the correct place
2) Certain path lines are colored black, and there seems to be no way to change the background from its default black
3) You can't tab between text boxes
4) PCS tends to crash after I've loaded several models (I can't edit more than about 3 without restarting it)
5) And there's one other that Galemp mentioned that I forget right now.  I'll have to ask him again.

 

Offline Col. Fishguts

  • voodoo doll
  • 211
6) Smoothing is buggy
"I don't think that people accept the fact that life doesn't make sense. I think it makes people terribly uncomfortable. It seems like religion and myth were invented against that, trying to make sense out of it." - D. Lynch

Visit The Babylon Project, now also with HTL flavour  ¦ GTB Rhea

 

Offline IPAndrews

  • Disgruntled Customer
  • 212
  • This site stole my work
7) Can't delte individual glow points (forced to delete whole bank).
Be warned: This site's admins stole 100s of hours of my work. They will do it to you.

 

Offline Kazan

  • PCS2 Wizard
  • 212
  • Soul lives in the Mountains
    • http://alliance.sourceforge.net
ok start assemblingly a general "issues" thread in the SCP forum, and make it sticky please, and i'll look into each one of these as im writing PCS2
PCS2 2.0.3 | POF CS2 wiki page | Important PCS2 Threads | PCS2 Mantis

"The Mountains are calling, and I must go" - John Muir

 

Offline Goober5000

  • HLP Loremaster
  • Moderator
  • 214
    • Goober5000 Productions
Thread split and moved.

 

Offline Starman01

  • 213
  • Mechwarrior
    • Wing Commander Saga
1) Glowpoints can't be imported.

2) Sometime, when you have a model opend and the glowpoint-section is active, and you open a new model, the glowpoint-entries are somehow drag to the new model. Not sure they will be saved though, but at least the view doesn't update, switching the editor-part (i.e. to specials) does not help everytime.

3) One strange thing (happens very often to me) but I didn't heard other peoples talking about it : On some models, mostly those I made a poftocob in PCS before, and then saving the model file again (normally as a LOD to the original model) there seems to be the *.bmp-extension stuck to the texturefile.

Must be related to a truespace bug too I guess. Problem is, that truespace seems to create a XXXXX.bmp.bmp texture-file, and so PCS will keep one bmp-extension that you will have to delete manually. But as I said, I'm not sure this is a truespace or a PCS-Problem. I can send you some test cob-files and pof-files showing this error. (Happens with all TS-Versions and all PCS-Versions btw).

4) The only reason, I still use modelview in some points is that it's viewer is a little more sharper/thinner (turret-firing-lines i.e.) and you can set the view automatically to side, top etc. and to wireframe (maybe wireframe is already in PCS ?)

5) A small failure into the subobjects-import function. Non random-subobjects wont get their pof-data imported (maybe because you hardcoded standard-subobjects).

Example : Name of the subobject : NAV
Pofdata :
$special=subsystem
$name=navigation

The pofdata will not be included by importing from another pof. A radar-dish i.e. can be important without any problems.

6) I'm getting very often a "Stack overflow protection error". I have to admit, the models were this happens are either a litte messed up, or do have very much detail and are converted to a very small object, then I usually get this error. Sometimes I can outrun this, by making the model bigger in truespace and use a lower scaling-factor in PCS, but it helps not all the time.

7) deleted

8) Either the viewer or the editing-window blocks a part of the other programm (I mean viewer or editor again) But I wouldn't call that a bug, I hope that you will implement both into one window in PCS2 (same for the autopathing-function ;7  )

Sorry, long buglist, but I work very much with this programm, so that's what I noticed most :) But don't think that I'm complaining, it is still a great software, and I'm able to make my pofs as long as I know what I have to look out for (but I have to switch between 3 programms :) )
« Last Edit: March 01, 2005, 03:36:31 pm by 1072 »
MECHCOMMANDER OMNITECH

9 out of 10 voices in my head always tell me that I'm not insane. The 10th is only humming the melody of TETRIS.

 

Offline StratComm

  • The POFressor
  • 212
  • Cameron Crazy
    • http://www.geocities.com/cek_83/index.html
The rendering window needs to be much-better optimized than it currently is; it drags my system to a near-halt every time I use it.  It doesn't tie up much memory, just most of my processor cycles.  Despite the massive memory requirements of Modelview, I often find myself using it rather than PCS to get model coordinates.  The issues with the glowpoints tab and the lack of tabbing between fields is also quite annoying.

@ Starman: 7) isn't a bug, that's a known issue involving Truespace's format.  Not many programs will correctly display a face with concave edges, i.e. you should be able to draw a line from any one point to any second one on a given face without going outside the faces boundary.  Truespace also lets you get away with non-connecting edges on a face, such as your box, which I'm guessing looks a little like this:
Code: [Select]

----------
| ------ |
| |    | |
| |    | |
| ------ |
----------


That's never going to actually work outside of Truespace, no matter how you treat it.  To get that to render correctly, you'll need to break the "face" into at least 4, like this:
Code: [Select]

----------
|\------/|
| |    | |
| |    | |
|/------\|
----------
who needs a signature? ;)
It's not much of an excuse for a website, but my stuff can be found here

"Holding the last thread on a page comes with an inherent danger, especially when you are edit-happy with your posts.  For you can easily continue editing in points without ever noticing that someone else could have refuted them." ~Me, on my posting behavior

Last edited by StratComm on 08-23-2027 at 08:34 PM

 

Offline Starman01

  • 213
  • Mechwarrior
    • Wing Commander Saga
I feared so. No matter, it did work the last 3 years with triangulation, guess it will do it for the future too.

But thanks for the explanation, maybe I will try this breaking up on some model (that's actually what the triangulation makes), it could save me some extra faces.

(I deleted that part from list above) :)
MECHCOMMANDER OMNITECH

9 out of 10 voices in my head always tell me that I'm not insane. The 10th is only humming the melody of TETRIS.

 

Offline Nuke

  • Ka-Boom!
  • 212
  • Mutants Worship Me
any chance you can get the render window to display dds textures? also any new autogen features would be aprecieated :D
I can no longer sit back and allow communist infiltration, communist indoctrination, communist subversion, and the international communist conspiracy to sap and impurify all of our precious bodily fluids.

Nuke's Scripting SVN

 

Offline Goober5000

  • HLP Loremaster
  • Moderator
  • 214
    • Goober5000 Productions
Quote
Originally posted by StratComm
Code: [Select]

----------
|\------/|
| |    | |
| |    | |
|/------\|
----------
[/b]
Woo, hypercubes! :D

 

Offline Trivial Psychic

  • 212
  • Snoop Junkie
I've noticed a problem similar to that reported with the glowpoints, but with adding engine glows.  Often if I'm adding thruster points, and I switch to some added to a different subsystem or a different bank, it'll drag data from the previous set and can destroy alot of fine-tuning.  It'd also help if PCS rendered the thuster-points, perhaps in the same visual manner as MODview.

There's also the well-known issue of displaying subsystems on the wrong side or the model, mirrored down the central axis.

I'd also like to see PCS less rigid when it comes to texture sources.  I keep all of my active FS stuff on my E drive, which is a partition dedicated to Win98.  I also have PCS installed on my C drive for use in WinXP, but it won't read any textures.  I'd like to be able to tell it that it should look on a different drive.
The Trivial Psychic Strikes Again!

  

Offline StratComm

  • The POFressor
  • 212
  • Cameron Crazy
    • http://www.geocities.com/cek_83/index.html
Quote
Originally posted by Goober5000
Woo, hypercubes! :D


Eh, best I could do in ASCII and with short notice :p

Oh, another thing.  If you've got over 12 glows in a bank, the game renders them corrupt.  Either that needs to be fixed in the game itself, or PCS2 should have a hard cap of 12 glows per bank.
who needs a signature? ;)
It's not much of an excuse for a website, but my stuff can be found here

"Holding the last thread on a page comes with an inherent danger, especially when you are edit-happy with your posts.  For you can easily continue editing in points without ever noticing that someone else could have refuted them." ~Me, on my posting behavior

Last edited by StratComm on 08-23-2027 at 08:34 PM

 

Offline Kazan

  • PCS2 Wizard
  • 212
  • Soul lives in the Mountains
    • http://alliance.sourceforge.net
Starman01:

6) Not a bug, error that occurs when input model file fails data constraints


many of these bugs will be fixed in pcs2 just by the fact that im completely writing the core from scratch and that pcs2 has it's own internal model format - no more having to write a BSP compiler every time we want to support a new model format, we only have to do the (fairly easy) translation between that format and the internal format
PCS2 2.0.3 | POF CS2 wiki page | Important PCS2 Threads | PCS2 Mantis

"The Mountains are calling, and I must go" - John Muir

 

Offline Mav

  • 28
  • location: Shivan fleet - closing in on GTVA space
Quote
Originally posted by Starman01
3) One strange thing (happens very often to me) but I didn't heard other peoples talking about it : On some models, mostly those I made a poftocob in PCS before, and then saving the model file again (normally as a LOD to the original model) there seems to be the *.bmp-extension stuck to the texturefile.

Must be related to a truespace bug too I guess. Problem is, that truespace seems to create a XXXXX.bmp.bmp texture-file, and so PCS will keep one bmp-extension that you will have to delete manually. But as I said, I'm not sure this is a truespace or a PCS-Problem. I can send you some test cob-files and pof-files showing this error. (Happens with all TS-Versions and all PCS-Versions btw).


Yeah, I too get this now and then. Never considered it to be a real bug though.

And Yes, view controls like in Modelview (top view, front view, rotate left, rotate right etc.) would be a nice improvement. Maybe you could also make it possible specify in the options how much degrees the model is rotated per click?
-__ o_O___O_o
I______O_O_______dragons
________o

-----------------------------------
capship shields DO WORK !!!
my models, now with pics
test mission for commanding capships
-----------------------------------
suffering from a late stage of BoE-infection - DON'T call a doctor, it's too late for that anyway ;o)

 

Offline Roanoke

  • 210
Tab support would be nice, if not a priortity

 

Offline Starman01

  • 213
  • Mechwarrior
    • Wing Commander Saga
Quote
Originally posted by Roanoke
Tab support would be nice, if not a priortity


Good one :yes:
MECHCOMMANDER OMNITECH

9 out of 10 voices in my head always tell me that I'm not insane. The 10th is only humming the melody of TETRIS.

 

Offline Kazan

  • PCS2 Wizard
  • 212
  • Soul lives in the Mountains
    • http://alliance.sourceforge.net
Quote
Originally posted by Roanoke
Tab support would be nice, if not a priortity


switching from pure win32 code to wxWidgets should automatically provide that at no extra programming cost to me
PCS2 2.0.3 | POF CS2 wiki page | Important PCS2 Threads | PCS2 Mantis

"The Mountains are calling, and I must go" - John Muir

 

Offline Col. Fishguts

  • voodoo doll
  • 211
Importing global data from a model with glowpoints or trying to import glowpoint data freezes up PCS.
"I don't think that people accept the fact that life doesn't make sense. I think it makes people terribly uncomfortable. It seems like religion and myth were invented against that, trying to make sense out of it." - D. Lynch

Visit The Babylon Project, now also with HTL flavour  ¦ GTB Rhea