Xzandro / sw-exporter

This tool will parse intercepted data from Summoners War and extract information on the monsters and runes of the user.
Apache License 2.0
414 stars 194 forks source link

[BUG] #512

Closed tianvay closed 8 months ago

tianvay commented 8 months ago

Please don't report issues that are not relevant to SWEX. Especially now that are more steps involved which you can read on reddit. To get more information, join the Discord.

Describe the bug When running steam mode, and launching SW on steam, SW gets no connection. As soon as I turn the proxy off, the connection works again. I have not enabled a VPN and Windows Firewall ist off. Are there any log files I could upload to help? I do have a FritzBox, do I need to open any ports?

To Reproduce Steps to reproduce the behavior:

  1. Go to Start Proxy
  2. Click on Steam Mode
  3. Start SW on Steam
  4. No connection in SW
  5. Turn off Proxy
  6. SW on Steam works again.

Expected behavior SW should connect to Com2Us Servers.

Screenshots

Desktop (please complete the following information):

Xzandro commented 8 months ago

If it's the S:10 error, that is a strong indicator that something wrong is with your cert. Either expired or not installed correctly. Since you did not say that you installed the cert to the trusted windows cert storage, you just forgot to do so. Full steps are in the help section.

tianvay commented 8 months ago

That is partially correct, I did not install the cert. However, even after following the instructions at https://asu.my.salesforce-sites.com/kb/articles/FAQ/How-Do-I-Add-Certificates-to-the-Trusted-Root-Certification-Authorities-Store-for-a-Local-Computer, I still get the S10 error. The generated ca.pem also shows that it is last edited at 20.09.2020, despite being freshly generated. Of course SWEX then complains again that the cert is older than 12 months... I am using the portable version, should I try to install the other one? Also it is possible that there is an old version on my PC, would that interfer? Is it possible to generate logfiles or something so it would be easier to troubleshoot?

I know "it doesn't work" is a bad report :(

Xzandro commented 8 months ago

Regenerate the cert via Settings -> Regenerate cert. Only then a fresh cert will be generated.

tianvay commented 8 months ago

That absolutely worked. Thank you so much.