Hi everyone,
I’m seeing an intermittent issue where the controller enters Service Mode (AR error 25314 – EXCEPTION Page fault) during startup, but only under certain conditions — for example when the Automation Studio logger window is open during boot, or when one or more mappView clients connect very early in the startup phase.
After a restart where the logger is closed and the system is allowed to boot normally, everything runs stable and the error does not reappear.
From the system log, the fault consistently appears in mappView‑related threads, typically named:
- mvRpcTxtFmtXXXXXXXX
and the backtrace usually points into: - mvLoader (sendStringReturnValue, handleTxtFmtFormat_p, handleTxtFmtFormatThread),
with the top of the chain involving internal memcpy / bcopy calls before the page fault occurs.
My IEC application does not appear anywhere in the backtrace, and the crash seems to happen entirely inside the mappView/loader threads during early initialization or early HMI‑client activity.
- Has anyone else experienced similar EXCEPTION page faults in mvLoader / mvRpcTxtFmt during startup?
- Are there any known issues in Automation Studio 6 / Automation Runtime 6.x related to mappView initialization or early client connections?
In our case, we did not see this behavior before migrating the project to AS6. - Any recommended workarounds or best practices (e.g. delaying HMI client connections, known patches, configuration adjustments, etc.)?
We are using AR 6.5.1 and mapp View 6.5.0.
Any insights or experiences would be greatly appreciated!
Thanks in advance.

