|
ms
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Stack in launchI 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. .. .. .. On Wed, 17 Dec 2008 13:30:05 -0800, BenMoshe <benmo***@john.com> wrote:
> I use VS 2005 and develop in C# and C++ and use interoperability. When you write "stack", do you really mean "stuck"?> 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. Show quoteHide quote > Watching the output window I can see the following log when Define "fine". How do you know they aren't the problem?> 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 You should "break" in the debugger and see what each thread is doing. Of > > Is there any idea to this problem particular concern, of course, would be what any threads executing code you wrote and which would otherwise produce output or a GUI that you expect to see are doing. Without that information, it's practically impossible to suggest what might wrong. Pete Thanks Mr. Duniho,
and sorry for my mistakes in English. Please follow my answres... Regards Benmoshe Show quoteHide quote > > I use VS 2005 and develop in C# and C++ and use interoperability. Videolan\MyVlcFormApplication-UDP\MyVlcFormApplication_Last\VLCExample\bin\D> > 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. > > When you write "stack", do you really mean "stuck"? Yes. > > > 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 > > ebug\plugins\libvout_directx_plugin.dll', > > Exports loaded. First, without debugger it is never stuck. Second, I recopied thses files> > > > 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 > > Define "fine". How do you know they aren't the problem? just in case something is wrong but nothing is changed. Show quoteHide quote > > > 2. Running without debugger it never stack > > > > Is there any idea to this problem > > You should "break" in the debugger and see what each thread is doing. Of > particular concern, of course, would be what any threads executing code > you wrote and which would otherwise produce output or a GUI that you > expect to see are doing. > > Without that information, it's practically impossible to suggest what > might wrong. > > Pete On Thu, 18 Dec 2008 01:47:52 -0800, Mirs <m***@giron.com> wrote:
> [...] Neither of those observations can prove that the DLL's aren't the problem.>> > 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 >> >> 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. Pete
Other interesting topics
char x='x'; why not char x="x"; ?
syntax for app.startuppath to move back one folder Port DllImport from VB to C# about a query with linq Localization / Globalization / language versions - Where to start? Bind event to Datagridview - where's list of events? Collection findall error .NET Remoting 101 UDPClient problem (broadcast and multiple network adapters.) Help reading HTML page |
|||||||||||||||||||||||