This behavior has been consistent for the last several betas and is still there in 12.5.0.39. When I connect to Oracle (11.2), open an editor window, and open a file (from my hard drive) in the editor, the file appears in the editor, but before the outline appears in the Navigator panel I am told “Toad for Oracle has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available.” My hunch, of course, is an issue in the parser. It does not seem to generate a Toad.el or .elf file; the file by that name in my 12.5 Beta folder is a week old. It seems to be happening with any file, including this four-line one that I just constructed and tried:
echo on
create or replace package x as
procedure y;
end x;
How can I help you find the cause of this and fix it?
Nate Schroeder