Page 1 of 1

FIXED: RJ TextEd 15.0.3.1 does not start on windows 10

Posted: 09 Aug 2021 13:45
by lolo
Hello,

Since the v15 of RJ TextEd I am not able to start the program anymore.
I can see the process "RJ TextED - Source and Web editor" in tasks manager but it is close quickly.

I saw a file named "DebugOptions.txt" in the folder "C:\Program Files\RJ TextEd" and try to change values like below but the log file does not seem to be created (or I am not able to find it):
; DebugOutput
; 0 = No output
; 1 = Output to log file <AppData>\RJ TextEd\Data\DebugOutput.txt
; 2 = DebugOutputString. Use e.g. DebugView to display the output
DebugOutput=1

; LogFileAppend
; 0 = No append. Allways create a new log file at startup.
; 1 = Append. Append new debug data to old ones. NOTE! The file may become very large!
LogFileAppend=0

I have try to reinstall the program but I have the same problem.

Is there a way to have a log file in order to help me to investigate the problem?

For information, I am on WIndows 10 Pro x64 (21H1, build 19043.1151)

Thanks in advance for your help.

Re: RJ TextEd 15.0.3.1 does not start on windows 10

Posted: 09 Aug 2021 14:10
by micha_he
(Have you look into "<AppData>\RJ TextEd\Data\DebugOutput.txt" ? What did RJTED log there?)

Ohh, my mistake. I've not read that it isn't created... :(

Re: RJ TextEd 15.0.3.1 does not start on windows 10

Posted: 09 Aug 2021 14:30
by vha
Try to rename "<AppData>\RJ TextEd" to e.g."<AppData>\RJ TextEd" and start TextEd after that

vha

Re: RJ TextEd 15.0.3.1 does not start on windows 10

Posted: 09 Aug 2021 16:10
by lolo
It is probably me that make a mistake.

; DebugOutput
; 1 = Output to log file <AppData>\RJ TextEd\Data\DebugOutput.txt

The only folder where I have a "Data" folder is in :
C:\Users\<username>\AppData\Roaming\RJ TextEd\Data

And in this folder I do not have the file "DebugOutput.txt"

I have tried in administrator, same result.

Re: RJ TextEd 15.0.3.1 does not start on windows 10

Posted: 09 Aug 2021 17:29
by vha
vha wrote: 09 Aug 2021 14:30 Try to rename "<AppData>\RJ TextEd" to e.g."<AppData>\RJ TextEd" and start TextEd after that

vha
I meant: rename to "<AppData>\RJ TextEd.old"...

FIXED: RJ TextEd 15.0.3.1 does not start on windows 10

Posted: 09 Aug 2021 18:18
by lolo
Thank you very much, I have renamed the folder like you said and I have restarted TextED.exe

The program has copied files and now it works like before.

I will compare old and new folder in order to understand what's happened.

Have a nice day.