[Bug 29660] New: wininet
http://bugs.winehq.org/show_bug.cgi?id=29660 Bug #: 29660 Summary: wininet Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: matt0308(a)tabledit.com Classification: Unclassified Created attachment 38460 --> http://bugs.winehq.org/attachment.cgi?id=38460 Updater source code I'm the developper of TablEdit (www.tabledit.com) I've added a basic "Check for Updates" feature which works perfectly in Windows. For simplicity sake (the file to read is tiny), I use a synchronous process with no callback. With Wine, the program opens and runs. But after about two minutes, it crashes. fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do! wine client error:26: write: Bad file descriptor err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x59359b19 wine client error:26: write: Bad file descriptor err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x59359b19 wine client error:26: write: Bad file descriptor err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x59359b19 wine client error:26: write: Bad file descriptor The source code is attached. I've tried with the INTERNET_FLAG_NO_CACHE_WRITE with no better result. Please note the "fixme:wininet..." doesn't always appear. The only way to avoid it consists of disabling the update checkup. -- 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=29660 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #38460|application/octet-stream |text/plain mime type| | -- 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=29660 Dmitry Timoshkov <dmitry(a)baikal.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|wininet |TablEdit: "Check for | |Updates" feature doesn't | |work Severity|critical |normal --- Comment #1 from Dmitry Timoshkov <dmitry(a)baikal.ru> 2012-01-20 05:24:00 CST --- Wine version? Please read http://wiki.winehq.org/Bugs how to properly report Wine bugs. -- 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=29660 --- Comment #2 from Juan Lang <juan.lang(a)gmail.com> 2012-01-20 10:54:20 CST --- Please attach the entire console output. -- 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=29660 --- Comment #3 from matt0308(a)tabledit.com 2012-01-20 18:04:23 CST --- Here is the complete console output even if I don't see the utility: matthieu(a)ubuntu:~$ wineconsole C:\\Program\ Files\\TablEdit\\Tabledit.exe fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 32 channels, pretending there's only 2 channels fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 4 channels, pretending there's only 2 channels fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 32 channels, pretending there's only 2 channels fixme:mixer:ALSA_MixerInit No master control found on HD-Audio Generic, disabling mixer fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do! wine client error:24: write: Bad file descriptor err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x2010bb19 wine client error:24: write: Bad file descriptor err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x2010bb19 wine client error:24: write: Bad file descriptor err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x2010bb19 wine client error:24: write: Bad file descriptor -- 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=29660 --- Comment #4 from matt0308(a)tabledit.com 2012-01-20 18:06:12 CST --- (In reply to comment #1)
Wine version? Please read http://wiki.winehq.org/Bugs how to properly report Wine bugs.
1.3.28 -- 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=29660 Vitaliy Margolen <vitaliy-bugzilla(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.3.28 --- Comment #5 from Vitaliy Margolen <vitaliy-bugzilla(a)kievinfo.com> 2012-01-20 21:24:35 CST --- Can't confirm - attached example is working for me with current git (wine-1.3.37-254-g14b790a). -- 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=29660 --- Comment #6 from matt0308(a)tabledit.com 2012-01-21 04:23:12 CST --- Vitally, Obviously, my code works. But wait two minutes and you'll see your program crashing silently. The title of this bug report has been changed to "TablEdit: "Check for Updates" feature doesn't work" But that was not the problem at all. Matthieu -- 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=29660 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.tabledit.com/dow | |nload/tabled32.exe CC| |00cpxxx(a)gmail.com --- Comment #7 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-01-21 10:14:18 CST --- Please, retest in latest development version. I have left the program open for 2 hours and I tried pressing the upgrade button a dozen times and in all of them a window was displayed showing the headline "New in 2.71 a1-a6:" with the change log and the download url. -- 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=29660 --- Comment #8 from matt0308(a)tabledit.com 2012-01-21 12:32:27 CST --- Bruno, I would be delighted to know that this bug has been fixed. But it still requires to be confirmed. I'm not a Linux master who is able to fix any bug with some cryptic trick ;-) I'm using the Wine version that anybody can download and it crashes. Some users of my program are desperate. What should I tell them? Thanks for your reply. -- 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=29660 Vitaliy Margolen <vitaliy-bugzilla(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #9 from Vitaliy Margolen <vitaliy-bugzilla(a)kievinfo.com> 2012-01-21 12:58:44 CST --- Fixed - worked for 2 users. Upgrade your Wine first before reporting any issues. -- 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=29660 --- Comment #10 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-01-21 13:04:04 CST --- (In reply to comment #8)
I'm using the Wine version that anybody can download and it crashes. Some users of my program are desperate. What should I tell them? Thanks for your reply.
I can see you're using ubuntu and some gentlemen are maintaining packages for the latest wine versions. You can get more information here: https://launchpad.net/~ubuntu-wine/+archive/ppa -- 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=29660 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> 2012-01-27 14:16:38 CST --- Closing bugs fixed in 1.4-rc1. -- 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