http://bugs.winehq.org/show_bug.cgi?id=2632
Jean-Daniel Dodin jdd@dodin.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jdd@dodin.org
--- Comment #4 from Jean-Daniel Dodin jdd@dodin.org 2010-11-18 00:54:30 CST --- 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)
the programm is a perl application. thanks jdd