Profile | Register | Calendar | FAQ | Search | Home 

VWBB : Powered by vBulletin version 2.2.6 VWBB > FreeSpace Watch > FreeSpace 1/2 MODs Discussion > Bobboau's thread of despair: for all there head from frustration
Pages (2): [1] 2 »   Last Thread   Next Thread
Author
Thread Post New Thread    Post A Reply
Bobboau
BWO Team Member

Registered: Jul 2000
Location: belleville IL USA
Posts: 1428

Bobboau's thread of despair: for all there head from frustration

here is a thread for people who are having probelms

like me, this should be easy for you who have some idea what you are doing (unlike me)

found the answer to my problem

__________________
Bobboau, bringing you products that work ......... In theory

Last edited by Bobboau on 04-26-2002 at 04:38 AM

Report this post to a moderator | IP: Logged

Old Post 04-26-2002 04:23 AM
Bobboau is offline Click Here to See the Profile for Bobboau Click here to Send Bobboau a Private Message Find more posts by Bobboau Add Bobboau to your buddy list Edit/Delete Message Reply w/Quote
EdrickV
Face

Registered: Apr 2002
Location:
Posts: 57

This appears to be where the error is occuring:

code:

// SWARM, CORKSCREW and FLAK should be mutually exclusive
if(weaponp->wi_flags & WIF_FLAK){
Assert(!(weaponp->wi_flags & WIF_CORKSCREW) && !(weaponp->wi_flags & WIF_SWARM));
}
if(weaponp->wi_flags & WIF_CORKSCREW){
Assert(!(weaponp->wi_flags & WIF_FLAK) && !(weaponp->wi_flags & WIF_SWARM));
}
if(weaponp->wi_flags & WIF_SWARM){
Assert(!(weaponp->wi_flags & WIF_CORKSCREW) && !(weaponp->wi_flags & WIF_FLAK));
}



At a guess, a weapon in the MOD has a Swarm plus flak or corkscrew type and FS2's saying that shouldn't happen. Don't have BWO so I can't check the tables for you.

Edit take 2: Just looked at the code again and it looks like a flak or swarm conflict with corkscrew. That's the line that was quoted. (Probably a corkscrew swarm missile.)

__________________
The three most dangerous things in the world are a programmer with a sodering iron, a hardware type with a program patch, and a user with an idea.

Last edited by EdrickV on 04-26-2002 at 04:46 AM

Report this post to a moderator | IP: Logged

Old Post 04-26-2002 04:42 AM
EdrickV is offline Click Here to See the Profile for EdrickV Click here to Send EdrickV a Private Message Visit EdrickV's homepage! Find more posts by EdrickV Add EdrickV to your buddy list Edit/Delete Message Reply w/Quote
ltnarol
Murdock

Registered: Dec 2001
Location: GTD Haydon
Posts: 357

Tornadoes are corkscrew and swarm are they not? i think its the flak tag

__________________
[url="http://www.3dap.com/hlp/hosted/the158th/"]158th Banshee Squadron[/url]

Report this post to a moderator | IP: Logged

Old Post 04-26-2002 04:49 AM
ltnarol is offline Click Here to See the Profile for ltnarol Click here to Send ltnarol a Private Message Visit ltnarol's homepage! Find more posts by ltnarol Add ltnarol to your buddy list Edit/Delete Message Reply w/Quote
Bobboau
BWO Team Member

Registered: Jul 2000
Location: belleville IL USA
Posts: 1428

well corscrew works like swarm in there is a swarm effect, but you can't controle how many swarm out, I wanted a missle to spiral like the corkscrew flag but only fire one, so I set
$swarm: 1
I guess I could just remove it for now it isn't that importent

__________________
Bobboau, bringing you products that work ......... In theory

Report this post to a moderator | IP: Logged

