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.
http://bugs.winehq.org/show_bug.cgi?id=10951
Summary: Flashlight brightness in Half-Life 2: Episode 2
Product: Wine
Version: 0.9.52.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atari(a)gabo.pl
Created an attachment (id=9881)
--> (http://bugs.winehq.org/attachment.cgi?id=9881)
windows screenshot
Flashlight in Half-Life 2: Episode 2 is not bright enough. It is much darker
then in Windows.
I attach 2 screenshots, from Windows and Wine for comparision
--
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=10684
Summary: Morrowind fails to restore pre-launch gamma
Product: Wine
Version: 0.9.50.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jschimke(a)gmail.com
TES: Morrowind fails to restore the display's gamma after exiting if it was
changed inside of the game. Have to use nvidia-settings to restore it after
testing.
--
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=10620
Summary: PAF 5 help viewer hits unhandled page fault while
closing
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rm.riches(a)verizon.net
Personal Ancestral File (PAF) 5 hits an unhandled page fault while closing the
help viewer if the viewer has navigated to around 10 topics or places in the
help documentation. The symptoms associated with this report have been visible
since at least Wine version 0.9.37 or 0.9.39. With some Wine versions it is
more (or less) difficult to reproduce the symptoms. Being as PAF's help viewer
didn't work at all until Wine version 0.9.32 and didn't work well until Wine
version 0.9.39, doing a git regression run would probably not be feasible.
To demonstrate the symptoms with Wine version 0.9.50, here's what I did:
1) Bring up PAF on a previously-created empty file (using the File->New
function). Also, install Wine Gecko.
2) Click on the yellow question mark in the toolbar.
3) Click on the first 10 topics (starting with "Introduction") in sequence,
letting the text paint each time.
4) Use the X/Linux window manager's menu to close the help window.
I plan to attach the log file from a run with environment variable WINEDEBUG
set to a value of "+mshtml,+shdocvw,+urlmon,+htmlhelp" in case that sheds light
on the problem.
--
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=10437
Summary: Altium Designer crash
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: j.zolotarjov(a)gmail.com
I'll describe all my movements - step by step.
1. I installed latest (at the moment) wine-0.9.49 from sources on Fedora8.
2. I installed my application of interest - Altium Designer 6.7
3. Tried to run it wihtout luck.
4. Found in appDB some hints and installed using winetricks dcom98, fakeie6,
mdac28, corefonts, tahoma, cc580. All installations went well.
5. I tried to run Altium Designer again and it started, but crashed when trying
to open any file.
6. AppDB tells, that it was tested with wine-0.9.35. I decided to try it.
7. Uninstalled wine-0.9.49 and installed wine-0.9.35 from sources.
8. I did not change drive_c as it was installed previously with 0.9.49. Now
tried to run Altium Designer. And oh wonder! I can use it wihout any visible
problems.
9. I decided to find out - which version of wine caused the problem. I tried
one by one all versions from 0.9.35 to 0.9.43. Works just fine, except some
minor problems, which I can live with. The version, which causes problem is
0.9.44. All subsequent versions also have this problem.
Now to the description of behavior.
1. Starting the application like that wine "c:\Program Files\Altium Designer
6\DXP.exe"
2. I see splash screen and log of different components loading on it.
3. Application windows is opening and I can select to open or create new file.
4. On whatever type of file, this operation causes applcation to freese for 20
seconds, then I see in the wine log endless list of
err:region:CombineRgn Invalid rgn=(nil)
err:region:CombineRgn Invalid rgn=(nil)
err:region:CombineRgn Invalid rgn=(nil)
err:region:CombineRgn Invalid rgn=(nil)
err:region:CombineRgn Invalid rgn=(nil)
err:region:CombineRgn Invalid rgn=(nil)
err:region:CombineRgn Invalid rgn=(nil)
err:region:CombineRgn Invalid rgn=(nil)
This continues for 3-4 minutes.
After that I see in the wine log following:
And this all ends with at this point.
5. I tried to look at the sources, but as I am very new to wine, I could only
get to the source of this endless CombineRgn errors. It comes from
/dlls/gdi32/region.c file. Particularly function CombineRgn makes it. I could
not find a function, which calls this function.
This behavior is with all versions of wine from 0.9.44 to 0.9.49.
So at this point, I ask community to help solve this bug in 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=10539
Summary: Nocturne directx mode polygons are missing
Product: Wine
Version: 0.9.49.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fuag155555(a)gmail.com
CC: fuag155555(a)gmail.com
When directx is enabled in nocturene (only way to make it play at acceptable
frame rates and resolutions) Polygons go missing on 70% of the actors, they are
transparent, this happens in directx 5, 6, and 7.
there are a lot of errors like this top bit repeating, i think the d3d_surface
errors are what are messing it up, but thats a blind guess on my part. This can
be tested via a demo, if anyone feels like takling this i can send them a copy
of the game as well.
.
.
.
fixme:d3d_surface:IWineD3DSurfaceImpl_BltZ (0x3606de0): Unsupp depthstencil
blit
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect Depth Stencil buffer locking
is not implemented
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are provided
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are provided
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are provided
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are provided
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are provided
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are provided
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are provided
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are provided
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are provided
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are provided
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are provided
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are provided
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are provided
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are provided
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are provided
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are provided
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are provided
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are provided
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are provided
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are provided
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are
fixme:d3d:IWineD3DDeviceImpl_CreateAdditionalSwapChain The app requests more
than one ba
ck buffer, this can't be supported properly. Please configure the application
to use dou
ble buffering(=1 back buffer) if possible
fixme:d3d:IWineD3DDeviceImpl_CreateAdditionalSwapChain The app requests more
than one ba
ck buffer, this can't be supported properly. Please configure the application
to use dou
ble buffering(=1 back buffer) if possible
fixme:d3d:IWineD3DDeviceImpl_Release (0x4dc0ad8) Device released with resources
still bo
und, acceptable but unexpected
fixme:d3d:dumpResources Leftover resource 0x3606bd8 with type
1,WINED3DRTYPE_SURFACE
fixme:d3d:dumpResources Leftover resource 0x13ede0 with type
1,WINED3DRTYPE_SURFACE
fixme:d3d:dumpResources Leftover resource 0x13f9f8 with type
1,WINED3DRTYPE_SURFACE
err:d3d:IWineD3DDeviceImpl_Release Context array not freed!
fixme:d3d:IWineD3DDeviceImpl_Release (0xa6ecd68) Device released with resources
still bo
und, acceptable but unexpected
fixme:d3d:dumpResources Leftover resource 0x78555b0 with type
1,WINED3DRTYPE_SURFACE
fixme:d3d:dumpResources Leftover resource 0x4c2fe98 with type
1,WINED3DRTYPE_SURFACE
fixme:d3d:dumpResources Leftover resource 0x48ffe70 with type
1,WINED3DRTYPE_SURFACE
fixme:d3d:dumpResources Leftover resource 0xa24fe78 with type
1,WINED3DRTYPE_SURFACE
fixme:d3d:dumpResources Leftover resource 0x21fe68 with type
1,WINED3DRTYPE_SURFACE
fixme:d3d:dumpResources Leftover resource 0x8c9fea0 with type
1,WINED3DRTYPE_SURFACE
err:d3d:IWineD3DDeviceImpl_Release Context array not freed!
fixme:winmm:MMDRV_Exit Closing while ll-driver open
--
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=10958
Summary: "The Cat In The Hat" crashes ("Segmentation fault (core
dumped)") when moused-over
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atheoi(a)gmail.com
Running Wine 0.9.52 from the Wine repository in Ubuntu 7.10
Attempting to run "The Cat In The Hat", part of the 'Living Book' series (see
http://en.wikipedia.org/wiki/Living_Books_series)
It starts up well enough (Tried in 95, 98, ME and XP modes. I'm using 'emulate
a virtual desktop'; it appears to automatically resize to 640 x 480), but if I
move my mouse over the window (e.g. to click a button on screen) it
consistently crashes with: "Segmentation fault (core dumped)"
As run from Terminal:
---
$ wine CAT32.EXE
fixme:mixer:ALSA_MixerInit No master control found on MPU-401 UART, disabling
mixer
fixme:win:EnumDisplayDevicesW ((null),0,0x34f25c,0x00000000), stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
8
Segmentation fault (core dumped)
---
--
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=10991
Summary: SPlan 6.0 (schematic editor): Status bar is not show
completely
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcosasse(a)yahoo.com
Created an attachment (id=9953)
--> (http://bugs.winehq.org/attachment.cgi?id=9953)
status bar is not complete
Working with this application is not possible because the status bar can not
reached. It is an application with a 2 row status bar, only one is shown.
--
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=10936
Summary: wine cannot switch 32bit to 16bit
Product: Wine
Version: 0.9.52.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tassoman(a)gmail.com
CC: tassoman(a)gmail.com
Before bug 2680 application were asking for 32bit.
Now I seem the application tries to convert screen from 32bit to 16 bit and
this throws an unhandled exception.
Logfile is attached.
This app starts with a 2D 800x600x16b menu then when game plays the 3D
resolution is custom.
--
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=10146
Summary: Wine versions >0.9.43 break PokerAce Hud, as the
application fails to create a timer during start-up.
Product: Wine
Version: 0.9.45.
Platform: Other
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: helmuth.melcher(a)gmail.com
PokerAce Hud works with wine versions <=0.9.43. On versions >=0.9.45 there is
an error message during start-up titled "PAHud error" stating "Timer creation
failed".
There is no related information in the log.
I assume the message is about an error when registering a timer to poll
hand-history directories for new files. The application still runs with wine
>=0.9.45, but it fails to find new tables and is therefore rendered useless.
--
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=9855
Summary: Red Alert: A Path Beyond crashes with a sound error
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: register(a)goodoldalex.net
Created an attachment (id=8331)
--> (http://bugs.winehq.org/attachment.cgi?id=8331)
Wine console log
Red Alert: A Path Beyond crashes with an Unhandled Exception. Seems to be sound
related, but I might be wrong.
--
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=9709
Summary: Solid cyan screen when entering character select
Product: Wine
Version: 0.9.44.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ycarus(a)gmail.com
Upon entering the character selection screen, I see the UI elements but there
is no 3d environment, a few seconds later, the entire window turns cyan.
Controls work as I can escape out of the screen and exit the program that way.
--
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=11298
Summary: Impossible to accept licence in Assault Heroes demo
Product: Wine
Version: 0.9.53.
Platform: PC
URL: http://www.jeuxvideo.fr/demo-assault-heroes-10416-0-
0.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
When trying to install Assault Heroes demo, one needs to accept the licence.
Unfortunately, it is impossible to do it. So, one must cancel the install
process. It looks like a richedit problem
Joaopa
fixme:process:IsWow64Process (0xffffffff 0x331f64) stub!
fixme:richedit:RichEditWndProc_common WM_STYLECHANGING: stub
fixme:richedit:RichEditWndProc_common WM_STYLECHANGED: stub
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
fixme:richedit:RichEditWndProc_common WM_STYLECHANGING: stub
fixme:richedit:RichEditWndProc_common WM_STYLECHANGED: 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=11033
Summary: unimplemented function
gdiplus.dll.GdipGetGenericFontFamilySansSerif
Product: Wine
Version: 0.9.5.
Platform: Other
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kevin01(a)kilohotel.com
The program My Sirius Studio (to communicate with a Sirius satellite radio
player) will not run on wine 0.9.52, failing with:
Call from 0x7b830330 to unimplemented function
gdiplus.dll.GdipGetGenericFontFamilySansSerif, aborting
err:seh:setup_exception stack overflow 0 bytes in thread 000b eip 7bc35267 esp
00411000 stack 0x411000-0x620000
Note 1: mono 1.26 was installed to satisfy this software's need for the .NET
framework.
Note 2: this bug was confirmed on wine 0.9.52 on Ubuntu 7.10.
Note 3: the program will not run even when using a native gdiplus.dll, but the
problem then is quite different, so I won't discuss it here.
--
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=10485
Summary: Gameplay slows to an unplayable level when it rains
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: smackdat1(a)gmail.com
When outdoors in Oblivion using Wine 0.9.49, rain causes the game to slow down
to below 0.4 FPS. Even after it has stopped raining, the slowdown lasts for a
while. The only way to get around it is to wait until the rain stops using the
sleep button. This workaround will not work if the rain is plot driven and will
not stop until you complete a quest, if there are enemies nearby, or if you are
trespassing.
--
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=10445
Summary: winhelp.exe problem displaying help file, related to LF
/ CR-LF end-of-line issue?
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Hi,
The winhelp.exe program supplied with Wine appears to have a problem displaying
parts of some help files correctly. This is perhaps due to failing to recognise
a linefeed (LF) as being equivalent to CR/LF?
Instead of moving to the beginning of the next line, the next line is displayed
below and to the right of the rightmost character of the previous line.
Furthermore, if the text would extend past the right window border, each
subsequent character is displayed on a new line.
For example, consider the following text (where | denotes the right border):
---
this is a test |
of the Wine winhelp |
program. |
---
That would actually be displayed as something like:
---
this is a test |
of the Wine win|
h|
e|
l|
[etc.]
---
Instructions to replicate the problem:
1. Go to http://www.atmel.com/products/pld/forms/splash.asp
2. Click the link to download the WinCUPL installer
3. Run the installer
4. After installation completes, use the Wine winhelp.exe to open the file
WinCupl/CUPLREF.HLP in the directory which the package was installed to.
5. In the Contents displayed, click on "2.2.1 Example 1 - Simple Gates"
6. Scroll down past the picture to the GATES.PLD text
--
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=10171
Summary: make test fails in wine-0.9.47-458-ga8df7fd
Product: Wine
Version: 0.9.47.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marco(a)harddisk.is-a-geek.org
Created an attachment (id=8765)
--> (http://bugs.winehq.org/attachment.cgi?id=8765)
Error message
In wine-0.9.47-458-ga8df7fd make test fails (after failing with #10169 and
#10170) in oleaut with the message in the attachment.
Unlike #10169 and #10170 the make test does not proceed after reinvoking with
different LANG environment variable.
--
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=9854
Summary: Unhandled exception: page fault on read access to
0x00000010 in 32-bit code (0x7e89d651).
Product: Wine
Version: 0.9.46.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabriele.tassoni(a)email.it
Created an attachment (id=8330)
--> (http://bugs.winehq.org/attachment.cgi?id=8330)
The error given in the terminal
I need to work with those software to program Crestron CPUs fpr home
automation, they all install well, but when I try to run the ToolBox, it
freezes with the attached errors.
I'm willing to help in resolving this bug, please tell me what you need beside
the attached file, I can send you a copy of all the Crestron programs, if
needed.
--
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=9634
Summary: unimplemented function compobj.dll.COCREATEGUID
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: torsten.karusseit(a)gmx.de
Created an attachment (id=8032)
--> (http://bugs.winehq.org/attachment.cgi?id=8032)
console output
may you help me with this ?
--
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=9604
Summary: JCreator: divide by zero exception
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=7981)
--> (http://bugs.winehq.org/attachment.cgi?id=7981)
Wine output
After installing the Sun Java JRE and JDK on Wine, I installed JCreator LE
without any issues. After an initial configuration phase, the application
crashes. Any further attempts to start the application are met with the same
issue. Testing the application on Windows XP did not reveal any issues. The
application can be obtained at: http://jcreator.com/download.htm
--
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=10802
Summary: msxml3 : header of xml files
Product: Wine
Version: 0.9.51.
Platform: PC
URL: http://home.scarlet.be/linux/compteco/testxml.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msxml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vincent.hardy.be(a)gmail.com
See delphi 5 test program at URL above.
This program create a little test.xml file.
With native msxml3.dll, test.xml file is like this (correct) :
--
<?xml version="1.0" encoding="UTF-8"?>
<Document>test</Document>
--
With builtin msxml3.dll, test.xml file is like this (bad) :
--
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<Document>test</Document>
--
--
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=11034
Summary: NFS Pro Street don't close correctly
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aitorhh(a)terra.es
The problems is that when you want to close the program (NFS Pro Street) it
don't do anything, and if you want to close you have to close it badly.
--
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=10410
Summary: TagScanner - If press Backspace or Delete show error.
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pg_anatolich(a)mail.ru
Created an attachment (id=9098)
--> (http://bugs.winehq.org/attachment.cgi?id=9098)
ScreenShote
TagScanner - If press Backspace or Delete show error.
Есть такая замечательная программа TagScanner
решает проблему перекодировки 1251 в UTF. Да и
вобще, на мой взгляд лучшая программа для
работы с тегами. В принципе работает под
Вайном, но при нажатии Делит или Бакспейс
выдаёт ошибку (скриншёт прилагается). Эт
конешно можно обойти выделив текст и нажав
пробел, но это не решение. Посмотрите, что
можно сделать. Может стоит автору написать.
--
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=10491
Summary: UltraVNC not connecting/receiving connections.referer
bug 3168
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sfrigio(a)yahoo.com
ultravnc starts, but is not able to connect to a vncviewer started in listen
mode in winxp or in a linux machine.
The viewer receive the message but after winvnc get closed.
Is also possibile to launch a linux application from wine ?
That's because I need to run a windows application with wine and this
application should start a bach script, is it possible ?
Thanks for your help.
Bye
--
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=10718
Summary: Wine: cannot run any of windows applications
Product: Wine
Version: 0.9.50.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: v31ixw(a)gmail.com
CC: v31ixw(a)gmail.com
Created an attachment (id=9554)
--> (http://bugs.winehq.org/attachment.cgi?id=9554)
The problem found in wine.
Wine does not run any of windows applications.
Here are the following commands I tried to run on wine:
Problem 1: wine iexplore http://www.winehq.org
Purpose: to download internet explorer on wine. First, it asks me to download
Gecko because this application is trying to show an HTML page. I downloaded it.
Then, the display on the wine console is weird. It also creates a lot of logs
and backtraces in my shell. (see the snapshot and logs for more details)
Problem 2: wine IE7-WindowsXP-x86-enu.exe
Purpose: to download IE 7 inside the wine emulator. It says an error with the
extraction file and ask me to verify my file permission. I don't know at this
stage what it means. (see the snapshot and logs for more details)
Please let me know if the following problem above could be fixed. Thank you.
Regards,
Velix Wibowo
--
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=11000
Summary: Stack trace in DestoryWindow using Irfanview
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: misha37(a)yahoo.com
Created an attachment (id=9970)
--> (http://bugs.winehq.org/attachment.cgi?id=9970)
Full stack trace from wine crash.
Wine produced a stack trace when closing Irfanview (i_view32.exe) window.
How to reproduce : Open Irfanview, Open any jpg image, Go into full screen
mode, open "Information" (keyboard shortcut "i"), open EXIF info, start closing
Irfanview windows.
Result: wine: Unhandled page fault on execute access to 0x7dfdaa70 at address
0x7dfdaa70 (thread 000b), starting debugger...
Unhandled exception: page fault on execute access to 0x7dfdaa70 in 32-bit code
(0x7dfdaa70).
--
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=10132
Summary: bad cyrillic font rendering
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: goncharov(a)soccard.ru
Created an attachment (id=8707)
--> (http://bugs.winehq.org/attachment.cgi?id=8707)
wine log with WINEDEBUG=trace+font,trace+dialog
Good Day!
I have a problem with rendering of cyrillic font in one window of Cognitive
Forms. Everything is fine in others windows of the program.
I've tried to copy fonts from Windows, where this program works, but it doesn't
help.
Enviroment: FC7, LANG=ru_RU.UTF-8
--
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=10402
Summary: Water is missing in Psychonauts when using
OffscreenRenderingMode=fbo
Product: Wine
Version: 0.9.49.
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=4384
OS/Version: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
Created an attachment (id=9090)
--> (http://bugs.winehq.org/attachment.cgi?id=9090)
Missing water with FBO
When using OffscreenRenderingMode=fbo water is either totally missing or drawn
incorrectly. Screen-shot attached.
--
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=10010
Summary: Call of Duty 4 Demo: Fails to start: "Video card or
driver doesn't support separate alpha blend."
Product: Wine
Version: 0.9.46.
Platform: PC-x86-64
URL: http://www.gamershell.com/download_21400.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spencercw(a)googlemail.com
Created an attachment (id=8540)
--> (http://bugs.winehq.org/attachment.cgi?id=8540)
Screenshot
Wine version: wine-0.9.46-310-g5a47043
Distro: Gentoo Linux 2007.0
GCC version: gcc (GCC) 4.1.2 (Gentoo 4.1.2)
Program: Call of Duty 4 Demo
Command: (from installation dir) `wine iw3sp.exe`
Reproducable: Always
When starting up the Call of Duty 4 demo, two error messages come up:
"Video card or driver doesn't accelerate dynamic textures."
"Video card or driver doesn't support separate alpha blend, glow will be
disabled."
The CoD4 console pops up (see screenshot) and the game doesn't start.
I am attaching +relay and +d3d logs, let me know if I can provide anything
else.
--
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=11245
Summary: Tomb Raider Anniversary crash during trying to enable an
usb joypad.
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arons7(a)gmail.com
CC: arons7(a)gmail.com
Created an attachment (id=10342)
--> (http://bugs.winehq.org/attachment.cgi?id=10342)
crash dump
Tomb Raider Anniversary crash during trying to enable an usb joypad.
SO: Gentoo Linux
--
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=11158
Summary: Wineboot and virtual desktop
Product: Wine
Version: 0.9.53.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atari(a)gabo.pl
If Wine is configured to use virtual desktop, wineboot does not display
anything at all (but startup applications in fact run). There are also no tray
icons.
--
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=9824
Summary: GTA Vice City: strange textures when you attack cars
with a chainsaw
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marco(a)harddisk.is-a-geek.org
When you attack a car (buses, automobiles, tanks, even the heli works!) with a
chainsaw and rip some of his parts (doors preferred), strange things happen to
the texture of the car and all cars around you. The texture bug goes away only
if you change into a hotel etc.; you just need to use a teleporter.
--
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=11238
Summary: Photoshop CS2 doesn't ask to activate, fails on 2nd run
Product: Wine
Version: 0.9.53.
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Sometime in the last month, Wine stopped being
able to run the Photoshop CS2 tryout properly.
It no longer tries to activate, and on the second
run, it says it cannot continue due to a hardware failure.
The error
err:ntdll:RtlpWaitForCriticalSection section 0x1502750 "?" wait timed out in
thread 004c, blocked by 0009, retrying (60 sec)
pops up on the console during the first run; I wonder if the
thread in charge of activation is deadlocking.
A workaround noted in the appdb is
$ cd ~/.wine/drive_c/windows/profiles/*/"Application
Data/Adobe/Photoshop/9.0/Adobe Photoshop CS2 Settings"
$ rm -rf Adobe\ Photoshop\ CS2\ Prefs.psp
This resets you to pre-first-run state so you can try again,
which could be handy for git bisect, but it's not so great
for end users.
--
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=10259
Summary: starting Word 2003 after a successful installation with
an error message
Product: Wine
Version: 0.9.48.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fboudra(a)free.fr
following http://bugs.winehq.org/show_bug.cgi?id=10226 :
I have done a successfull installation using a default install.
By the way, It fails to run Word 2003 with the error message:
There is not enough memory or disk space to run Word.
The message seems wrong on my laptop (around 10G free disk space and 600Mb free
memory)
--
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=10670
Summary: restore the systrayed emule cause the window above all
other windows
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sxzzsf(a)gmail.com
Use openbox as the window manager, while restore the emule which minimized to
the system tray, the window is above all other windows and the state of the
window is _NET_WM_STATE_ABOVE while it should be original value or normal here.
This happened in emule 0.9.49 and 0.9.50.
And it is ok in 0.9.48.
--
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=10009
Summary: QIP: window z-order is still wrong
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thesource(a)mail.ru
This is the remnant of bugs previously fixed.
The first problem is that main window stay-on-top function works improperly -
window does not always stay on top. Enabling stay-on-top just makes the window
to appear in front of all windows when restored but it still can be hidden
behind other windows.
The second problem is with smile select form. It appears under message window
instead of above it less frequently than before bug 3997 was closed as fixed,
but still does it.
--
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=9903
Summary: WinRAR with NXServer - black icons
Product: Wine
Version: 0.9.46.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atari(a)gabo.pl
First, this bug is a bit unusual, and I'm not sure if Wine is a problem.
I'm running WinRAR using Wine remotely using NXServer with Windows NXClient.
All icons in WinRAR toolbar look like there is only black mask drawn. Icons in
other windows (as far as I checked) look ok.
--
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=11104
Summary: Dance Praise 2: Does not respond to input
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
URL: http://dancepraise.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexperrier(a)superk.ca
When pressing any of the buttons on a first or third-party pad, the game acts
as if no buttons are pressed. Game can only be played with keyboard, but would
normally support pad.
--
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=10268
Summary: Robot Wars: Arena of Destruction: Application fails to
set original resolution on app quit
Product: Wine
Version: 0.9.48.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
When exiting the game, screen resolution does not return to normal. To
reproduce, exit the game.
--
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=9555
Summary: Wine crash when I run Stata 10
Product: Wine
Version: 0.9.44.
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hsuarezc(a)unsa.edu.pe
I have run Stata 10, but when I do click in help, the system crash and close.
The next commands were shown in the terminal:
I use wine 0.9.44 and I use Ubuntu 7.04
hebert@hebert-laptop:~$ env WINEPREFIX="/home/hebert/.wine" wine "C:\Archivos
de programa\Stata10\wsestata.exe"
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 53 (X_CreatePixmap)
Serial number of failed request: 19050
Current serial number in output stream: 19381
Could you help me.
Hebert Suarez Cahuana
--
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=9589
Summary: Static / Scratchy Sound with OSS in Call of Duty
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brian(a)brianvuyk.com
With the recent upgrade to 0.9.44, the sound in Call of Duty turned very
static, white-noiseish. Sorry I can't describe better.
No other system changes have been made between last known working version
(0.9.41, tested yesterday) and bug version (0.9.44, tested today).
Sound driver is OSS. Previously, sound was flawless.
--
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=11011
Summary: Call of Duty 1.0 doesn't run after install.
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: twildt(a)gmail.com
Created an attachment (id=9995)
--> (http://bugs.winehq.org/attachment.cgi?id=9995)
output from running "wine codsp"
Call of Duty 1.0
Suse Linux Enterprise Desktop 10 sp1
I installed using this installer
http://mirrors.ecology.uni-kiel.de/games/liflg/wine/call_of_duty/
Everything installed just fine.
When I run the program, it starts the program and gives me the popup screen
that tells me "It appears that Call of Duty did not quit properly the last time
it ran." I hit yes or no and I get the same attached error.
--
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=10444
Summary: Wine's winhelp.exe does not behave like the Windows
version
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Hi,
When the Windows Help program (WINHLP32.EXE) is started without a command-line
argument, the Help window and a file open dialog box appear. (That is true at
least under Windows 95.)
When the Wine winhelp.exe is started without any arguments no file open dialog
appears.
--
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=9862
Summary: Regression? - Sibelius does not start up anymore
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the_gamester28(a)msn.com
Cannot run Sibelius, fails to load. Can however, now run the installer
(couldn't do so before, so had to run from a Windows installation, which worked
perfectly because I don't think Sibelius needs many dlls, but now nothing
starts up 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=9488
Summary: Old bug with fullscreen resolution using DirectX
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olamedia(a)gmail.com
This is a really very old bug.
In Half-Life(1)/mods, then you settting video mode to using of directx,
resolution is changing, but only for "virtual desktop", and real resolution is
setting to about 640x480. No scrolling is available. Doesn't matter which
resolution is choosed in game.
So this bug restricts to use only gl mode in this games.
--
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=9394
Summary: Work folder on ShellExecute and CreateProcess
Product: Wine
Version: 0.9.33.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vexorian(a)gmail.com
I used to make some windows app , I tried to make them work correctly on WINE,
noticed gltiches and things that made me unable to use them.
They rely heavily on executing other programs, that's where the problem comes
from, I as a winapi developer made some mistakes that didn't stop the apps from
working correctly in winapi but affected them on WINE.
Specifically the work folder (current directory/directory) arguments in both
ShellExecute and CreateProcess :
- WINE and winapi support ".\\" correctly.
- WINE however does not support "." while winapi does.
- Apparentally WINAPI accepts NULL and assumes it means ".\\" but WINE does
not.
After fixing the code in my apps to use ".\\" there they began to work
correctly, I figured this bug may affect some other applications so I am
reporting it.
--
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=11091
Summary: Steam disables audio until system restart
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: delnar.ersike(a)gmail.com
Created an attachment (id=10114)
--> (http://bugs.winehq.org/attachment.cgi?id=10114)
The output leading up to the bug
When entering Steam, all sound is disabled on my system. Sound just doesn't
work at all until I restart the computer. I also noted that the ALSA driver
section in winecfg has disappeared, even if I am sure I have the ALSA driver
installed on my system.
--
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=11214
Summary: configure does not recognise libncursesw
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dj(a)lucasit.com
I believe that this is trivial, but I'm not sure. My current build does not
have libncurses, but libncursesw. Configure complains. Whether they are
completely compatible, I don't know. I haven't even taken the time to research
what curses brings to the table for wine. My trivial severity above might not
be so...if nobody comments in the next few days, I'll give it a go at munging
the autotools and see what happens.
--
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=10967
Summary: Axis & Allies does not start
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: torgeriedel(a)web.de
Launch of game fails with the following error: LIB_InitVideo: ERROR 0x80004001
SetDisplayMode Failed!
--
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=10673
Summary: Gnome panel bars overlap Halo in fullscreen mode
Product: Wine
Version: 0.9.50.
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
Created an attachment (id=9500)
--> (http://bugs.winehq.org/attachment.cgi?id=9500)
Image of the overlapping bars
When running Halo in fullscreen mode, the Gnome panel bars overlap the game
while fullscreen.
Note that this isn't http://bugs.winehq.org/show_bug.cgi?id=7771 as am I not
using Composite. It's not http://bugs.winehq.org/show_bug.cgi?id=3312 either as
the games that effected (Fahrenheit, etc) now seem to work fine, so it must be
something else causing this issue, unless it IS somehow still bug 3312 (but
then why would most apps work and one not?).
--
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=10667
Summary: Derive 6.10 - Input from keyboard - Regression to 0.9.39
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lorimz(a)gmail.com
I am using wine version 0.9.39 with derive 6.10 and it works flawlessy.
wine versions >0.9.39 have a severe problem with keyboard input (tested with
.46, .49, .50):
- wine 0.9.39 => write "x^2" (or anything else with 2+ chars) in derive => the
input is recognized
- wine 0.9.(46|49|50) => write "x^2" in derive => only "x" gets recognized
starting wine from the console doesn't show any useful info - it just displays
a warning "fixme:richedit:RichEditWndProc_common EM_SETEDITSTYLE: stub" that
also shows up in 0.9.39 so it should not be the point
You can download a trial version of derive 6.10 at
http://www.chartwellyorke.com/D6setup.exe
--
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=10441
Summary: Age of Empires III (3): freezes then dies after a couple
of clicks
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Jean.Emploi(a)free.fr
Created an attachment (id=9148)
--> (http://bugs.winehq.org/attachment.cgi?id=9148)
last error messages displayed on console
+++ This bug was initially created as a clone of Bug #10185 +++
AOE3 should not freeze at start of a new game after only a couple of clicks on
characters.
I installed AOE3 (probably 1.12 version or more recent) following the howto
instruction found in AppDB). As the installation process could not be pursued
until its end, I had to copy an existing AOE3 file structure from a Windows XP
to my ubuntu drive. I also used a nocd fix (one for 1.12 version). I could then
launch the game (wine age3.exe), see and hear the intro cinematics, use the
main menu and start a new game (1st as well as 2nd tutorial). I could see the
background and first units and move the screen around. But I could not click
more than twice anywhere (especially when clicking on a unit for selecting it).
The game would freeze and error messages would be displayed in the console.
Than aoe3 dies. See attachment.
--
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=9561
Summary: huge bitmap creation solidworks
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: denis.bonnenfant(a)diderot.org
When using solidworks 2007, sometimes a big slowdown occurs, with aprroximately
2Gb of memory allocated, causing lots of swapping. 1 or 2 minute later, the
memory is freed, and everything is normal.
the problem occurs for example when clicking on a tool button on the sketching
toolbar.
logs show that huge bitmaps are allocated (10000x10000x24bpp), causing this
problem. sometimes SetWindowsPosition is also called with a +- 10000 value on
X
or Y
The problem is not related to the opengl child windows problem, as it occurs
with or without 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=9658
Summary: Gecko downloaded hangs when trying to install Framemaker
8
Product: Wine
Version: 0.9.44.
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
If the Framemaker setup is run on a wineprefix that have no Gecko installed it
will try to download it to display the EULA. However the will hang at about
20%.
--
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=11087
Summary: Grand Robert v1 vertical slidebar problem
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: momo33(a)operamail.com
There is a bug with Grand Robert v1.4 (French dictionary)
The program runs fine, except for one detail. When a word is selected
a window pop up with the meaning of that word. If that window is too
small for the text, the vertical slide bar fails to appear. When resizing
the window, the slide bar appears. This can be a wine problem or GR
problem; I do not know.
wine-0.9.52 on Debian Etch
Le Grand Robert Electronique - Ver. 1.4
No changes are made in the default configuration of 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=10418
Summary: [regression] Flatout 2 now unplayable
Product: Wine
Version: 0.9.49.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: earcar(a)gmail.com
I noticed a regression in version 0.9.49 of wine.
In the past releases Flatout 2 worked very well under wine, but now is
unplayable:
cars doesn't have bodies, and in game is all too crap.
With 0.9.48 i haven't any problem :)
--
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=10869
Summary: install game failed (master of olympus)
Product: Wine
Version: 0.9.51.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: didier.fabert(a)free.fr
I cannot install the 'master of olympus' games with the 0.9.51 version because
of 'err:ole:CoGetClassObject no class object' error.
Works fine with 0.9.50 :-)
--
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=9543
Summary: Heroes Of Might And Magic 4 crashes to desktop
Product: Wine
Version: 0.9.44.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oldaker(a)comcast.net
Created an attachment (id=7916)
--> (http://bugs.winehq.org/attachment.cgi?id=7916)
error log
After launch, the opening splash page starts and then the application exits to
the desktop.
--
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=10764
Summary: iTunes uninstaller
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bskaplan14(a)yahoo.com
Created an attachment (id=9612)
--> (http://bugs.winehq.org/attachment.cgi?id=9612)
The printout when I try to uninstall iTunes
I installed iTunes 6.0.5, then accidently set it so that it wasn't emulating a
virtual desktop. When I switched it back, iTunes stopped working. The biggest
problem, however, is that unistaller is unable to install it
--
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=11272
Summary: Drop down menu doesn't work
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: feydreva(a)lsu.fr
I have this bug using poker star.
While doing a deposit using eCheck on the cashier menu.
PS ask you some information, and there is a form to fill out.
the 2 drop down menu doesn't work properly
(1 is called gender... and as Male, female, and the second one is for the type
of ID you are using Driving license or passport)
To get this drop down menu to work, you need to select them, use the Up/Down
arrow to select the item you want, and press Tab to go out of the field.
--
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=10278
Summary: color depth problem
Product: Wine
Version: 0.9.48.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mina(a)onminds.org
I have an application that was working fine on wine 0.9.47 but not working on
0.9.48
it refuses to run with message "Please set your desktop color depth to 16 bit"
please give more care to games because all other programs we can find linux
alternatives to them except games.
--
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=11378
Summary: Civilization 4 crashes during long gameplay, the CPU
simply stops.
Product: Wine
Version: 0.9.44.
Platform: PC
URL: http://rapidshare.com/files/87380338/bugs.tar.gz.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: svippy(a)gmail.com
After playing Civilization 4 (no expansion packs, newest patch version) for a
long time, the game becomes a lot slower, but also freezes at random times.
These freezes result in game stopping entirely, and the CPU load vanishes
(during gameplay CPU is at 100%).
The log is long - I admit. But I was suggested to add +d3d to the WINEDEBUG
environment. The information just prior to the crash can be found at the end.
I have removed redundant lines and replaced them with the amount of times they
appear minus one.
My apologies if similar issues have been spoken of before.
P.S. I use this older version of WINE because it was suggested it would work
better with Civ4.
P.S.S. The URL is the link to the tarball of 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=10988
Summary: 0.9.52 World In Conflict exits after pressing cancel
button.
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daryll_26m(a)yahoo.com.ph
CC: stefandoesinger(a)gmx.at
I was able to play "World In Conflict" using 0.9.51.
But when upgraded to 0.9.52, the game exits after pressing the cancel button.
I git bisected the cause and found the commit is "winex11: Activate the
depth-bpp difference.".
I changed my X display settings from 16bit colors to 24bit colors and was able
to play the game again.
I have bought a license of codeweaver even though it could not play WIC but
WINE could. Thanks a lot for the great software.
Note the game will not play properly in VISTA.
Cheers,
--
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=11263
Summary: Counter-Strike does not run under PC-BSD
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Under PC-BSD versions 1.4 , 1.4.1 and 1.4.1.1 Counter-Strike does not run.
The game starts in menu mode, connects to servers, but reports error that it
cannot locate necessary files such as models etc. The same installation works
well under Linux. The game also runs normally in Half-Life mode.
--
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=9480
Summary: Inserting image which is on a "outside" wine path mapped
drive
Product: Wine
Version: 0.9.44.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vecnix(a)gmail.com
in my wine config I have a mapped drive for my home dir in linux to drive H
when trying to insert an image from drive h: dreamweaver core dumps
verified 3 times
--
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=10751
Summary: Paint Shop Pro 7 broken
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martinpd(a)roadrunner.com
Paint Shop Pro 7 previously worked under Wine .9.47 but now will not even
install under Wine .9.50. It would be even better if Paint Shop Pro X2 (the
current version) would install.
--
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=10704
Summary: Canon Net ScanGears doesn't work
Product: Wine
Version: 0.9.25.
Platform: PC
URL: http://160.114.33.20/~kovzol/canonnetworkscangears.txt
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kovzol(a)gmail.com
I tried to install Canon's Network ScanGears under Wine because no native
driver exists for the Canon IR2200 copier (printer/scanner). Although the the
SgTool.exe properly works and finds the SNMP based network copier, the scanner
utility (CANOIT32.EXE) doesn't. I also send this bug report to Canon.
--
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=10064
Summary: Multiple threads cause page to expand sideways
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=5391
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d.c.ddcc(a)gmail.com
An example is on the Silkroad Online entry where a recent discussion has caused
the entire webpage to expand sideways so that the page is impossible to read
without scrolling. For some users who are using a small LCD screen, this bug
makes the page almost unreadable.
--
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=9766
Summary: Does't work usb for Velleman PCSU 1000 hardware.
Product: Wine
Version: 0.9.45.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tok00(a)mail.ru
Created an attachment (id=8199)
--> (http://bugs.winehq.org/attachment.cgi?id=8199)
Wine log
Software link:
http://www.velleman.be/downloads/files/downloads/pclab2000se_3_03.zip
Drivers link:
http://www.velleman.be/downloads/files/downloads/pcsu1000_usbdriver_106.zip
Step to Reproduce:
1.Plug PCSU1000 device to USB port.
DMESG:
usb 2-8: new full speed USB device using ohci_hcd and address 4
usb 2-8: configuration #1 chosen from 1 choice
2.Start pclab2000se software.
3.Check PCSU1000 in hardware choice.
4.Wait when application started.
Actual result:
Wine message: DLPORTIO.SYS device driver not loaded. Port I/O will have no
effect.
pclab message: Access violation 004c4b8e in module 'PCSU1000.EXE'. Read of
address 00000044.
After closing messages:
1 UI is started
2 pclab message No hardware response! Please make sure the USB cable is
connected. If Connected ... and so on.
Expected result:
Device should be connected.
Log in attach.
--
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=10359
Summary: Steam with incorrect cursor position.
Product: Wine
Version: 0.9.48.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P4
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: josh(a)devxt.com
When using Steam, the cursor is not close to where it actually should be, seems
the X/Y placement is off and I am not sure if it is like that in game or not so
far. Its just really hard to click anything in steam with this problem. This
is running on Kubuntu 7.04 x64.
--
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=11209
Summary: Teach Me Piano: "syslevel.c: Win16Mutex" wait timed out
Product: Wine
Version: 0.9.5.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mark(a)lanfear.net
I'm trying to run "Teach Me Piano."
(http://www.turtlebeach.com/products/teach-me-piano/home.aspx)
It looks like there is a deadlock. On line 72587 of the attached log:
72587 000f:err:ntdll:RtlpWaitForCriticalSection section 0x7ef0fca0 "syslevel.c:
Win16Mutex" wait timed out in thread 000f, blocked by 000c, retrying (60 sec)
The options I used were WINEDEBUG=+relay,+seh,+tid.
Please let me know what I could do to help track down this bug.
--
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=10907
Summary: getch() function does not get arrows, home, end, ins
etc.
Product: Wine
Version: 0.9.51.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail2benny(a)gmail.com
Created an attachment (id=9820)
--> (http://bugs.winehq.org/attachment.cgi?id=9820)
The program which exploits the bug
The getch() function does not get arrows, home, end, ins etc. in wine console.
I've written a program which exploits the bug, run it on wine console and on
Win Vista or some other Win versions (not tested) and press some arrows or home
or something. You'll get the picture. I hope :)
The program is compiled in Dev-C++ 4.9.9.2
It uses conio.h and libconio.a (which will be uploaded in a zip)
Source will be uploaded too, although its fairly small
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.