Author Topic: model bug  (Read 1370 times)

0 Members and 1 Guest are viewing this topic.

Offline Nuke

  • Ka-Boom!
  • 212
  • Mutants Worship Me
i was hunting for bugs in nukemod and i fixed a ton of em. but there seems to be a problem with the pf satyr that im having trouble with. i just did a recompile of that model to fix a couple uv bugs, and to switch over to the vwep system. it works fine in game but the 12-01 fred buid gives me as error, i essentially need to know what this message means:

Code: [Select]
Assert: num_faces <= MAX_INS_FACES
File: c:\fs2_open\code\model\modelread.cpp
Line: 2638
[This filename points to the location of a file on the computer that built this executable]

Call stack:
------------------------------------------------------------------
    FRED2_open_d-P420051201.exe 005276c4()
    FRED2_open_d-P420051201.exe 004e03f6()
    FRED2_open_d-P420051201.exe 004428c2()
    FRED2_open_d-P420051201.exe 0044340c()
    FRED2_open_d-P420051201.exe 0044274e()
    FRED2_open_d-P420051201.exe 0042f939()
    FRED2_open_d-P420051201.exe 006da53b()
    FRED2_open_d-P420051201.exe 006d996e()
    FRED2_open_d-P420051201.exe 006d7110()
    FRED2_open_d-P420051201.exe 006d75ee()
    USER32.dll 77d48709()
    USER32.dll 77d487eb()
    USER32.dll 77d4c00e()
    USER32.dll 77d4c034()
    OPENGL32.dll 5ed2699b()
------------------------------------------------------------------

this is the end of fs.log:

Code: [Select]
Loading model 'satyr.pof'
IBX: Found a good IBX to read for 'satyr.pof'.
IBX-DEBUG => POF checksum: 1305226273, IBX checksum: 1606947728 -- "satyr.pof"
Int3(): From c:\fs2_open\code\globalincs\windebug.cpp at line 1004

*edit*
i did a triangulate and a texture merge (htl performance tweak) and recompiled the model. yet i get the same bug. the model doesnt crash fs2 or fred but it does crash the debug build. should i just ignore this?
« Last Edit: December 24, 2005, 12:48:01 am by Nuke »
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 taylor

  • Super SCP/Linux Guru
  • 212
    • http://www.icculus.org/~taylor
It's complaining about the number of insignia faces, max is 10.

 

Offline WMCoolmon

  • Purveyor of space crack
  • 213
Which in this case means that some of the other data in memory is getting overwritten (buffer overflow error).
-C

  

Offline Nuke

  • Ka-Boom!
  • 212
  • Mutants Worship Me
yep, that seemed to work. i didnt know any of my models still had insignias. i tried putting them in at some point but wasnt too successfull. i guess i accidently imported it from an old model.
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