https://bugs.winehq.org/show_bug.cgi?id=52683
Bug ID: 52683 Summary: Nothing happens when running KakaoTalk Product: Wine-staging Version: 7.4 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: lorentz0021@gmail.com CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: ---
Created attachment 72022 --> https://bugs.winehq.org/attachment.cgi?id=72022 A failed CLI trying log
Nothing happens when running KakaoTalk via both GUI and CLI, though the installation succeeded.
I've tried on wine-7.3 (Staging) and wine-7.4 (Staging) several times, only 7.4 seems to have this issue.
OS: Ubuntu 21.10
https://bugs.winehq.org/show_bug.cgi?id=52683
Jinoh Kang jinoh.kang.kr@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jinoh.kang.kr@gmail.com
--- Comment #1 from Jinoh Kang jinoh.kang.kr@gmail.com --- Can you bisect the commit causing the issue?
https://bugs.winehq.org/show_bug.cgi?id=52683
--- Comment #2 from lorentz0021@gmail.com lorentz0021@gmail.com --- (In reply to Jinoh Kang from comment #1)
Can you bisect the commit causing the issue?
I could try if it will help, but I'm not sure I can because I've never succeeded to build Wine before.
https://bugs.winehq.org/show_bug.cgi?id=52683
--- Comment #3 from Jinoh Kang jinoh.kang.kr@gmail.com --- Can you retest with environment variable WINEDEBUG="+all,-heap,-relay", redirecting stderr to the log file?
https://bugs.winehq.org/show_bug.cgi?id=52683
--- Comment #4 from Lens0021 lorentz0021@gmail.com --- Created attachment 72034 --> https://bugs.winehq.org/attachment.cgi?id=72034 The gzipped result of `WINEDEBUG="+all,-heap,-relay" LANG=ko_KR.UTF-8 wine ~/.wine/drive_c/Program\ Files\ (x86)/Kakao/KakaoTalk/KakaoTalk.exe 2>stderr.log` with sudo
I hope this helps.
https://bugs.winehq.org/show_bug.cgi?id=52683
TOP kellnerp@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kellnerp@earthlink.net
--- Comment #5 from TOP kellnerp@earthlink.net --- I am having similar problems as Lens0021 with 7.4. When I get a chance I will follow the instructions below.
https://bugs.winehq.org/show_bug.cgi?id=52683
--- Comment #6 from TOP kellnerp@earthlink.net --- Created attachment 72035 --> https://bugs.winehq.org/attachment.cgi?id=72035 This attachment is a log file created in the same way Lens0021 created a log.
Kakaotalk installed normally but it will not start up. Uninstall works fine.
WINEPREFIX="/home/pbk/.wine-kakao" WINEDEBUG="+all,-heap,-relay" wine "~/.wine-kakao/drive_c/Program\ Files\ (x86)/Kakao/KakaoTalk/KakaoTalk.exe"
kakao-debug.log 2>&1
https://bugs.winehq.org/show_bug.cgi?id=52683
--- Comment #7 from TOP kellnerp@earthlink.net --- I went back to wine7.0 stable and Kakao installed but got the RECVD Socket error when trying to login.
https://bugs.winehq.org/show_bug.cgi?id=52683
--- Comment #8 from Lens0021 lorentz0021@gmail.com --- (In reply to TOP from comment #7)
I went back to wine7.0 stable and Kakao installed but got the RECVD Socket error when trying to login.
Can you bisect the regression? I've failed again to build Wine from the source last yesterday.
https://bugs.winehq.org/show_bug.cgi?id=52683
--- Comment #9 from TOP kellnerp@earthlink.net --- I was just looking at what it takes to do a regression. It won't happen tonight.
Strangely, I have KakaoTalk running near flawlessly on my other laptop. It has Ubuntu 20.04 on it. I think I will even be able to do voice calling. But on my 18.04 machine it just doesn't cut it. I will do testing on the 18.04 machine.
https://bugs.winehq.org/show_bug.cgi?id=52683
--- Comment #10 from Jinoh Kang jinoh.kang.kr@gmail.com --- Confirmed locally on both Wine 7.4-staging and Wine 7.4 (no staging), but not on latest master branch. I'll investigate this matter.
Thank you both for your effort on collecting logs. Next time, though, please make sure that you don't run wine with sudo. Not only is Wine not intended to work with root privileges (it's unsafe for you!), but you also don't have KakaoTalk installed on the wineprefix of your root user (/root/.wine), which means Wine couldn't even locate the KakaoTalk installation at all.
https://bugs.winehq.org/show_bug.cgi?id=52683
--- Comment #11 from Jinoh Kang jinoh.kang.kr@gmail.com --- Bisected to commit 0044b02d482fa19f6d1ddebc4b716efeba287d44.
commit 0044b02d482fa19f6d1ddebc4b716efeba287d44 Author: Jacek Caban jacek@codeweavers.com Date: Mon Mar 7 14:41:53 2022 +0100
user32: Use UNICODE_STRING for passing window classes internally.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
Possible duplicate of https://bugs.winehq.org/show_bug.cgi?id=52654.
https://bugs.winehq.org/show_bug.cgi?id=52683
--- Comment #12 from Jinoh Kang jinoh.kang.kr@gmail.com --- Confirmed duplicate of https://bugs.winehq.org/show_bug.cgi?id=52654.
Fixed in commit d402df31966d73f7f120b4a4d90f22bcffd79b26:
commit d402df31966d73f7f120b4a4d90f22bcffd79b26 Author: Jacek Caban jacek@codeweavers.com Date: Tue Mar 15 14:26:39 2022 +0100
win32u: Fix name comparison in find_class.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52654 Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=52683
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE Summary|Nothing happens when |KakaoTalk exits silently on |running KakaoTalk |launch Product|Wine-staging |Wine Component|-unknown |-unknown Keywords| |regression Regression SHA1| |0044b02d482fa19f6d1ddebc4b7 | |16efeba287d44
--- Comment #13 from Gijs Vermeulen gijsvrm@gmail.com --- Marking dupe, thanks for tracking this down.
*** This bug has been marked as a duplicate of bug 52654 ***
https://bugs.winehq.org/show_bug.cgi?id=52683
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Gijs Vermeulen gijsvrm@gmail.com --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=52683
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |user32 CC| |dark.shadow4@web.de
https://bugs.winehq.org/show_bug.cgi?id=52683
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|leslie_alistair@hotmail.com | |, z.figura12@gmail.com |