PDA

View Full Version : Portals error



Higuy
May 30th, 2009, 08:09 PM
I'm adding portals to my map, Fracture.

I get this error in tool when I do structure

05.30.09 21:06:43 EAX: 0xFFFFFFFE
05.30.09 21:06:43 EBX: 0x08AF0E01
05.30.09 21:06:43 ECX: 0x0012F290
05.30.09 21:06:43 EDX: 0x000002CC
05.30.09 21:06:43 EDI: 0x0012F290
05.30.09 21:06:43 ESI: 0x00000000
05.30.09 21:06:43 EBP: 0x0012F168
05.30.09 21:06:43 ESP: 0x0012F158
05.30.09 21:06:43 EIP: 0x77AF9A94, C3 8D A4 24 ?????
05.30.09 21:06:43 EXCEPTION halt in .\import_structures\build_portals.c,#616: plane_index!=bsp->planes.count

Anyway to fix it?

il Duce Primo
May 31st, 2009, 07:54 AM
http://www.google.com/search?q=EXCEPTION+halt+in+.%5Cimport_structures%5 Cbuild_portals.c%2C%23616%3A+plane_index%21%3Dbsp-%3Eplanes.count&rls=com.microsoft:en-us&ie=UTF-8&oe=UTF-8&startIndex=&startPage=1

Higuy
May 31st, 2009, 12:19 PM
Now when I try to do it this way:
http://www.modacity.net/forums/showpost.php?p=270494&postcount=2
I get this error

05.31.09 13:16:36 EAX: 0xFFFFFFFE
05.31.09 13:16:36 EBX: 0x05543301
05.31.09 13:16:36 ECX: 0x0012F298
05.31.09 13:16:36 EDX: 0x000002CC
05.31.09 13:16:36 EDI: 0x0012F298
05.31.09 13:16:36 ESI: 0x00000000
05.31.09 13:16:36 EBP: 0x0012F170
05.31.09 13:16:36 ESP: 0x0012F160
05.31.09 13:16:36 EIP: 0x77AF9A94, C3 8D A4 24 ?????
05.31.09 13:16:36 EXCEPTION halt in .\intermediate_geometry.c,#444: triangle->material_index>=0 && triangle->material_index<old_material_count

I got that error before, I forget how to fix it..
:|

ThePlague
May 31st, 2009, 01:31 PM
By Maniac1000
It means there is a problem with your materials.
Either something is not textured or you have messed up in the naming of materials or they are out of order.This.

Roostervier
May 31st, 2009, 01:42 PM
Yeah. My guess is that a face or 20 are missing material IDs.

Higuy
May 31st, 2009, 01:47 PM
Ok, fixed that, but now im still getting the original error, any help there, besides from what Duce showed me?