http://bugs.winehq.org/show_bug.cgi?id=30641
Bug #: 30641
Summary: wine silently replaces requests for thexture formats
not supported by hardware with invalid requests
Product: Wine
Version: 1.5.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)gmail.com
Classification: Unclassified
When running a d3d application using s3tc on drivers that don't have support
for that texture format wine gives lots of complaints like:
err:d3d_surface:surface_allocate_surface >>>>>>>>>>>>>>>>> GL_INVALID_VALUE
(0x501) from glTexImage2D @ surface.c / 2566
err:d3d_surface:surface_upload_data >>>>>>>>>>>>>>>>> GL_INVALID_ENUM (0x500)
from glTexSubImage2D @ surface.c / 2349
GL trace shows:
37923 glTexImage2D(target = GL_TEXTURE_2D, level = 0, internalformat = GL_ZERO,
width = 64, height = 64, border = 0, format = GL_ZERO, type = GL_ZERO, pixels =
NULL)
37923: warning: glGetError(glTexImage2D) = GL_INVALID_VALUE
This is totally useless and bogus.
1) no message is logged about the application using a format that is not
supported.
2) bogus format is used instead so nobody outside of wine can figure out WTF it
is the application tried to do that did not work.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37773
Bug ID: 37773
Summary: Handel-C compiler extremely slow under WIne compared
to Windows
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: felix.huber(a)schyf.de
Distribution: ---
Handel-C (a C to FPGA synthesis tool) compiles a typical design in 15 minutes
when using Win 7 in a Virtualbox.
When run under wine, no special error messages appeared, but after 10h the
compilation was still not finished and I aborted it.
I re-ran it with operf and stopped after some 15minutes. The result was that
95% of the time was spent in heap.c of ntdll.dll.so in function
HEAP_FindFreeBlock.
So I ran wine with WINEDEBUG=trace+heap,+relay and I see a lot of malloc() and
free(), but execution is so slow that I can't really see what's going on.
The problem might not be related to Handel-C but the way wine manages the heap,
as I see also lots of malloc/free with other windows applications, even when
they're idle.
Tests were done with Opensuse 64bit 12.3, 13.1 and 13.2 with Kernel from 3.11
to 3.18, all with the same slow performance.
The setup was always a clean installation with only MFC42 installed with
winetricks, as this was needed by the app. No differences were found when
switching between native and builtin MSVCRT dlls.
I wonder how I can narrow down the cause of this poor performance.
--
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=30182
Bug #: 30182
Summary: SuperPower 2 demo installation aborted
Product: Wine
Version: 1.4
Platform: x86
URL: http://www.gamefront.com/files/3631719/SuperPower_2_De
mo
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: hans(a)meelstraat.net
Classification: Unclassified
Regression SHA1: fa2420d6960df77d6073e3666d375936c5999fe7
Created attachment 39392
--> http://bugs.winehq.org/attachment.cgi?id=39392
terminal output
Near at the end of the install process I get the following error message:
"Feature transfer error - Error: -1603 Fatal error during installation."
Afterwards the installer reverts all changes.
Installation works with Wine-1.4 but not with wine-1.4-284-gc5faf15.
fa2420d6960df77d6073e3666d375936c5999fe7 is the first bad commit
commit fa2420d6960df77d6073e3666d375936c5999fe7
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Mon Mar 12 12:26:34 2012 +0100
msi: Perform a case insensitive match on filenames from cabinets.
:040000 040000 6b7210c4e9372efd6a5d2ad5b1d9d99eecf57a45
55e5b3a84d2e1c72443ba9bbe2cf295098f8c5b2 M dlls
The reverted patch fixed the problem.
--
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=19350
Summary: right click context menu requires multiple left
clicks, and multiple selections (control-or-shift)
selecting is buggy
Product: Wine
Version: 1.1.25
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)tehk.org
When using flashfxp, connecting to a remote ftp site and then a list of the
files/folders on the remote site will appear.
At first, when an attampt is made to select multiple files (while holding
control or shift to select them) several clicks on a single file must be made
first in order to then complete this action.
secondly, when right clicking and bringing up a context menu, it requires 2
left clicks on any item in the menu to select that action versus the standard
one click.
--
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=18787
Summary: Implement interlocked.c for Solaris/x86 using Sun C
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Solaris
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: baggett.patrick(a)gmail.com
When compiling Wine from source tarball on Solaris 10 5/09 with Sun Studio 12
cc I get the following message:
"You must implement the interlocked* functions for your compiler"
Sun C uses the same inline assembly language format as GCC, so simply changing
line 27 at top of libs/port/interlocked.c to read:
#if defined(__GNUC__) || defined(__SUNPRO_C)
causes it to successfully compile using the inline assembly. Given the trivial
nature of this, is there any way this can be merged?
--
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=12553
Summary: Toolbars misplaced, hidden
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tarasov.igor(a)gmail.com
Created an attachment (id=12122)
--> (http://bugs.winehq.org/attachment.cgi?id=12122)
WINEDEBUG=+toolbar,+listview,+themingcombo wine 0.9.59 log
Here are two screenshots:
Wine being run with MS comctl32.dll, the same thing you see in Windows:
http://polosatus.ru/wine/toolbar_reference.png
And wine running with it's own version of comctl32:
http://polosatus.ru/wine/toolbar_bug.png
First of all, disappeared toolbar at the middle of screenshot.
Also, notice misplaced right toolbar. It is misplaced to left a bit. I suppose
both bugs are related.
Seems that developers have used some undocumented features, as log has this:
warn:toolbar:TOOLBAR_SetBitmapSize 5 buttons, undoc increase to bitmap size :
16-15 -> 20-20
and this:
warn:toolbar:TOOLBAR_SetBitmapSize 6 buttons, undoc increase to bitmap size :
20-20 -> 16-16
several times.
I've supposed that WINEDEBUG=+toolbar,+listview,+themingcombo should be enough
for initial 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=31741
Bug #: 31741
Summary: python-2.7.3.amd64.msi fails to install
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tahoar(a)gmail.com
Classification: Unclassified
I tried installing Python 64-bit 2.7.3 on wine1.5-amd64. The installer loads
but will not progress after the introduction page. When clicking "continue",
the installer does nothing. Clicking "cancel" exits the installer.
--
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=34893
Bug #: 34893
Summary: LaTale Launcher gives WSASocketW Failed to create a
socket of type SOCK_RAW, this requires special
permissions
Product: Wine
Version: 1.7.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iyeru42(a)gmail.com
Classification: Unclassified
tried using the regnum fix:
sudo setcap CAP_NET_RAW=ep /usr/bin/wine
sudo setcap CAP_NET_RAW=ep /usr/bin/wineserver
sudo setcap CAP_NET_RAW=ep LaTaleLauncher.exe
Also applied it to the ogplauncher, Still gave the error.
LaTale also requires GC_DONT_GC=1 before the wine command on the downloader for
the client, since it's pandomediabooster.
Get the client here: http://latale.ogplanet.com/en/download/client.og
Pastebin: http://pastebin.com/FTT71zb1
--
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=15864
Summary: window size has reversed width and height
Product: Wine
Version: 1.1.7
Platform: Other
URL: http://jeffz.name/dvt-fc2.exe
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Created an attachment (id=17001)
--> (http://bugs.winehq.org/attachment.cgi?id=17001)
Windows-vs-Wine
This small program seems to have its width and height mixed up under Wine. The
attached screenshot shows the program running under windows (top) and under
Wine (below)
--
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=23327
Summary: Caesar 3: autorun image missing
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felipemoraesbr(a)gmail.com
I´m using Ubuntu Lucid Lynx with nvidia 9500 GT video card, my caesar 3 is br
version, but i do not know if this matters.
Will try to post some kind of log later.
--
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=30141
Bug #: 30141
Summary: 1848 (strategy game) becomes unresponsive after the
first mouse click
Product: Wine
Version: 1.4
Platform: x86
URL: http://www.gamershell.com/download_17042.shtml
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Classification: Unclassified
Regression SHA1: 94c0da184e18252ca2df7f9f462e9a4df9c5f2df
1848 is a freeware, historical strategy game taking place during the Hungarian
Independence War of 1848/49. The next game from the developer is also affected
by this bug (For the Glory!).
The problem: a new game can be started from the menus, but as soon as I click
with the mouse on the game screen, the game becomes unresponsive: music and
animations keep playing but the game no longer responds to mouse or keyboard.
Terminal output isn't too informative:
>fixme:win:EnumDisplayDevicesW ((null),0,0x32ec20,0x00000000), stub!
>fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16
>fixme:ddraw:ddraw7_WaitForVerticalBlank iface 0x14dc08, flags 0x1, event (nil) stub!
The problem appeared in Wine-1.3.34 and is still present as of
wine-1.4-78-g94953f1.
94c0da184e18252ca2df7f9f462e9a4df9c5f2df is the first bad commit
commit 94c0da184e18252ca2df7f9f462e9a4df9c5f2df
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Thu Dec 1 07:31:41 2011 +0100
wined3d: Create a PBO in surface_load_location() even if SFLAG_INSYSMEM is
already set.
In the longer term, sysmem and pbo should be separate resource locations.
:040000 040000 0ea129726096c1508557eacfc8272cf884f0c61b
4e1bfdfeccfc95e0b700f75d6841dbb7cc1889da M dlls
Other bugs related to this commit: bug #29287, bug #29613.
Although the commit can be reverted cleanly on current git, I noticed that
- reverting on 1.4 doesn't fix the problem for some reason
- reverting on 1.3.37 does fixes the problem
Steps to reproduce the problem:
1. install the game as usual.
2. start the game with 1848.exe
3. in the main menu choose <Single Player>, then select the Tutorial Campaign
and click on the <Start> button, located in the lower right corner of the
screen.
4. close the Events window and left click anywhere on the main game screen (not
on the minimap). The game no longer responds to mouse or keyboard input.
Fedora 16
Nvidia 250 / driver 290.10
X.Org X Server 1.11.4
--
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=31829
Bug #: 31829
Summary: Ad Astra fails to start when music enabled
Product: Wine
Version: 1.5.1
Platform: x86
URL: http://www.gamedev.net/page/community/gds/view/_/actio
n/ad-astra-r174
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: minor
Priority: P2
Component: directx-dmusic
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: aeikum(a)codeweavers.com
Classification: Unclassified
Regression SHA1: 5e522a1d1c7c84a4c89f67770ff391f05662d35b
Created attachment 41888
--> http://bugs.winehq.org/attachment.cgi?id=41888
terminal output
Ad Astra is a freeware space exploration game. On startup the game shows a
black screen for a moment, then it quits (without a crash dialog/backtrace).
Steps to reproduce the problem:
1. unpack the archive and start the game with AdAstraDX9.exe.
According to my testing, the problem appeared in Wine 1.5.1, and is still
present in 1.5.14.
The result of the regression test:
5e522a1d1c7c84a4c89f67770ff391f05662d35b is the first bad commit
commit 5e522a1d1c7c84a4c89f67770ff391f05662d35b
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Mon Mar 19 07:35:17 2012 -0500
dmloader: Don't claim partial success when loading fails.
:040000 040000 29041b7005a7e7e930ca59d3ca0383b696182b6a
0e98b8be7dce48a9b624f758fc36a6e401e335c5 M dlls
Reverting the patch on 1.5.14 fixes the startup problem.
The game uses midi files for background music, some midi files are located in
the /midi directory.
Running Timidity before starting the game doesn't help.
As a workaround for the startup problem, either remove those midi files or
install native directmusic via winetricks.
Let me know if you need a debug log (+dmloader,...)
--
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=25229
Summary: rejected test cases never go back to queue
Product: WineHQ Apps Database
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: virtuousfox(a)gmail.com
when test case is rejected instead of outright deleted it does not go back into
queue to be reviewed even after being edited by submitter.
this issue was discussed sometime year or two ago but apparently never was
fixed.
example here: user have submitted result and it got rejected for better
detailing, it was edited by submiter and mail notification was sent to me.
"test result" is
http://appdb.winehq.org/objectManager.php?sClass=version&iId=4976&iTestingI…
but it not anywhere in my queue list. i want to reject it second time anyway
since submitter didn't bothered to read damn notes and howtos at app test page
again or look at other, proper submits but i can't even do that now since it's
not in queue and i can't do anything with it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37830
Bug ID: 37830
Summary: SteuerSparErklärung 2015: Installing with the
"USB-Installation" method fails
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jre.winesim(a)gmail.com
Distribution: ---
Created attachment 50377
--> https://bugs.winehq.org/attachment.cgi?id=50377
Terminal output (fixme+all,err+all)
Background:
===========
SteuerSparErklärung (SSE) is a german tax program. It offers a "portable"
installation method called "USB-Installation". Beneath the installation on a
flash drive, this method especially targets a privacy oriented installation. If
no external flash drive is connected, the internal hard drive is used, but the
program is installed to a separate folder (i.e. not in "Program Files") and no
registry entries are made.
Bug description:
================
I've put translations in [brackets].
The installation of SSE 2015 with the "USB-Installation" method fails. The
installer displays an error message:
Fehler bei der Installation [Installation error]
Path not found
(Fehler code: 3) [Error code]
Die Installation von SteuerSparErklärung 2015 Portable wird abgebrochen. [The
installation of "SteuerSparErklärung 2015 Portable" is getting cancelled."]
I attached the terminal output (fixme+all,err+all).
Further information:
====================
It doesn't matter if a USB flash drive is connected (and seen in wine as drive
E:) or not. Not connecting one is perfectly ok under windows.
SSE2015 officially supports WinXP.
The following line is only shown for this installation method, but not for the
default (no idea if it is relevant):
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0
func=500 method=0)
If I try with wine as Win7 I additionally get these lines (again not claiming
that they are important):
fixme:shell:SHGetLocalizedName L"C:\\users" 0x33f2da 260 0x33f2cc: stub
fixme:shell:SHGetLocalizedName L"C:\\users\\jens" 0x33f2da 260 0x33f2cc: stub
fixme:shell:SHGetLocalizedName L"C:\\users\\jens\\My Documents" 0x33f2da 260
0x33f2cc: stub
fixme:shell:SHGetLocalizedName L"C:\\users\\jens\\My
Documents\\Steuerf\00e4lle" 0x33f2da 260 0x33f2cc: stub
So far I could not find a workaround. For other reasons I normally use
"winetricks crypt32 riched20 vcrun2013" for SSE 2015.
System:
=======
Debian GNU/Linux 8.0 "Jessie" x86_64 + Debian's wine-development 1.7.33-1.
New, clean wineprefix.
The problem also exists under wine 1.6.2 and other distros (Arch Linux x86_64,
Peppermint Five).
Reproduce:
==========
Download installer (206 MB):
http://www.steuertipps.de/gateway/softwareGateway.cfm?folder=demo&filename=…
sha1sum SSEStandard_20.24.112.exe
3349b7b79d7ae71194fe75488233400da89be73b SSEStandard_20.24.112.exe
Short version:
--------------
OK
Installation starten
USB-Installation
OK
Weiter
Weiter
Tick "Testversion installieren (mit Lohnsteuer-Ermäßigung)"
Weiter
Choose "Ich akzeptiere die Bedingungen der Lizenzvereinbarung"
Weiter
Long version:
-------------
- Click "OK" in "WinZip Self-Extractor" [... Keep all windows open until the
installation is complete! ...].
- Click "Installation starten" in the next window (SteuerSparErklärung 2015:
Installation).
- Click "USB-Installation" [Installs on a USB flash drive] in the next window
(Installation >SteuerSparErklärung 2015<).
- Confirm "Informationen" [No storage device was found at the USB connector!
Hard disk C: was chosen as drive for the installation. Click on "Ändern"
[Change] in the installation window, to select another drive.].
- Click "Weiter >" [Continue] [this installs to
C:\SSE2015Portable\App\Steuerprogramm] in the next window (USB-Installation).
- Click "Weiter >" [Continue] in the next window (USB-Installation/Hinweise zur
USB-Installation) [Hints for the USB installation: the program will be
installed/copied completely to an external medium. There will be absolutely no
data saved on your computer. Therefore usage is possible on any Windows
computer. Installing on USB comes with some limitations: No links on the
desktop, No starter entries, No registration of the file types and therefore no
possibility to open a tax data file with a double click. ... You can always
save your data to a USB flash-drive, even if you've chosen the installation on
a hard drive. ...].
- Tick "Testversion installieren (mit Lohnsteuer-Ermäßigung)" [Install test
version (...)] in the next window (Installation >SteuerSparErklärung
2015</Produkt-Freischaltung).
- Choose "Ich akzeptiere die Bedingungen der Lizenzvereinbarung" [Accept
license] and click "Weiter >" in the next window (Installation
>SteuerSparErklärung 2015</Lizenzvereinbarung). The license text is not
displayed, see bug #37743.
... then the installation starts but finally fails with the error message.
--
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=23045
Summary: Far Cry 2: unexpected exiting of application
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mgavl69(a)juno.com
Created an attachment (id=28591)
--> (http://bugs.winehq.org/attachment.cgi?id=28591)
fc2bugs_builtin_secur32
Far Cry 2 will unexpectedly exit with no backtrace. Mainly this is a problem
encountered when starting a 'New Story',if it doesn't exit on the loading
screen, and going along the first jeep ride. I haven't seen it happen when
'Continuing' or loading from a previous saved game yet.
This is one has been puzzling me since alot of people report this in the
AppDb pages. The component I've been mainly focusing on is the secur32.dll
(builtin & native). Using the native secur32.dll I haven't had any crashes or
unexpected exits at all. Using the builtin secur32.dll the exiting always
happens. See attachments. winedebug=+file,+secur32
Using winedbg hasn't provided any useful info to me to make sense of it but
maybe my winedbg-fu isn't up to par. If you have any suggestions about other
channels / winedbg commands (or example how-to pages/commands) I could look
into to provide some more useful info 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.
https://bugs.winehq.org/show_bug.cgi?id=37968
Bug ID: 37968
Summary: Coupons.com plugin doesn't work
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jmarcellais(a)gmail.com
Distribution: ---
Created attachment 50591
--> https://bugs.winehq.org/attachment.cgi?id=50591
BackTrace log
Attempting to print from Coupons.com with coupons.exe and firefox installed in
Wine
Getting the following error when attempting to print and the site hits the
coupon printer plugin (see attached)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37427
Bug ID: 37427
Summary: Open General Error after playing a Round
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tobi_betsch(a)yahoo.de
Distribution: ---
Created attachment 49780
--> https://bugs.winehq.org/attachment.cgi?id=49780
Error-Report of Wine
Hi,
when I start the game "Open General" and play a round the Error occurs wich is
underneath. It happens on different maps and Mods.
Can you help me plz?
Tobi
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37142
Bug ID: 37142
Summary: rome total war 2: crashes at start
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: daneker88(a)gmail.com
Created attachment 49364
--> https://bugs.winehq.org/attachment.cgi?id=49364
error report
game crashes when i click play
--
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=35257
Bug ID: 35257
Summary: when wine system tray left click,wine does not draw
top-down menu in correct cordinator.
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matyapiro31(a)gmail.com
Classification: Unclassified
Created attachment 47024
--> http://bugs.winehq.org/attachment.cgi?id=47024
This background was unforcused,not because wine.
System tray apps i tried was only Hidemaru,but it must not hidemaru's own
problem.
When clicked right ,it correctly draw menu.
--
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=34907
Bug #: 34907
Summary: Evernote 5.0.x (all versions) search popup permanently
above all other windows
Product: Wine
Version: 1.7.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: danny(a)orionrobots.co.uk
Classification: Unclassified
Using Evernote 5.0.x (1,2 and 3 have exhibited this on Wine), the search popup
is always on top - above all other desktop windows, and is hard to close.
I usually have to minimize the main Evernote window to make it disappear.
This is seen on FC19 x86_64.
--
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=34585
Bug #: 34585
Summary: Only one System-Tray icon is responsive at a time
Product: Wine
Version: 1.7.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stewved(a)gmail.com
Classification: Unclassified
To replicate:
1 Open any app that has a system tray icon eg. Steam.
2 Open another app that also uses the tray icon.
The first app's icon icon wont register any clicks.
No difference when using the same prefix or different ones.
--
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=33478
Bug #: 33478
Summary: Borderlands 2 on FGLRX compiles a shader every frame.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roboman2444(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
So whenever running Borderlands 2 under wine with FGLRX, I get about 2 fps. It
doesn't matter the resolution, graphical settings, Borderlands 2 config file
edits, or winecfg settings.
Using APITrace, I have concluded that GLCompileShaderARB and GLLinkProgramARB
are being called every single frame, and taking up a lot of cpu time.
This may effect some other games, such as Serious Sam 2 HD, but I don't have
conclusive evidence that this is the problem.
Wine version affected- 2.5.29 and below.
OS- Debian Squeeze x86.
CPU- amd FX8320
RAM- 24GB 1866mhz
GPU- dual 6970's. Crossfire disabled for wine.
Drivers- FGRLX 13.4. It has happened in previous versions as well.
--
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=33397
Bug #: 33397
Summary: World of Warcraft 5.x, openSUSE 12.3 & Wine 1.5 very
low fps
Product: Wine
Version: 1.5.28
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fakemoth(a)gmail.com
Classification: Unclassified
Wine has very poor performance in World of Warcraft 5.x Mists of Pandaria,
Wine 1.5.x any recent version on high end ATI/AMD graphic cards (D3D or OpenGL,
both 32 and 64bit client), 4 to 5 times slower than reported usually in forums,
to the limit of unplayable, for example 6 frames/s in intensive fights like
Sha, 14 frames/s in major cities on busy realms, with an overal media of 20 fps
on a ATI/AMD Radeon HD 6950/2GB (13.1 vendor driver), 6 core AMD CPU 1055T, 8GB
RAM DDR3, 10krpm WD Raptor, OpenSUSE 12.3 x86_64.
Confirmed also for Ubuntu 12.10 x86_64. No other problems it installs and runs
fine except the FPS issue.
Nothing seems to help. More here:
http://forum.winehq.org/viewtopic.php?f=8&t=17703&p=84834#p84834
and here
http://forums.opensuse.org/english/get-technical-help-here/games/480599-wor…
--
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=32097
Bug #: 32097
Summary: hover menu of QQ2012 contact flushes and randomly
disapears
Product: Wine
Version: 1.5.16
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
Hello,
This is a follow up of Bug 32066.
To reproduce:
1. Download qq2011
http://dl_dir.qq.com/qqfile/qq/QQ2011/QQ2011.exe
2. Install QQ2011.exe
3. set atl80 to native, work around 30512
4. `winetricks -q riched20`, work around Bug 29636
5. `winetricks -q ie7`, work around Bug 29638
6. Start QQ.exe
7. login (be careful of Bug 27468)
accout: 1469264807
Password: winedebug
8. open the main UI of QQ, move the mouse to the "My Profile icon" or one of
the contacts' icon, such as qq-myprofile-hover-menu.png and
qq-contact-hover-menu.png
At this time, a hover menu will popup, such as the two screenshot showing.
9. move the mouse from one icon to anonther icon, for example, move from "My
Profile icon" to "winedebug", or move from "winedebug" to "fracting", and so
on.
Expect Result:
Different hover menu shoud be displayed for each related icon.
Actual Result:
The hover menu usually flushes in a moment and disappears.
--
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=31714
Bug #: 31714
Summary: AutoCAD 2005 pan became unacceptably slow in 1.5.13
Product: Wine
Version: 1.5.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: max(a)veneto.com
Classification: Unclassified
After updating to 1.5.13 the pan command became very slow and jerky.
To reproduce, simply open a drawing and try to pan with middle mouse button.
Up to wine 1.5.12 it was quite smooth and fast, now it's jerky and very slow.
--
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.