Exception when switching between normal and thumbnail mode

Bug reports will be moved here when the described bug has been fixed

Moderators: white, Hacker, petermad, Stefan2

User avatar
Samuel
Power Member
Power Member
Posts: 1930
Joined: 2003-08-29, 15:44 UTC
Location: Germany, Brandenburg an der Havel
Contact:

Exception when switching between normal and thumbnail mode

Post by *Samuel »

I got this exception, but cant reproduce it. Beside the exception some icons were shown in thumbnail mode (instead of the thumbs)

What I did: I tested the new internal association system.
I created an Filter for "*.bmp;*.jpg" (but had only bmps in the folder) and associated it with "irfan view"
then I switched thumbnail mode and saw the big icon instead of some thumbs. (other thumbs worked...)

I switched thumbnail mode on and off several time and more images showed the icon instead of the thumb. (cm_ReloadSelThumbs didnt work.)

Then i selected several Images and turned thumbnail mode off. -> The exception below showed up.

Code: Select all

---------------------------
Total Commander
---------------------------
Access violation at address 7C80A37C. Read of address 01294000.
Please report this error to the Author,
with a description of what you were doing when this error occurred!
Continue execution?

Windows exception: C0000005

Stack trace:

7C80A37C  00413E10  7E368732  7E368814

7E368858  7E378E9E  7E37B370  7E378EEA

7C91E451  7E3693E7  7E3693A6  7E37A439

00419342  004193F4  004195AE  0068EFAC

0068EFC7  7C817065  7C81706E  
Press Ctrl+C to copy this report!
---------------------------
Ja   Nein   
---------------------------
Just got it again.
- also selected files
- also switched thumbnail mode several times

Code: Select all

---------------------------
Total Commander
---------------------------
Access violation at address 7C80A37C. Read of address 01DC8000.
Please report this error to the Author,
with a description of what you were doing when this error occurred!
Continue execution?

Windows exception: C0000005

Stack trace:

7C80A37C  00413E10  7E368732  7E368814

7E368858  7E378E9E  7E37B370  7E378EEA

7C91E451  7E3693E7  7E3693A6  7E37A439

00419342  004193F4  004195AE  0068EFAC

0068EFC7  7C817065  7C81706E  
Press Ctrl+C to copy this report!
---------------------------
Ja   Nein   
---------------------------
and third:

Code: Select all

---------------------------
Total Commander
---------------------------
Access violation at address 7C80A37C. Read of address 022D4000.
Please report this error to the Author,
with a description of what you were doing when this error occurred!
Continue execution?

Windows exception: C0000005

Stack trace:

7C80A37C  00413E10  7E368732  7E368814

7E368858  7E378E9E  7E37B370  7E378EEA

7C91E451  7E3693E7  7E3693A6  7E37A439

00419342  004193F4  004195AE  0068EFAC

0068EFC7  7C817065  7C81706E  
Press Ctrl+C to copy this report!
---------------------------
Ja   Nein   
---------------------------
User avatar
Samuel
Power Member
Power Member
Posts: 1930
Joined: 2003-08-29, 15:44 UTC
Location: Germany, Brandenburg an der Havel
Contact:

Post by *Samuel »

deactivated the internal assocs...

Still exceptions:
Reproduce with:
- select some or all files
- switch the thumbnail mode several times (quick)

Code: Select all

---------------------------
Total Commander
---------------------------
Access violation at address 7C80A37C. Read of address 012D4000.
Please report this error to the Author,
with a description of what you were doing when this error occurred!
Continue execution?

Windows exception: C0000005

Stack trace:

7C80A37C  00413E10  7E368732  7E368814

7E368858  7E378E9E  7E37B370  7E378EEA

7C91E451  7E3693E7  7E3693A6  7E37A439

00419342  004193F4  004195AE  0068EFAC

0068EFC7  7C817065  7C81706E  
Press Ctrl+C to copy this report!
---------------------------
Ja   Nein   
---------------------------

Code: Select all

---------------------------
Total Commander
---------------------------
Access violation at address 7C80A37C. Read of address 012C4000.
Please report this error to the Author,
with a description of what you were doing when this error occurred!
Continue execution?

