NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: johanco123 on March 25, 2014, 02:33:49 AM

Title: NT8.02 Exception Error when try to connect
Post by: johanco123 on March 25, 2014, 02:33:49 AM
Hi Bruce
NT8.02. I update all my web apps working through the Changes to convert from NT7 toNT8. No compile errors. I start the web server 100%, but when I try now to connect to the web server with my web browser it immediately crash with the Exception windows to close Application.

Any suggestions.
Regards
Johan
Title: Re: NT8.02 Exception Error when try to connect
Post by: Bruce on March 25, 2014, 10:19:03 PM
you probably have a line somethere
packet = something.

follow the instructions to change the packet variable name to say gpacket, and compile again. Correct any error code (by using packet.append) and then change the global setting back to packet.

cheers
Bruce
Title: Re: NT8.02 Exception Error when try to connect
Post by: johanco123 on March 26, 2014, 04:01:37 AM
Hi Bruce

NT8.03 I manage to connect to the server with the browser. The problem is in the PageHeaderTag - Menu Extensions. Some of the menu items I use 'Open As' as Popup. I change it to Default.

I can login to the system.

The other problem is that only some of my menu items are working and some immediately GPF.

The menu items that was PopUp is also GPF.
Any suggestions
Johan
Title: Re: NT8.02 Exception Error when try to connect
Post by: Bruce on March 26, 2014, 05:45:51 AM
try copying the debug version of the clarion runtime dll into the applicarion folder.
a) compile in debug mode
b) copy the debug dll from \clarion9\bin\debug
c) run the exe directly (not from the exe).

Now any GPF will contain more information. Take a screen-shot of that and send it to me.

cheers
Bruce
Title: Re: NT8.02 Exception Error when try to connect
Post by: johanco123 on March 27, 2014, 02:00:31 AM
Hi Bruce

Here is the screenshots. As I found with the connection GPF problem, the problem was the poups in the menu, I change it to default and then I could connect.

After the debug view it seems to be the same problem as I use buttons as popups on a memory form. I un-tick the popup but still the same. In the debug view when I call the procedure it stops at the Event=callpopups

Clarion 8.0.8972
XFiles2.51
StringTheory 2.04
NT8.03
GPF2.32
HyperActive2.16
WinEvent3.86

Regards
Johan

[attachment deleted by admin]
Title: Re: NT8.05 Exception Error when try to connect
Post by: johanco123 on April 01, 2014, 01:02:39 AM
Hi Bruce
I upgrade to NT805 and it still GPF on the menus somewhere on the popups

Any suggestions
Regards
Johan
Title: Re: NT8.02 Exception Error when try to connect
Post by: Bruce on April 01, 2014, 03:01:53 AM
Post an example.
Title: Re: NT8.05 Exception Error when try to connect (Popups)
Post by: johanco123 on April 07, 2014, 12:39:45 AM
Hi Bruce
I try to duplicate the error for you in an example without luck.

The problem is converting from NT7.35 to Nt8.05. I investigate the problem further and follow the trail with GPReporter and Debug view. It bring me every-time to the popups. I use a memory for with buttons on.to call procedures. The procedures are call as popups. As soon as I remove all the popups from the buttons on the form, the gpf disappears. When I change only one of the buttons back to popup then it GPF again.

I battle now 2 weeks with this problem.

cheers
Johan
Title: Re: NT8.02 Exception Error when try to connect
Post by: Bruce on April 07, 2014, 12:58:16 AM
>> I try to duplicate the error for you in an example without luck.

if you can't duplicate it in an example, working from a program that shows the effect - what chance do I have?

If you are following with GPF Reporter, perhaps note the line it crashes on and let's go backwards from there.

cheers
Bruce