App crashes on Windows Server 2008

Hi,

I created a simple app from Unity that basically does Network.InitializeServer, and displays a text string OnServerInitialized().

However it crashes as soon as I run it on the windows server 2008, with the following error log:

Problem Event Name: APPCRASH
Application Name: host.exe
Application Version: 3.5.7.45015
Application Timestamp: 50c7795d
Fault Module Name: ntdll.dll
Fault Module Version: 6.0.6001.18000
Fault Module Timestamp: 4791a7a6
Exception Code: c0000005
Exception Offset: 00047dd2
OS Version: 6.0.6001.2.1.0.272.7
Locale ID: 1033
Additional Information 1: d72b
Additional Information 2: 72fdcc2cc418b64ff358ba49f37aa1c6
Additional Information 3: 105c
Additional Information 4: 7a63b81840ec6542acff404a5e3b4507

Does anyone have any idea what might be causing this?

I am encountering this exact problem. I am deploying my application to a lab running Windows Server 2008 for terminals within a school.

No way around running Server 2008.

I added my application’s EXE with the approved list of DEPs (data execution protection). I don’t know how to add the ntdll.dll to the approve list.

Any ideas?