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=15558
Summary: No graphics on Radeon HD2600 with FGLRX driver
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sauroN(a)rpg.pl
Tested on Witcher Extended Edition - with Wine 1.1.5 (Debian Experimental
Packages) I had no graphics at all and lots of errors on Wine output (but the
game was "working" - sound, mouse (even visible) etc). When I'v tested the game
with Wine 1.0.0 there was a graphics (but with "rag doll effect" - BUG #11285).
Then I'v made regression tests between 1.0.0 and 1.1.5 - like in FAQ.
The result of this tests is:
Bisecting: 0 revisions left to test after this
[d76de4eede91634011a93b05b5a0fe1b1b6a8028] wined3d: Specify the GLSL language
version our shaders are written to.
Regards :)
--
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=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=11918
Summary: Playonline viewer blank screen
Product: Wine
Version: 0.9.57.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Winehq(a)cnormington.plus.com
Created an attachment (id=11216)
--> (http://bugs.winehq.org/attachment.cgi?id=11216)
Wine log from console using default WINDEBUG
Hi
Ran Playonline viewer, came up without splash screen (no biggie) music playing
but no graphics. Probably simular to bug 11749 but didn't freeze on me. Mouse
could be used and buttons in pol responded to mouse moving and clicking.
Linux: Ubuntu 7.10
Wine: 0.5.57
Graphics card: GeFore 8800GST
Drivers: 100.14.23
I have another log with +d3d but its rather large.
--
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=13808
Summary: Wacom tablet behaves like mouse in many, but not all
painting programs.
Product: Wine
Version: 1.0-rc4
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wintab32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gusdefrog(a)yahoo.com
Created an attachment (id=13845)
--> (http://bugs.winehq.org/attachment.cgi?id=13845)
xsetpointer -l and xidump -l terminal output
Wacom tablet behaves like a mouse in many, but not all graphic painting
programs under wine.
Brief History: Installed Hardy Heron (On one computer, clean install, on the
other upgrade. Wine automatically upgraded itself to the latest 9.59, tablet
pressure stopped working in several programs. Haven't got it to work at all on
the clean install for those programs. Tried Wine 1.0rc3. Same. Uninstalled
Wine using "Mark for Complete Removal". Compiled from source. Same. Tried
swapping tablets between computers and reinstalling Wacom drivers. On the
upgraded system tried compiling the new 8.0 wacom drivers. This changed the
default behavior of the tablets to relative navigation, and modified the
strange output of Open Canvas 1.1, but did not fix it. Installed upgrades on
the clean install to Wine 1.0rc4.
Both tablets work normally with native Linux painting and drawing applications
in all installed versions.
Currently running Wine 1.0rc4 and Ubuntu 8.04 Hardy Heron.
Currently tested programs:
Pixia 4.2a - does not have pressure sensitivity or recognize eraser.
Same behavior in: Pixia 3.0, Pixia 3.3, Pixia 3.5
and the new APixia (but this is not a stable release yet)
Open Canvas 1.1 - Draws upside down and and with scribbles and errors.
Open Canvas 4.5e plus demo - Behaves normally. (But the program doesn't
function the same as the 1.1 version, making it less suitable, may as well use
Gimp if trying to switch permanently.)
Artrage 2.5 trial - Behaves normally.
PaintTool SAI - does not have pressure sensitivity or recognize eraser.
Attaching logs requested by John Klehm and comment history from bug Bug#: 11846
which I believe to be closely related.
--
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=14620
Summary: Word 2003 "insufficient memory to display graphic"
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frisbee(a)freakmail.de
Created an attachment (id=15021)
--> (http://bugs.winehq.org/attachment.cgi?id=15021)
console output after starting word manually and opening .doc
Trying to open word document with 6 pages and 2 graphics with Word 2003.
Document opens, but the graphics are blank and I get an error message:
"insufficient memory to display or print graphic";
the same document opens with no problem under Win 2k on the same machine, same
office installation cd;
Architecture: Athlon 2500XP, openSuse 11.0, KDE 4.1 (but same problem under
GNOME)
I tried installing the dcom98 package with no result; applying the Office 2k3
Service Pack failed.
Find the console log attached, the document itself is confidential so I wont
attach it, but if you PM me at frisbee(a)freakmail.de I'll send you a copy for
reproduction
--
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=15515
Summary: Artifacts in S.T.A.L.K.E.R. on Geforce 9800GT
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: silentlexx(a)gmail.com
In some places shows artifacts like in attached screenshot. On my old Geforce
6600 was all Ok, but on my new Geforce 9800GT game are very buggy. But if I run
without GLSL, game run normally... I use static lights on both cards.
--
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=15535
Summary: Error running CartoExploreur 3D
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michel.caton(a)gmail.com
Created an attachment (id=16504)
--> (http://bugs.winehq.org/attachment.cgi?id=16504)
Capture of the error popup
Please excuse me for my bad english, I am french.
I installed CartoExplorer 3D from Bayo. This installation works fine.
But when i run wine "CartoExploreur 3D.exe" in ~/.wine/drive_c/Program
Files/Bayo/CartoExploreur 3D$ I have a windows alert : CartoExplorer 3D a
rencontré une erreur et doit fermer. Nous sommes désolé pour cet
inconvénient. (see attachement )
Thanks for your work
--
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=15544
Summary: An old "interactief Nederlands" Dutch learning program
reports "internal error"
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vonkad(a)email.cz
Created an attachment (id=16523)
--> (http://bugs.winehq.org/attachment.cgi?id=16523)
Log file WINEDEBUG=+relay,+msgbox
Hello,
my wife has to use an old (1996) windows program for her Dutch language course.
It starts ok, but at a point, it reports (in French for whatever reason)
"Internal error. Heap full. Impossible to create object ..." (Heap sature.
Impossible de creer l'objet champ de saissie.).
Updating wine to the current development release does not help. I'm on Ubuntu
Hardy AMD64, with Wine 1.0.0.
If there is anyone willing to have a look at the problem, I've attached
the "WINEDEBUG=+relay,+msgbox" log. If any other logs, backtraces or whatever
might be needed, let me know.
Thanks in advance for any help,
David Vonka
--
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=15588
Summary: Maya 6 crashes after startup
Product: Wine
Version: 1.1.6
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: waldemar12392(a)hotmail.com
Created an attachment (id=16590)
--> (http://bugs.winehq.org/attachment.cgi?id=16590)
This .tar.gz packed archive includes a screenshot, the console output and the
error log created by Maya
Alias/Wavefront Maya 6 crashes after startup.
Maya created an error log, which I've sent you as attachment (I wasn't sure if
it helps)
--
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=15614
Summary: Error when trying to install Office 2007 on Mandriva
2009.0/2008.1
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: barenca(a)hotmail.com
Created an attachment (id=16631)
--> (http://bugs.winehq.org/attachment.cgi?id=16631)
Main trace with a user different from root
Wine version: 1.1.6
User: barenca (not root)
--
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=15633
Summary: Word 2k asian phonetic guide needs riched3
Product: Wine
Version: 1.1.5
Platform: PC
URL: http://www.microsoft.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johnwine55(a)yahoo.co.nz
Created an attachment (id=16671)
--> (http://bugs.winehq.org/attachment.cgi?id=16671)
example doc file with chinese text
The Asian Phonetic Guide is used to add the English phonetic guide for each
Chinese character.
Word 2000 English version displays blank squares for simplified Chinese
characters unless richedit 3 from winetricks is used. (The ruby text thing
does not work -another bug, but without richedit3 only the Chinese sentence is
displayed in the bottom of dialog box. Instead of the individual Chinese
characters it show blank squares in the top)
How to show:
1. Install English Word 2000
2. Set Wine version to win98 (to workaround bug with setlang)
3. Run drive-c/Program Files/Microsoft Office/Office/SETLANG.EXE
4. Select Simplified Chinese and ok.
5. Run Word and Open file containing chinese (attached)
6. position cursor near chinese, select Format Menu, Asian Phonetic Guide
Note: with the above and riched3, an error is displayed upon opening word, but
this can be safely dismissed.
without richedit3 installed, blank squares are displayed.. With richedit 3, the
chinese charactors are displayed.
--
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=15637
Summary: Lotus Notes 6.5.5 slowing down under wine 1.1.6
Product: Wine
Version: 1.1.6
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mszeliga(a)msnet.dk
On wine 1.1.6 Lotus Notes 6.5.5 (client) i slowing down over time, we are
talking about 2 ~ 3 hours of normal working (just reading/posting e-mails)
before it is noticeable.
There is also a huge usage of memory (3 times the usual, from 600 Mb to 1800
Mb)on the system which may be the cause of it.
This did not happen on 1.1.5.
Congrats... it's allmost like real Windows now ;-)
--
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=15683
Summary: Battle Engine: Aquila: high terrain detail doesn't work
properly
Product: Wine
Version: 1.1.6
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: S.vanDrongelen(a)students.uu.nl
Created an attachment (id=16745)
--> (http://bugs.winehq.org/attachment.cgi?id=16745)
Annotated, shortened stderr output of wine running BE:A with modified wined3d.
In Battle Engine: Aquila, high terrain detail doesn't seem to work properly.
All terrain faces seem to be changing constantly while flying or walking
through a level.
In the tutorial level, random terrain faces are (partially) dark blue
(stencil-related errors?).
In "Weathering the Storm", the beach you start at is very much like the ground
during the tutorial level: random faces are dark brown (fog or stencil-related
errors?).
In "Weathering the Storm", flying over the area of land right past the beach
will show that the texture of the terrain is completely different when viewed
from long or short distance (mipmap-related errors?).
I don't recall wether these errors also occurred on Windows; I guess they
didn't. I'm currently using the official nVidia drivers for Linux, version
173.14.12 (will try later with 177.80) for my GeForce 7600 GS, and use the
"virtual desktop" with pixel shaders disabled for Wine (otherwise, BE:A won't
run).
---
Attached is whatever wine spits out to stderr, with one difference: I replaced
the checkGLcall macro in state_fogdensity in wined3d by specialized code to
debug this error. Instead of
fixme:d3d:state_fogdensity >>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501) from
glFogf(GL_FOG_DENSITY, (float) Value) @ state.c / 1220
it now always prints a message when err (in checkGLcall) equals GL_NO_ERROR
(normally a TRACE) and GL_INVALID_VALUE (normally printed like above).
>From the log, it seems all calls to state_fogdensity are alternating between
faillure (with GL_INVALID_VALUE, because 0xF0CCFACE is not really a sensible
value when you convert it to floating point numbers) and succes (with only
GL_NO_ERROR, in case the fog density is approx. 0.0052f).
--
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=15684
Summary: Battle Engine: Aquila: only runs under virtual desktop
Product: Wine
Version: 1.1.6
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: S.vanDrongelen(a)students.uu.nl
Battle Engine: Aquila refuses to run when it's not running under an emulated
virtual desktop. It exits with a message box titled "Fatal error sorry" (sic),
saying "Could not find any compatible Direct3D devices". stderr doesn't show
anything interesting besides
fixme:win:EnumDisplayDevicesW ((null),0,0x32f198,0x00000000), stub!
--
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=15719
Summary: Spore keeps asking for registration code after install
Product: Wine
Version: 1.1.6
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winhttp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: whellmundv(a)gmail.com
When I run Spore, just after I have correctly installed it, it keeps asking me
for the registration code I used. As I enter it and wait, the same request is
prompted to me. The console output is attached.
I am running Ubuntu Hardy Heron (8.04)
I have a working internet connection that wine can access.
I have set winhttp as Builtin (Wine) for this application.
--
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=15761
Summary: ActiveSync blocks mouse plugged by COM-port
Product: Wine
Version: 1.1.7
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Zenitur(a)yandex.ru
When I start search of my PDA, mouse can't work.
--
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=18062
Summary: Monster Truck Madness 2 crash
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hrbyman(a)web.de
Monster Track Madness 2 tried under Kubuntu 9.04 crashes immediately on startup
(worked fine under 1.0.x). See Attachment.
--
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=15724
Summary: Titan Quest Immortal Throne: Startup videos can not be
skipped
Product: Wine
Version: 1.1.6
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lordhavoc(a)ghdigital.com
When Titan Quest: Immortal Throne is launched it displays a series of logo
videos and the cinematic introduction to the game.
Clicking or pressing various keys (escape, space, enter) does not skip these
videos on wine 1.1.6.
When doing so on Windows machines available to me the skipping only works
sporadically (it takes anywhere from 1 to 5 clicks or keypresses per video, and
there are multiple videos).
Workaround: rename the Videos directory to skip these videos.
--
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=11883
Summary: Add Wine version to the screen-shot
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
>From ergo on wine-forum:
I think it would be a very good idea to add a place where ppl can post version
of wine they were using when submitting screenshots - its not uncommon too see
some kind of glitches/ poor graphics on screenshots and then discover that
everything is fine with latest version.
--
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=17700
Summary: Microsoft Word 2007 Hangs when scrolling a file with to
many pages
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=19899)
--> (http://bugs.winehq.org/attachment.cgi?id=19899)
Example document
Try to open the attached document and scroll to the last page. Microsoft Word
should hang and show an error message. This is in Ubuntu 8.10 with wine 1.1.16.
--
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=13533
Summary: Pelink DC++ bug: while connecting to hub: error: 0x2743
Product: Wine
Version: 1.0-rc2
Platform: PC
URL: http://pepelink.narod.ru
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pzinin(a)gmail.com
I am install pelinkdc++ 4.97 in wine 1.0 rc2. When it connect to hub:
[07:28:50] *** Соединение с p2p.nln.ru:411...
[07:28:50] *** Неизвестная ошибка: 0x2743
--
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=17046
Summary: GCC/cygwin can't compile executables
Product: Wine
Version: 1.1.13
Platform: PC
URL: http://cygwin.com/
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 12721
austin@austin-desktop /cygdrive/c/cygwin
$ cat hello.c
#include <stdio.h>
main()
{
for(;;)
{
printf ("Hello World!\n");
}
}
austin@austin-desktop /cygdrive/c/cygwin
$ gcc -o hello hello.c
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/as.exe:
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/as.exe: cannot
execute binary file
Nothing useful in wine's output, just:
fixme:ntdll:NtQueryVolumeInformationFile 0x1c: volume info not supported
fixme:advapi:ImpersonateLoggedOnUser (0xd8)
Running as.exe on its own looks like 12721, so may be a dupe of bug 12721.
Either way, compiling programs is pretty important, so I think it deserves its
own bug.
--
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=14311
Summary: No scroll bars in steam Steam store tab
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://steampowered.com/
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
CC: jacek(a)codeweavers.com
Created an attachment (id=14591)
--> (http://bugs.winehq.org/attachment.cgi?id=14591)
Steam output
Steam Store and Community tabs no longer have vertical scrollbar. Some times it
appears but are out of range and don't react to mouse scroll wheel. However
after refresh scroll bar disappears.
This is regression and caused by this patch:
commit 19be7d620d31de34fd86d5faa3895bebf6818659
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Mon Jun 30 21:37:56 2008 +0200
mshtml: Added support for DOCHOSTUIFLAG_SCROLL_NO DOCHOSTINFO flag.
Attached is the part of the Steam output when hitting refresh button on the
Store tab. update_hostinfo line was added to print requested flags.
--
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.