Page Index Toggle Pages: 1 [2] 3  Send TopicPrint
Hot Topic (More than 35 Replies) Anyone else have trouble on Windows 10? (Read 15399 times)
Flav
Vault Frog
*
Offline


One Frog to Rule them
All!

Posts: 10011
Location: Land of the Frogs
Joined: Aug 29th, 2010
Gender: Male
Re: Anyone else have trouble on Windows 10?
Reply #25 - Mar 9th, 2016 at 2:33am
Print Post  
Meursault wrote on Mar 8th, 2016 at 9:33pm:
PyLotRO is still working after the move, at least you'll have an alternative to their crapware.


I confirm that PyLoTRO still works.


Unless the IPs are hardcoded in DDO-ML the datacenter move shouldn't have had any impact.

I don't have time right now to check in the source code of DDO-ML but I'll try to do it.

For the working version of PyLOTRO you'll have to search my post either here or in the mobo, as they did a change last year that screwed older PyLOTRO version.
( thanksfully they did it a few month after doing it on LoTRO, so the nice people over there had updated PyLOTRO )

  

Yes my avatar is an Hermine eating a Greenland Lemming for brunch.
Back to top
 
IP Logged
 
AtomicMew
Horoluth Raider
****
Offline


I Love Drama!

Posts: 2073
Joined: Jan 12th, 2011
Re: Anyone else have trouble on Windows 10?
Reply #26 - Mar 9th, 2016 at 3:33am
Print Post  
The command line error is:

Quote:
Traceback (most recent call last):
  File "ddolauncher.py", line 56, in connect
    self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file, ssl_version=ssl.PROTOCOL_SSLv3)
  File "C:\Python33\lib\ssl.py", line 630, in wrap_socket
  File "C:\Python33\lib\ssl.py", line 350, in __init__
  File "C:\Python33\lib\ssl.py", line 346, in __init__
  File "C:\Python33\lib\ssl.py", line 553, in do_handshake
ssl.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:548)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Python33\lib\site-packages\cx_Freeze\initscripts\Console3.py", line 27, in <module>
  File "ddolauncher.py", line 441, in <module>

  File "ddolauncher.py", line 425, in main
    try:
  File "ddolauncher.py", line 213, in login
    c.endheaders()
  File "C:\Python33\lib\http\client.py", line 1061, in endheaders
  File "C:\Python33\lib\http\client.py", line 906, in _send_output
  File "C:\Python33\lib\http\client.py", line 844, in send
  File "ddolauncher.py", line 58, in connect
    self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file, ssl_version=ssl.PROTOCOL_SSLv23)
  File "C:\Python33\lib\ssl.py", line 630, in wrap_socket
  File "C:\Python33\lib\ssl.py", line 302, in __init__
OSError: [WinError 10038] An operation was attempted on something that is not a socket


So it sounds like there could be some certificate issues which I don't understand.  I noticed that pylotro has a cert file in its github, so maybe that is a clue. 

The networking in DDO-ML is based on https://github.com/n0la/ddolauncher with very little modification.  I also tried that with the latest version of python with similar results. Any help appreciated.
  
Back to top
 
IP Logged
 
eighnuss
Epic Poster
*****
Offline


ด้้้้้ ͩͩͩͩͩͩͩͩͩͩ
ͩͩͩͩͩͩ

Posts: 3532
Location: ด้้้้้็็็็็้้้้้็็็็็  ͩͩͩͩͩͩͩ
Joined: Jan 30th, 2013
Re: Anyone else have trouble on Windows 10?
Reply #27 - Mar 9th, 2016 at 4:01am
Print Post  
replace line 56

self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file, ssl_version=ssl.PROTOCOL_SSLv3)

with

self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file, ssl_version=ssl.PROTOCOL_TLSv1)
  

ͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩDISCLAIMER: This post is provided �as is� for informational purposes only. The Department of Vault
Security (DVS) does not provide any warranties of any kind regarding any information contained within. DVS
does not endorse any commercial product or service referenced in this post or otherwise.
Back to top
 
IP Logged
 
AtomicMew
Horoluth Raider
****
Offline


I Love Drama!

Posts: 2073
Joined: Jan 12th, 2011
Re: Anyone else have trouble on Windows 10?
Reply #28 - Mar 9th, 2016 at 4:03am
Print Post  
OMG it works I love you!

