NtCreateSection: cached rc=Unknown Status -5661 (0xffffe9e3) libcurl.dll

Discussions related to using the OSE version of VirtualBox.
Post Reply
imdong
Posts: 1
Joined: 29. Nov 2016, 04:53

NtCreateSection: cached rc=Unknown Status -5661 (0xffffe9e3) libcurl.dll

Post by imdong »

Hi!
I have successfully built and test signed VirtualBox OSE 4.3.34 on Windows 7 (x64) but startup VM error

Code: Select all

77c.770: Error (rc=0):
77c.770: supR3HardenedScreenImage/NtCreateSection: cached rc=Unknown Status -5661 (0xffffe9e3) fImage=1 fProtect=0x10 fAccess=0xf cHits=2 \Device\HarddiskVolume2\vbox\libcurl.dll
77c.770: supR3HardenedDllNotificationCallback: Unload 000007feed610000 LB 0x008cb000 C:\vbox\VirtualBox.dll [flags=0x0]
77c.770: supR3HardenedDllNotificationCallback: Unload 000007feeeab0000 LB 0x003e2000 C:\vbox\VBoxRT.dll [flags=0x0]
77c.770: supR3HardenedDllNotificationCallback: Unload 000007fefe7e0000 LB 0x0004d000 C:\Windows\system32\WS2_32.dll [flags=0x0]
77c.770: supR3HardenedDllNotificationCallback: Unload 000007fefdc60000 LB 0x00008000 C:\Windows\system32\NSI.dll [flags=0x0]
77c.770: supR3HardenedDllNotificationCallback: Unload 0000000073fa0000 LB 0x00098000 C:\vbox\MSVCP100.dll [flags=0x0]
77c.770: supR3HardenedDllNotificationCallback: Unload 00000000734a0000 LB 0x000d2000 C:\vbox\MSVCR100.dll [flags=0x0]
77c.770: supR3HardenedDllNotificationCallback: Unload 000007feee990000 LB 0x0011d000 C:\Windows\system32\OPENGL32.dll [flags=0x0]
77c.770: supR3HardenedDllNotificationCallback: Unload 000007feee890000 LB 0x000f1000 C:\Windows\system32\DDRAW.dll [flags=0x0]
77c.770: supR3HardenedDllNotificationCallback: Unload 000007fefb360000 LB 0x00018000 C:\Windows\system32\dwmapi.dll [flags=0x0]
77c.770: supR3HardenedDllNotificationCallback: Unload 000007fefda80000 LB 0x001d7000 C:\Windows\system32\SETUPAPI.dll [flags=0x0]
77c.770: supR3HardenedDllNotificationCallback: Unload 000007fefda60000 LB 0x0001a000 C:\Windows\system32\DEVOBJ.dll [flags=0x0]
77c.770: supR3HardenedDllNotificationCallback: Unload 000007feff980000 LB 0x000d7000 C:\Windows\system32\OLEAUT32.dll [flags=0x0]
77c.770: supR3HardenedDllNotificationCallback: Unload 000007fefddc0000 LB 0x00201000 C:\Windows\system32\ole32.dll [flags=0x0]
77c.770: supR3HardenedDllNotificationCallback: Unload 000007fefd940000 LB 0x00036000 C:\Windows\system32\CFGMGR32.dll [flags=0x0]
77c.770: supR3HardenedDllNotificationCallback: Unload 000007fefae20000 LB 0x00008000 C:\Windows\system32\DCIMAN32.dll [flags=0x0]
77c.770: supR3HardenedDllNotificationCallback: Unload 000007fef6650000 LB 0x0002d000 C:\Windows\system32\GLU32.dll [flags=0x0]
77c.770: supR3HardenedMonitor_LdrLoadDll: returns rcNt=0xc0000190 'C:\vbox\VirtualBox.dll'
268.aa8: supR3HardNtChildWaitFor[2]: Quitting: ExitCode=0x1 (rcNtWait=0x0, rcNt1=0x0, rcNt2=0x103, rcNt3=0x103, 1767 ms, the end);
cc.6f8: supR3HardNtChildWaitFor[1]: Quitting: ExitCode=0x1 (rcNtWait=0x0, rcNt1=0x0, rcNt2=0x103, rcNt3=0x103, 2091 ms, the end);
If you could help me, I would be very grateful.
Post Reply