Old Post 04-26-2002 04:53 AM
Bobboau is offline Click Here to See the Profile for Bobboau Click here to Send Bobboau a Private Message Find more posts by Bobboau Add Bobboau to your buddy list Edit/Delete Message Reply w/Quote
Bobboau
BWO Team Member

Registered: Jul 2000
Location: belleville IL USA
Posts: 1428

wait I had another one with it too

__________________
Bobboau, bringing you products that work ......... In theory

Report this post to a moderator | IP: Logged

Old Post 04-26-2002 04:55 AM
Bobboau is offline Click Here to See the Profile for Bobboau Click here to Send Bobboau a Private Message Find more posts by Bobboau Add Bobboau to your buddy list Edit/Delete Message Reply w/Quote
BabProj Team
I'm New! Laugh At Me!

Registered: Apr 2001
Location:
Posts: 1901

Yeah I picked that out of the BWO tables

__________________
- The Babylon Project Team

Report this post to a moderator | IP: Logged

Old Post 04-26-2002 04:58 AM
BabProj Team is offline Click Here to See the Profile for BabProj Team Click here to Send BabProj Team a Private Message Find more posts by BabProj Team Add BabProj Team to your buddy list Edit/Delete Message Reply w/Quote
Bobboau
BWO Team Member

Registered: Jul 2000
Location: belleville IL USA
Posts: 1428

there seems to be something hardcoded about the multiplayer weapons, I'm getting errors about not finding them (there not in the BWO tables) then it crashes

__________________
Bobboau, bringing you products that work ......... In theory

Last edited by Bobboau on 04-26-2002 at 05:08 AM

Report this post to a moderator | IP: Logged

Old Post 04-26-2002 05:07 AM
Bobboau is offline Click Here to See the Profile for Bobboau Click here to Send Bobboau a Private Message Find more posts by Bobboau Add Bobboau to your buddy list Edit/Delete Message Reply w/Quote
Bobboau
BWO Team Member

Registered: Jul 2000
Location: belleville IL USA
Posts: 1428

this is one of the error mesages i get about the weapons

Warning: Unable to find WEAPON_LIST_TYPE string "Subach HL-D" in stuff_int_list

Many possible sources for this error. Get a programmer!

File:\Games\projects\freespace2_public\code\Pars
e\PARSELO.CPP
Line: 1429

Call stack:
------------------------------------------------------------------
parse_ship() parse_shiptbl() ship_init() game_init() WinMainSub() WinMain() WinMainCRTStartup() KERNEL32.DLL bff8b537()
KERNEL32.DLL bff8b3e9()
KERNEL32.DLL bff89dac()
------------------------------------------------------------------



this is the last error before it crashes

Assert: hull_percentage_of_hits > 0.0f
File: D:\Games\projects\freespace2_public\code\Ship\Ship
.cpp
Line: 1595

Call stack:
------------------------------------------------------------------
parse_shiptbl() ship_init() game_init() WinMainSub() WinMain() WinMainCRTStartup() KERNEL32.DLL bff8b537()
KERNEL32.DLL bff8b3e9()
KERNEL32.DLL bff89dac()
------------------------------------------------------------------

__________________
Bobboau, bringing you products that work ......... In theory

Report this post to a moderator | IP: Logged

Old Post 04-26-2002 05:15 AM
Bobboau is offline Click Here to See the Profile for Bobboau Click here to Send Bobboau a Private Message Find more posts by Bobboau Add Bobboau to your buddy list Edit/Delete Message Reply w/Quote
EdrickV
Face

Registered: Apr 2002
Location:
Posts: 57

Not really sure what is happening, but I don't believe the weapon is hardcoded. (The weapon's full name is not in the source files according to Find Files and Folders.) Might be something funky going on with the weapons.tbl. (It is a mod running under a debug build after all. ) Will try looking more later. It's trying to load the dogfight version of the weapon though. Might want to check the weapon table and see what weapons are in there. If it's not in there, you could try copying it's entry from the regular table and inserting it into the mods table.

