Author Topic: Unknown Debug Error. Please Translate  (Read 1730 times)

0 Members and 1 Guest are viewing this topic.

Offline Trivial Psychic

  • 212
  • Snoop Junkie
Unknown Debug Error. Please Translate
OK, while working on my own Campaign (I know... me and everybody else), I tried to clean up as much of the errors to prevent unexplained crashes and improve stability, and have been running it through debug versions of FRED to see what pops up.  I've cleaned up what I can understand, but the rest is beyond me.  I'm hoping someone can tell me what the problem is.

Error message 1:

Assert: !(weaponp->wi_flags & WIF_FLAK) && !(weaponp->wi_flags & WIF_SWARM)
File: E:\Languages\Visual Studio Projects\Visual C++\fs2_open\code\Weapon\Weapons.cpp
Line: 1042

Error message 2:

Assert: !(weaponp->wi_flags & WIF_CORKSCREW) && !(weaponp->wi_flags & WIF_FLAK)
File: E:\Languages\Visual Studio Projects\Visual C++\fs2_open\code\Weapon\Weapons.cpp
Line: 1045

(Call stacks removed)

Any help translating these?
The Trivial Psychic Strikes Again!

 

Offline WMCoolmon

  • Purveyor of space crack
  • 213
Unknown Debug Error. Please Translate
You can't use corkscrew with flak or swarm weapons.
-C

 

Offline Taristin

  • Snipes
  • 213
  • BlueScalie
    • Skelkwank Shipyards
Unknown Debug Error. Please Translate
corkscrew is not with swarm? What about the tornado, and hornet? :wtf:
Freelance Modeler | Amateur Artist

 

Offline phreak

  • Gun Phreak
  • 211
  • -1
Unknown Debug Error. Please Translate
tornado is corkscrew (all the missiles rotate about a central axis) and hornet is swarm (missile is independant)
Offically approved by Ebola Virus Man :wtf:
phreakscp - gtalk
phreak317#7583 - discord

 

Offline Kazan

  • PCS2 Wizard
  • 212
  • Soul lives in the Mountains
    • http://alliance.sourceforge.net
Unknown Debug Error. Please Translate
the important thing is he's trying to use CORKSCREW and SWARM with FLAK
PCS2 2.0.3 | POF CS2 wiki page | Important PCS2 Threads | PCS2 Mantis

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

 

Offline phreak

  • Gun Phreak
  • 211
  • -1
Unknown Debug Error. Please Translate
that actually may look rather awesome.
Offically approved by Ebola Virus Man :wtf:
phreakscp - gtalk
phreak317#7583 - discord

 

Offline WMCoolmon

  • Purveyor of space crack
  • 213
Unknown Debug Error. Please Translate
We need aspect-seeking swarm flak. :p

Made of beams.
-C

 

Offline phreak

  • Gun Phreak
  • 211
  • -1
Unknown Debug Error. Please Translate
Multiple homing beams that explode when near an enemy.

I'm on it


not
Offically approved by Ebola Virus Man :wtf:
phreakscp - gtalk
phreak317#7583 - discord

 
Unknown Debug Error. Please Translate
Shielded Flak that tracks you through subspace.

Alpha 1: "Ha, ha! Come and get me, flak!"

*flak bursts into subspace*

Alpha 1: "OMFG!"

 

Offline Kazan

  • PCS2 Wizard
  • 212
  • Soul lives in the Mountains
    • http://alliance.sourceforge.net
Unknown Debug Error. Please Translate
haha
PCS2 2.0.3 | POF CS2 wiki page | Important PCS2 Threads | PCS2 Mantis

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

 

Offline Trivial Psychic

  • 212
  • Snoop Junkie
Unknown Debug Error. Please Translate
That did it!  Thanks people!  The odd thing was, I don't even have any flak weapons in my tables.  What I did have was a twin-fire heat-seeker with a corkscrew section.  I used swarm as well, so I guess that was a bit redundant.  I'll know for next time.  Perhaps this thread can still serve a purpose where people with debug messages that they cannot interpret, may be displayed for comment by the experts.
The Trivial Psychic Strikes Again!