Pavlos Posted October 27, 2005 Share Posted October 27, 2005 I have this bug when I attempt to build my module, it gets part way through then it gives me the error, "Index is outside bounds of the array." What on earth is this? All I did was add a couple of extra scripts to the folder where I compile to a .mod. Link to comment Share on other sites More sharing options...
Fred Tetra Posted October 27, 2005 Share Posted October 27, 2005 Please email the details from the message that comes up. Just the stack trace; the "loaded assemblies" part is useless. Link to comment Share on other sites More sharing options...
Pavlos Posted October 27, 2005 Author Share Posted October 27, 2005 Ok I sent you all the details, wow you are quick at responding! Link to comment Share on other sites More sharing options...
Fred Tetra Posted October 27, 2005 Share Posted October 27, 2005 Ok I sent you all the details, wow you are quick at responding! It's the best way to improve quality! Update: The error was occuring because one of Pavlos' files had a name longer than 16 characters (not including the extension). Since the BioWare rule is that no resource reference (ResRef) may be greater than 16 characters long, the file name was incompatible with the Encapsulated Resource File format. I will have to think about adding some better error trapping for that to the module editor so it behaves like the ERF builder. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.