[Bug 16526] New: Angels Online Doesn't Update
http://bugs.winehq.org/show_bug.cgi?id=16526 Summary: Angels Online Doesn't Update Product: Wine Version: 1.1.10 Platform: All URL: http://ao.igg.com/ OS/Version: All Status: UNCONFIRMED Severity: minor Priority: P2 Component: wininet AssignedTo: wine-bugs(a)winehq.org ReportedBy: cmaiku(a)gmail.com It connects fine to the update server, but then it displays the message: "Update file missing, online update failed, please download the latest update pack from the official website (http://ao.igg.com) and update manually". -- 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=16526 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2008-12-15 23:04:25 --- Does native wininet help? $ wget kegel.com/wine/winetricks $ sh winetricks wininet -- 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=16526 --- Comment #2 from Mike Ruprecht <cmaiku(a)gmail.com> 2008-12-15 23:31:27 --- It sure does help. I actually wrote a patchset I hadn't yet attached to fix this. I submitted it to wine-patches earlier today. -- 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=16526 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|All |other Platform|All |Other -- 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=16526 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-12-16 09:31:45 --- http://www.winehq.org/pipermail/wine-patches/2008-December/066106.html http://www.winehq.org/pipermail/wine-patches/2008-December/066107.html Didn't get applied today. You might wait a couple days and see if Alexandre applies them. If not, a testcase would certainly help. -- 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=16526 --- Comment #4 from Mike Ruprecht <cmaiku(a)gmail.com> 2008-12-19 16:20:39 --- Created an attachment (id=18077) --> (http://bugs.winehq.org/attachment.cgi?id=18077) Test Case Since it's been a few days, here's the test case I came up with. -- 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=16526 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2008-12-19 16:41:28 --- I meant a conformance test: http://wiki.winehq.org/ConformanceTest -- 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=16526 Mike Ruprecht <cmaiku(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #18077|0 |1 is obsolete| | --- Comment #6 from Mike Ruprecht <cmaiku(a)gmail.com> 2008-12-19 23:58:03 --- Created an attachment (id=18086) --> (http://bugs.winehq.org/attachment.cgi?id=18086) A real test case. -- 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=16526 --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2008-12-20 05:10:35 --- (In reply to comment #6)
Created an attachment (id=18086) --> (http://bugs.winehq.org/attachment.cgi?id=18086) [details] A real test case.
Great, thanks! Once you've made sure it works on windows, you should submit it to wine-patches(a)winehq.org. That should make it easier for someone [Hans? ;-)] to fix the 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=16526 --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2009-06-30 12:25:02 --- Testcase was committed a while back: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e65195f874d98efbc9183d... the todo's haven't changed, so probably still present. -- 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=16526 --- Comment #9 from Juan Lang <juan_lang(a)yahoo.com> 2009-08-13 16:56:40 --- Mike, any attempt at submitting your fix again? You can use heap_strdupW rather than WININET_strdupW, and probably in place of WININET_strndupW as well as long as you replace the backslash with a NULL in the returned string. And, you'll want to remove todo_wine from any tests that pass as a result of your patch. -- 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=16526 --- Comment #10 from Mike Ruprecht <cmaiku(a)gmail.com> 2009-08-13 19:46:56 --- (In reply to comment #9)
Mike, any attempt at submitting your fix again? You can use heap_strdupW rather than WININET_strdupW, and probably in place of WININET_strndupW as well as long as you replace the backslash with a NULL in the returned string. And, you'll want to remove todo_wine from any tests that pass as a result of your patch.
Unfortunately, no. I haven't been playing this game as of late. I might take a peek at it sometime again when I get some more time. -- 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=16526 Ian <iyeru42(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |iyeru42(a)gmail.com --- Comment #11 from Ian <iyeru42(a)gmail.com> 2009-11-01 11:23:46 --- I can confirm this happens in Wine version 1.1.31 as well. Gives a nice big warning error that I forgot to write down because I no longer use the program. -- 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=16526 --- Comment #12 from Austin English <austinenglish(a)gmail.com> 2010-12-20 22:15:14 CST --- This is your friendly reminder that there has been no bug activity for a year. Is this still an issue in current (1.3.9 or newer) 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=16526 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(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.
https://bugs.winehq.org/show_bug.cgi?id=16526 roger(a)mailinator.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |roger(a)mailinator.com --- Comment #13 from roger(a)mailinator.com --- Bump -- 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=16526 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW CC| |focht(a)gmx.net Hardware|Other |x86 Summary|Angels Online Doesn't |Angels Online doesn't |Update |update (FtpFindFirstFile | |needs to support | |subdirectory and wildcard | |search) Ever confirmed|0 |1 OS|other |Linux --- Comment #14 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, looking at the code and tests (still marked 'todo_wine') it's obviously still present, refining summary. Regards -- 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=16526 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian(a)fds-team.de --- Comment #15 from Sebastian Lackner <sebastian(a)fds-team.de> --- Does the following patch fix the issue for you? https://github.com/wine-compholio/wine-staging/blob/master/patches/wininet-F... The attempt from comment #3 was obviously wrong, but this updated version should hopefully work correctly. -- 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=16526 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |2ce16509687079c1f95bdfd018e | |08c0dee36aaa8 Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #16 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, this is fixed by commit http://source.winehq.org/git/wine.git/commitdiff/2ce16509687079c1f95bdfd018e... (downloader pulls updates) Thanks Sebastian Regards -- 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=16526 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #17 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.35. -- 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