SOLVED - All Programs Running twice.

Hi,

All my programs are running twice in MSVC 2010 Express using Win7 64bit ultimate.

First the program runs and finishes. Then it runs again and a get a load of rubbish in in the debug window. Something to do with symbols SYSWOW64?.

HELP PLEASE!

SOLVED: I had avast deep screen enabled. http://imgur.com/r/howto/gobnA4G go there to disable it. What a pain in the bum.


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
'stringtest3.exe': Loaded 'C:\Users\Jim\Documents\Visual Studio 2010\Projects\stringtest3\Debug\stringtest3.exe', Symbols loaded.
'stringtest3.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll', Symbols loaded (source information stripped).
'stringtest3.exe': Loaded 'C:\Windows\SysWOW64\mscoree.dll', Symbols loaded (source information stripped).
'stringtest3.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll', Symbols loaded (source information stripped).
'stringtest3.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll', Symbols loaded (source information stripped).
'stringtest3.exe': Loaded 'C:\Windows\SysWOW64\msvcr100d.dll', Symbols loaded.
'stringtest3.exe': Loaded 'C:\Windows\SysWOW64\msvcp100d.dll', Symbols loaded.
'stringtest3.exe': Loaded 'C:\Windows\SysWOW64\advapi32.dll', Symbols loaded (source information stripped).
'stringtest3.exe': Loaded 'C:\Windows\SysWOW64\msvcrt.dll', Symbols loaded (source information stripped).
'stringtest3.exe': Loaded 'C:\Windows\SysWOW64\sechost.dll', Symbols loaded (source information stripped).
'stringtest3.exe': Loaded 'C:\Windows\SysWOW64\rpcrt4.dll', Symbols loaded (source information stripped).
'stringtest3.exe': Loaded 'C:\Windows\SysWOW64\sspicli.dll', Symbols loaded (source information stripped).
'stringtest3.exe': Loaded 'C:\Windows\SysWOW64\cryptbase.dll', Symbols loaded (source information stripped).
'stringtest3.exe': Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll', Symbols loaded (source information stripped).
'stringtest3.exe': Loaded 'C:\Windows\SysWOW64\shlwapi.dll', Symbols loaded (source information stripped).
'stringtest3.exe': Loaded 'C:\Windows\SysWOW64\gdi32.dll', Symbols loaded (source information stripped).
'stringtest3.exe': Loaded 'C:\Windows\SysWOW64\user32.dll', Symbols loaded (source information stripped).
'stringtest3.exe': Loaded 'C:\Windows\SysWOW64\lpk.dll', Symbols loaded (source information stripped).
'stringtest3.exe': Loaded 'C:\Windows\SysWOW64\usp10.dll', Symbols loaded (source information stripped).
'stringtest3.exe': Loaded 'C:\Windows\SysWOW64\imm32.dll', Symbols loaded (source information stripped).
'stringtest3.exe': Loaded 'C:\Windows\SysWOW64\msctf.dll', Symbols loaded (source information stripped).
'stringtest3.exe': Loaded 'C:\Windows\SysWOW64\nvinit.dll', Cannot find or open the PDB file
'stringtest3.exe': Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll', Symbols loaded (source information stripped).
'stringtest3.exe': Loaded 'C:\Windows\SysWOW64\msvcr100_clr0400.dll', Symbols loaded (source information stripped).
'stringtest3.exe': Loaded 'C:\Windows\assembly\NativeImages_v4.0.30319_32\mscorlib\80d081165de90a556f312bde48c1dc48\mscorlib.ni.dll', No native symbols in symbol file.
'stringtest3.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll', Symbols loaded.
'stringtest3.exe': Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\nlssorting.dll', Symbols loaded (source information stripped).
'stringtest3.exe': Loaded 'C:\Windows\SysWOW64\ole32.dll', Symbols loaded.
'stringtest3.exe' (Managed (v4.0.30319)): Loaded 'c:\users\jim\documents\visual studio 2010\Projects\stringtest3\Debug\stringtest3.exe', Symbols loaded.
'stringtest3.exe': Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\clrjit.dll', Symbols loaded (source information stripped).
'stringtest3.exe': Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\diasymreader.dll', Symbols loaded (source information stripped).
'stringtest3.exe': Loaded 'C:\Windows\assembly\NativeImages_v4.0.30319_32\System\12305e59a4b6cd8e42c690a50e7d71af\System.ni.dll', No native symbols in symbol file.
'stringtest3.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll', Symbols loaded.
'stringtest3.exe': Loaded 'C:\Windows\SysWOW64\apphelp.dll', Symbols loaded (source information stripped).
'stringtest3.exe': Loaded 'ImageAtBase0x49d40000', Loading disabled by Include/Exclude setting.
'stringtest3.exe': Unloaded 'ImageAtBase0x49d40000'
The thread 'Win32 Thread' (0xc18) has exited with code -1073741510 (0xc000013a).
The thread 'Win32 Thread' (0x828) has exited with code -1073741510 (0xc000013a).
The thread 'Win32 Thread' (0xcbc) has exited with code -1073741510 (0xc000013a).
The thread 'Win32 Thread' (0xe9c) has exited with code -1073741510 (0xc000013a).
The program '[3484] stringtest3.exe: Native' has exited with code -1073741510 (0xc000013a).
The program '[3484] stringtest3.exe: Managed (v4.0.30319)' has exited with code -1073741510 (0xc000013a).
Last edited on
Just to let you know, I have repaired MSCP 2010 express but still not working. Also, my brother has installed MSCP 2010 express on his machine same OS and his exe's do not run twice! I really want to fix this.
Topic archived. No new replies allowed.