The Dark Side
Former Staff Member
- Messages
- 1,004
- Reaction score
- 770
- Points
- 993
If you get script errors in redacted where do you find them at? So i can fix them?
Thanks. xD
Thanks. xD
if you are looking for dmp's they are either in the root of bo2 or in AppData\Local\CrashDumpsIf you get script errors in redacted where do you find them at? So i can fix them?
Thanks. xD
I'm looking for all script errors that i get. Parameters or unknown functions. Neither of those places, i cant find what i'm looking for. There are no dmp's there for script errors. Even if there was i wouldn't know how to read them.if you are looking for dmp's they are either in the root of bo2 or in AppData\Local\CrashDumps
other than that the popup errors are pretty useless
you have to open them in visual studio, doesn't sound like they would help you though.I'm looking for all script errors that i get. Parameters or unknown functions. Neither of those places, i cant find what i'm looking for. There are no dmp's there for script errors. Even if there was i wouldn't know how to read them.
View attachment 1285
you have to open them in visual studio, doesn't sound like they would help you though.
do you have a screenshot of the actual error?
i don't think they get dumped to a file anywhere, just put out to console and that popup. i could be wrong though.View attachment 1286
Truth is i already know how to fix them. But i wanna know where they get dumped too so i can read and fix them all at once.
This console?i don't think they get dumped to a file anywhere, just put out to console and that popup. i could be wrong though.
i guess not then. i can't use lan anymore so i cant really look for a fix or anything.
Thanks for trying <3i guess not then. i can't use lan anymore so i cant really look for a fix or anything.
I have something like this for both PS3 and Xbox. That's why testing on console is so much easier for me. Less crashes, and I get the error's returned 90% of the time.The best way would be into the respective function using C/C++ in order to dump out the information. This will give you all details but realizing an SPRX or similar that does this nicely is of course not easy. Something like is the best you can do.
your whole system doesn't freeze over a small syntax error on pc though lolI have something like this for both PS3 and Xbox. That's why testing on console is so much easier for me. Less crashes, and I get the error's returned 90% of the time.
On pc, you have a much higher chance of crashing imo. So it's really annoying.
I wouldn't know. I never get syntax errors lol.your whole system doesn't freeze over a small syntax error on pc though lol
I've deleted a function and forgot to get rid of the call for it quite a few times lolI wouldn't know. I never get syntax errors lol.