Dev-Cpp icon indicating copy to clipboard operation
Dev-Cpp copied to clipboard

Double-Click on Error Message throws Exception (not source code error item)

Open andreasahlen opened this issue 3 years ago • 0 comments

If compiling an module that later results in errors (lower error messages window) clicking on one item with double-click an exception is thrown. In my case double-clicking on the item not a source code file (binary file). Doing the same on an item refereing to a source code location the error does not occur.

Item that causes the crash: C:\Dev\Embarcadero\Dev-Cpp\TDM-GCC-64\x86_64-w64-mingw32\bin\ld.exe ../CompleteModule.o: in function ShowMsgBox':`

Item that does not throw any exception: 45 C:\Dev\Xojo\Xojo 2021r3\Extras\PluginsSDK\Examples\Complete Module\CompleteModule.cpp undefined reference to REALLoadFrameworkMethod'` Clicking the item source ditor jumps to the code line cuasing the error.

I think Dev-C++ tries to "open" the line containing the error even on binary file entries causing the crash. Or it has no line no (like '45') and therefore crahes of a Nil or Null.

`Error info

Version : 6.3 Build Time : Januar 31 2021 - 02:00 Message : Out of memory Address : 0x003ED404

Machine info

Platform : Windows NT OS version : 10.0 (build 19043) Computer Name : PC16460

Stack trace -----------`

andreasahlen avatar Dec 02 '21 07:12 andreasahlen