Windows exception: C0000005

Stack trace:

7C80A37C  00413E10  7E368732  7E368814

7E368858  7E378E9E  7E37B370  7E378EEA

7C91E451  7E3693E7  7E3693A6  7E37A439

00419342  004193F4  004195AE  0068EFAC

0068EFC7  7C817065  7C81706E  
Press Ctrl+C to copy this report!
---------------------------
Ja   Nein   
---------------------------
btw could never reproduce the icons instead of thumbnail thing...
Im the master of exceptions :D
User avatar
fenix_productions
Power Member
Power Member
Posts: 1979
Joined: 2005-08-07, 13:23 UTC
Location: Poland
Contact:

Post by *fenix_productions »

2Samuel
I can't reproduce with:
- clean | old INI files,
- clear lister | Imagine added,
- with | without Internal Associations,
- BMP, JPG, PNG, GIF files in folders separated by extension | mixed.

Maybe this is plugin's issue? Do you use any WLX for images?
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...

#128099
User avatar
Samuel
Power Member
Power Member
Posts: 1930
Joined: 2003-08-29, 15:44 UTC
Location: Germany, Brandenburg an der Havel
Contact:

Post by *Samuel »

No plugins in use.
Just got it with fresh ini...

1. Selected some files
2. switch the thumbnail mode several times (quick)
3. Selected all files
2. switch the thumbnail mode several times (quick)

Code: Select all

---------------------------
Total Commander
---------------------------
Access violation at address 7C80A37C. Read of address 00D58000.
Please report this error to the Author,
with a description of what you were doing when this error occurred!
Continue execution?

Windows exception: C0000005

Stack trace:

7C80A37C  00413E10  7E368732  7E368814

7E3689CB  7E37A439  7E3696C5  004193C9

004193F4  004195AE  0068EFAC  0068EFC7

7C817065  7C81706E  
Press Ctrl+C to copy this report!
---------------------------
Ja   Nein   
---------------------------
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48093
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Unfortunately none of the errors occurs in TC itself, the addresses within TC are just Application.ProcessMessage and similar functions.

I guess that it's a problem with a Windows icon handler. To find out what icon handler causes it, you need to find out first what file types are affected.
Author of Total Commander
https://www.ghisler.com
User avatar
Samuel
Power Member
Power Member
Posts: 1930
Joined: 2003-08-29, 15:44 UTC
Location: Germany, Brandenburg an der Havel
Contact:

Post by *Samuel »

I just removed all files not *.bmp from the folder. The exception still occurs.
I also thought it could be my script. (I send the command thumbnail mode via AHK to TC) But also with regular button I get the exception. (see below) Also got the exception with no *.bmp file in folder.

I think the interrupted thumbnail mode makes trouble. The thumbnails are not generated for the first time. They are from the TC database. Perhaps TC interrupts getting a thumbnail from the database and then thumbnail is switched on again and it needs the file again. But getting the old file is still in progress.

Dont know. Last ideas and reports for this topic. (except you wish it.)
Looks like no end in sight.

Code: Select all

---------------------------
Total Commander
---------------------------
Access violation at address 7C80A37C. Read of address 012A0000.
Please report this error to the Author,
with a description of what you were doing when this error occurred!
Continue execution?

Windows exception: C0000005

Stack trace:

7C80A37C  00413E10  7E368732  7E368814

7E3689CB  7E37A439  7E3696C5  004193C9

004193F4  004195AE  0068EFAC  0068EFC7

7C817065  7C81706E  
Press Ctrl+C to copy this report!
---------------------------
Ja   Nein   
---------------------------

---------------------------
Total Commander
---------------------------
Access violation at address 7C80A37C. Read of address 012BC000.
Please report this error to the Author,
with a description of what you were doing when this error occurred!
Continue execution?

Windows exception: C0000005

Stack trace:

7C80A37C  00413E10  7E368732  7E368814

7E3689CB  7E37A439  7E3696C5  004193C9

004193F4  004195AE  0068EFAC  0068EFC7

