Stack in launch

  • Thread starter Thread starter BenMoshe
  • Start date Start date
B

BenMoshe

I use VS 2005 and develop in C# and C++ and use interoperability.
I have an application which is composed of a few components and dll's.
Problems is that sometimes, running under debugger it is stack in the middle
of the launch. Watching the output window I can see the following log when
it woks fine(it has some more lines which I neglected here for simplicity).
When its stack the last line that appears in the output window is the last
line - 1 , i.e
'VLCExample.exe': Loaded 'C:\AAAA
Videolan\MyVlcFormApplication-UDP\MyVlcFormApplication_Last\VLCExample\bin\Debug\plugins\libvout_directx_plugin.dll',
Exports loaded.

Some other known facts-

1. The dll's libvout_directx_plugin.dll and libhotkeys_plugin.dll is are
fine and located in the plugins folder as should be

2. Running without debugger it never stack

Is there any idea to this problem

Regards

Benmoshe

..

..

'VLCExample.exe': Loaded 'C:\WINXP\system32\rasadhlp.dll', Exports loaded.

'VLCExample.exe': Loaded 'C:\AAAA
Videolan\MyVlcFormApplication-UDP\MyVlcFormApplication_Last\VLCExample\bin\Debug\libvlc.dll',
Exports loaded.

'VLCExample.exe': Loaded 'C:\WINXP\system32\winmm.dll', Exports loaded.

'VLCExample.exe': Loaded 'C:\WINXP\system32\shfolder.dll', Exports loaded.

'VLCExample.exe': Unloaded 'C:\WINXP\system32\shfolder.dll'

'VLCExample.exe': Loaded 'C:\WINXP\system32\shfolder.dll', Exports loaded.

'VLCExample.exe': Loaded 'C:\WINXP\system32\userenv.dll', Exports loaded.

'VLCExample.exe': Unloaded 'C:\WINXP\system32\shfolder.dll'

'VLCExample.exe': Loaded 'C:\AAAA
Videolan\MyVlcFormApplication-UDP\MyVlcFormApplication_Last\VLCExample\bin\Debug\plugins\libdshow_plugin.dll',
Exports loaded.

'VLCExample.exe': Loaded 'C:\AAAA
Videolan\MyVlcFormApplication-UDP\MyVlcFormApplication_Last\VLCExample\bin\Debug\plugins\libskins2_plugin.dll',
Exports loaded.

'VLCExample.exe': Loaded 'C:\AAAA
Videolan\MyVlcFormApplication-UDP\MyVlcFormApplication_Last\VLCExample\bin\Debug\plugins\libvout_directx_plugin.dll',
Exports loaded.

'VLCExample.exe': Loaded 'C:\AAAA
Videolan\MyVlcFormApplication-UDP\MyVlcFormApplication_Last\VLCExample\bin\Debug\plugins\libhotkeys_plugin.dll',
Exports loaded.

..

..

..
 
Thanks Mr. Duniho,
and sorry for my mistakes in English. Please follow my answres...
Regards
Benmoshe
When you write "stack", do you really mean "stuck"? Yes. Videolan\MyVlcFormApplication-UDP\MyVlcFormApplication_Last\VLCExample\bin\D
ebug\plugins\libvout_directx_plugin.dll',

Define "fine". How do you know they aren't the problem?
First, without debugger it is never stuck. Second, I recopied thses files
just in case something is wrong but nothing is changed.
 
Back
Top