NetTalk Central

Author Topic: Exception  (Read 8615 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1849
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Exception
« on: May 02, 2013, 07:11:52 PM »
Hi,
This is a win32 app with NT6 used to read some web pages.
I dont know whats heppening.
In the attached image you can see the exception errors.

Thread 2166 means MY app has 2166 threads active?

Thanks

[attachment deleted by admin]
-----------
Regards
Alberto

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Exception
« Reply #1 on: May 02, 2013, 09:19:17 PM »
Open taskmanager on the performance tab and look at Threads. My PC shows Threads 1501 and goes up and down a bit so I don't think that number refers to your app but rather system threads or the thread running that caused the exception. Regardless, there is something your app is doing the o\s doesn't like...

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11193
    • View Profile
Re: Exception
« Reply #2 on: May 02, 2013, 10:11:22 PM »
if you copy the CLARUN dill from the \clarion8\bin\debug folder
into your app folder, you should get more information in the Call Stack section.
(if your app is compiled in debug mode).

Or apply GPF Reporter so you can see where the GPF is coming from.

If you have StringTheory make sure the StrinhTheory extension is in the global extensions for the app.

cheers
Bruce