Can you explain what the difference is?
  
Back to top
 
IP Logged
 
eighnuss
Epic Poster
*****
Offline


ด้้้้้ ͩͩͩͩͩͩͩͩͩͩ
ͩͩͩͩͩͩ

Posts: 3532
Location: ด้้้้้็็็็็้้้้้็็็็็  ͩͩͩͩͩͩͩ
Joined: Jan 30th, 2013
Re: Anyone else have trouble on Windows 10?
Reply #29 - Mar 9th, 2016 at 4:08am
Print Post  
can you compile and update it so i can dl it?

the difference is that in 2014 ssl 3 was deemed ass- not long after that all reputable companies stopped using it

thats why in 2016 ddo stopped using it
  

ͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩDISCLAIMER: This post is provided �as is� for informational purposes only. The Department of Vault
Security (DVS) does not provide any warranties of any kind regarding any information contained within. DVS
does not endorse any commercial product or service referenced in this post or otherwise.
Back to top
 
IP Logged
 
AtomicMew
Horoluth Raider
****
Offline


I Love Drama!

Posts: 2073
Joined: Jan 12th, 2011
Re: Anyone else have trouble on Windows 10?
Reply #30 - Mar 9th, 2016 at 4:19am
Print Post  
I'm on it.  I need to reinstall visual studio (required by cx-Freeze apparently).
  
Back to top
 
IP Logged
 
Flav
Vault Frog
*
Offline


One Frog to Rule them
All!

Posts: 10011
Location: Land of the Frogs
Joined: Aug 29th, 2010
Gender: Male
Re: Anyone else have trouble on Windows 10?
Reply #31 - Mar 9th, 2016 at 4:22am
Print Post  
Try what I linked here :

https://www.ddo.com/forums/showthread.php/455235-Downtime-Notice-8-00-AM-11-00-A...

That's the one I use, and I have no issue.

  

Yes my avatar is an Hermine eating a Greenland Lemming for brunch.
Back to top
 
IP Logged
 
eighnuss
Epic Poster
*****
Offline


ด้้้้้ ͩͩͩͩͩͩͩͩͩͩ
ͩͩͩͩͩͩ

Posts: 3532
Location: ด้้้้้็็็็็้้้้้็็็็็  ͩͩͩͩͩͩͩ
Joined: Jan 30th, 2013
Re: Anyone else have trouble on Windows 10?
Reply #32 - Mar 9th, 2016 at 4:24am
Print Post  
sweet bro thx for the error log and the program and the compile

i still use version 1.01 tho so i might hate on you after i DL the new version and its all gayed up and feature rich
  

ͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩDISCLAIMER: This post is provided �as is� for informational purposes only. The Department of Vault
Security (DVS) does not provide any warranties of any kind regarding any information contained within. DVS
does not endorse any commercial product or service referenced in this post or otherwise.
Back to top
 
IP Logged
 
AtomicMew
Horoluth Raider
****
Offline


I Love Drama!

Posts: 2073
Joined: Jan 12th, 2011
Re: Anyone else have trouble on Windows 10?
Reply #33 - Mar 9th, 2016 at 7:13am
Print Post  
Sorry for the delay, but working with python in windows is a huge PITA.  Just error after error fresh out of the box.  Will get to this tomorrow.
  
Back to top
 
IP Logged
 
Meursault
Horoluth Raider
****
Offline


I Love Freedom of Speech

Posts: 2410
Location: Hartford, CT; USA
Joined: Aug 22nd, 2013
Gender: Male
Re: Anyone else have trouble on Windows 10?
Reply #34 - Mar 9th, 2016 at 8:08am
Print Post  
AtomicMew wrote on Mar 8th, 2016 at 11:29pm:
Are you sure?  Pylotro isn't working for me.  It gets up to the point of displaying subscriptions on my account, but then freezes. 

Sorry I didn't get to reply last night, but yeah, I tested 3 different servers last night and all 3 worked for both my account and my wife's, so the problem is definitely not PyLotRO. I didn't run a Quest, but I logged in, changed zones, checked my TR cache (all there), and cast a few fireballs to celebrate not losing my stuff.
  

Turdbin, keep changing the DDO rules, because McDonalds sold over 200 billion hamburgers by changing the recipe for their Special Sauce every couple of months to keep interest up.
Back to top
 
