Page 1 of 2

FIXED: v10.70 b1 still crashes when scrolling in hex view

Posted: 05 Oct 2015 13:18
by vha
Using v10.70 b1 64bit on Win7-64 bit

- Open an MP2 file
- Switch to hex mode
- Hold down the PGDOWN key

-> Access violation at address 000000000250AAAA in module 'rtl200.bpl'. Read of address FFFFFFFFFFFFFFFF


vha

Re: v10.70 b1 still crashes when scrolling in hex view

Posted: 06 Oct 2015 13:48
by Rickard Johansson
I'm guessing you opened it as a text file. Can you reproduce it if it's opened as a binary file (file open -> check "As binary" option).

Re: v10.70 b1 still crashes when scrolling in hex view

Posted: 06 Oct 2015 14:18
by vha
I indeed opened it as a text file, then switched to hex view and started the scrolling to make TE crash

When checking the option "open as binary" (or use "File/Open binary file") it crashes immediately


vha

Re: v10.70 b1 still crashes when scrolling in hex view

Posted: 07 Oct 2015 13:58
by vha
Using 10.70 b2 64bit on Win 10 - 64 bit

Still crashes with beta 2, but this time as soon as the file is opened (no need to scroll anymore)


vha

Re: v10.70 b1 still crashes when scrolling in hex view

Posted: 12 Oct 2015 09:49
by destiny_child
yep, I also confirm the crashing when opening file in hex mode. 10.70 b2

Re: v10.70 b1 still crashes when scrolling in hex view

Posted: 12 Oct 2015 15:27
by vha
Still crashes with b3

vha

Re: v10.70 b1 still crashes when scrolling in hex view

Posted: 12 Oct 2015 20:09
by Rickard Johansson
Do you have a test file I can use? I can't reproduce it.

Re: v10.70 b1 still crashes when scrolling in hex view

Posted: 13 Oct 2015 07:26
by vha
Here is one

vha

Re: v10.70 b1 still crashes when scrolling in hex view

Posted: 13 Oct 2015 08:25
by pjj
FWIW no crash for me (b3).

Re: v10.70 b1 still crashes when scrolling in hex view

Posted: 13 Oct 2015 09:47
by Rickard Johansson
Works fine at my end. No crash. How do you display the data? (bytes per column etc.)

Re: v10.70 b1 still crashes when scrolling in hex view

Posted: 13 Oct 2015 11:07
by destiny_child
b3 - no crashes, all is fine now even for file with size = 1.2 GiB.

Re: v10.70 b1 still crashes when scrolling in hex view

Posted: 13 Oct 2015 11:20
by vha
Rickard,

I've sent you my TextEd.ini file


vha

Re: v10.70 b1 still crashes when scrolling in hex view

Posted: 13 Oct 2015 13:19
by Rickard Johansson
Now I can reproduce it, but only using your settings and only when opening the file using the file open dialog. The error is also very difficult to track (happens after an event inside a third party component...).

Re: v10.70 b1 still crashes when scrolling in hex view

Posted: 13 Oct 2015 14:49
by vha
Any idea which setting is causing the crash?

btw. when I open the file using RClick in the windows explorer (and TE is not running) I get an immediate crash with 2 error popup boxes ("Runtime error 231 at ..." and another one)


vha

Re: v10.70 b1 still crashes when scrolling in hex view

Posted: 13 Oct 2015 15:39
by Rickard Johansson
As a temporary fix set the right margin to 80 for plain text files.

BTW. You really shouldn't set the right margin to a larger value than the max line length.