NetTalk Central

Author Topic: App GPF after NT 11 Install  (Read 2108 times)

BradT

  • Newbie
  • *
  • Posts: 37
    • View Profile
    • Email
App GPF after NT 11 Install
« on: September 11, 2020, 12:01:30 PM »
Anyone had this issue?

C10.12700
NT11
(Happens in C11 as well)

Exception occurred at address 00100468
Exception code C0000005: Access Violation
Process PID=18328  Image: C:\dllC10\FMO_NT.exe
Thread 1  Handle=000002C0  TID=20540

Exception parameters:
00000000
00100468

EAX=00DE3E50    EBX=00F27694    ECX=00000000    EDX=034720C4
ESI=00F66680    EDI=00000000    EBP=0019FE6C    ESP=0019FE68
EIP=00100468    FLG=00010212

Call Stack:
00100468
00C8CDBE
032CC0C7
032CBF0F
770A7C24
770A7BF4

Clarion modules:
03200000  10.00:12799 C:\dllC10\ClaRUN.dll
011A0000  10.00:12799 C:\dllC10\ClaASC.dll
001D0000  10.00:12799 C:\dllC10\ClaDOS.dll
12500000  10.00:11583 C:\dllC10\CLAFE.dll
012D0000  10.00:12258 C:\dllC10\ClaMEM.dll
033B0000  10.00:12799 C:\dllC10\ClaMSS.dll
13000000  10.00:11583 C:\dllC10\CLAnet.dll
01560000  10.00:12799 C:\dllC10\ClaTPS.dll
13200000  10.00:11583 C:\dllC10\CLAWE.dll
12000000  10.00:11583 C:\dllC10\SLATPS.dll
00400000  10.00:12799 C:\dllC10\FMO_NT.exe

DonRidley

  • Don Ridley
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 729
  • donaldridley2011@gmail.com
    • View Profile
    • Email
Re: App GPF after NT 11 Install
« Reply #1 on: September 12, 2020, 05:50:06 AM »
Check out this article at ClarionHub about improving the call stack in your GPF report:

https://clarionhub.com/t/how-to-improve-the-call-stack-when-your-program-gpfs/188
"Eliminate the impossible, whatever remains, however unlikely, must be the truth."

NetTalk 12.55
Clarion 11

BradT

  • Newbie
  • *
  • Posts: 37
    • View Profile
    • Email
Re: App GPF after NT 11 Install
« Reply #2 on: September 13, 2020, 07:36:06 AM »
Thanks Don.  I will check it out this afternoon.

Brad