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

Post bug reports when testing beta versions here.
User avatar
vha
Posts: 1075
Joined: 27 Jun 2007 21:34
Location: Belgium

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

Post 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
User avatar
Rickard Johansson
Site Admin
Posts: 6577
Joined: 19 Jul 2006 14:29

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

Post 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).
User avatar
vha
Posts: 1075
Joined: 27 Jun 2007 21:34
Location: Belgium

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

Post 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
User avatar
vha
Posts: 1075
Joined: 27 Jun 2007 21:34
Location: Belgium

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

Post 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
destiny_child
Posts: 10
Joined: 06 Oct 2015 15:30
Location: Russia

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

Post by destiny_child »

yep, I also confirm the crashing when opening file in hex mode. 10.70 b2
User avatar
vha
Posts: 1075
Joined: 27 Jun 2007 21:34
Location: Belgium

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

Post by vha »

Still crashes with b3

vha
User avatar
Rickard Johansson
Site Admin
Posts: 6577
Joined: 19 Jul 2006 14:29

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

Post by Rickard Johansson »

Do you have a test file I can use? I can't reproduce it.
User avatar
vha
Posts: 1075
Joined: 27 Jun 2007 21:34
Location: Belgium

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

Post by vha »

Here is one

vha
Attachments
00603200.7z
(899.1 KiB) Downloaded 555 times
User avatar
pjj
Posts: 2109
Joined: 13 Oct 2009 13:48
Location: Kraków, Poland

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

Post by pjj »

FWIW no crash for me (b3).
Alium tibi quaere fratrem; hic, quem tuum putas, meus est. Titus Flāvius Caesar Vespasiānus Augustus
User avatar
Rickard Johansson
Site Admin
Posts: 6577
Joined: 19 Jul 2006 14:29

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

Post by Rickard Johansson »

Works fine at my end. No crash. How do you display the data? (bytes per column etc.)
destiny_child
Posts: 10
Joined: 06 Oct 2015 15:30
Location: Russia

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

Post by destiny_child »

b3 - no crashes, all is fine now even for file with size = 1.2 GiB.
User avatar
vha
Posts: 1075
Joined: 27 Jun 2007 21:34
Location: Belgium

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

Post by vha »

Rickard,

I've sent you my TextEd.ini file


vha
User avatar
Rickard Johansson
Site Admin
Posts: 6577
Joined: 19 Jul 2006 14:29

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

Post 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...).
User avatar
vha
Posts: 1075
Joined: 27 Jun 2007 21:34
Location: Belgium

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

Post 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
User avatar
Rickard Johansson
Site Admin
Posts: 6577
Joined: 19 Jul 2006 14:29

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

Post 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.
Post Reply