http://bugs.winehq.com/show_bug.cgi?id=1222
andi(a)rhlx01.fht-esslingen.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|LATER |
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-01-23 12:05 -------
Eh ? Excuse me, but somehow I didn't know that this was some bug tracking for
WineX... ;)
In short: no way, and if necessary I'll drag you kickin' and screamin' :-)
Anyway, there IS a problem, so it shouldn't be closed, and if someone comes
along who wants to pursue it, then we definitely won't hold him back...
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1222>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1222
rbt(a)rbt.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |LATER
------- Additional Comments From rbt(a)rbt.ca 2003-01-23 11:51 -------
I managed to get it working under WineX.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1222>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1238
Summary: configure returns a false-negative when testing for GNU
style IPX support
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: dragon(a)gentoo.org
I'm using wine cvs sources as of 20030115 and am running on a
linux-2.4/glibc-2.3 based system.
When I tried to configure wine recently, I was interested in having IPX
support. However, configure was returning a negative result when it checked for
the necessary headers. After confirming that both netipx/ipx.h and linux/ipx.h
were present, I examined the autoconf macro more closely. It was then I
discovered that it was omitting a necessary header for IPX support on linux
systems: sys/socket.h. This is because the header is guarded by a test against
the existance of sys/socket.h.
The problem with the current wine configure.ac is that
AC_CHECK_HEADERS([sys/socket.h]) is placed *after* the check for IPX support.
This is most unfortunate and will result in false negatives previously
described.
The solution is to place AC_CHECK_HEADERS([sys/socket.h]) right after
AC_CHECK_LIB(mmap,mmap). This ensures that it will be properly defined in the
later test macros.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1238>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1237
martin.wilck(a)fujitsu-siemens.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |martin.wilck@fujitsu-
| |siemens.com
Status|NEW |ASSIGNED
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1237>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1234
------- Additional Comments From LogicDonut(a)msn.com 2003-01-22 22:44 -------
I would send the +relay,+dinput, but it seems to repeat this as if stuck in a
loop after about 1000 lines of messages:
080d56a8:Ret kernel32.WideCharToMultiByte() retval=00000001 ret=40a955b9
080d56a8:Call kernel32.WideCharToMultiByte(00006faf,00000000,407a15dc
L"\095c\3f00\2ac4\400f\54ac\40a9\ffff\ffff\160c\407a\f845\400a\b0e0\4027\0901",00000001,407a15df,00000001,00000000,00000000)
ret=40a955b9
For sanity's sake, i redownloaded a new copy of the wine snapshot because i
thought CVS trashed a few files when ppp0 timedout. After painstakingly
recompiling wine (again) with of course ./configure --enable-opengl, the same
issues still resided so it wasnt a broken compile/download.
Ive fiddled around with Wine, since with Half-Life I had to work around dsound
by making an empty file and having it "native, builtin". For that scenario it
worked. Tribes on the other hand seems picky. After finding out thats a stupid
idea doing the same with dinput.dll, i got a friend to send me dinput.dll and
dinput.vxd from directx 8. Suffice to say that didnt fix it (mouse just didnt
work at all, little response from keyboard). I have serious beliefs it has to do
something with either my kernel or dinput.dll.so. I am not going to let this one
die easily, Tribes is too addicting to drop it like other games. I'll keep you
posted if I make any progress.
By the way, the file as you requested (sorta) has been attached. If you really
want that +relay,+dinput, could you write down the command to send winedbg so it
would write directly to a file instead of to the konsole (> file doesnt seem to
be working), it really slows down my 1.8ghz machine to a snails crawl.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1234>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1234
------- Additional Comments From LogicDonut(a)msn.com 2003-01-22 22:24 -------
Created an attachment (id=371)
1-22-03: Wine debugger -> winedbg --debugmsg +dinput Tribes.exe
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1234>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1234
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-01-22 16:22 -------
Wow, VERY good report !
(and even better, it's even very promising !)
Could you please attach a --debugmsg +relay,+dinput log file ?
(and maybe also try to fix your wine to display source file information, e.g.
for linuxinput.c)
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1234>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1237
andi(a)rhlx01.fht-esslingen.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Martin.Wilck@Fujitsu-
| |Siemens.com
Status|UNCONFIRMED |NEW
everconfirmed|0 |1
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-01-22 16:17 -------
CC'ing Martin Wilck - he could know what to do here.
Thanks for the very detailed report !
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1237>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1061
------- Additional Comments From tom(a)eborcom.com 2003-01-22 14:24 -------
I encounter the same problem with FreeBSD-STABLE (built November 2, 2002) and
wine 20030115.
On the console I see:
% wine IEXPLORE.EXE
fixme:reg:GetSystemInfo not yet supported on this system
fixme:shell:SHLWAPI_241 ()stub
wine: Unhandled exception, starting debugger...
And a Windows pop-up window opens with the title "Exception raised" and the
message "Unimplemented function shdocvw.dll.101 called at address 0x004013ce.
Do you wish to debug it?". Selecting 'No' exists; selecting 'Yes' prints to the
console:
Couldn't start process '134738176 0x3c '
Couldn't start process '134738176 0x3c '
I am running in Win98 mode but without any native Windows installation on my
machine.
Please let me (Tom Hukins <tom(a)eborcom.com>) know if you need more information.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1061>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1237
Summary: App doesn't like WSAESHUTDOWN from unconnected socket
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Windows 2000
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-net
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: crazy(a)wi.rr.com
While testing ZipForm 5.0 (www.zipform.com), I found it's online registration
breaks when _get_sock_fd_type calls WSASetLastError(WSAESHUTDOWN). The socket
was never connected, so I changed WSAESHUTDOWN to WSAENOTCONN, then it worked.
This is with Wine 20030115.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1237>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.