Jump to content

Recommended Posts

Posted

Something is killing my test rig for SIMS on Windows 10. As soon as it starts it throws up error code 1555-6780-3400 for which I can't find any information anywhere.

 

Anyone else experienced this?

Posted (edited)

Your best bet is a WinDbg session.

You'll need to download WinDbg WinDBG - Install & Configure - Windows 10 Forums

 

When you get the crash, open taskmanager. Right-click the Pulsar process, then choose Create Dump File. Make a note of where the dump has been saved.

 

Start WinDbg, then File>Open Crash Dump file> open the DMP file you previously saved.

 

In the little one-line command prompt of WinDbg, type this:

 
.loadby sos clr

then

 
!analyze -v

 

There's a good chance this will give you a clue what's going on.

Edited by jinnantonnixx
Posted
^ Is that the "oops, the first time round I didn't copy these files over....er...I'll just do that now" issue that we occasionally see with SIMSApplicationsetup.exe?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...