SexScripts : Can't connect to server? - https://ss.deviatenow.com:443/viewtopic.php?f=6&t=627 Page 1 of 2

Can't connect to server?

boy2spank [ Fri Jul 22, 2016 12:29 am ]

I've been running into consistent problems with Sexscripts recently. I can't connect to the server, according to several scripts (subcontrol, enforced chastity, jennifer has fun, spankbid) all complain that they can't connect to the server. Mandy doesn't seem to have that problem.

I'm running the latest version of Sexscripts and I have Java 8 installed from Oracle. I'm running Ubuntu 16.04 LTS as operating system. I have never had this issue before. Any ideas how to test what's going wrong?

Re: Can't connect to server?

doti [ Fri Jul 22, 2016 10:24 am ]

Possibly an HTTPS problem.
Can you check what happens when clicking menu>help>about..., an when you try to download from menu>file>import ?

Re: Can't connect to server?

boy2spank [ Sun Jul 24, 2016 12:38 am ]

doti wrote:
Possibly an HTTPS problem.
Can you check what happens when clicking menu>help>about..., an when you try to download from menu>file>import ?


Certainly, when I open the about screen, it says this:

Code:
SexScripte, 2011-2016
Your release: 10-Jul-2016, last release on http://ss.deviatenow.com: 22-Jul-2016
Translator: /
Last script author: /


Importing a file seems to work as intended. I downloaded the latest version of Spankbid just now (which complains I'm not connected to the Internet).

Any ideas or anything else I can test? Please let me know.

Re: Can't connect to server?

doti [ Sun Jul 24, 2016 10:04 am ]

There is a message in the errors.log file ?

Re: Can't connect to server?

boy2spank [ Sun Jul 24, 2016 3:06 pm ]

Yes, there are some SSL related errors in there:

Code:
Thu Jul 21 23:53:35 CEST 2016
os.name : Linux
os.arch : amd64
java.version : 1.8.0_101
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
Thu Jul 21 23:53:35 CEST 2016
os.name : Linux
os.arch : amd64
java.version : 1.8.0_101
   at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
Thu Jul 21 23:53:35 CEST 2016
os.name : Linux
os.arch : amd64
java.version : 1.8.0_101

Re: Can't connect to server?

doti [ Sun Jul 24, 2016 4:50 pm ]

Strange, server supports :
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (0xc030) ECDH secp256r1 (eq. 3072 bits RSA) FS 256
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (0xc02f) ECDH secp256r1 (eq. 3072 bits RSA) FS 128
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 (0xc028) ECDH secp256r1 (eq. 3072 bits RSA) FS 256
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 (0xc027) ECDH secp256r1 (eq. 3072 bits RSA) FS 128
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA (0xc014) ECDH secp256r1 (eq. 3072 bits RSA) FS 256
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA (0xc013) ECDH secp256r1 (eq. 3072 bits RSA) FS 128
And Java 8 should supports :
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 (0xc023) Forward Secrecy 128
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 (0xc027) Forward Secrecy 128
TLS_RSA_WITH_AES_128_CBC_SHA256 (0x3c) 128
TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 (0xc025) 128
TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 (0xc029) 128
TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 (0x67) Forward Secrecy 128
TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 (0x40) Forward Secrecy2 128
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA (0xc009) Forward Secrecy 128
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA (0xc013) Forward Secrecy 128
TLS_RSA_WITH_AES_128_CBC_SHA (0x2f) 128
TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA (0xc004) 128
TLS_ECDH_RSA_WITH_AES_128_CBC_SHA (0xc00e) 128
TLS_DHE_RSA_WITH_AES_128_CBC_SHA (0x33) Forward Secrecy 128
TLS_DHE_DSS_WITH_AES_128_CBC_SHA (0x32) Forward Secrecy2 128
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 (0xc02b) Forward Secrecy 128
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (0xc02f) Forward Secrecy 128
TLS_RSA_WITH_AES_128_GCM_SHA256 (0x9c) 128
TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 (0xc02d) 128
TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 (0xc031) 128
TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 (0x9e) Forward Secrecy 128
TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 (0xa2) Forward Secrecy2 128
TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA (0xc008) Forward Secrecy 112
TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA (0xc012) Forward Secrecy 112
TLS_RSA_WITH_3DES_EDE_CBC_SHA (0xa) 112
TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA (0xc003) 112
TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA (0xc00d) 112
TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA (0x16) Forward Secrecy 112
TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA (0x13) Forward Secrecy2 112
So there's at least a common protocol :
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256

I'll perhaps try from an Ubuntu or a Debian in a few days.

Re: Can't connect to server?

boy2spank [ Mon Jul 25, 2016 2:19 pm ]

That's certainly odd. I think that Java error is related to errors with a site's security certificate. However, the ssl configuration for ss.deviatenow.com checks out for Java 8.

Neither Chrome nor Firefox complain about the certificate and according to SSL Labs, only Java 6 should give errors due to lack of support for SNI.

Re: Can't connect to server?

doti [ Wed Jul 27, 2016 4:49 pm ]

It was not using the security libraries.

Try this inside sexscripts.sh :
Code:
#!/bin/sh
exec java -Dfile.encoding=UTF-8 -jar sexscripts.jar $*

Re: Can't connect to server?

boy2spank [ Thu Jul 28, 2016 2:14 am ]

That seems to be working, thanks! No more scripts saying they can't connect.

Re: Can't connect to server?

Slave D [ Sat Aug 05, 2017 12:04 am ]

I'm having the same problem but with the courtroom script. Tried the solution you gave, still didn't work. please help.

Re: Can't connect to server?

doti [ Sat Aug 05, 2017 9:53 am ]

Does this work ?
Quote:
Can you check what happens when clicking menu>help>about..., an when you try to download from menu>file>import ?

Re: Can't connect to server?

Slave D [ Fri Aug 11, 2017 7:53 am ]

just got back from vacation.
when i go to menu>help>about. i get this:
SexScripts, 2011-2017
your Release: May 25, 2017, last release on http://ss/deviatenow.com: Apr 15, 2017
Translator : /
Last Script author : Liz, ptdw

I enter this in the menu>file>import: https://ss.deviatenow.com/download/file ... 0&scid=233

Re: Can't connect to server?

doti [ Fri Aug 11, 2017 10:17 am ]

Ok, so its able to connect. Just after the error, can you get and post here the end of the file errors.log ?

Re: Can't connect to server?

Slave D [ Fri Aug 11, 2017 2:15 pm ]

Here it is:

Fri Aug 11 01:29:52 EDT 2017
os.name : Windows 10
os.arch : x86
java.version : 1.8.0_144
java.lang.NullPointerException
at java.net.URLEncoder.encode(Unknown Source)
at java_net_URLEncoder$encode.call(Unknown Source)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:120)
at ss.FullScript_subcontrol.run(script15024293815199866094.groovy:492)
at ss.desktop.MainFrame$2.run(MainFrame.java:619)
[Thread-8] INFO com.github.sarxos.webcam.Webcam - WebcamDefaultDriver capture driver will be used
[atomic-processor-1] INFO com.github.sarxos.webcam.ds.cgt.WebcamOpenTask - Opening webcam Webcam C110 0
[atomic-processor-1] INFO com.github.sarxos.webcam.ds.cgt.WebcamCloseTask - Closing Webcam C110 0
[atomic-processor-1] INFO com.github.sarxos.webcam.ds.cgt.WebcamOpenTask - Opening webcam Webcam C110 0
[atomic-processor-1] INFO com.github.sarxos.webcam.ds.cgt.WebcamCloseTask - Closing Webcam C110 0
[atomic-processor-1] INFO com.github.sarxos.webcam.ds.cgt.WebcamOpenTask - Opening webcam Webcam C110 0
[atomic-processor-1] INFO com.github.sarxos.webcam.ds.cgt.WebcamCloseTask - Closing Webcam C110 0
[atomic-processor-1] INFO com.github.sarxos.webcam.ds.cgt.WebcamOpenTask - Opening webcam Webcam C110 0
[atomic-processor-1] INFO com.github.sarxos.webcam.ds.cgt.WebcamCloseTask - Closing Webcam C110 0
[Thread-9] INFO com.github.sarxos.webcam.Webcam - WebcamDefaultDriver capture driver will be used
[atomic-processor-1] INFO com.github.sarxos.webcam.ds.cgt.WebcamOpenTask - Opening webcam Webcam C110 0
[atomic-processor-1] INFO com.github.sarxos.webcam.ds.cgt.WebcamCloseTask - Closing Webcam C110 0
[atomic-processor-1] INFO com.github.sarxos.webcam.ds.cgt.WebcamOpenTask - Opening webcam Webcam C110 0
[atomic-processor-1] INFO com.github.sarxos.webcam.ds.cgt.WebcamCloseTask - Closing Webcam C110 0
[atomic-processor-1] INFO com.github.sarxos.webcam.ds.cgt.WebcamOpenTask - Opening webcam Webcam C110 0
[atomic-processor-1] INFO com.github.sarxos.webcam.ds.cgt.WebcamCloseTask - Closing Webcam C110 0
[atomic-processor-1] INFO com.github.sarxos.webcam.ds.cgt.WebcamOpenTask - Opening webcam Webcam C110 0
[atomic-processor-1] INFO com.github.sarxos.webcam.ds.cgt.WebcamCloseTask - Closing Webcam C110 0
Fri Aug 11 01:56:54 EDT 2017
os.name : Windows 10
os.arch : x86
java.version : 1.8.0_144
java.lang.NullPointerException
at java.io.File.<init>(Unknown Source)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77)
at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:102)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:57)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:182)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:190)
at ss.FullScript_subcontrolv2.run(script15024306154851083725512.groovy:1268)
at ss.desktop.MainFrame$2.run(MainFrame.java:619)

Re: Can't connect to server?

doti [ Fri Aug 11, 2017 5:36 pm ]

Ok this is useful.

It is not related to the connection to a server, but to the webcam.
Technical informations above :
the fault is here (subcontrolv2.groovy:1236)
Code:
        new File(cap_b).delete()

Null pointer exception : I thing here cap_b is null. Probably the webcam failed to take a picture, to save it, or something like this.

To be sure Liz see this, my advice is to post a message in the related thread : https://ss.deviatenow.com/viewtopic.php ... &start=375

Edit : but it's not related to the Courtroom script, so it may be not the good extract. Perhaps there was no errorrelated to Courtroom because the script caught it - then we need the message that shows and when (after doing what)

Page 1 of 2 All times are UTC + 1 hour [ DST ]
https://ss.deviatenow.com:443/
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Maroon Fusion theme created by Oxydo
Software, theme modifications, phpBB modification by Doti 2010, 2011