https://bugs.winehq.org/show_bug.cgi?id=52868
Bug ID: 52868 Summary: TwitchTest crashes. Product: Wine Version: 7.6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: jon9097@gmail.com Distribution: ---
TwitchTest is a free program that allows you to measure the speed to Twitch servers. It runs, but if you test speed to several servers (for example, select Europe) - it crashes. Log is not attached, because the program is free and you can reproduce this bug. The download link is attached.
To test need Twitch key, I can not give his, because it is confidential information.
https://r1ch.net/projects/twitchtest
https://bugs.winehq.org/show_bug.cgi?id=52868
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com Keywords| |download URL| |https://r1ch.net/projects/t | |witchtest
--- Comment #1 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Konstantin from comment #0)
Log is not attached, because the program is free and you can reproduce this bug.
Well, without such a key we cannot test it, so you should really attach crashlog and console output. Thanks and Regards
https://bugs.winehq.org/show_bug.cgi?id=52868
--- Comment #2 from Konstantin jon9097@gmail.com --- (In reply to Louis Lenders from comment #1)
(In reply to Konstantin from comment #0)
Log is not attached, because the program is free and you can reproduce this bug.
Well, without such a key we cannot test it, so you should really attach crashlog and console output. Thanks and Regards
The point is that you can fully run it on your own and understand why it does not work. I am attaching the output, but I assume that you need to look at the program yourself to solve it.
https://bugs.winehq.org/show_bug.cgi?id=52868
--- Comment #3 from Konstantin jon9097@gmail.com --- Created attachment 72262 --> https://bugs.winehq.org/attachment.cgi?id=72262 Log
https://bugs.winehq.org/show_bug.cgi?id=52868
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|TwitchTest crashes. |TwitchTest needs | |unimplemented function | |IPHLPAPI.DLL.GetPerTcpConne | |ctionEStats Component|-unknown |iphlpapi
https://bugs.winehq.org/show_bug.cgi?id=52868
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
--- Comment #4 from Austin English austinenglish@gmail.com --- Created attachment 72263 --> https://bugs.winehq.org/attachment.cgi?id=72263 stub
Does this help?
https://bugs.winehq.org/show_bug.cgi?id=52868
--- Comment #5 from Konstantin jon9097@gmail.com --- (In reply to Austin English from comment #4)
Created attachment 72263 [details] stub
Does this help?
You sent something. I have no idea what it is or what to do with it.
https://bugs.winehq.org/show_bug.cgi?id=52868
mowinebugs@mail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mowinebugs@mail.com
--- Comment #6 from mowinebugs@mail.com --- Confirming.
(In reply to Austin English from comment #4)
Created attachment 72263 [details] stub
Does this help?
Yes, it allows it to work.
Screenshot: https://i.imgur.com/RkzgjBG.png
Austin, I wanted to thank you again for your comments in the mshtmlmedia thread so I confirmed and submitted your work. Consider it a token of my appreciation. :)
(In reply to Konstantin from comment #5)
(In reply to Austin English from comment #4)
Created attachment 72263 [details] stub
Does this help?
You sent something. I have no idea what it is or what to do with it.
It's a patch file to change the source code of Wine. You have to apply the patch with either of these commands:
$ git apply -v *.patch $ patch -Np1 < *.patch
Then you build Wine. If you use Arch I have a custom PKGBUILD that I can share with you that automatically applies patches and builds it. I can also just send the compiled file.
If you don't build Wine you'll have to wait until May 06 for the next release, which should include this patch.
https://bugs.winehq.org/show_bug.cgi?id=52868
--- Comment #7 from Konstantin jon9097@gmail.com --- (In reply to mowinebugs from comment #6)
Confirming.
(In reply to Austin English from comment #4)
Created attachment 72263 [details] stub
Does this help?
Yes, it allows it to work.
Screenshot: https://i.imgur.com/RkzgjBG.png
Austin, I wanted to thank you again for your comments in the mshtmlmedia thread so I confirmed and submitted your work. Consider it a token of my appreciation. :)
(In reply to Konstantin from comment #5)
(In reply to Austin English from comment #4)
Created attachment 72263 [details] stub
Does this help?
You sent something. I have no idea what it is or what to do with it.
It's a patch file to change the source code of Wine. You have to apply the patch with either of these commands:
$ git apply -v *.patch $ patch -Np1 < *.patch
Then you build Wine. If you use Arch I have a custom PKGBUILD that I can share with you that automatically applies patches and builds it. I can also just send the compiled file.
If you don't build Wine you'll have to wait until May 06 for the next release, which should include this patch.
Thank you. I don't know much about it, so I'll wait for a new version of wine.
https://bugs.winehq.org/show_bug.cgi?id=52868
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Keywords| |patch Ever confirmed|0 |1 Summary|TwitchTest needs |TwitchTest crashes on |unimplemented function |unimplemented function |IPHLPAPI.DLL.GetPerTcpConne |IPHLPAPI.DLL.GetPerTcpConne |ctionEStats |ctionEStats URL|https://r1ch.net/projects/t |https://web.archive.org/web |witchtest |/20210219121255if_/https:// | |r1ch.net/assets/twitchtest/ | |twitchtest-1.52.zip
--- Comment #8 from Gijs Vermeulen gijsvrm@gmail.com --- Adding stable download.
$ sha1sum twitchtest-1.52.zip c2ddf2aad1fbbb436867e9bce40ba7de9013d321 twitchtest-1.52.zip
$ du -sh twitchtest-1.52.zip 60K twitchtest-1.52.zip
https://bugs.winehq.org/show_bug.cgi?id=52868
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexhenrie24@gmail.com
--- Comment #9 from Alex Henrie alexhenrie24@gmail.com --- I created an account and I can confirm that the program works fine with the GetPerTcpConnectionEStats stub. I've sent a slightly cleaned up version of the patch upstream: https://gitlab.winehq.org/wine/wine/-/merge_requests/2946
https://bugs.winehq.org/show_bug.cgi?id=52868
--- Comment #10 from Austin English austinenglish@gmail.com --- (In reply to Alex Henrie from comment #9)
I created an account and I can confirm that the program works fine with the GetPerTcpConnectionEStats stub. I've sent a slightly cleaned up version of the patch upstream: https://gitlab.winehq.org/wine/wine/-/merge_requests/2946
Thanks!
https://bugs.winehq.org/show_bug.cgi?id=52868
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |870a9fcb4cceeae0c9b96e9b2dc | |3ce43896c229a
--- Comment #11 from Alex Henrie alexhenrie24@gmail.com --- Fixed by https://gitlab.winehq.org/wine/wine/-/commit/870a9fcb4cceeae0c9b96e9b2dc3ce4...
https://bugs.winehq.org/show_bug.cgi?id=52868
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #12 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.10.