IP Logged
 
noamineo
Completionist (i.t.p.)
******
Offline


All men fear time, but
time fears the pyramids

Posts: 9183
Location: Titan
Joined: Jul 2nd, 2014
Re: Anyone else have trouble on Windows 10?
Reply #35 - Mar 9th, 2016 at 1:57pm
Print Post  
eighnuss wrote on Mar 9th, 2016 at 4:24am:
i still use version 1.01 tho so i might hate on you after i DL the new version and its all gayed up and feature rich


I'm also still using 1.01 Tongue couldn't ever make the encryption feature work on the newer ones(sorry AtomicMew, I love you like a brother, but your instructions on using that were shit - why was it necessary? My favorite part of ML was not having my fucking passwords encrypted)

Hopefully I can just edit the file directly and get 1.01 working again.
  

I'll never understand the propensity of people to brag about being good at a video game. Its a toy you play with for fun. The only person who should be proud of you is your mother. If you're 3.
Back to top
 
IP Logged
 
eighnuss
Epic Poster
*****
Offline


ด้้้้้ ͩͩͩͩͩͩͩͩͩͩ
ͩͩͩͩͩͩ

Posts: 3532
Location: ด้้้้้็็็็็้้้้้็็็็็  ͩͩͩͩͩͩͩ
Joined: Jan 30th, 2013
Re: Anyone else have trouble on Windows 10?
Reply #36 - Mar 9th, 2016 at 4:18pm
Print Post  
yo this thread occured for me 12 hours ago and i like fixed the code and figured id have a working program when i got home

what the fuck
  

ͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩDISCLAIMER: This post is provided �as is� for informational purposes only. The Department of Vault
Security (DVS) does not provide any warranties of any kind regarding any information contained within. DVS
does not endorse any commercial product or service referenced in this post or otherwise.
Back to top
 
IP Logged
 
Digimonk
Puppy Farmer
****
Offline



Posts: 1573
Joined: Apr 7th, 2015
Re: Anyone else have trouble on Windows 10?
Reply #37 - Mar 9th, 2016 at 4:20pm
Print Post  
noamineo wrote on Mar 9th, 2016 at 1:57pm:
My favorite part of ML was not having my fucking passwords encrypted

That's the script kiddies favorite part, too.  At least you'll know how your DDO account got hijacked if/when it happens.   Tongue
  
Back to top
 
IP Logged
 
eighnuss
Epic Poster
*****
Offline


ด้้้้้ ͩͩͩͩͩͩͩͩͩͩ
ͩͩͩͩͩͩ

Posts: 3532
Location: ด้้้้้็็็็็้้้้้็็็็็  ͩͩͩͩͩͩͩ
Joined: Jan 30th, 2013
Re: Anyone else have trouble on Windows 10?
Reply #38 - Mar 9th, 2016 at 4:35pm
Print Post  
Digimonk wrote on Mar 9th, 2016 at 4:20pm:
That's the script kiddies favorite part, too.  At least you'll know how your DDO account got hijacked if/when it happens.   Tongue


bro, plz, dont be dumb
  

ͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩͩDISCLAIMER: This post is provided �as is� for informational purposes only. The Department of Vault
Security (DVS) does not provide any warranties of any kind regarding any information contained within. DVS
does not endorse any commercial product or service referenced in this post or otherwise.
Back to top
 
IP Logged
 
noamineo
Completionist (i.t.p.)
******
Offline


All men fear time, but
time fears the pyramids

Posts: 9183
Location: Titan
Joined: Jul 2nd, 2014
Re: Anyone else have trouble on Windows 10?
Reply #39 - Mar 9th, 2016 at 4:35pm
Print Post  
Digimonk wrote on Mar 9th, 2016 at 4:20pm:
That's the script kiddies favorite part, too.  At least you'll know how your DDO account got hijacked if/when it happens.   Tongue


As long as I keep refusing to run shit like akamai I should be fine Tongue
  

I'll never understand the propensity of people to brag about being good at a video game. Its a toy you play with for fun. The only person who should be proud of you is your mother. If you're 3.
Back to top
 
IP Logged
 
noamineo
Completionist (i.t.p.)
******
Offline


All men fear time, but
time fears the pyramids