7C817065  7C81706E  
Press Ctrl+C to copy this report!
---------------------------
Ja   Nein   
---------------------------

---------------------------
Total Commander
---------------------------
Access violation at address 7C80A37C. Read of address 01278000.
Please report this error to the Author,
with a description of what you were doing when this error occurred!
Continue execution?

Windows exception: C0000005

Stack trace:

7C80A37C  00413E10  7E368732  7E368814

7E3689CB  7E37A439  7E3696C5  004193C9

004193F4  004195AE  0068EFAC  0068EFC7

7C817065  7C81706E  
Press Ctrl+C to copy this report!
---------------------------
Ja   Nein   
---------------------------

---------------------------
Total Commander
---------------------------
Access violation at address 7C80A37C. Read of address 012B8000.
Please report this error to the Author,
with a description of what you were doing when this error occurred!
Continue execution?

Windows exception: C0000005

Stack trace:

7C80A37C  00413E10  7E368732  7E368814

7E3689CB  7E37A439  7E3696C5  004193C9

004193F4  004195AE  0068EFAC  0068EFC7

7C817065  7C81706E  
Press Ctrl+C to copy this report!
---------------------------
Ja   Nein   
---------------------------
User avatar
fenix_productions
Power Member
Power Member
Posts: 1979
Joined: 2005-08-07, 13:23 UTC
Location: Poland
Contact:

Post by *fenix_productions »

2Samuel
Have you tried to find out does it occur to all BMPs or i.e. one specific file?

I know I had similar problem in the past which appeared to be related to Imagine and two "strange" PSP images. You might not using any plugins but some BMP can be corrupted (i.e. has header saying that your picture has enormous size or colours depth) or non-standard.
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...

#128099
User avatar
Samuel
Power Member
Power Member
Posts: 1930
Joined: 2003-08-29, 15:44 UTC
Location: Germany, Brandenburg an der Havel
Contact:

Post by *Samuel »

I already tried other bmps too and the exception (as written) also occurred with other file types. I have to click on thumbnail mode many times and voila there it is.
User avatar
Lefteous
Power Member
Power Member
Posts: 9535
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

You could try to disable ALL thumbnail methods. Then try to reproduce it again. If you cannot reproduce the problem activate a single method with very limited file types supported until you can reproduce it.
User avatar
Bluestar
Senior Member
Senior Member
Posts: 377
Joined: 2007-06-10, 15:26 UTC
Location: Hungary
Contact:

Post by *Bluestar »

I can reproduce it with a fresh install of TC7.50 PB1 (OS: Windows XP SP3 Prof. [Hun]). I think it is some bug of selection, because I can't reproduce it without selecting files.

I've recorded a video:
http://www.youtube.com/watch?v=Zac_14cbiCc

Comment: there were 100 files (rar and an nfo) and a subfolder in the directory, and I've selected everything (including the top [..] item).
User avatar
Samuel
Power Member
Power Member
Posts: 1930
Joined: 2003-08-29, 15:44 UTC
Location: Germany, Brandenburg an der Havel
Contact:

Post by *Samuel »

Cant see the video. Is it because of verification or is it me?
User avatar
fenix_productions
Power Member
Power Member
Posts: 1979
Joined: 2005-08-07, 13:23 UTC
Location: Poland
Contact:

Post by *fenix_productions »

Samuel wrote:Cant see the video. Is it because of verification or is it me?
Me neither. It's marked as private.
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...

#128099
User avatar
Bluestar
Senior Member
Senior Member
Posts: 377
Joined: 2007-06-10, 15:26 UTC
Location: Hungary
Contact:

Post by *Bluestar »

Sorry, please try it now.
» Developer of Total Updater & extDir utility.
User avatar
Samuel
Power Member
Power Member
Posts: 1930
Joined: 2003-08-29, 15:44 UTC
Location: Germany, Brandenburg an der Havel
Contact:

Post by *Samuel »

Works.
EDIT: Does it work every time?
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48093
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Does anyone still get this problem with beta 4?
Author of Total Commander
https://www.ghisler.com
Post Reply