Page 1 of 1

Open code IDE freeze

Posted: Fri Dec 13, 2019 8:22 am
by Denis
Fred,
yesterday i get a crash with original IDE (not open source) when i close a tab with a file witch is more text than real PB code.

I open the open source IDe and load the ide inside and then open the same file and the ide freeze (open with debugger on).

Here is a screen capture of the crash.

There is 10 [AVERTISSEMENT] Le fichier spécifié n'existe pas. SourceManagement.pb (Ligne: 1751)
and finaly crash error [ERREUR] UserInterface.pb (Ligne: 2531)
WindowEvent(): WindowEvent() et WaitWindowEvent() ne peuvent être appelées dans un évènement de type 'Bindxxx'.

normally, it doesn't crash the ide. So IDE crash is may be elsewhere.

Image

Re: Open code IDE freeze

Posted: Fri Dec 13, 2019 11:10 am
by Fred
We changed the headers before publishing the IDE as OpenSource, so you can't trust the lines reported by the IDE compiled in the current PB package, it will will point to the wrong line

Re: Open code IDE freeze

Posted: Fri Dec 13, 2019 3:22 pm
by Denis
Fred wrote:We changed the headers before publishing the IDE as OpenSource, so you can't trust the lines reported by the IDE compiled in the current PB package, it will will point to the wrong line
Ok (dommage)