Author |
Topic |
|
schoenherr
Tomato Guru
Germany
160 Posts |
Posted - Aug 20 2004 : 02:17:01 AM
|
and here is the call stack, you can see "Visual Asisst X" and "Window Tabs" involved.
DEVEDIT.PKG!50808a51() DEVEDIT.PKG!5084d3cd() mfc42.dll!6c27d8d3() mfc42.dll!6c27da60() mfc42.dll!6c283710() DEVEDIT.PKG!50805e80() mfc42.dll!6c29197f() mfc42.dll!6c279fed() mfc42.dll!6c290ffd() mfc42.dll!6c279a26() WndTabs.dll!4408f71a() USER32.DLL!77e02ca8() mfc42.dll!6c2799d5() mfc42.dll!6c2788ee() mfc42.dll!6c2a19bc() mfc42.dll!6c278afb() mfc42.dll!6c2a13a8() DEVSHL.DLL!50008906() mfc42.dll!6c279a26() USER32.DLL!77e045be() VA_X.dll!1ee4cf3e() mfc42.dll!6c2799d5() DEVSHL.DLL!5000282b() mfc42.dll!6c2788ee() mfc42.dll!6c2a19bc() mfc42.dll!6c278afb() mfc42.dll!6c2a13a8() USER32.DLL!77e02ca8() USER32.DLL!77e052e6() USER32.DLL!77e05362() VAssist.dll!1ad1e362() VAssist.dll!1ad0f462() VAssist.dll!1ad1e993() VAssist.dll!1ad1d92b() VAssist.dll!1ad25cb3() VAssist.dll!1ad1db33() USER32.DLL!77e02ca8() USER32.DLL!77e052e6() USER32.DLL!77e05362() mfc42.dll!6c279330() mfc42.dll!6c2799ec() mfc42.dll!6c2788ee() mfc42.dll!6c2a19bc() mfc42.dll!6c278afb() WndTabs.dll!4408f71a() USER32.DLL!77e02ca8() USER32.DLL!77e02dc5() mfc42.dll!6c27a14b() mfc42.dll!6c27e466() DEVSHL.DLL!500033bf() DEVSHL.DLL!500032e8() USER32.DLL!77e0577d() DEVSHL.DLL!500031a5() DEVSHL.DLL!5001d2c2() DEVSHL.DLL!50043db0() DEVSHL.DLL!50043be6() mfc42.dll!6c27bdd3() MSDEV.EXE!00401445() MSDEV.EXE!00401361() KERNEL32.DLL!77e787f5()
my system info ----------------------------------------------------------------------- VA_X.dll file version 10.0.1246.0 Licensed to: VA X: VA 6.0: [email protected] (3-user license) VAOpsWin.dll version 1.0.0.44 MSDev.exe version 6.0.8168.2 Devshl.dll version 6.0.8472.0 Devedit.pkg version 6.0.8447.0 Font: Courier New 13(Pixels) Comctl32.dll version 5.81.4916.400 WindowsNT 5.0 Build 2195 Service Pack 4 Single processor
Platform: Win32 (x86) Stable Includes: D:\\MsVisStu\\VC98\\INCLUDE; D:\\MsVisStu\\VC98\\MFC\\INCLUDE; D:\\MsVisStu\\VC98\\ATL\\INCLUDE;
Library Includes: D:\\MsVisStu\\VC98\\MFC\\SRC; D:\\MsVisStu\\VC98\\MFC\\INCLUDE; D:\\MsVisStu\\VC98\\ATL\\INCLUDE; D:\\MsVisStu\\VC98\\CRT\\SRC;
Other Includes:
|
|
feline
Whole Tomato Software
United Kingdom
19020 Posts |
Posted - Aug 20 2004 : 06:01:44 AM
|
are you simply pressing alt_shift_o to get this crash? i have never had OFIW crash the IDE, thankfully.
do you have any other plugin's installed? is this 100% consistent for you? if no, is there any pattern or trigger? |
zen is the art of being at one with the two'ness |
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Aug 20 2004 : 5:47:00 PM
|
Many of our customers use WndTabs, including its author.
Make sure you have the latest version of WndTabs. |
|
|
schoenherr
Tomato Guru
Germany
160 Posts |
Posted - Aug 23 2004 : 12:42:17 AM
|
feline: yes i'm simply pressing alt_shift_o
support: yes i have the latests version of WndTabs
additional info: i'm dealing with different huge workspaces and the problem only occures in a workspace with a bunch of projects and cpp/h - files all starting with a special prefix. abc?????.dsp ... abc?????.dsp abc?????.cpp ... abc?????.cpp
|
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Aug 23 2004 : 3:18:26 PM
|
Do you know of a way to generate a list of all files in your solution? Perhaps the number of files, or something in the sort order, confuses VA X.
Can you disable WndTabs temporarily and check if the problem remains? Tools|Customize|Add-ins. |
|
|
feline
Whole Tomato Software
United Kingdom
19020 Posts |
Posted - Aug 24 2004 : 10:46:08 AM
|
schoenherr, do you have a single project, or several different projects?
i have what appears to be a VC6 project (the src code from codeproject flowcharter) opening the .dsp file, it looks like simply pulling out all lines starting "SOURCE=" is the list of all the files in this project.
this is very easy to do with grep if you are used to it. schoenherr i can talk you through this if you want. it will be a bit more messy if there are loads of dsp files, but by copying them all to a temp directory they can all be grep'ed in one go.
i got a win32 grep from here
just let me know if you want to try this |
zen is the art of being at one with the two'ness |
|
|
schoenherr
Tomato Guru
Germany
160 Posts |
Posted - Aug 25 2004 : 05:29:02 AM
|
support: disabling WndTabs didn't solved the problem, but disabling (not removing) VAX and reenable VAX solved the problem so i can't reprodruce that bug anymore -> ergo no problem
because disable+enable VAX solved the problem it had nothing to do with the number of files or the sort order, rather with the history which i can't recall. if you still want get a file list of my workspace i can generate it and send it to you |
|
|
Cezariusz
Tomato Guru
Poland
244 Posts |
Posted - Aug 25 2004 : 07:51:52 AM
|
So maybe it has something to do with the order in which plugins are loaded? |
Cezariusz Marek https://midicat.net/ |
|
|
|
Topic |
|