Strange Error
Displaying 1-5 of 5 total.
1
ltcmdstarbuck
|
I was testing my new battle system for a game I'm making. When it ran the battle I got this error:
rawmem$get: *unknown*: prefix violation (offset=1472, count=64)
If someone can at least give me an idea what causes this error then I should know where to look.
Posted on 2000-11-30 02:14:15
|
ZeroTail
|
Well I'm not sure what it is but I can help you get rid of it...
1) start doing log();s all over the area you think it's happening and narrow it down two one area... now study it and see wtf could be wrong ^^
-Zero-
Posted on 2000-11-30 18:57:01
|
Ear
|
You've overwritten the wrong part of memory. Could you post the code where (if) you alter memory in your battle system? (i.e. with byte[], memset, malloc, etc.)
- Ear
Posted on 2000-11-30 19:30:16
|
ltcmdstarbuck
|
It's was just a tab in a string. V2k doesn't seem to support tabs like that.
Posted on 2000-12-03 16:24:35
|
el_desconocido
|
That's a tricky bug to pin down! I mean you cant even see it!
Anyway, good hunting!
-Pontifex
(aka: ¶, the coder formerly known as Prince Paul)
Posted on 2000-12-04 23:11:22
|