bob2w wrote:
Hi All,
I have fixed the crash error:-
battle of britain english text has stopped working
Sorry, Battle of Britain English Text is the identifier for the program,
and all and any crash appears under that name which occurred while
the program has focus, whether due to the program itself, or "modules"
which are actually parts of windows, such as ntdll.dll and d3dx9.dll
To identify a specific crash, you need the crashlog, and note the
initial lines after the start of the last appended report, which will look
like (I just grabbed the first example I could find in the forum here):
Quote:
----------- Begin of section written with bob.exe, Build/Rebuild all date: Dec 21 2012 17:39:32 ---------------------------
bob.exe caused a EXCEPTION_ACCESS_VIOLATION in module bob.exe at 0023:00605335, COverlay::DecisionMessage()+81 byte(s), c:\merlin\bob\src\3d\overlay.cpp, line 13701+3 byte(s)
Exception handler called in drawloop.
The date on the top line tells me it's the release version of v2.12;
the "module bob.exe" tells me it was an actual BoB crash, rather than
a windows ntdll.dll d3dx9.dll or other (there are several) windows
module crash.
The actual crash type itself is identified by the 0023:00605335, COverlay::DecisionMessage()+81 byte(s)
which give the specific bob.exe module, and point within it which
triggered the problem.
Not that this helps me much, as I'm not a coder. However, I can tell from
this that the crash is a legitimate bob problem, of some sort. However, it
may still be due to issues with the machine configuration. I don't know.
Anyway, if you could find the crashlog entry (in crashlog.txt, in the
<bobroot> folder - the one with the program exe in it) and post that information,
that could potentially be helpful in identifying this crash for other users.