BullyWiiPlaza / JMaster-Duel-Bot

A mod and bot for Yu-Gi-Oh! Master Duel (Steam version)
https://www.youtube.com/watch?v=EBuDqRFmSQI
123 stars 13 forks source link

Program only opens in task manager #29

Closed sasels closed 1 year ago

sasels commented 1 year ago

Hi the program only opens in task manager and i cant see it anywhere. Also it opens another thing with random 4x4 brackets as name (xxxx_xxxx_xxxx_xxxx). if i close this the program will appear but if i try to start it i get all kinds of errors (timeouts, syntax errors, ...) and need to close it.

BullyWiiPlaza commented 1 year ago

Hi, I'm not sure what you mean, can you attach a few screenshots? Maybe you can try to disable your antivirus or firewall if that helps.

sasels commented 1 year ago

md md2 md3 i already tried to tun all of it off but nothing changed

BullyWiiPlaza commented 1 year ago

Thanks for the screenshots. It seems like your VPN or proxy is misconfigured, you can see that according to the SSL/TLS connection timeout or because the JSON parsing failed which should not fail if my website can be accessed normally (the JSON is downloaded from the website and it's valid).

Can you open a CMD window and run the following command?

>curl --fail --verbose https://bullywiiplaza.website
*   Trying [64:ff9b::c636:740f]:443...
*   Trying 198.54.116.15:443...
* Connected to bullywiiplaza.website (64:ff9b::c636:740f) port 443 (#0)
* schannel: disabled automatic use of client certificate
* ALPN: offers http/1.1
* ALPN: server accepted http/1.1
* using HTTP/1.1
> GET / HTTP/1.1
> Host: bullywiiplaza.website
> User-Agent: curl/8.0.1
> Accept: */*
>
* schannel: remote party requests renegotiation
* schannel: renegotiating SSL/TLS connection
* schannel: SSL/TLS connection renegotiated
* schannel: remote party requests renegotiation
* schannel: renegotiating SSL/TLS connection
* schannel: SSL/TLS connection renegotiated
< HTTP/1.1 200 OK
< keep-alive: timeout=5, max=100
< content-type: text/html
< last-modified: Sat, 23 May 2020 16:11:34 GMT
< accept-ranges: bytes
< content-length: 91
< date: Thu, 22 Jun 2023 08:49:27 GMT
< server: LiteSpeed
< x-turbo-charged-by: LiteSpeed
<
<meta http-equiv="Refresh" content="0; url='https://www.youtube.com/user/BullyWiiPlaza'" />* Connection #0 to host bullywiiplaza.website left intact
>curl --version
curl 8.0.1 (Windows) libcurl/8.0.1 Schannel WinIDN
Release-Date: 2023-03-20
Protocols: dict file ftp ftps http https imap imaps pop3 pop3s smtp smtps telnet tftp
Features: AsynchDNS HSTS HTTPS-proxy IDN IPv6 Kerberos Largefile NTLM SPNEGO SSL SSPI threadsafe Unicode UnixSockets

What's the output on your PC?

sasels commented 1 year ago

curl 8.0.1 (Windows) libcurl/8.0.1 Schannel WinIDN Release-Date: 2023-03-20 Protocols: dict file ftp ftps http https imap imaps pop3 pop3s smtp smtps telnet tftp Features: AsynchDNS HSTS HTTPS-proxy IDN IPv6 Kerberos Largefile NTLM SPNEGO SSL SSPI threadsafe Unicode UnixSockets

BullyWiiPlaza commented 1 year ago

That looks fine. I'm wondering what goes wrong. I guess I'll update the launcher to include more transparent feedback regarding errors like with the JSON parsing failure.

BullyWiiPlaza commented 1 year ago

@sasels The launcher has now been updated, please try again and send me the more detailed error reports, thank you.