Connect-server issues! Maybe a noob issue!

Post Reply
daegan626
Posts: 2
Joined: Tue Aug 06, 2013 3:37 am

Connect-server issues! Maybe a noob issue!

Post by daegan626 » Tue Aug 06, 2013 6:54 am

Ok, so I read the instructions and this is most likely my fault completely but for some reason I am running into an error when building and debugging the connect server in VS. I downloaded all the proper files, the redists, the update packets and the packet 1s and such. I even have the files in the right place as far as the source code goes. The issue when I debug though is that my VS can not find the PDB files.

'DSConnect-server.exe': Loaded 'C:\dsp\DSConnect-server.exe', Symbols loaded.
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Program Files\AVAST Software\Avast\snxhk.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\apphelp.dll', Cannot find or open the PDB file
SHIMVIEW: ShimInfo(Complete)
'DSConnect-server.exe': Loaded 'C:\dsp\libmariadb.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\ws2_32.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\msvcp100d.dll', Symbols loaded.
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\msvcr100d.dll', Symbols loaded.
'DSConnect-server.exe': Loaded 'C:\dsp\ssleay32.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\dsp\libeay32.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\user32.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\advapi32.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\rpcrt4.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\nsi.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\msvcr100.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\gdi32.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\msvcrt.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\sechost.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\sspicli.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\cryptbase.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\bcryptprimitives.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\imm32.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\msctf.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\NapiNSP.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\pnrpnsp.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\nlaapi.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\mswsock.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\dnsapi.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\winrnr.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\IPHLPAPI.DLL', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\winnsi.dll', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL', Cannot find or open the PDB file
'DSConnect-server.exe': Loaded 'C:\Windows\SysWOW64\rasadhlp.dll', Cannot find or open the PDB file
The thread 'Win32 Thread' (0x850) has exited with code 1 (0x1).
The program '[3948] DSConnect-server.exe: Native' has exited with code 1 (0x1).

Sorry that this is so long.

daegan626
Posts: 2
Joined: Tue Aug 06, 2013 3:37 am

Re: Connect-server issues! Maybe a noob issue!

Post by daegan626 » Tue Aug 06, 2013 8:49 am

ok quick update, got the symbols to load for most of them but its saying now that can not open or find 3 dll files, the ssl and lib eay files aswell as the maria file. also its trying to open a pbd from my avast anti virus program which is confusing me.

User avatar
atom0s
Developer
Posts: 537
Joined: Thu Oct 25, 2012 9:52 am

Re: Connect-server issues! Maybe a noob issue!

Post by atom0s » Tue Aug 06, 2013 7:03 pm

The symbols for each DLL is just for debugging purposes you do not need them to run the server.

As for it trying to load symbols for a DLL from your anti-virus, this is normal. Avast injects itself into every running process to attempt to detect infected files at runtime to help keep your system safe.

What you posted doesn't really give us any detail of your problem though. What is happening that shouldn't be?

User avatar
whasf
Site Admin
Posts: 1312
Joined: Thu Jul 19, 2012 9:11 pm

Re: Connect-server issues! Maybe a noob issue!

Post by whasf » Tue Aug 06, 2013 7:57 pm

<moved to troubleshooting section>
-- Whasf

Post Reply