http://bugs.winehq.org/show_bug.cgi?id=9988
Summary: IOCTL_SERIAL_WAIT_ON_MASK does not always return correct
answer
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tombrus(a)gmail.com
The io_control() function with IOCTL_SERIAL_WAIT_ON_MASK in dlls/ntdll/serial.c
does not seem to always return the equivalent status as windows.
Unfortunately I only have an proprietary windows application (no source) that
shows this. It is an application called FanControl shipped with a water cooling
control unit from Innovatek (germany). The application controls the unit via an
USB FTDI serial port. The application only works if there is such a device
available. Rather difficult to reproduce on the average system :(.
The fix is to remove a few lines of code from the wait_on() function:
*events = check_events(fd, commio->evtmask,
&commio->irq_info, &commio->irq_info,
commio->mstat, commio->mstat);
if (*events) goto out_now;
where the 'if' is the essential bit. The status returned to the caller will be
zero when the check_events() returns something. This seems to confuse the
windows application. When the above lines are taken out the returned code is
always "STATUS_PENDING" and the handling through wait_for_event() will always
return the right things to my windows application.
The code mentioned above looks like a shortcut to avoid starting a workitem
with RtlQueueWorkItem(). My feeling is that this shortcut is not always valid.
I will attach a patch.
--
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=9393
Summary: "EURO-Fahrschule 2007" starts and runs into an endless
loop
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ionic(a)ionic.de
Created an attachment (id=7692)
--> (http://bugs.winehq.org/attachment.cgi?id=7692)
Screenshot from starting stage
Hi,
I wanted to run EURO-Fahrschule 2007, a German program which helps you learning
for your driving license.
The installation went well.
After that I tried starting it.
The starting window appeared and the little sound has been played (choppy
though, but this is not of interest for me and we can let that out) - see
screenshot one.
After that the GUI should change it's look and the program ought to ready to
use - like in screenshot two (taken from Microsoft® Windows®™ XP.)
But this never happens. Instead, the application seems to hang and use 100%
CPU, which lead me and other people to the conclusion that Wine is running into
an infinitive loop.
I tried to put a little mark in the near of where the program finished playing
the sound.
I hope that can be fixed.
Have a nice day,
-Ionic
--
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=11749
Summary: PlayOnline doesn't launch anymore
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: loacoon(a)hotmail.com
Created an attachment (id=11005)
--> (http://bugs.winehq.org/attachment.cgi?id=11005)
Console log of the bug
Since Wine 0.9.56, PlayOnline doesn't launch. The screen remains black and the
app freezes.
I'm attaching a console log.
--
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=10435
Summary: Portal 1.0: Portals don't always appear correctly
(clipping plane / frustum not being respected?)
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chrislord.net(a)gmail.com
Often in Portal, instead of seeing through a pair of portals, you end up seeing
what's behind the destination portal - but this depends on the viewing angle
and distance.
It would appear that the clipping plane/frustum (whatever) when the portal is
rendered is modified with respect to the player's position in Portal; or
perhaps it *isn't* modified and is instead rendered with the same clipping
frustum as the main viewpoint.
--
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=9688
Summary: Thief: Deadly Shadows does not render text properly
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Created an attachment (id=8111)
--> (http://bugs.winehq.org/attachment.cgi?id=8111)
Screenshot illustrating problem
Many things in Thief: Deadly Shadows do not properly render text. This makes it
extremely difficult to use the menus, save/load games, or read in-game
instructions. Also, the problem gets worse as you move the mouse around.
--
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=9374
Summary: Ricochet Infinity window fills the screen when switching
from fullscreen mode
Product: Wine
Version: 0.9.43.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=8907
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
By default, Ricochet Infinity runs in fullscreen mode at 800x600. When
switching from fullscreen mode to windowed mode, the screen size is changed
from 800x600 back to the original screen size (this should happen), and the
window is resized to full the screen (this should not). This happens whether
I'm using my normal window manager or running the program in a virtual desktop.
Starting the game once the setting is changed to windowed mode works fine; the
window is 800x600 and the screen size is not changed.
--
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=11345
Summary: Wrong button vertical position
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mirko2324(a)yahoo.de
Created an attachment (id=10453)
--> (http://bugs.winehq.org/attachment.cgi?id=10453)
screenshot
The up/down-button in all detail windows of eMule v0.48a (f. e. download
details) are at the wrong vertical position. I made a screenshot of this issue.
I have tested this with different versions of eMule and wine.
--
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=11542
Summary: Proteus Demo crashes/hangs early
Product: Wine
Version: 0.9.53.
Platform: Other
URL: http://www.labcenter.co.uk/download/prodemo_download.htm
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A user said this was an important app for him, see
http://groups.google.com/group/comp.emulators.ms-windows.wine/browse_frm/th…
so I downloaded it.
-rw-r--r-- 1 dank dank 26884429 2008-02-10 11:39 prodemo.exe
md5sum:
625319872a0fdd12fe79ad8209b80f3 prodemo.exe
It had some hitches installing (the outer installer hung,
the inner installer it left behind ran, but five or six times
claimed "too many files open", and you had to click ignore
each time to finish the install. (File handle leak?)
Running the ares.exe it installed crashed after putting up the UI.
I'll attach the log.
--
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=11447
Summary: Solver addin in excel 2003 gives an "Out of Memory"
error
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: smorar(a)gmail.com
An "Out of Memory" error occurs when trying to open the Solver tool from within
excel 2003.
Output to the terminal prints the following error message:
fixme:ole:_invoke unsupported number of arguments 126 in stdcall
Steps to reproduce:
1) Install Office 2003 to a new wine drive.
2) During the installation, customize the installation, and install the
"Solver" addin.
3) Run excel with wine
4) Under Tools->Addins, select "Solver"
5) Restart excel
6) Select Tools->Solver
--
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.