http://bugs.winehq.org/show_bug.cgi?id=10702
Summary: Wine .49 & .50 broken under FreeBSD
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: bug list
AssignedTo: jnewman(a)codeweavers.com
ReportedBy: russiane39(a)gmail.com
Wine starting from .49 / .50 is broken on FreeBSD platform, tested on 2 PCs,
one with 6.2-p8 another with 8.0-CURRENT. Even can't start winecfg or install
gecko HTML rendering engine. .48 works flawlessly. Contact me by e-mail for any
help with resolving that bugs.
--
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=10360
Summary: Configure is not linking to libhal or libpng12 even
after providing .so symlinks
Product: Wine
Version: 0.9.48.
Platform: PC-x86-64
OS/Version: other
Status: NEW
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
System: Ubuntu 7.10 amd64
Using this procedure to configure Wine:
make distclean
mkdir -p `pwd`/lib32
ln -s /usr/lib32/libX11.so.6 `pwd`/lib32/libX11.so
ln -s /usr/lib32/libXext.so.6 `pwd`/lib32/libXext.so
ln -s /usr/lib32/libfreetype.so.6 `pwd`/lib32/libfreetype.so
ln -s /usr/lib32/libfontconfig.so.1 `pwd`/lib32/libfontconfig.so
ln -s /usr/lib32/libGL.so.1 `pwd`/lib32/libGL.so
ln -s /usr/lib32/libGLU.so.1 `pwd`/lib32/libGLU.so
ln -s /usr/lib32/libXrender.so.1 `pwd`/lib32/libXrender.so
ln -s /usr/lib32/libXinerama.so.1 `pwd`/lib32/libXinerama.so
ln -s /usr/lib32/libXi.so.6 `pwd`/lib32/libXi.so
ln -s /usr/lib32/libXrandr.so.2 `pwd`/lib32/libXrandr.so
ln -s /usr/lib32/liblcms.so.1 `pwd`/lib32/liblcms.so
ln -s /usr/lib32/libcrypto.so.0.9.8 `pwd`/lib32/libcrypto.so
ln -s /usr/lib32/libssl.so.0.9.8 `pwd`/lib32/libssl.so
ln -s /usr/lib32/libxml2.so.2 `pwd`/lib32/libxml2.so
ln -s /usr/lib32/libjpeg.so.62 `pwd`/lib32/libjpeg.so
ln -s /usr/lib32/libXcomposite.so.1 `pwd`/lib32/libXcomposite.so
ln -s /usr/lib32/libcups.so.2 `pwd`/lib32/libcups.so
ln -s /usr/lib32/libXcursor.so.1 `pwd`/lib32/libXcursor.so
ln -s /usr/lib32/libsane.so.1 `pwd`/lib32/libsane.so
ln -s /usr/lib32/libhal.so.1 `pwd`/lib32/libhal.so
ln -s /usr/lib32/libpng12.so.0 `pwd`/lib32/libpng12.so
CC="gcc -m32" LDFLAGS="-L/lib32 -L/usr/lib32 -L`pwd`/lib32 -Wl,-rpath,/lib32
-Wl,-rpath,/usr/lib32" ./configure
If I then check include/configure.h, I get the following unlinked files:
/* Define to the soname of the libhal library. */
/* #undef SONAME_LIBHAL */
/* Define to the soname of the libpng library. */
/* #undef SONAME_LIBPNG */
These should be working - there are 32 bit versions of each located in
/usr/lib32 and they are being given a .so symlink like configure requires.
I should note that I am also missing 32 bit versions of libcapi20 and libjack,
however this is due to Ubuntu not having 32 bit versions of them, which should
be fixed by Hardy.
--
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=10121
Summary: Please add the ability to select ones Audio I/O devices
(namely with OSS driver)
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ionic(a)ionic.de
Hi guys,
I'm using OSS v4 for Linux. My setup is following:
# PCI card for output (has buggy recording features)
# onboard card for input (has no 5.1 output :))
Thus I ask you to implement the option to select ones input and output devices,
please, if you can, with winecfg into your OSS driver. :)
My setup would be following: output via /dev/dsp, input via /dev/dsp4 for
example.
I hope that's possible and not too hard for you.
With kind regards,
-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=10075
Summary: Pascal "CLSCR" doesn't work (just hangs)
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: diafero(a)arcor.de
Created an attachment (id=8635)
--> (http://bugs.winehq.org/attachment.cgi?id=8635)
source code of the app demonstrating the problem
I recently tried out some small console apps written in Pascal with wine (they
were compiled with FreePascal), and while it worked fine in general, there's
one Pascal command which makes problems: CLSCR. Instead of clearing the
console, it just does nothing and hangs - apps with this command are unusable
(the program still runs, but it does nothing - like an infinite loop). I
attached the source and binary of a two-line pascal program demonstrating that.
It's not that I really need these applications, and of course I could simply
compile them for windows, but it seems a very basic command line function is
not supported by wine.
--
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=9951
Summary: ssl support into debian etch amd64 version Wine 0.9.46
Product: Wine
Version: 0.9.46.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: janaum72(a)yahoo.com
Pls compile ssl support into debian etch amd64 version Wine 0.9.46
Same situation as here:
http://bugs.winehq.org/show_bug.cgi?id=8212
same error message, same application problem
Everything is OK when using i386 deb of the same version .
--
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=9813
Summary: Clipboard deleted
Product: Wine
Version: 0.9.45.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stanwell(a)gmx.de
There is a problem with writing Text to Clipboard. When
closing a program (compiled with VB6 or C++) that has copied/written text to
clipboard, then the clipboard is completely cleared out.
This affects functions like
- Clipboard.SetText (VB6)
- CopyToClipboard (C++)
- setClipboardContents
...
--
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=9301
Summary: regression: windows almost never focussed or loose focus
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Hi,
since upgrading to 0.9.42 and 0.9.43, I cannot use wine anymore because most
windows don't get focus or immediately loose it when clicking, even winecfg and
regedit. Some apps iconify as soon as I click something. I upgraded from 0.9.38
(so I don't know whether the regression was introduced with 0.39, .40, 41 or
42).
Although I'm using metacity in Ubuntu Dapper, I believe this bug is different
from bug #5120 as I had been using Ubuntu with wine successfully with 20070725,
0.9.9, 0.9.15 .16, .19 21 ... and many other versions.
Symptoms:
winecfg & regedit start without getting focus.
When I move the cursor from one window to the other, the "window resize" cursor
that was set while moving over the window's border remains set even after I
click to activate the second window.
There are also several refresh problems when moving windows (mostly grey border
lines) in winecfg and regedit.
Every time I activate the wine 800x600 desktop window, all ms-windows apps
become deactivated (some iconify then).
Normally, I have apps\metycity\focus_mode "sloppy" set via the preferences (the
Gnome prefs set "sloppy", not "mouse"). With that, the situation is now so bad
that wine is unusable. E.g. I can activate winecfg only by moving its window.
Then, approx every other click causes the window to loose focus (which causes
other apps to iconify). Every other click does not toggle the boolean
checkboxes in winecfg (because its window is not active).
When I'm not using a wine desktop window, the sudden iconification also
prevents the apps from being usable, as there's no "restore" menu available
(and "maximize" is disabled) in Gnome/metacity.
I have no other window managers installed on this machines to try.
--
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=11321
Summary: Hellgate London doesn't find language.dat
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hybrid(a)onlinehome.de
Hellgate London complains about a missing language.dat, the MP-update to
version 1.0 (1.0.27.4101, release Jan. 22nd 08) fails for the same reason.
If you need more information, logs or backtraces, let me know.
--
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=11202
Summary: Not able to host at Battle.net (Warcraft3)
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: M2G90(a)arcor.de
So, when I want to host nobody comes!
I has already opened port 6112
But I can host with cedega or WinXP
sry 4my bad english
--
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=10473
Summary: Works with 0.9.25; broken with 0.9.49
Product: Wine
Version: 0.9.49.
Platform: PC
URL: http://community.arsia-mons.com/index.php?showtopic=188&hl=
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: remember.pol(a)gmail.com
Silencer is a video game that worked on WON.NET technology and died in 2001
because the servers went down.
Server binaries have been released and reverse engineered so that the game is
now again playable by installing the 0110.1 client version which is available
here:
http://downloads.arsia-mons.com/sil0110.1.exe
Online play works with version 0.9.25 of wine, but has broken in 0.9.49.
Trying to create a game conflict will result in an error after selecting which
server to host it on, and nothing appears in the chat. (A blue message saying
'There are currently x players online.' should be the first thing you see in
the Regional Squawkbox after connecting to the lobby)
I hope some wine developers can help but I will soon try to start my own
regression testing using the instructions here:
http://wiki.winehq.org/RegressionTesting
--
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=9775
Summary: Max Payne 1.05 - Screenshot fails
Product: Wine
Version: 0.9.45.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
The MaxPayne.exe can be called with the "-screenshot" parameter. This enables
an integrated screenshot functionality. You can then take in-game screenies
when pressing the F10 key. Shots are saved in the screenshots directory inside
the Max Payne directory. This works without problems in Windows.
Running Max Payne on wine results in completly black TGA screenshot file.
--
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=11300
Summary: Bug starting starcraft consurning DirectX-d3d
Product: Wine
Version: 0.9.53.
Platform: PC
URL: http://rafb.net/p/Ejwzue41.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Forsakensoul(a)mail.bg
Created an attachment (id=10394)
--> (http://bugs.winehq.org/attachment.cgi?id=10394)
this is the error i get in the terminal
While trying to start Starcraft i get the error in the 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=11397
Summary: Chess Tactics for Beginners "Cannot change Visible in
OnShow or OnHide"
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rob(a)ladle.net
CC: rob(a)ladle.net
When running Chess Tactics for Beginners, from Convekta software (
http://www.chessok.com/ ), it installs fine, but then won't run.
I run
wine ./wine/drive_c/Program Files/Chess Tactics for Beginners/tactics.EXE
and get the splash screen and the initial application window. When I click on
the splash screen, I get three popups. The first one is titled "Error", with
the text "Runtime error 501 (249)", the second one is titled "tactics", with
the text "Cannot change Visible in OnShow or OnHide." The third one is titled
"Error", with the text "Runtime error 501 (249)". After I click OK on the
third one, the application window goes away. There were no messages on my
console, either.
If I run
wine ./tactics.EXE
the same things happen.
I note that this same text shows up in bug 6352 which is about CT-Art 3.0, also
from the same company. However, there's a report that this was fixed. I
installed wine tonight from the repository, and also re-installed "CTfB", to
try to duplicate the fix in 6352. No such luck.
Thanks,
Rob
--
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=11405
Summary: Error loading riched20.dll
Product: Wine
Version: 0.9.54.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zeeshandoit(a)gmail.com
Error loading riched20.dll while running sqlyog software.
--
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=10097
Summary: wine installation problem despite the presence of
required files
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pradnyasoorya(a)yahoo.co.in
I have AMD64 dual core m/c on which I tried to install wine. It gives the
problem that wine-core requires libgphoto2.so.0 and libgphoto2_port.so.2 and
fails to get installed. Actually both these files are present in the /usr/lib64
directory. What's the problem ? Am I doing anything wrong ? Please help me
solve the problem.
Thanks a lot.
--
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=11315
Summary: [Crash] Unhandled exception code c0000005
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
Created an attachment (id=10424)
--> (http://bugs.winehq.org/attachment.cgi?id=10424)
Backstrace from running winecfg
For all operations, wine crashes ( see the attached backtrace ).
Even trying to use wineprefixcreate generates the back trace, after creating at
least a part of ~/.wine . Happily, wine --version works.
Kernel: Linux rm 2.6.22.13-0.3-default #1 SMP 2007/11/19 15:02:58 UTC i686 i686
i386 GNU/Linux
Video driver: NVidia 100.14.19
--
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=9573
Summary: Lotro will not show anything but world textures.
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-atl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: viktor.knutsson(a)gmail.com
Created an attachment (id=7948)
--> (http://bugs.winehq.org/attachment.cgi?id=7948)
A screenshot of the game
After following the guide for lotro
(http://appdb.winehq.org/appview.php?iVersionId=8986) no textures will show but
some of the world effects. It is also incredibly slow(1-2fps).
I've tried a few things;
- Both installing from repo's and source
- removed the .wine-folder completely and created a new one for only lotro
- And obviously i've been using the registry-tweaks and the lotro-launcher.
Im attaching a picture to show how it looks, and i'll link you the
error-messages from the terminal through a pastebin; http://pastebin.se/30658
(Im sorry but I had no idea in which component to put this in)
--
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=11357
Summary: Reflections in Tomb Raider - Anniversary Demo are buggy
Product: Wine
Version: 0.9.54.
Platform: PC
URL: http://www.tombraiderchronicles.com/tombraideranniversar
y/demo.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Pawel.Rozanski(a)gmail.com
Created an attachment (id=10463)
--> (http://bugs.winehq.org/attachment.cgi?id=10463)
Reflection bug in Tomb Raider - Anniversary Demo on 0.9.54
Reflection effect creates mess on screen as shown on screenshot. Game works
flawlessly without enabled reflections.
On GLSL (pure clean .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=10902
Summary: Steam and PulseAudio
Product: Wine
Version: 0.9.51.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atari(a)gabo.pl
Created an attachment (id=9816)
--> (http://bugs.winehq.org/attachment.cgi?id=9816)
Wine log
I'm trying to use PulseAudio with Wine. It works ok with OSS emulation (using
padsp), but not for Steam. I can launch Steam, but when I try to launch any
Steam game, Wine locks. In process list Ican see another Steam process spawned,
but nothing beyond that
--
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=10414
Summary: Minimap in Warhammer 40k: Dark Crusade is offset
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fdelente(a)mail.cpod.fr
Created an attachment (id=9106)
--> (http://bugs.winehq.org/attachment.cgi?id=9106)
Part of screenshot showing the bug
In this game, the minimap used to work ok. Since three or four wine versions,
the area that should be lit stays gray; the lit portion is offset to the right.
For example, if my troop are in the left corner of the minimap, the lit area is
in the center; if my troops are in the center, the lit area is on the right. If
they are in the center, nothing is lit.
The offset is only horizontal, the vertical position of the lit area is
correct.
On the attached PNG, the bug is clearly shown: allied troops in the left area
should be surrounded by the lit area that is in the center.
--
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=10229
Summary: Serious Sam TSE 1.07 - network connection fails
Product: Wine
Version: 0.9.47.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
Hi there,
I recently installed Serious Sam: The Second Encounter for some intense LAN
gaming experience with my friends. There were two linux boxes and 4 windows
boxes, me hosting the server.
The problem was that nobody could connect to the server. Connection attempts
always resulted in the error message "CRC error in DIFF" (explanation here:
http://forums.seriouszone.com/showthread.php?t=8556). This affected both the
windows boxes AND the other linux box.
If a windows box was hosting the server the other windows boxes could connect,
but the linux boxes couldn't (I have to look up the error message there).
The problem isn't related to the safedisc copy protection removal I had to do
to make the game run under wine. We double checked this by applying the removal
patch on the windows server and also on the clients (while the server was
uncracked), no difference at all.
This was all with SS TSE patched to the most recent offical version 1.07.
Now we somehow managed to evade the problem by updating to the public beta
patch 1.50 which let everyone connect to the linux server, again independent
from crack status of the clients. But we soon realized why the 1.50 patch was
marked beta. Network trouble en masse, resulting in highly instable connection,
spontaneous client drops and the server misbehaving (moving around the players
without the client pushing any buttons).
This problem exists both when running the server through wine or natively on a
windows box. Frankly, when running the 1.50 server on a linux box we
experienced fewer problems when running natively (speaks in favor of the linux
network capabilities *g*).
Now I'm asking how to analyze the problem. I don't get any network related
output on the console while wine is running, only a few things about D3D and
stuff, but nothing on network.
Going to attach some in-game logs when I have access to the server box again.
Thanks,
liquid
--
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=10023
Summary: Vaz Modular 3.03 OSS driver output broken.
Product: Wine
Version: 0.9.47.
Platform: Other
URL: http://www.software-technology.com
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.hurst(a)shef.ac.uk
Using wine's OSS driver, Vaz Modular reports 'MME Device already in use' with
MME output selected, or 'Could not initialize DirectSound' with DirectSound
selected.
Both Vaz Modular's outputs work fine using Wine's ALSA driver.
--
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=9465
Summary: WarCraft III causes OSS to emit loud noise
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sealage(a)gmail.com
Using WarCraft III, Wine 0.9.44 on OSS sound output, loud noise is emitted
regardless of the application outputting sound of any kind.
Using a wine built and run in place, 0.9.43 using OSS works as expected, as
does 0.9.44 ALSA. Of note may be that 0.9.43 ALSA does not output any sound at
all.
--
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=11029
Summary: Black & White game does not respond to mouse clicks
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shacklein(a)gmail.com
Created an attachment (id=10026)
--> (http://bugs.winehq.org/attachment.cgi?id=10026)
WINEDEBUG=+dinput, on wine 0.9.52 with B&W v1.30. Several attempts to click to
start the first level were made
Black & White (original game, no expansion pack) does not respond to mouse
clicking. This happens with versions 1.00 (retail), 1.10 and 1.30.
I have tested so far with Wine versions 0.9.49 and 0.9.52. In both versions,
the game does not respond to mouse clicks, so it is completely unplayable.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.