For$
<!-- begin site header -->
<div id=

Author Topic: Code complies but doesn't run  (Read 5866 times)

ebiru

  • Newbie
  • *
  • Posts: 4
    • View Profile
Code complies but doesn't run
« on: January 11, 2011, 10:05:06 am »
The exact error is "The program '[4548] mineserver.exe: Native' has exited with code -1073741701 (0xc000007b)."

I have all the files where they need to be.

edit*** sorry the full log is
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll', Cannot find or open the PDB file
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll', Cannot find or open the PDB file
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\winmm.dll', Cannot find or open the PDB file
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\msvcrt.dll', Cannot find or open the PDB file
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\user32.dll', Cannot find or open the PDB file
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\gdi32.dll', Cannot find or open the PDB file
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\lpk.dll', Cannot find or open the PDB file
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\usp10.dll', Cannot find or open the PDB file
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\advapi32.dll', Cannot find or open the PDB file
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\sechost.dll', Cannot find or open the PDB file
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\rpcrt4.dll', Cannot find or open the PDB file
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\sspicli.dll', Cannot find or open the PDB file
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\cryptbase.dll', Cannot find or open the PDB file
The program '[6468] mineserver.exe: Native' has exited with code -1073741701 (0xc000007b).


edit2******
when i go to debugging -> symbols and add the path i get this error
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll', Symbols loaded (source information stripped).
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll', Symbols loaded (source information stripped).
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll', Symbols loaded (source information stripped).
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\winmm.dll', Symbols loaded (source information stripped).
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\msvcrt.dll', Symbols loaded (source information stripped).
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\user32.dll', Symbols loaded (source information stripped).
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\gdi32.dll', Symbols loaded (source information stripped).
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\lpk.dll', Symbols loaded (source information stripped).
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\usp10.dll', Symbols loaded (source information stripped).
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\advapi32.dll', Symbols loaded (source information stripped).
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\sechost.dll', Symbols loaded (source information stripped).
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\rpcrt4.dll', Symbols loaded (source information stripped).
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\sspicli.dll', Symbols loaded (source information stripped).
'mineserver.exe': Loaded 'C:\Windows\SysWOW64\cryptbase.dll', Symbols loaded (source information stripped).
The program '[2084] mineserver.exe: Native' has exited with code -1073741701 (0xc000007b).

the end is the same but the symbols at least loaded

edit3****
I just copied the files from the download section (once i notice it wasn't organized by dates ><) and just copy the bin and it works. so it still brothers me that i couldn't run the exe before hand
« Last Edit: January 11, 2011, 10:02:37 pm by ebiru »