Posts: 9183
Location: Titan
Joined: Jul 2nd, 2014
Re: Anyone else have trouble on Windows 10?
Reply #40 - Mar 9th, 2016 at 4:51pm
Print Post  
PersonaNonGrata wrote on Mar 9th, 2016 at 1:07am:
but Akamai used by a reputable western Corp


180 Solution, HUG malware distributer back in the early 2000s, was based out of Seattle and looked completely legit on paper. Being a western corp does not make you reputable. Using software that its flagged as malicious by most antivirus/anti malware providers? Thaaaaaaaaaaat is probably the opposite of reputable.

Coming with U31: DDO will install a browser toolbar for you.
  

I'll never understand the propensity of people to brag about being good at a video game. Its a toy you play with for fun. The only person who should be proud of you is your mother. If you're 3.
Back to top
 
IP Logged
 
PersonaNonGrata
Shroud Slacker
***
Offline


I Love Drama!

Posts: 1063
Joined: May 3rd, 2015
Re: Anyone else have trouble on Windows 10?
Reply #41 - Mar 9th, 2016 at 5:20pm
Print Post  
noamineo wrote on Mar 9th, 2016 at 4:51pm:
180 Solution, HUG malware distributer back in the early 2000s, was based out of Seattle and looked completely legit on paper. Being a western corp does not make you reputable. Using software that its flagged as malicious by most antivirus/anti malware providers? Thaaaaaaaaaaat is probably the opposite of reputable.

Coming with U31: DDO will install a browser toolbar for you.


Yes, I'm sure you can recite 10 examples of where this happened vs the 10 million actual examples of long term operating corporations that didn't.

There is prudent and there is paranoid.
I don't care if you live in a bunker and play on an Amiga500.

There is a (temp) working alternative that the other 49 remaining DDO players use, if you choose to use it.
Your call, just spare us the melodrama.
  
Back to top
 
IP Logged
 
hikari shinji
Korthos Resident
*
Offline


I Love Drama!

Posts: 60
Location: Thelagnis
Joined: Oct 19th, 2014
Gender: Male
Re: Anyone else have trouble on Windows 10?
Reply #42 - Mar 9th, 2016 at 5:42pm
Print Post  
Glenalth wrote on Mar 8th, 2016 at 6:10pm:
No issues with fresh install of 10.


fuck off we hate you. Cheesy
  

A good portion of you are whining on the internet, to people that can't change anything, about a game you dont play.
Back to top
 
IP Logged
 
noamineo
Completionist (i.t.p.)
******
Offline


All men fear time, but
time fears the pyramids

Posts: 9183
Location: Titan
Joined: Jul 2nd, 2014
Re: Anyone else have trouble on Windows 10?
Reply #43 - Mar 9th, 2016 at 6:30pm
Print Post  
PersonaNonGrata wrote on Mar 9th, 2016 at 5:20pm:
Yes, I'm sure you can recite 10 examples of where this happened vs the 10 million actual examples of long term operating corporations that didn't.

There is prudent and there is paranoid.
I don't care if you live in a bunker and play on an Amiga500.

There is a (temp) working alternative that the other 49 remaining DDO players use, if you choose to use it.
Your call, just spare us the melodrama.


...its not paranoid, Akamai is definitely spyware. It is definitely sending data about you and your machine back to turbine and to akamai's home offices. Yes, if we stretch the term "legitimate", its a legitimate company, but that doesn't make it secure or safe. Its just malware that convinces stupid people its not malware.

Funny story, this is exactly how I got banned from the motherboards Tongue

Install akamai if you want, you deserve whatever you get.
  

I'll never understand the propensity of people to brag about being good at a video game. Its a toy you play with for fun. The only person who should be proud of you is your mother. If you're 3.
Back to top
 
IP Logged
 
Revaulting
Completionist (i.t.p.)
******
Offline



Posts: 10143
Location: Not in my pants
Joined: Apr 3rd, 2014
Gender: Male
Re: Anyone else have trouble on Windows 10?
Reply #44 - Mar 9th, 2016 at 7:07pm
Print Post  
PersonaNonGrata wrote on Mar 9th, 2016 at 5:20pm:
I don't care if you live in a bunker and play on an Amiga500.

I do. That shit is dope.
  

Silence is golden, but I only get silver rolls.
Back to top
 
