http://bugs.winehq.org/show_bug.cgi?id=18369
Summary: fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (98000004) Product: Wine Version: 1.0.1 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: winsock AssignedTo: wine-bugs@winehq.org ReportedBy: guillermo@geryon.com.ar CC: guillermo@geryon.com.ar
Created an attachment (id=20934) --> (http://bugs.winehq.org/attachment.cgi?id=20934) fixme error: running: export WINEDLLOVERRIDES="odbccp32,odbc32=n" && export WINEPREFIX=/wine_prueba && export WINEDEBUG=winsock && wine /wine_prueba/drive_c/geryon/Activaciones.
Hello.
My name is Guillermo and I'm writing from Argentina. Let's explain my issue. We have developed a windows application using Clarion for windows version: 6.3 The APP runs very good on windows 98 and later. It uses MSSQL database engine. Last months we are migrating our clients to linux (debian 5(lenny)) while we are developing a new platform for our application to be a litle more "universal". What universal means is to be able to run the application under major linux and windows as well. (We are studing options to choose the right language).
Meanwhile we need to run our app under linux, so I did the NativeODBC installation for wine wich is right installed. http://wiki.winehq.org/NativeOdbc (this is the tutorial).-
After installing the NativeODBC driver and configuring TCP/IP transport using clieconf.exe, we've tried to run the win32 application without success!.-
I get the following error: fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (98000004)
The command is: export WINEDLLOVERRIDES="odbccp32,odbc32=n" && export WINEPREFIX=/wine_prueba && export WINEDEBUG=winsock && wine /wine_prueba/drive_c/geryon/Activaciones.exe
Does anyone has the same issue?.-
some other information: uname -a =-> Linux geryon-svr 2.6.26-2-686 #1 SMP Thu Mar 26 01:08:11 UTC 2009 i686 GNU/Linux
cat /etc/debian_version =-> 5.0.1
wine --version = wine-1.0.1-174-gc4039bd
Attached is the last debug lines when "fixme" error shows up.!
http://bugs.winehq.org/show_bug.cgi?id=18369
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal Component|winsock |-unknown
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2009-05-06 02:16:08 --- FIXMEs are not bugs. What exactly is the problem with your application? Fix the summary field to reflect that. Also please try with Wine 1.1.20.
http://bugs.winehq.org/show_bug.cgi?id=18369
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED
--- Comment #2 from Austin English austinenglish@gmail.com 2009-11-19 13:11:08 --- No reply given for at least 6 months, and no download available => abandoned. If this is still an issue in current (1.1.33 or newer) wine and you can provide the needed information, feel free to reopen.
http://bugs.winehq.org/show_bug.cgi?id=18369
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Austin English austinenglish@gmail.com 2009-11-19 13:32:22 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=18369
--- Comment #4 from Saso Vrbinc righteous11@gmail.com 2010-01-14 07:23:11 --- Created an attachment (id=25728) --> (http://bugs.winehq.org/attachment.cgi?id=25728) fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (9800000c)