aMSN Forums
July 29, 2010, 03:55:05 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: New forum for aMSN !!
 
   Home   Help Search Login Register  
Pages: [1] 2
  Print  
Author Topic: certificate problem  (Read 1886 times)
tegeatis
Power user
*
Offline Offline

Posts: 50


View Profile
« on: March 11, 2010, 10:20:32 am »

I just updated to the latest svn version 12000 (i had to update 4 or 5 days) and when amsn loads, two windows appear with the same message "certificate problem" I klik yes to continue but after a few seconds amsn stops trying to log in and tells me it can't connect to server!!
I'm using windows 7 x64.

Logged
razzie
Newbie

Offline Offline

Posts: 43



View Profile WWW
« Reply #1 on: March 11, 2010, 10:30:23 am »

getting the same problem here Sad
Logged

Razzie The Man!
BW
Super Power User
**
Offline Offline

Posts: 178


View Profile
« Reply #2 on: March 11, 2010, 11:31:07 am »

Hi,

I you haven't already done, just go back to revision 11990 for now
it's a WIP

@billiob: btw. proxy usage will throw an error (SSL channel "sock987": error: certificate verify failed)
« Last Edit: March 11, 2010, 11:41:18 am by BW » Logged
razzie
Newbie

Offline Offline

Posts: 43



View Profile WWW
« Reply #3 on: March 11, 2010, 11:37:08 am »

Hi,

I you haven't already done, just go back to revision 11990
it's a WIP

@billiob: btw. proxy usage will throw an error (SSL channel "sock987": error: certificate verify failed)

why go back? can't someone fix this problem instead? Smiley
Logged

Razzie The Man!
tegeatis
Power user
*
Offline Offline

Posts: 50


View Profile
« Reply #4 on: March 11, 2010, 11:52:40 am »

I you haven't already done, just go back to revision 11990 for now
it's a WIP

How to do it?
Logged
BW
Super Power User
**
Offline Offline

Posts: 178


View Profile
« Reply #5 on: March 11, 2010, 12:49:00 pm »

Hi tegeatis

if you are using the The development archive way (SVN Snapshot amsn_dev.tar.gz)
you can get rev11990 here, just use the file you get there like the Snapshot file

for TortoiseSVN use rightclick on scripts - TortoiseSVN - Update To Revision

and for Standard SVN use
svn up -r 11990 X:\Full\Path\To\Scripts
or 'svn up -r 11990' in the scripts dir


Logged
billiob
Administrator
Super Power User
*****
Offline Offline

Posts: 1352


View Profile
« Reply #6 on: March 11, 2010, 08:18:47 pm »

You have to know that the svn version is a DEVELOPMENT version. We haven't broken it in ages, but it can occur!

Those patches are to ensure your security but it's not yet finished.

On the other hand, if you get a bug report window, please send it! I use that to know what versions are broken.

Thank you for your support.


Ps: amsn 0.98.3 was released few days ago, you may want to use it for the moment.
Logged
BW
Super Power User
**
Offline Offline

Posts: 178


View Profile
« Reply #7 on: March 12, 2010, 01:58:02 pm »

Hi billiob,

