http://bugs.winehq.org/show_bug.cgi?id=11606
Summary: Excel 2000: Goal Seek: entered input not displayed
Product: Wine
Version: 0.9.55.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dlkingjr(a)yahoo.com
Created an attachment (id=10814)
--> (http://bugs.winehq.org/attachment.cgi?id=10814)
0.9.55 config.log file
wine 0.9.55 built from source
nv driver for GeForce4 Ti 4200 Go AGP 8x
uname -m = i686
uname -r = 2.6.22-14-generic
uname -s = Linux
uname -v = #1 SMP Fri Feb 1 04:59:50 UTC 2008
Excel 2000 starts and runs correctly except for the Goal Seek tool. The Goal
Seek dialog comes up but the fields in the dialog don't show any values. The
cursor moves when values are type but nothing is displayed. The goal seek will
not run because nothing is in the fields.
The tool runs properly under 0.9.32 build on the same machine.
config.log for 0.9.55 is attached
--
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=11071
Summary: An application that uses the com1 dies with the
following error
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ke5c(a)hot.rr.com
fixme:comm:set_queue_size insize 32000 outsize 1024 unimplemented stub
The application is the Icom CS-D800 cloning software for the ID-800 amateur
radio.
Thank you.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11248
Summary: fixme:winsock:WSASocketW Unsupported socket family -1!
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrej.andolsek(a)gmail.com
Hello guys!
If I run Bitvise Tunnelier (Tunnelier.exe, installer can be downloaded from
www.bitvise.com/download-area) in Wine 0.9.53 I get the following problem when
I try to login (establish a TCP/IP connection):
fixme:winsock:convert_af_w2u unhandled Windows address family -1
fixme:winsock:WSASocketW Unsupported socket family -1!
---
This is how Tunnelier calls WSASocketW():
WSASocketW(FROM_PROTOCOL_INFO, FROM_PROTOCOL_INFO, FROM_PROTOCOL_INFO,
&m_protocolInfo, 0, WSA_FLAG_OVERLAPPED);
and FROM_PROTOCOL_INFO has the value of -1.
If you check WSASocket() in MSDN -
http://msdn2.microsoft.com/en-us/library/ms742212(VS.85).aspx - the 3rd
paragraph of Remarks says the following:
If the lpProtocolInfo is not NULL, the socket will be bound to the provider
associated with the indicated WSAPROTOCOL_INFO structure. In this instance, the
application can supply the manifest constant FROM_PROTOCOL_INFO as the value
for any of af, type, or protocol parameters. This indicates that the
corresponding values from the indicated WSAPROTOCOL_INFO structure
(iAddressFamily, iSocketType, iProtocol) are to be assumed. In any case, the
values specified for af, type, and protocol are passed unmodified to the
transport-service provider.
So, in dlls/ws2_32/socket.c WSASocketW() something like the code following
needs to be added (taking into account that the trasport-service provider
requirements doesn't affect Wine):
if (lpProtocolInfo)
{
if (af == FROM_PROTOCOL_INFO)
af = lpProtocolInfo->iAddressFamily;
if (type == FROM_PROTOCOL_INFO)
type = lpProtocolInfo->iSocketType;
if (protocol == FROM_PROTOCOL_INFO)
protocol = lpProtocolInfo->iProtocol;
}
So you see, it's a show stopper with a very simple solution.
Keep up the good work!
Andrej Andolsek
--
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=9938
Summary: Crash downloading gecko
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Today, with wine from git, gecko install crashed.
I'll attach the backtrace, but the highlights are
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00347b6e).
Backtrace:
=>1 0x00347b6e (0x7c92fdc8)
2 0x7e7fa6e3 InternetReadFile+0x73(hFile=0x3, lpBuffer=0x7c92fed8,
dwNumOfBytesToRead=0x400, pdwNumOfBytesRead=0x7c92fe48)
[wine-git/dlls/wininet/internet.c:1821] in wininet (0x7c92fe08)
3 0x7ebdb295 HttpProtocol_Read+0x155(iface=<register ESI not in topmost
frame>, pv=0x7c92fed8, cb=0x400, pcbRead=0x7c92fe98)
[wine-git/dlls/urlmon/http.c:770] in urlmon (0x7c92fe58)
4 0x7ebd54a6 ProtocolStream_Read+0x146(iface=0x7e23c0, pv=0x7c92fed8,
cb=<register ESI not in topmost frame>, pcbRead=0x7c92fed4)
[wine-git/dlls/urlmon/binding.c:337] in urlmon (0x7c92fea8)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10794
Summary: LEGO Racers demo crashes
Product: Wine
Version: 0.9.51.
Platform: Other
URL: http://www.download.com/LEGO-Racers-demo/3000-
7524_4-10230131.html
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Created an attachment (id=9653)
--> (http://bugs.winehq.org/attachment.cgi?id=9653)
Crash log
The Lego Racers demo crashes. Crash log attached. Using a native dinput.dll can
bypass this crash, but even then input doesn't work.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10969
Summary: dinput regression in wine 0.9.50-0.9.52
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krzysztof.krakowiak(a)gmail.com
-- copy pasted comment from related bug
My Logitech Cordless Rumblepad was working perfectly including force
feedback(with evdev driver) (wine 0.9.48,0.9.49) in Need For Speed Hot Pursuit
2 until wine 0.9.50 was relased. In 0.9.50 i have very strange deadzones(and
random resetting of axes like old function 'autofire :P'), with both input
handlers(/dev/input/js0 and /dev/input/event2). I was chmoding devices to make
sure, they are not used. I made regression test for "git bisect start
dlls/dinput" setting 0.9.49 as good, and 0.9.50 as bad.
"$ git bisect good
Bisecting: 0 revisions left to test after this
[1ed3a815edc0edca2c077a1a2795414fca187cf7] dinput: Fix dead zone handling"
Now all works perfectly.
---
Problem exist still in 0.9.52. Main problem is limited deadzone of left and
upper halfs of axes [steering right and breaking/riding backward works
perfectly]. Its hard to drive using joypad with limited deadzones, but much
more harder with non-symetrical deadzones. And theres also problem using
multiple axes in one time(often mowing one axes cause resetting(setting to 0)
other axe).
I think its related to:
http://bugs.winehq.org/show_bug.cgi?id=9720
And resolution of this bug was probably one big regression.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10422
Summary: Dota-Client: Does not run
Product: Wine
Version: 0.9.3.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wallakoala(a)gmail.com
Created an attachment (id=9116)
--> (http://bugs.winehq.org/attachment.cgi?id=9116)
Error produced by running dota client
When I try to run the program Dota Client, it does not run and produces a
strange and very long error. Available download at http://dotaclient.com/ and
click on "Get Dota Client" (no direct link). Error is attached. Note: I am
running it on an older version of wine because Warcraft 3 does not work well on
the newest version (known bug). I tried this program with the newest version,
and the same error was produced.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10977
Summary: GG-client: Insides of windows are not drawn
Product: Wine
Version: 0.9.52.
Platform: PC
URL: http://www.gg-game.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matej.spindler(a)email.si
Created an attachment (id=9933)
--> (http://bugs.winehq.org/attachment.cgi?id=9933)
login window lower part of window missing
GG-client can be downloaded from ftp://ftp.gg-game.com/GGClient_setup.exe
Registration is free but not necessary as bug is also visible on login screen
The problem is that this app doesn't display the windows correctly. As seen in
the attachment. Part of the window is there but the other half is transparent.
On the transparent part I can click through to the app that is under the
window.
After login the main windows is opened but again only a pat is displayed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10283
Summary: Outcast : game and demo don't start.
Product: Wine
Version: 0.9.48.
Platform: PC
URL: http://www.jeuxvideopc.com/demo/download_go-1869-
622867.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: remjg(a)free.fr
Created an attachment (id=8935)
--> (http://bugs.winehq.org/attachment.cgi?id=8935)
logs Outcast Game and Outcast Demo
Hello!
I try to launch the Outcast game and the Outcast demo with Wine 0.9.48 but Wine
fails with the same error in each case. I've tried many configurations from
winecfg but I don't know anything about Wine...
Nevertheless, this game was working with Wine some years ago as I saw in
the application database :
http://appdb.winehq.org/appview.php?iAppId=2612
I know that I don't give much information...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10882
Summary: Regression: sPlan 6.0: Illegal Floating Point Operation
Product: Wine
Version: 0.9.51.
Platform: PC
URL: http://www.abacom-online.de/demos/splan60(demo).exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquitsnake(a)gmx.net
sPlan 6.0 with a newer version of Wine (like 0.9.51) works fine with every
part, as long as the parts don't contain curves. If they do, the program gives
me an error message that states that there's a "Ungültige
Gleitkommaoperation", which translates to "Invalid Floating Point operation"
Last working version is 0.9.36. Above that it gives me an unhandled exception.
Going higher in version (0.9.51) silences the console log, but gives me the
error box with Invalid Floating Point operation. The cause in all cases are
parts that contain curves.
If you want me to check any specifig debug channels, just name them.
There's a free demo that can be downloaded from the link given. To reproduce:
-install and start it
-use the drop-down menu in the upper left corner to choose e.g. Transformers (I
don't know if that's available in the demo, but every list that contains parts
with curves will do)
-select a part with curves and drag-'n'-drop it into the main screen
Now whenever your mouse hits that part you just dropped on the main screen, it
pops the dialog box. The software is unusable in this state.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.