NetTalk Central

Author Topic: Exception error after upgrading to 7.06  (Read 4080 times)

bramkip

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
    • Intellisoft
    • Email
Exception error after upgrading to 7.06
« 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


lkeyser

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
    • Email
Re: Exception error after upgrading to 7.06
« Reply #1 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

Larry Sand

  • Full Member
  • ***
  • Posts: 101
    • View Profile
Re: Exception error after upgrading to 7.06
« Reply #2 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

bramkip

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
    • Intellisoft
    • Email
Re: Exception error after upgrading to 7.06
« Reply #3 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11193
    • View Profile
Re: Exception error after upgrading to 7.06
« Reply #4 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

bramkip

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
    • Intellisoft
    • Email
Re: Exception error after upgrading to 7.06
« Reply #5 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11193
    • View Profile
Re: Exception error after upgrading to 7.06
« Reply #6 on: March 11, 2013, 04:48:31 AM »
you missed it in the StringTheory release notes for the most recent build.

cheers
Bruce

lkeyser

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
    • Email
Re: Exception error after upgrading to 7.06
« Reply #7 on: March 11, 2013, 12:01:12 PM »
Helps if you read the history on new releases. Reloaded stringtheory in global - worked !

Thanks