NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: bramkip on March 09, 2013, 03:34:44 AM

Title: Exception error after upgrading to 7.06
Post by: bramkip on March 09, 2013, 03:34:44 AM
Hi,

After upgrading from 7.05 to 7.06 all my programs (and the Capesoft demo progs also) are crashing with an exception error. The Webserver procedure starts correctly but when starting the browser I become this exception error.

How can I debug this? As soon as I start the browser, nothing is displayed in DebugView.

Thanks.

Bram

Title: Re: Exception error after upgrading to 7.06
Post by: lkeyser on March 09, 2013, 09:15:01 AM
Same this side.. If I compile on Clarion 6.3 with new nettalk (7.06) it work 100%
But
If I compile with Clarion 8 I get
Exception occurred at address 01022BCD
Exception code C0000005: Access Violation
Process PID=5248

The exe compiles and runs. But as soon as the browser connects to the Nettalk Server it gives exception error.

Regards
Louis
Title: Re: Exception error after upgrading to 7.06
Post by: Larry Sand on March 09, 2013, 01:41:05 PM
Louis, The exception "C0000005: Access Violation" is almost always caused by mismatched DLLs.  Search for duplicates in the path, and/or uses depends to find what your exe is loading.

Larry Sand
Title: Re: Exception error after upgrading to 7.06
Post by: bramkip on March 10, 2013, 03:51:50 AM
Hi Louis,


What do you mean with 'depends to find what your exe is loading' ? When I run my program which was compiled with C8 and NT 7.05 it works correctly.

Regards,
Bram
Title: Re: Exception error after upgrading to 7.06
Post by: Bruce on March 10, 2013, 10:04:45 PM
most likely all you need is to add the StringTheory extension to the app.
The latest build of StringTheory requires that it be explicitly added - the next NetTalk build will have an error to this effect.

see here for more;

http://www.capesoft.com/accessories/standards.htm

Cheers
Bruce
Title: Re: Exception error after upgrading to 7.06
Post by: bramkip on March 11, 2013, 01:22:23 AM
Hi Bruce,

Indeed, adding StringTheory to the Globals again solved the problem. Probably I missed that comment on the installation of NT 7.06

Thanks.

Bram
Title: Re: Exception error after upgrading to 7.06
Post by: Bruce on March 11, 2013, 04:48:31 AM
you missed it in the StringTheory release notes for the most recent build.

cheers
Bruce
Title: Re: Exception error after upgrading to 7.06
Post by: lkeyser on March 11, 2013, 12:01:12 PM
Helps if you read the history on new releases. Reloaded stringtheory in global - worked !

Thanks