(Windows) Program fails to run on particular machine

1

When trying to run my executable program on a Windows Server 2008 R2 (x64), it fails immediately and Windows says "Program (x64) has stopped working". The same executable works on many other machines. Even on other machines with the same OS.

The program comes with its own Dlls in the folder. Even if it would require other Dlls that arent present i think the system would say so?

Here is the output from Windows Event Viewer:

Faulting application name: dscp.exe, version: 19.0.0.398, time stamp: 0x5d8b42ef
Faulting module name: VERSION.dll_unloaded, version: 0.0.0.0, time stamp: 0x4a5be082
Exception code: 0xc0000005
Fault offset: 0x000007fefbcc15b4
Faulting process id: 0x1db4
Faulting application start time: 0x01d5744a0d493693
Faulting application path: C:\TEMP\DebugW\dscp.exe
Faulting module path: VERSION.dll
Report Id: 50adb64b-e03d-11e9-a7b2-000c29b302dd

I have looked up VERSION.dll and it seems to be a Windows system Dll.

I dont' know how to debug this issue.

windows
asked on Stack Overflow Sep 26, 2019 by Scrontch

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0