NetTalk Central

Author Topic: Exception occurred at address 1CAFE286 when adding new NetServiceMethod  (Read 2836 times)

jari@softmade.fi

  • Full Member
  • ***
  • Posts: 126
    • View Profile
    • Email
Tested with web77.app and both C9.1 and C10
C9.1 and NetTalk 9.27
C10 12278  and  NetTalk 9.28

Any ideas where to start solve this ?

Regards

Jari


Exception occurred at address 1CAFE286
Exception code C0000005: Access Violation
Process PID=6956  Image: C:\Clarion9.1\bin\Clarion.exe
Thread 3  Handle=00000CEC  TID=7692

Exception parameters:
00000008
1CAFE286

EAX=1E840900    EBX=07C98B5D    ECX=1E840940    EDX=1E840940
ESI=1CAFE29A    EDI=1E7AEBB8    EBP=1E7AF020    ESP=1E7AEAF8
EIP=1CAFE286    FLG=00010212

Call Stack:
1CAFE286
07CBF59F
070F9BC1
77C69902
77C698D5

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11174
    • View Profile
to get more GPF information,
compile in debug mode (not the debugger, just debug mode)
use the debug runtime DLL (copy \clarion10\bin\debug into \clarion10\bin

Cheers
Bruce

jari@softmade.fi

  • Full Member
  • ***
  • Posts: 126
    • View Profile
    • Email
Hi Bruce

The problem is that I can't add new service procedure.
GPF error comes immediately when I press the Finsh button.

Same problem when adding a new application with Nettalk Wizard.
If Generate WebService is chekked then comes gpf after Finish button


Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11174
    • View Profile
Ah - the IDE is GPFing?

In that case I'd export the app to a TXA, and create a new app based on the TXA.
With any luck that will sort out the issue.

cheers
Bruce

jari@softmade.fi

  • Full Member
  • ***
  • Posts: 126
    • View Profile
    • Email
It did not help