
Sync bug on Mousewheel scroll down
Moderators: Hacker, petermad, Stefan2, white
- Samuel
- Power Member
- Posts: 1930
- Joined: 2003-08-29, 15:44 UTC
- Location: Germany, Brandenburg an der Havel
- Contact:
I updated mouse driver and I still get it.
Mh are you shure the debug version is implemented in the standalone lister tool? Theres no stack in the error message.
I wonder why I am the only one. Also this empty titlebar bug occurs from time to time. But never could reproduce the two bugs for 100%.
Code: Select all
Application Error
---------------------------
Exception EAccessViolation in module TOTALCMD.EXE at 63295A17.
Access violation at address 63696C43. Read of address 63696C43.
I wonder why I am the only one. Also this empty titlebar bug occurs from time to time. But never could reproduce the two bugs for 100%.
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
You are right, it isn't! I will add it.Mh are you shure the debug version is implemented in the standalone lister tool?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- Samuel
- Power Member
- Posts: 1930
- Joined: 2003-08-29, 15:44 UTC
- Location: Germany, Brandenburg an der Havel
- Contact:
Perhaps you fixed it wrong?
Now I got 2 of these errors.
I really really am exited what this bug is about. 
Now I got 2 of these errors.
Code: Select all
---------------------------
Application Error
---------------------------
Exception EAccessViolation in module TOTALCMD.EXE at 00000000.
Access violation at address 00000000. Read of address 00000000.
---------------------------
OK
---------------------------

- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Address 0 means that Total Commander (or some driver/dll) tried to call a function which doesn't exist, or wasn't loaded.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
No, it's not the check. I do check for 0 pointers, but this error seems to be outside my code because there is no stack trace - beta 6 now supports stack traces also in the sync tool.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- Samuel
- Power Member
- Posts: 1930
- Joined: 2003-08-29, 15:44 UTC
- Location: Germany, Brandenburg an der Havel
- Contact:
I know. (read it in history)
This is exactly the beta I used for the above error:
http://www.ghisler.ch/board/viewtopic.php?p=176846#176846
Edit: So I asked if you fixed it wrong...
Anything I can do?
This is exactly the beta I used for the above error:
http://www.ghisler.ch/board/viewtopic.php?p=176846#176846
Edit: So I asked if you fixed it wrong...
Anything I can do?
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
No, I tried it - standalone sync should give you the stack trace now when the error happens in my functions (or code called by my functions). I assume that the error occurs somewhere in the mouse driver even before it reaches my code...
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact: