[Bug 33123] New: Naver LINE stopped working with wine-1.5.25 (worked fine with 1.5.24)
http://bugs.winehq.org/show_bug.cgi?id=33123 Bug #: 33123 Summary: Naver LINE stopped working with wine-1.5.25 (worked fine with 1.5.24) Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcp AssignedTo: wine-bugs(a)winehq.org ReportedBy: god(a)politeia.in Classification: Unclassified Created attachment 43804 --> http://bugs.winehq.org/attachment.cgi?id=43804 snapshot of error.png Hello, LINE (http://line.naver.jp/en/) is a messaging program to send text to mobile phones that use this program. I've been using it without issues for some months on my Gentoo since (probably) wine-1.5.12 until 1.5.24, although with the upgrade to wine-1.5.25 it just shows the error (picture attached below): $ ▶ wine Line.exe fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot err:module:find_forwarded_export function not found for forward 'msvcrt.__uncaught_exception' used by L"C:\\windows\\system32\\msvcp90.dll". If you are using builtin L"msvcp90.dll", try using the native one instead. I have indeed installed vcrun2008 through winetricks. Winedbg shows only this: WineDbg starting on pid 002b 0x7b862ccf: movl %edi,0x4(%esp) I'm using LINE: 3.1.3.51 Wine has been built with: gcc (Gentoo 4.7.2-r1 p1.4, pie-0.5.5) 4.7.2 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=33123 Denis M. (Phr33d0m) <god(a)politeia.in> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Platform|x86 |x86-64 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=33123 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression |download URL| |http://line.naver.jp/en/ -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=33123 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|msvcp |msvcrt Version|unspecified |1.5.25 Summary|Naver LINE stopped working |Naver LINE doesn't work |with wine-1.5.25 (worked |with builtin msvcr90 |fine with 1.5.24) | Ever Confirmed|0 |1 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2013-03-04 23:18:37 CST --- Not technically a regression, this never worked with builtin msvcr90. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=33123 --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2013-03-04 23:20:50 CST --- Created attachment 43808 --> http://bugs.winehq.org/attachment.cgi?id=43808 relay,seh,tid,msvcrt trace -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=33123 --- Comment #3 from Denis M. (Phr33d0m) <god(a)politeia.in> 2013-03-05 07:57:06 CST --- Sorry, what does built-in means? I thought I'm not using the built-in because I used Winetricks to install vcrun2008 from there (which is the native I believe?). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=33123 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2013-03-05 12:45:33 CST --- (In reply to comment #3)
Sorry, what does built-in means? I thought I'm not using the built-in because I used Winetricks to install vcrun2008 from there (which is the native I believe?).
Builtin is Wine's version of the dll (native being a dll from Windows). Winetricks does set the dll to native, builtin load order, but that change was made after the last release: https://code.google.com/p/winetricks/source/detail?r=917 so depending on when/where you got it from, your version of winetricks may not set it. To do it manually, run winecfg, then set msvcr90 to native, builtin. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=33123 --- Comment #5 from Denis M. (Phr33d0m) <god(a)politeia.in> 2013-03-05 14:42:39 CST --- Created attachment 43822 --> http://bugs.winehq.org/attachment.cgi?id=43822 snapshot of winecfg.png Hello, thanks for the explanation. I'm using winetricks-941 and as you can see in this snapshot it is already selected like that. Any other things I should try to fix my issue or this requires code change? Regards. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=33123 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Robertus0617(a)gmail.com --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2013-03-07 16:58:51 CST --- *** Bug 33138 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=33123 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |deanguan(a)gmail.com --- Comment #7 from Vincent Povirk <madewokherd(a)gmail.com> 2013-03-09 14:52:19 CST --- *** Bug 33157 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=33123 --- Comment #8 from G.J.Robert Ciang <Robertus0617(a)gmail.com> 2013-03-10 04:56:01 CDT --- Hi, For me, I did not do anything specifically to make Line work when I installed Wine 1.5.x (I forgot the version I installed initially. 1.5.24?). Now Line has stopped working completely without any change with the dll, and if I set msvcr90 to "native, builtin" order, Line will prompt for updating the program. After choosing yes Line icon will appear in the tray, but then disappears. If I choose cancel to skip updating, Line login window will appear, but even if correct user account/password are entered, a message showing "A network error has occurred and your login has failed. Please check your connection and try again." I wonder if there is an issue with Line or Wine... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=33123 --- Comment #9 from G.J.Robert Ciang <Robertus0617(a)gmail.com> 2013-03-10 05:02:36 CDT --- Network error persists even if installed "winetricks vcrun2008" as instructed in Bug 33157. Am I missing anything? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=33123 --- Comment #10 from Austin English <austinenglish(a)gmail.com> 2013-03-10 16:05:41 CDT --- (In reply to comment #9)
Network error persists even if installed "winetricks vcrun2008" as instructed in Bug 33157. Am I missing anything?
That sounds like a separate issue. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=33123 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban(a)gmail.com --- Comment #11 from Piotr Caban <piotr.caban(a)gmail.com> 2013-03-11 12:02:39 CDT --- Looks like the application is accessing PE header directly. It's also not allowing to attach a debugger. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=33123 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |josefjuli(a)gmail.com --- Comment #12 from Austin English <austinenglish(a)gmail.com> 2013-03-18 14:44:18 CDT --- *** Bug 33243 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=33123 --- Comment #13 from Piotr Caban <piotr.caban(a)gmail.com> 2013-03-20 12:31:07 CDT --- The application makes some kind of functions check. First it fails on memset. After adding following line in msvcr90.spec the app goes a little further: @ cdecl memset(ptr long long) ntdll.memset #don't forward to msvcrt, it breaks Naver LINE With this change the application is still not working. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=33123 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs(a)winehq.org |piotr(a)codeweavers.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=33123 Luis Zaldivar <luis.zaldivar(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |luis.zaldivar(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=33123 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |39fa807b5374b56704095993561 | |caa7d34d86721 Status|NEW |RESOLVED Resolution| |FIXED --- Comment #14 from Piotr Caban <piotr.caban(a)gmail.com> 2013-03-27 16:03:49 CDT --- The application is starting now. Marking as fixed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=33123 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #15 from Alexandre Julliard <julliard(a)winehq.org> 2013-03-29 13:33:02 CDT --- Closing bugs fixed in 1.5.27. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=33123 --- Comment #16 from Denis M. (Phr33d0m) <god(a)politeia.in> 2013-04-06 13:53:10 CDT --- Created attachment 44103 --> http://bugs.winehq.org/attachment.cgi?id=44103 line.txt (crash output with builtin libraries) (In reply to comment #15)
Closing bugs fixed in 1.5.27. Can anyone confirm this? Line still crashes with the same error with wine-1.5.27 when libraries are set to native.
If I set the libraries to builtin, Line starts, but crashes as soon it logs in. This is the only output I get: <attached file>. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=33123 --- Comment #17 from Denis M. (Phr33d0m) <god(a)politeia.in> 2013-04-06 13:56:03 CDT --- (In reply to comment #16)
[...] when libraries are set to native. I meant "native then builtin".
If I set the libraries to builtin [...] I meant "builtin then native".
-- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=33123 --- Comment #18 from josefjuli(a)gmail.com 2013-04-07 12:59:36 CDT --- I test the application line with the new version of wine and It works fine. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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)
-
wine-bugs@winehq.org