IP Logged
 
Digimonk
Puppy Farmer
****
Offline



Posts: 1573
Joined: Apr 7th, 2015
Re: Anyone else have trouble on Windows 10?
Reply #45 - Mar 9th, 2016 at 7:17pm
Print Post  
eighnuss wrote on Mar 9th, 2016 at 4:35pm:
bro, plz, dont be dumb

Bro, plz fix your humor detection.

*Hint*  The Tongue at the end of it indicates that the comment was snark and less than serious.
  
Back to top
 
IP Logged
 
noamineo
Completionist (i.t.p.)
******
Offline


All men fear time, but
time fears the pyramids

Posts: 9183
Location: Titan
Joined: Jul 2nd, 2014
Re: Anyone else have trouble on Windows 10?
Reply #46 - Mar 9th, 2016 at 8:42pm
Print Post  
AtomicMew wrote on Mar 9th, 2016 at 7:13am:
Sorry for the delay, but working with python in windows is a huge PITA.  Just error after error fresh out of the box.  Will get to this tomorrow. 


I totally get where you're coming from. After I made the edit I was like "oh, I need to compile it? How hard could this possibly be?" the answer "Oh god why is this so fucking tedious?"
  

I'll never understand the propensity of people to brag about being good at a video game. Its a toy you play with for fun. The only person who should be proud of you is your mother. If you're 3.
Back to top
 
IP Logged
 
PersonaNonGrata
Shroud Slacker
***
Offline


I Love Drama!

Posts: 1063
Joined: May 3rd, 2015
Re: Anyone else have trouble on Windows 10?
Reply #47 - Mar 9th, 2016 at 11:23pm
Print Post  
noamineo wrote on Mar 9th, 2016 at 6:30pm:
Funny story, this is exactly how I got banned from the motherboards Tongue

I wonder why?   Grin

noamineo wrote on Mar 9th, 2016 at 6:30pm:
Install akamai if you want, you deserve whatever you get.


I use the Turbine Launcher and block Akamai related stuff thru the firewall.
I don't have to worry about 3rd party apps and the launcher updates seem to happen without any intervention from myself.

I can focus on playing DDO and not fucking around with other software.

I don't expect to convince you and I'm sorry for the hassles you're experiencing.  I'm glad the guys here can help you.
I'm just saying not to have mini tantrums when there are viable alternatives to allow you to play until you get your other launcher fixed.
You've made an informed choice, so deal with the consequences.


  
Back to top
 
IP Logged
 
noamineo
Completionist (i.t.p.)
******
Offline


All men fear time, but
time fears the pyramids

Posts: 9183
Location: Titan
Joined: Jul 2nd, 2014
Re: Anyone else have trouble on Windows 10?
Reply #48 - Mar 10th, 2016 at 12:56am
Print Post  
yeah now that i've had a few hours to cool down I apologize for the mini tantrums, akamai just gets my dander up. Really, any time I find a program installed on my computer that I didn't put there(I had... experiences... with akamai, before DDO. You talk about merely blocking it, its as vigilant as a virus when you try to remove it.)

Anyway, I apologize for my length profanities. The vault deserves fucking better, damnshit!
  

I'll never understand the propensity of people to brag about being good at a video game. Its a toy you play with for fun. The only person who should be proud of you is your mother. If you're 3.
Back to top
 
IP Logged
 
PersonaNonGrata
Shroud Slacker
***
Offline


I Love Drama!

Posts: 1063
Joined: May 3rd, 2015
Re: Anyone else have trouble on Windows 10?
Reply #49 - Mar 10th, 2016 at 2:06am
Print Post  
noamineo wrote on Mar 10th, 2016 at 12:56am:
yeah now that i've had a few hours to cool down I apologize for the mini tantrums, akamai just gets my dander up. Really, any time I find a program installed on my computer that I didn't put there(I had... experiences... with akamai, before DDO. You talk about merely blocking it, its as vigilant as a virus when you try to remove it.)

Anyway, I apologize for my length profanities. The vault deserves fucking better, damnshit!


It wouldn't be the Vault without it!   Grin
I just thought you might get better help if you stayed on point dude.
Glad you're feeling better, but once you log in, I can't guarantee that will stay if you're suffering the lag stutters like many others.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 [2] 3 
Send TopicPrint