[Bug 52683] New: Nothing happens when running KakaoTalk
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(a)winehq.org Reporter: lorentz0021(a)gmail.com CC: leslie_alistair(a)hotmail.com, z.figura12(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52683 Jinoh Kang <jinoh.kang.kr(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jinoh.kang.kr(a)gmail.com --- Comment #1 from Jinoh Kang <jinoh.kang.kr(a)gmail.com> --- Can you bisect the commit causing the issue? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52683 --- Comment #2 from lorentz0021(a)gmail.com <lorentz0021(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52683 --- Comment #3 from Jinoh Kang <jinoh.kang.kr(a)gmail.com> --- Can you retest with environment variable WINEDEBUG="+all,-heap,-relay", redirecting stderr to the log file? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52683 --- Comment #4 from Lens0021 <lorentz0021(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52683 TOP <kellnerp(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kellnerp(a)earthlink.net --- Comment #5 from TOP <kellnerp(a)earthlink.net> --- I am having similar problems as Lens0021 with 7.4. When I get a chance I will follow the instructions below. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52683 --- Comment #6 from TOP <kellnerp(a)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
-- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52683 --- Comment #7 from TOP <kellnerp(a)earthlink.net> --- I went back to wine7.0 stable and Kakao installed but got the RECVD Socket error when trying to login. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52683 --- Comment #8 from Lens0021 <lorentz0021(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52683 --- Comment #9 from TOP <kellnerp(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52683 --- Comment #10 from Jinoh Kang <jinoh.kang.kr(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52683 --- Comment #11 from Jinoh Kang <jinoh.kang.kr(a)gmail.com> --- Bisected to commit 0044b02d482fa19f6d1ddebc4b716efeba287d44. commit 0044b02d482fa19f6d1ddebc4b716efeba287d44 Author: Jacek Caban <jacek(a)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(a)codeweavers.com> Signed-off-by: Huw Davies <huw(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> Possible duplicate of https://bugs.winehq.org/show_bug.cgi?id=52654. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52683 --- Comment #12 from Jinoh Kang <jinoh.kang.kr(a)gmail.com> --- Confirmed duplicate of https://bugs.winehq.org/show_bug.cgi?id=52654. Fixed in commit d402df31966d73f7f120b4a4d90f22bcffd79b26: commit d402df31966d73f7f120b4a4d90f22bcffd79b26 Author: Jacek Caban <jacek(a)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(a)codeweavers.com> Signed-off-by: Huw Davies <huw(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52683 Gijs Vermeulen <gijsvrm(a)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(a)gmail.com> --- Marking dupe, thanks for tracking this down. *** This bug has been marked as a duplicate of bug 52654 *** -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52683 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #14 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- Closing. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52683 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |user32 CC| |dark.shadow4(a)web.de -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52683 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|leslie_alistair(a)hotmail.com | |, z.figura12(a)gmail.com | -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla