http://bugs.winehq.org/show_bug.cgi?id=15291
Summary: Microsoft Office Outlook 2007: Splash screen never goes
away, z-order issues
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: MattFinn(a)gmail.com, austinenglish(a)gmail.com,
winehacker(a)gmail.com, chad.sikorra(a)gmail.com,
nicolas(a)waelti.net
Depends on: 12975
After getting past bug 12795, you'll hit the next bug. Outlook 2007's splash
screen never goes away, and stays above all windows.
Screenshot 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=12288
Summary: Need for Speed III - freezes on trying to configure
steering wheel
Product: Wine
Version: 0.9.58.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johnboyholmes(a)gmail.com
Hi,
When trying to enter the options -> controllers screen whilst having my
non-force feedback sidewinder steering wheel plugged in the game freezes.
Steering wheel is working according to jcalibrator.
Thanks
John
--
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=14717
Summary: resampled sound is horrible
Product: Wine
Version: 1.0.0
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: patrakov(a)gmail.com
The problem is reported because the default sampling frequency in wine (as
configured by winecfg) is 48000 Hz, while apps generally want 44100 Hz.
However, the resampling code in dlls/dsound/mixer.c, function
DSOUND_MixToTemporary(), if I read it correctly, is simply a zero-order hold,
which is completely unacceptable. Even if I don't read it correctly, the
quality is horrible with 48000 Hz and OK with 44100 Hz (tested with MP3 files
in foobar 2000). Please change the resampling method to something more
scientific, e.g., by using libsamplerate.
--
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=12623
Summary: yBook: doesn't display page textures
Product: Wine
Version: 0.9.59.
Platform: PC
URL: http://www.spacejock.com/yBook.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: laur.olb1(a)gmail.com
Created an attachment (id=12253)
--> (http://bugs.winehq.org/attachment.cgi?id=12253)
Output from running Wine v0.9.59 with yBook v1.5.26
when the latest version of yBook, version 1.5.26, is run, the page textures are
not displayed. Instead, just a black background is shown. Also, if the "hide
desktop" feature is used, the texture is displayed across the whole screen,
however the program is not shown on top of the texture as it is in Windows.
Based on the output, may be a problem in ole32.dll? Attempting to use a native
version of ole32.dll failed, Wine would not even launch the 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=13091
Summary: Input error compiling c++ sources with mingw
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: onido89(a)gmail.com
Hi,
i've searched for this bug but i don't know if it just exist, anyway i wanted
to tell you that i've found a bug while i was compiling a source code in c++
language, that was made like this:
--------------------------------------
#include <stdio.h>
int main()
{
int i=1;
char s[40],c;
while(i!=0)
{
printf("Number-->");
scanf("%d%c",&i,&c);
printf("String->");
gets(s);
}
}
--------------------------------------
When i try to use it in winecmd it doesn't get exactly the inputs method (it
overlay the string method, it seems to ignore it...). Anyway try it for
yourself if you want and i hope it will be fixed for 1.0.
Great work anyway, this is the best emulator that i've ever used ;)
Have a nice day, and keep rollin!
GTOnizuka
--
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=12630
Summary: Xilinx 4.2i: Registration is impossible
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joris_huizer(a)yahoo.com
For a school project around VHDL, I decided I wanted to try this program,
Xilinx student edition 4.2i (it actually didn't get used before now)
Anyway, a required step is registration.
The program shows three input fields, and it expects four digits per field.
However, the program won't allow to fill in more than three digits.
So I'm stuck, it wants four digits, but it can't get more than three.
(Copy/Pasting doesn't help either)
I'm not too really familiar with Wine code, wouldn't really know how to find
where the problem is really.
This isn't a free program - I got it combined with a book - (and it's a bit
dated too), so I can't give a download URL
--
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=14807
Summary: Painter X menues freeze while starting
Product: Wine
Version: 1.1.2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madheadcrash(a)gmx.de
Created an attachment (id=15359)
--> (http://bugs.winehq.org/attachment.cgi?id=15359)
logfile from console while starting Corel Painter X
After trying to start the application, wine breaks before any window appears.
After I've installed gdiplus via 'winetricks' the Painter X window appears, but
freezes before all menus are loaded.
--
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=10082
Summary: City of Heroes chat window loses keystrokes, does not
snap back out
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matthew.b.gerber(a)gmail.com
In City of Heroes' chat window, the first character of each typed line is
always lost, and focus does not snap back away from the window after sending a
message.
1. If I enter the window by typing a slash, the slash itself is lost (whereas
it would normally be the first character to appear).
2. If I enter the window by hitting Enter, the first character *after* I hit
Enter is lost (whereas it would normally be the first character to appear).
3. After I send a message in the chat window, the focus remains in the chat
window rather than snapping back out to the game controls (which is the normal
behavior).
4. After I send a message in the chat window, the next character is also lost -
so to get back out after sending a message, you have to hit escape.
5. When I use the mouse to enter or exit the chat window, 1, 2 and 4 don't
happen; it focuses and defocuses properly. 3 still happens, however.
OS: Ubuntu 7.0.4
CPU: Intel Core 2 Duo
GPU: nVidia GeForce 6800 Ultra
--
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=13847
Summary: field content not visible
Product: Wine
Version: 1.0-rc4
Platform: PC
URL: http://realfast.com/associations/nc/ncnca/ncnca.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pfortin(a)pfortin.com
Created an attachment (id=13905)
--> (http://bugs.winehq.org/attachment.cgi?id=13905)
example of non-displaying text
[bug 5070 contains some of the original comments for this bug -- creating a
separate bug to track it properly]
Real Estate forms package (commercial) from RealFa$t (realfast.com) originally
available on Win95 (earlier?) uses its own "desktop" to manage its windows.
For each form which is opened, the app opens two windows: one with the full
text and another with a summary. If the problem was reversed (text visible on
full text version), this bug would be less aggravating :)
Data can be entered into fields on either representation of a form and appears
on both. In Wine, the full text version of the form will never display field
text unless that field is the currently selected one. One exception is a
checkbox field. (see attached screenshot)
In the screenshot, with both form representations visible, only the selected
field displays the field content (identified with green arrows) while the main
form does not display the field text (identified with red dots).
If there is a way to change text colors, I haven't located it yet... Thanks!
--
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.