jtlyk, with tcl8.4 on windows, amsn crashes because of the changes in soap.tcl  (while it doesn't with tcl8.5)
using rev12003

Fatal Error in Wish
Tcl_SetIntObj called with shared object
« Last Edit: March 12, 2010, 10:06:26 pm by BW » Logged
razzie
Newbie

Offline Offline

Posts: 43



View Profile WWW
« Reply #8 on: March 12, 2010, 09:49:25 pm »

SVN 12003 fix this problem and works perfect Smiley so update to 12003 Smiley
Logged

Razzie The Man!
Stadt
Newbie

Offline Offline

Posts: 16


View Profile
« Reply #9 on: March 13, 2010, 09:15:53 am »

Hi billiob,

jtlyk, with tcl8.4 on windows, amsn crashes because of the changes in soap.tcl  (while it doesn't with tcl8.5)
using rev12003

Fatal Error in Wish
Tcl_SetIntObj called with shared object


I'm having the same problem... aMSN won't launch

aMSN SVN 12003
Windows XP SP3
Logged
razzie
Newbie

Offline Offline

Posts: 43



View Profile WWW
« Reply #10 on: March 13, 2010, 11:48:49 am »

Hi billiob,

jtlyk, with tcl8.4 on windows, amsn crashes because of the changes in soap.tcl  (while it doesn't with tcl8.5)
using rev12003

Fatal Error in Wish
Tcl_SetIntObj called with shared object



use tcl 8.5 instead and use the standard aMSN SVN version!
and a tip update to Windows 7 instead of win XP Wink

I'm having the same problem... aMSN won't launch

aMSN SVN 12003
Windows XP SP3
Logged

Razzie The Man!
Stadt
Newbie

Offline Offline

Posts: 16


View Profile
« Reply #11 on: March 20, 2010, 10:21:45 pm »

Hi billiob,

jtlyk, with tcl8.4 on windows, amsn crashes because of the changes in soap.tcl  (while it doesn't with tcl8.5)
using rev12003

Fatal Error in Wish
Tcl_SetIntObj called with shared object



use tcl 8.5 instead and use the standard aMSN SVN version!
and a tip update to Windows 7 instead of win XP Wink

I'm having the same problem... aMSN won't launch

aMSN SVN 12003
Windows XP SP3

Sorry I didn't mean that I have tcl 8.4. I think I have the 'standard aMSN SVN version' (?) because I don't know anything about that tcl version thing.
I hope that this Fatal Error in Wish is going to be fixed soon
Logged
BW
Super Power User
**
Offline Offline

Posts: 178


View Profile
« Reply #12 on: March 20, 2010, 10:56:58 pm »

Hi Stadt,

amsn depends on tcl; on the download page you'll find a version for Windows and one for Windows 95
the basic difference is that the first is using tcl8.5 and the other tcl8.4
(the tcl version doesn't change if you switch to the SVN-version)
to find out which version you are using press Ctrl-Shift-C on the amsn main window and enter
Code:
puts $::tcl_version

so if you have tcl8.4, you can try it with the tcl8.5 installer and use the SVN-version there

if you tried it with tcl8.5 and still get the Fatal Error, please tell us!
Logged
Stadt
Newbie

Offline Offline

Posts: 16


View Profile
« Reply #13 on: March 20, 2010, 11:16:46 pm »

Hi Stadt,

amsn depends on tcl; on the download page you'll find a version for Windows and one for Windows 95
the basic difference is that the first is using tcl8.5 and the other tcl8.4
(the tcl version doesn't change if you switch to the SVN-version)
to find out which version you are using press Ctrl-Shift-C on the amsn main window and enter
Code:
puts $::tcl_version

so if you have tcl8.4, you can try it with the tcl8.5 installer and use the SVN-version there

if you tried it with tcl8.5 and still get the Fatal Error, please tell us!

Hi, thanks for the fast answer
Unfortunately I cannot find out the version that way because aMSN crashes after I get the error.
But I remember downloading 0.97.1 version for normal Windows, not 95. Then I switched to SVN.

Edit: Okay I managed to be real fast and could get the tcl version that IS 8.4! I don't know why its 8.4, I'm pretty sure that I didn't download the Windows 95 version when I first installed aMSN.
« Last Edit: March 20, 2010, 11:22:34 pm by Stadt » Logged
BW
Super Power User
**
Offline Offline

Posts: 178


View Profile
« Reply #14 on: March 20, 2010, 11:19:33 pm »

this works from the login window (sorry didn't make that clear);
or does it crash before?

Edit: from 0.97.2 there have been installer versions with tcl8.4 and tcl8.5 for windows
0.97.1 installer had tcl8.5 on windows
0.97 installer had tcl8.4 on windows
as far as I've seen in the archive
« Last Edit: March 20, 2010, 11:28:40 pm by BW » Logged
Pages: [1] 2
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!