[Bug 25212] New: piwigo ploader can't connect to the net
http://bugs.winehq.org/show_bug.cgi?id=25212 Summary: piwigo ploader can't connect to the net Product: Wine Version: 1.2 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: jdd(a)dodin.org Hello, I try to make an application to work in wine. It's "ploader", an utility coming with the "Piwigo" photo gallery. It seems to work, but have to connect to the web to upload photos and this don't works. This windows program is available here: http://fr.piwigo.org/ext/extension_view.php?eid=270 when launched from wine it first shows locales loading: wine pLoader.exe fixme:msvcrt:MSVCRT__wsetlocale 0 L"Chinese_People's Republic of China.936" fixme:msvcrt:MSVCRT__wsetlocale 0 L"English_United States.1252" (....) then: fixme:msvcrt:MSVCRT__wsetlocale 0 L"English_United States.1252" fixme:msvcrt:msvcrt_fdtoh wtf (several times) fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored fixme:msvcrt:msvcrt_fdtoh wtf it asks for the gallery URL then is issues an error message: can't connect to xxxx:80 (unknown error). I can connect from windows or some variant of Linux (there is a linux debian only version, not working on my openSUSE). Adding :80 after the URL gives the same result (http://dodin.org:80/piwigo) there is an offline option, and under this options the program works perfectly, so only the connect problem seems to forgive it's use the programm is a perl application. thanks jdd -- 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=25212 --- Comment #1 from butraxz(a)gmail.com 2013-06-21 15:06:39 CDT --- This ticket has not been updated for over 900 days. Is this still an issue in wine version 1.6-rc3 or higher or is this to be closed as abandoned ? -- 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=25212 --- Comment #2 from Jean-Daniel Dodin <jdd(a)dodin.org> 2013-06-21 16:05:36 CDT --- I only have wine wine-1.5.30, but nothing have changed so far. notice that the application (ploader) works under windows 7 (and before) - virtualbox. There is a linux version, but works only on ubuntu, with very complex library use, so very difficult to compile on other linux system (so why I tried to use wine). That said, if nothing is to be done on this bug, it may be as well closed -- 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=25212 --- Comment #3 from Jean-Daniel Dodin <jdd(a)dodin.org> 2013-06-21 16:06:22 CDT --- forgot the smiley :-) -- 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=25212 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW URL| |http://fr.piwigo.org/ext/ex | |tension_view.php?eid=270 Ever Confirmed|0 |1 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2013-06-21 17:12:53 CDT --- Confirming. Looks like a bug in winsock, I'll attach a log. austin(a)aw25 ~ $ du -h pLoader-1.6_win.zip 16M pLoader-1.6_win.zip austin(a)aw25 ~ $ sha1sum pLoader-1.6_win.zip ac0e3d413029228309ba4b8460c99ac0940cd5f9 pLoader-1.6_win.zip wine-1.6-rc3 -- 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=25212 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2013-06-21 17:13:29 CDT --- Created attachment 44900 --> http://bugs.winehq.org/attachment.cgi?id=44900 WINEDEBUG=winsock -- 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=25212 --- Comment #6 from Bruno Jesus <00cpxxx(a)gmail.com> 2013-08-21 19:08:28 CDT --- I can reproduce this error in wine 1.6, but not in wine git. I don't know where the problem was or what fixed it, but in wine git I receive a username/password incorrect message after sometime (seeing a lot of socket communication) instead of the unknown error message. Test server: http://dodin.org/piwigo Can anyone else retest? -- 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=25212 --- Comment #7 from Jean-Daniel Dodin <jdd(a)dodin.org> 2013-08-22 01:38:41 CDT --- Hello :-) GOOD!! I can confirme that the 1.7 wine version works perfectly with piwigo!! thanks! jdd -- 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=25212 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #8 from Bruno Jesus <00cpxxx(a)gmail.com> 2013-08-22 07:30:25 CDT --- (In reply to comment #7)
I can confirme that the 1.7 wine version works perfectly with piwigo!!
Thanks for testing. -- 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=25212 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2013-08-30 13:06:32 CDT --- Closing bugs fixed in 1.7.1. -- 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