http://bugs.winehq.org/show_bug.cgi?id=11069
Summary: Mavis Beacon Teaches Typing 16 sound skips when typing
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://appdb.winehq.org/appview.php?appId=308
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To repeat, set 16 bpp mode or run in virtual desktop,
else you'll hit bug 3556.
Typing exercises are responsive, but each time
I press a key, the music skips. Log shows lots
of dsound in use.
--
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=18033
Summary: Check time-out for kernel boot initialisation
Product: Wine
Version: 1.1.19
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Markus.Elfring(a)web.de
I am surprised by the following result.
elfring@Sonne:~> time wine notepad
err:process:__wine_kernel_init boot event wait timed out
real 0m30.886s
user 0m0.242s
sys 0m0.087s
I find the log message and the timing strange for my system specification.
CPU: 15.43.1 "AMD Athlon(tm) 64 X2 Dual Core Processor 4200+"
Memory: 2 GB
Sonne 2.6.28.7-default #1 SMP PREEMPT Sun Mar 1 18:21:35 CET 2009 x86_64 x86_64
x86_64 GNU/Linux
Can this source code section be improved with different synchronisation
approaches?
http://source.winehq.org/git/wine.git/?a=blob;f=dlls/kernel32/process.c;h=6…
I mentioned this issue also on an other occasion.
http://bugs.winehq.org/show_bug.cgi?id=17728#c2
--
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=18691
Summary: Nortel IP Softphone 2050 V. 2.02.0264 doesn't works
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: correo.cuervo(a)gmail.com
Created an attachment (id=21405)
--> (http://bugs.winehq.org/attachment.cgi?id=21405)
Copy of terminal contents from the starting process
The Nortel IP Softphone 2050 V. 2.02.0264 starts without sound, I can't see the
characters inside Softphone screen, and the physical device doesn't turn on.
--
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=17093
Summary: console not being connected to stdin/stdout correctly
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lkcl(a)lkcl.net
under certain circumstances, it's possible for stdin and stdout to become
connected, instead of to a command prompt window (e.g. wineconsole cmd.exe)
to the linux command xterm that started the command prompt window.
downloading the standard python 2.5.2 executable and running it i confirmed
that this situation occurs when msvcrt is set to native _or_ to builtin
(but i haven't confirmed with msvcr71 native, which is what python 2.5.2
exe is built with).
the msi for python2.5.2 can be downloaded here:
http://www.python.org/ftp/python/2.5.2/python-2.5.2.msi
and the .exe and the dll can be extracted - you will need both python.exe
_and_ python25.dll - using cabextract, you _don't_ need to actually install it.
anything on the command line (e.g. python.exe -c 'print "hello"') or python -v
-i
*change* the way that the code operates and *does* work.
also, redirection works e.g. echo 'print "hello"' | ./python.exe
... but not interactive operation (without explicitly saying so using
the -i option).
--
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=17933
Summary: WineTest - comctl32:ipaddress crash
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robin(a)rharmsen.nl
When running the WineTest application on Windows XP with SP3 the test for
comctl32:ipaddress crashed.
I think, the cause has something to do with IPv6.
After the test completed, I removed the IPv6 stack from the machine, rebooted
and redid the test, and now no crash.
The tag I used for running the test is: xp_WinXP-Pro-SP3-NL
I guess it might be worthwhile to investigate this, in order to fix the test
and the code it is testing.
--
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=17197
Summary: Warcraft 3 World Editor: Text-Editor scrolls when you
click at it for the first time
Product: Wine
Version: 1.1.14
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florian(a)fkoeberle.de
The Warcraft III World Editor has a Module called Trigger Editor.
If you click on the root of the trigger tree you get a text editor
at the lower right corner.
If you scroll before actually clicking in the editor, then the editor will jump
when you click in it, to the position where the text cursor has been before you
scrolled.
It does this only if you activate another component.
To reproduce the bug you could do:
1. Open the trigger editor.
2. Click on the root of the trigger tree.
3. Write some text in the bottom right text editor.
4. Click at the other text editor, above the one where you wrote the text in.
5. Scroll the text editor in which you wrote the text with mouse wheel or
scroll bar
6. Click in the same text editor
7. If you the text editor scrolled to the position where the cursor has been
then you have reproduced the 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=16745
Summary: Create Option to Use Fontconfig for Handling Font
Hinting and Replacement
Product: Wine
Version: 1.1.12
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: junk1112(a)new.rr.com
Created an attachment (id=18416)
--> (http://bugs.winehq.org/attachment.cgi?id=18416)
Patch to enable fontconfig hinting and replacements
This patch is an attempt to use fontconfig (specifically, what is defined in
/etc/fonts and/or ~/.fonts.conf) to handle the hinting and replacements of
fonts. This should allow the end user to make WINE programs appear more
integrated with the rest of the desktop, if they choose to enable it.
The general idea is to inject the fontconfig data at the step in
WineEngCreateFontInstance prior to opening the font face. This allows the
GdiFont to be satisfied that it is getting the face it requested, and also
rendering it the way fontconfig says to. This method still allows for the font
replacement mechanism in WINE to work, as this works beneath it, not trying to
compete with it. The fontconfig data and load flags for freetype are stored in
tagGdiFont, and the load flags are then used in the rendering step. Also,
Fontconfig initialization was brought out into a separate function, as
fontconfig is now used in more than one place.
As I figured people may not want this on by default, it can be enabled by
setting this DWORD registry key:
HKCU\Software\Wine\Fonts\UseFontconfig = 1
If fontconfig is not available, the code is #ifdef'ed out, and if turned off in
the registry (default), WINE uses its normal behavior.
I am not a bigtime C coder, and this is my first patch that deals with WINE,
freetype, and fontconfig. So, there may be memory leaks that need fixing, as
well as poor coding practices and errors. ;) I have not attempted to handle
every type of configurable feature in fontconfig, just hinting and
replacements, as those are the most major things. I am basically just a guy
who wanted this feature hard enough to go about figuring out how to do it
myself.
This patch is against freetype.c from 1.1.12. I welcome any suggestions and
modifications to this patch, and info on how to get this into the development
version of 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=11638
Summary: Panzer General 2 doesn't work
Product: Wine
Version: 0.9.54.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mdemolins(a)gmail.com
Hello all,
I use Fedora 8 and wine 0.9.54 (the rpm provided by the official repos).
Wine appears somewhat ok. Anyways, I'm trying to run a W95/98 game, Panzer
General 2. The Wine site says it works fine.
http://appdb.winehq.org/appview.php?iVersionId=124 2
I was able to get the game running by changing to a Virtual Desktop and it
loads to the main menu screen fine. However, after I start a scenario, the game
loads up with the game control menu, but the central part of the screen where
the map of the scenario should be doesn't change. It just stays the same
graphic as the previous main menu screen. Clicking on the button to look at the
strategic map crashes the game. Basically it appears anything with some bit of
graphics doesn't work.
I've changed Emulation to W95 or W98 for the program, and also played with the
Video modes, but none of this helps. Any ideas? It looks like a video problem.
>From the below error message, I'm wondering if I can change to an 8-bit window
for the game to work.
Note :
1. this bug seems to be exactly the same that when I wanted to use PG2 under
Win XP without having set the "Win 95/98 compatibility mode" in the properties
of its desktop shortcut.
2. I use the official game CD to install and run the game, not an ISO (I've
bought it).
--
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=15226
Summary: Cursor in Red Alert disappears randomly
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toni.spets(a)gmail.com
The (software?) cursor in Command & Conquer: Red Alert disappears randomly.
This can be accomplished by moving the cursor fast when clicking some menu
buttons or it happens randomly in game or menu. Might take many tries.
Some assumptions:
Not SMP related, happens on both dual core and single core.
Not related to DirectDrawRenderer, both GDI and OpenGL has the same problem.
Tested with todays git.
--
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=18439
Summary: Crash dialog appears underneath fullscreen (D3D9?) apps
Product: Wine
Version: 1.1.21
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roothorick(a)new.rr.com
Any game, be it Oblivion, be it some random free MMO, be it whatever, if it's
fullscreen, and it crashes, the "encountered a problem and needs to close"
dialog appears UNDERNEATH the game, unclickable, so you have to go to another
window / X server and manually kill it to get back to normal. Obviously this
kinda kills the debugger too. Using a virtual desktop doesn't help, because the
dialog appears INSIDE the virtual desktop, UNDERNEATH the game.
I know this is happening with D3D9 games, haven't really tested outside of
that.
--
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.