Error Zero Divisor – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 27: Line 27:


[[User:Hoz|hoz]] 15:29, 5 June 2006 (CEST)
[[User:Hoz|hoz]] 15:29, 5 June 2006 (CEST)
I agree with that as well. A page or category devoted to errors is a good idea. All error messages tht show up in white lettering across the top of the screen in game are scripting related.
Also, I'm not entirely sure that error zero divisors occur with greater-than-zero out of bounds array accesses - only when the index supplied rounds to less than zero. So
[1] select -1 would cause the error, but not [1] select 1.

Revision as of 05:31, 10 June 2006

Do you think we should make more pages about errors? For example "Generic errors", "given type x expected type y or z"?

Also config and description.ext error messages (Preprocessor failed; encounterd x instead of y)?

What do you think?

--Raedor 12:07, 4 June 2006 (CEST)

I do think we should include the error descriptions as well.

hoz 17:58, 4 June 2006 (CEST)

Okay, but where to link it?

--Raedor 00:25, 5 June 2006 (CEST)

I would make the page and link it to Troubleshooting, seems like the best place to me.


Planck 11:30, 5 June 2006 (CEST)

Yep, that sounds good.

--Raedor 14:44, 5 June 2006 (CEST)

I also think it should be linked into scripting somehow, since most of these errors occur during scripting.

hoz 15:29, 5 June 2006 (CEST)

I agree with that as well. A page or category devoted to errors is a good idea. All error messages tht show up in white lettering across the top of the screen in game are scripting related.

Also, I'm not entirely sure that error zero divisors occur with greater-than-zero out of bounds array accesses - only when the index supplied rounds to less than zero. So

[1] select -1 would cause the error, but not [1] select 1.