FIXED? Session loading crash

Report issues, odd behaviors or submit a detailed bug report.
Post Reply
leland
Posts: 7
Joined: 09 May 2022 22:26

FIXED? Session loading crash

Post by leland »

I am testing the portable version of RJ TextEd 15.50 X64 in Sergei Strelec to use while troubleshooting systems. I created a session and saved it. Once I load the session it crashes instantly with no dialog box. I can load individual files with no issue. It might be a Windows PE issue but I am not sure. It seems very stable other than this.

Thanks.
leland
Posts: 7
Joined: 09 May 2022 22:26

Re: Session loading crash

Post by leland »

I was unable to run the debug version (I saw Jcl250.bpl was not found and rtl250.bpl was not found while trying to use it). However the DebugOutput.txt file is listed below using the portable win64 version. The program instantly closes when trying to load a very basic session set to load 4 text files so this output is all I have to help you at the moment.


5/10/2022 10:52:35 AM : Version 15.50

>FormCreate()
FormCreate() - Set window position!
FormCreate() - Read imagelist from file!
FormCreate() - Read VCL/Panel styles!
FormCreate() - Register application restart!
FormCreate() - Create misc objects!
FormCreate() - Set MRU and misc paths!
FormCreate() - Load theme/layout menu items and set misc options!
FormCreate() - Set language!
FormCreate() - Set VCL Theme!
FormCreate() - DONE!

>FormShow()
FormShow() - Set window state!
FormShow() - Dual document view and misc options!
FormShow() - Load MRU info!
FormShow() - Customize UI, syntax menes, combos and toolbars!
FormShow() - Create script objects!
FormShow() - Create panels!
FormShow() - DONE! The program is now running
Activate() - Main window has focus!
StartupTimer() - Set keymap, clip shortcuts and load panels!
StartupTimer() - Done!

>CloseAllDocumentTabs()

>FormCloseQuery()
------------------------------
Options
------------------------------
ClipForm = 0
CodeExplorerForm = 0
View editbar = 0
Maximized = 0
Minimized = 0
View home tab = -1
View Edge tab = -1
View File Commander tab = -1
View Exp1 tab = -1
View Exp2 tab = 0
View Project tab = -1
View Clips tab = -1
View Convert tab = 0
View FTP tab = -1
View Code explorer tab = -1
View sites tab = -1
View Cmd prompt tab = 0
Assigned search form = -1
Right page control = -1
------------------------------

FormCloseQuery() - Temp search results saved!
FormCloseQuery() - Open file status saved!

>CloseAllDocumentTabs()
CloseAllDocumentTabs() - DONE!
>SaveLayout()
SaveLayout() - Save find bar settings!
SaveLayout() - Save main window height and pos!
SaveLayout() - DONE!
FormCloseQuery() - All open files are closed!
FormCloseQuery() - FTP connection closed!
FormCloseQuery() - Temp dir cleared!
FormCloseQuery() - Tool running in background closed!
FormCloseQuery() - Search options saved!
FormCloseQuery() - Options file saved!
FormCloseQuery(): True - DONE!

>FormClose()
FormClose() - Destroyed script objects!
FormClose() - Destroyed setting and language file objects!
FormClose() - Destroyed FTP list objects!
FormClose() - Destroyed browser objects!
FormClose() - Destroyed objects in helper class!
FormClose() - Destroyed MRU objects!
FormClose() - Destroyed standard Windows dialog objects!
FormClose() - Destroyed main functions object!
FormClose() - DONE! The program should close now!
CloseAllDocumentTabs() - DONE!

>LoadFile()

>finalization
finalization - DONE!
User avatar
Rickard Johansson
Site Admin
Posts: 6577
Joined: 19 Jul 2006 14:29

Re: Session loading crash

Post by Rickard Johansson »

Since the program seems to close gracefully, I'm guessing you have enabled the option to "Close editor if all files are closed". I've fixed this in the next release (v15.51).
leland
Posts: 7
Joined: 09 May 2022 22:26

Re: FIXED? Session loading crash

Post by leland »

I just installed the new portable version and indeed the bug is fixed. Thanks. Now I can continue testing and enjoying your nice editor!
Post Reply