__________________
The three most dangerous things in the world are a programmer with a sodering iron, a hardware type with a program patch, and a user with an idea.

Report this post to a moderator | IP: Logged

Old Post 04-26-2002 05:37 AM
EdrickV is offline Click Here to See the Profile for EdrickV Click here to Send EdrickV a Private Message Visit EdrickV's homepage! Find more posts by EdrickV Add EdrickV to your buddy list Edit/Delete Message Reply w/Quote
Bobboau
BWO Team Member

Registered: Jul 2000
Location: belleville IL USA
Posts: 1428

maybe it just assumes there is going to be a dogfight version for every player weapon, but I don't think it complained about any of the BWO weapons,
hrmm

__________________
Bobboau, bringing you products that work ......... In theory

Report this post to a moderator | IP: Logged

Old Post 04-26-2002 06:33 AM
Bobboau is offline Click Here to See the Profile for Bobboau Click here to Send Bobboau a Private Message Find more posts by Bobboau Add Bobboau to your buddy list Edit/Delete Message Reply w/Quote
Kellan
BWO Team Member

Registered: Jul 2000
Location: Milton Keynes, UK
Posts: 1216

You definitely don't need a D version for every weapon in the table.

__________________
"...And so the Sol rebellion was crushed by the mighty literary powers of Kellan."

[url="http://freespace.volitionwatch.com/blackwater"]BlackWater Ops[/url]

Report this post to a moderator | IP: Logged

Old Post 04-26-2002 08:05 AM
Kellan is offline Click Here to See the Profile for Kellan Click here to Send Kellan a Private Message Find more posts by Kellan Add Kellan to your buddy list Edit/Delete Message Reply w/Quote
Bobboau
BWO Team Member

Registered: Jul 2000
Location: belleville IL USA
Posts: 1428

well it seems that way

__________________
Bobboau, bringing you products that work ......... In theory

Report this post to a moderator | IP: Logged

Old Post 04-26-2002 05:19 PM
Bobboau is offline Click Here to See the Profile for Bobboau Click here to Send Bobboau a Private Message Find more posts by Bobboau Add Bobboau to your buddy list Edit/Delete Message Reply w/Quote
GalacticEmperor
Murdock

Registered: Aug 2001
Location:
Posts: 214

quote:
Originally posted by Kellan
You definitely don't need a D version for every weapon in the table.


Check out the Port tables. Not a D version in sight.

__________________
Palpy uber alles!
-Woolie Wool

