NetTalk Central

Author Topic: NT 8.34 to 8.40  (Read 3755 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1873
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
NT 8.34 to 8.40
« on: March 09, 2015, 07:45:55 AM »
I dont know what happened but I can read my last post about 8.34 to 8.40
Then I repeate my last post as a new topic...

Same problem with 8.40

Index out of range
Error point: 00463DB7
Process PID=3700  Image: C:\Clarion9.1\_Apps\PortIt\Plus\PortIt.Exe
Thread 2  Handle=00000254  TID=5480

Stack frame: 0185FAF8

Call Stack:
00463DB7  NetWww.Clw:1324 - R$STOREDATA
0046C3D6  NetWww.Clw:1248 - NETWEBCLIENT.PROCESS
004CEF95  PortIt027.clw:5717 - THISWEBCLIENT.PROCESS
004614E0  NetSimp.Clw:2974 - NETSIMPLE.TAKEEVENT
004CFB13  PortIt027.clw:5513 - THISWINDOW.TAKEEVENT
0043354E  ABWINDOW.CLW:782 - WINDOWMANAGER.ASK
00432AD1  ABWINDOW.CLW:941 - WINDOWMANAGER.RUN
004D2781  PortIt027.clw:329 - LEERWEBS
010CC223  ClaRUN.dll:000CC223

And here goes my setclipboard...

self.page [(202449) : (202448 + 10544)] = self.packet.binData [1 : 10544]
len(self.page)=209333

len of self.page is not enought... you need at least 202448 + 10544 = 212942




-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: NT 8.34 to 8.40
« Reply #1 on: March 10, 2015, 12:31:05 AM »
Hi Alberto,

Unfortunately I'm not able to duplicate the problem here - even accessing the same URL as you, so I'm having to make "blind" changes. I've simplified the code though in 8.41 so please let me know if you still get the same effect there.

cheers
Bruce

Alberto

  • Hero Member
  • *****
  • Posts: 1873
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: NT 8.34 to 8.40
« Reply #2 on: March 11, 2015, 05:41:22 AM »
8.41 new error...

NetWebServer.Kill    PROCEDURE
  CODE
  self.ClosePool()
  parent.Kill()

No matching prototype available - C:\Clarion9.1\Accessory\libsrc\win\NetWeb.Clw:174,17


-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: NT 8.34 to 8.40
« Reply #3 on: March 11, 2015, 07:13:09 AM »
thanks - I'm going to re-upload (without changing version number).
In the meantime change the line to read

self.ClosePool(event:closedown)

Alberto

  • Hero Member
  • *****
  • Posts: 1873
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: NT 8.34 to 8.40
« Reply #4 on: March 12, 2015, 04:18:25 AM »
THANKS, SEEMS ITS WORKING NOW, WILL KEEP TESTING
-----------
Regards
Alberto