I have a problem with my WinCC 7.
I made a little program in PCS7 and I create an OS directly in the Project (for use PLCSIM). I compiled the OS and when a want to activate the runtime in loading process I got the following error:
- This error comes from C:\WINDOWS\system32\nrdll.dll"Unhandled exception was raised. Look file "script.log" for details."
After I clicked OK, my project it's [Active] but no picture is showed.
If I click on the WinCC icon from the toolbar, and click Start Graphics RunTime I got an error
, if I clicked OK I got another error"The system cannot find the file specified."
If I try to deactivate the project my computer stuck."Keine Verbindung zur Aktionssteuerung".
I tried to make a simple project only in WinCC and the Runtime works.
In the SCRIPT.LOG I have the following information:
Code: Select all
//====================================================================
// WinCC reported exception with code: C0000005 ACCESS_VIOLATION
// Date: 18.4.2011 - Time: 22.27. 0
// Caused at logical address 7C934322 01:00033322
//====================================================================
// FAULTING MODULE: C:\WINDOWS\system32\ntdll.dll
//====================================================================
// Registers:
// ----------
// EAX:00000001
// EBX:00000015
// ECX:7C91003D
// EDX:00150608
// ESI:00000015
// EDI:7FFDC000
// CS:EIP:001B:7C934322
// SS:ESP:0023:0150FF24 EBP:0150FF64
// DS:0023 ES:0023 FS:003B GS:0000
// Flags:00010202
//
// Call stack:
// -----------
// Address | Frame |
// ---------+----------+----------------------------------------------
// 7C934322 | 0150FF64 | RtlDeleteAtomFromAtomTable+2D4
// 78543412 | 0150FF70 | endthreadex+23
// 78543439 | 0150FFA8 | endthreadex+4A
// 785434C7 | 0150FFB4 | endthreadex+D8
// 7C80B713 | 0150FFEC | GetModuleFileNameA+1B4
//====================================================================
Thank you!