Galemp, you should be shoved into the intake of a Boeing 777.
-Mikhael, upon seeing my [url=http://dynamic4.gamespy.com/~freespace/forums/showthread.php?s=&threadid=19105]FS uglies[/url]

[url=http://www.3dap.com/hlp/hosted/fsport/]Revisit the Great War at the Freespace Port![/url]

Report this post to a moderator | IP: Logged

Old Post 04-26-2002 08:32 PM
GalacticEmperor is offline Click Here to See the Profile for GalacticEmperor Click here to Send GalacticEmperor a Private Message Visit GalacticEmperor's homepage! Find more posts by GalacticEmperor Add GalacticEmperor to your buddy list Edit/Delete Message Reply w/Quote
DTP
Face

Registered: Jul 2000
Location: Denmark
Posts: 55

nope but the msdev 6.0 dev standard compiled version, Will not work with the port table, im sorry

__________________
Think Big
Invade Space
---------
Staff modeller on FS1 port
http://www.3dap.com/hlp/hosted/fsport/

Report this post to a moderator | IP: Logged

Old Post 04-26-2002 11:02 PM
DTP is offline Click Here to See the Profile for DTP Click here to Send DTP a Private Message Visit DTP's homepage! Find more posts by DTP Add DTP to your buddy list Edit/Delete Message Reply w/Quote
Grey Wolf 2009
Murdock

Registered: Mar 2001
Location:
Posts: 120

NOOOOOOOOOOO!!!!
That is just..... not..... right.....

Report this post to a moderator | IP: Logged

Old Post 04-26-2002 11:12 PM
Grey Wolf 2009 is offline Click Here to See the Profile for Grey Wolf 2009 Click here to Send Grey Wolf 2009 a Private Message Visit Grey Wolf 2009's homepage! Find more posts by Grey Wolf 2009 Add Grey Wolf 2009 to your buddy list Edit/Delete Message Reply w/Quote
Alikchi
Murdock

Registered: Apr 2001
Location:
Posts: 329

Error: Unknown lookup_type in stuff_int_list
File:C:\projects\freespace2\code\Parse\PARSELO.CPP
Line: 1420

Call stack:
------------------------------------------------------------------
------------------------------------------------------------------


Upon loading FS2 or FRED 2. I haven't screwed with the code or anything, not even linked it to my installation, but this didn't happen before the code was downloaded.

Report this post to a moderator | IP: Logged

Old Post 04-27-2002 01:27 AM
Alikchi is offline Click Here to See the Profile for Alikchi Click here to Send Alikchi a Private Message Visit Alikchi's homepage! Find more posts by Alikchi Add Alikchi to your buddy list Edit/Delete Message Reply w/Quote
Bobboau
BWO Team Member

Registered: Jul 2000
Location: belleville IL USA
Posts: 1428

have you compiled the code?

__________________
Bobboau, bringing you products that work ......... In theory

Report this post to a moderator | IP: Logged

Old Post 04-27-2002 01:48 AM
Bobboau is offline Click Here to See the Profile for Bobboau Click here to Send Bobboau a Private Message Find more posts by Bobboau Add Bobboau to your buddy list Edit/Delete Message Reply w/Quote
Corsair
Face

Registered: Apr 2002
Location:
Posts: 25

__________________
Flown by the Black Sheep squadron since 1942.

Report this post to a moderator | IP: Logged

Old Post 05-03-2002 05:11 PM
Corsair is offline Click Here to See the Profile for Corsair Click here to Send Corsair a Private Message Visit Corsair's homepage! Find more posts by Corsair Add Corsair to your buddy list Edit/Delete Message Reply w/Quote
BabProj Team
I'm New! Laugh At Me!

Registered: Apr 2001
Location:
Posts: 1901

You CAN turn off the debugging according to Avenger.

__________________
- The Babylon Project Team

Report this post to a moderator | IP: Logged

Old Post 05-04-2002 04:44 PM
BabProj Team is offline Click Here to See the Profile for BabProj Team Click here to Send BabProj Team a Private Message Find more posts by BabProj Team Add BabProj Team to your buddy list Edit/Delete Message Reply w/Quote
Avenger
Babylon Project

Registered: Jun 2001
Location: Birmingham
Posts: 227

yea the active config is set to debug, just change the active config to release and bingo its gone, that should possible fix the tbl problems, but while it is debug mode, the parselo.cpp is in full swing and not forgiving for any **** ups in the tables. When in release mode there is less emphasis in tbl checking, from what i can gather and only serious bugs are highlighted.

__________________
None of my software ever has bugs...... it just develops random features!

Programmer for babylon Project

[url=http://www.themodplace.co.uk]The Mod Place[/url]

[url=http://unreal.themodplace.co.uk]Unreal Place[/url]

Report this post to a moderator | IP: Logged

Old Post 05-04-2002 05:25 PM
Avenger is offline Click Here to See the Profile for Avenger Click here to Send Avenger a Private Message Visit Avenger's homepage! Find more posts by Avenger Add Avenger to your buddy list Edit/Delete Message Reply w/Quote
All times are EST. The time now is 11:55 AM. Post New Thread    Post A Reply
Pages (2): [1] 2 »   Last Thread   Next Thread
Show Printable Version | Subscribe to this Thread

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is ON
 
Contact Us - Volition Watch >
Powered by: vBulletin Version 2.2.6 - Copyright ©2000-2002, Jelsoft Enterprises Limited.