NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: jari@softmade.fi on June 08, 2017, 02:10:54 AM

Title: Exception occurred at address 1CAFE286 when adding new NetServiceMethod
Post by: jari@softmade.fi on June 08, 2017, 02:10:54 AM
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
Title: Re: Exception occurred at address 1CAFE286 when adding new NetServiceMethod
Post by: Bruce on June 08, 2017, 06:52:07 AM
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
Title: Re: Exception occurred at address 1CAFE286 when adding new NetServiceMethod
Post by: jari@softmade.fi on June 08, 2017, 10:04:11 PM
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

Title: Re: Exception occurred at address 1CAFE286 when adding new NetServiceMethod
Post by: Bruce on June 08, 2017, 10:30:26 PM
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
Title: Re: Exception occurred at address 1CAFE286 when adding new NetServiceMethod
Post by: jari@softmade.fi on June 09, 2017, 12:02:11 AM
It did not help