http://bugs.winehq.org/show_bug.cgi?id=14531
Summary: IE Print View not working
Product: Wine
Version: 1.1.0
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan.sott(a)anzenberger.com
i'm using a (commercial) applications that outputs data using internet
explorer's print view. unfortunately, this doesn't work - neither when
installing gecko as alternative render-engine. another attempt to get around
this was to install internet explorer (using ies4osx
http://www.kronenberg.org/ies4osx/), but installation fails. i'm using the osx
port of wine in version 1.1
--
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=17625
Summary: Hardware Cursor does not work with OpenGL(look here for
a workaround)
Product: Wine
Version: 1.1.16
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eiffel56(a)gmail.com
Created an attachment (id=19812)
--> (http://bugs.winehq.org/attachment.cgi?id=19812)
A workaround for the non-existing hardware cursor in World of Warcraft
First: This is _not_ a bug of Wine, Blizzard just doesn't implement that
feature. I've created this bugreport to share the workaround.
The workaround is based on the work of
SKLP(http://ubuntuforums.org/showthread.php?t=1051483), I just enhanced it a
bit and posted it here as I don't think developing it in a
distribution-specific forum is a good idea.
This workaround implements a "fake" hardware cursor. You still can't tick the
"Hardware Cursor" option in the WoW settings, but thats not necessary. What it
does is to ignore if the game instructs to hide your normal cursor. In addition
it hides your normal cursor if you press the left or right mouse button. You
can also replace your normal cursor(e.g. to look like the WoW cursor). It ships
a blank cursor for WoW, so the ingame cursor doesn't always lag behind your
normale one. All together, it mostly feels like a real hardware cursor. There
is only one exception: If your WoW cursor would change, e.g. if you're pointing
on an attackable mob, the changed icon will be shown below your normal one. I
think its possible to hide them, but I don't know which filename WoW
expects(have to look around).
I've attached the patch together with four files. The first, blank.blp, is a
blank cursor for WoW. Copy it as "Point.blp" to WOWFOLDER/Interface/Cursor.
This is allowed by Blizzard, its the official way of changing the ingame cursor
icon.
The second one, "normal", is an XCursor you can use. It looks exactly like the
usual ingame cursor. The other two ones are the sources for "normal", you can
regenerate it with "xcursorgen config > normal". I've taken the cursor from
http://zanowin.deviantart.com/art/WoW-Cursors-28331812.
Just set the environment variable "WOW_CURSOR" to the XCursor you want to use,
for example
export WOW_CURSOR="$HOME/.winewow/normal"
If you don't set it, it will use your pre-set cursor.
Maybe someone discovers a way of determining which cursor the game is
displaying(for example, the sword if you're pointing on an attackable mob).
This would end up in an illusion of a real hardware cursor(actually, it would
be a real hardware cursor).
--
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=17607
Summary: Keyboard disabled
Product: Wine
Version: 1.1.14
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dserbes(a)email.nbc.edu
I'm running a fresh install of Fedora 10, with wine 1.1.14 from the repository,
installed through the package manager. My Keyboard (Microsoft Natural
Multimedia) is accurately identified in Fedora, and works properly with all
Linux apps. It is completely disabled in Wine, even in the "Wine Configuration"
tool.
--
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=17133
Summary: Impossible to start roller coaster tycoon 3 demo
Product: Wine
Version: 1.1.4
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: FlyingPC(a)laposte.net
Created an attachment (id=18985)
--> (http://bugs.winehq.org/attachment.cgi?id=18985)
Error message
When I try to launch the demo of RCT3. Wine crash with the message in
attachment.
The command I launch is :
"wine "c:\program files\atari\rollercoaster tycoon 3 Demo\RCT3.exe""
I read that others had the same problem but, I didn't found any solution.
--
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=19472
Summary: EVE Online avatar rendering sometimes crashes
Wine(regression)
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eiffel56(a)gmail.com
Created an attachment (id=22634)
--> (http://bugs.winehq.org/attachment.cgi?id=22634)
Reverses 401e99b0c074af848379b2602df37fb1e6c7536b hunk 1
This bug is a regression and affects only current git, 1.1.26 release is fine.
A regression test turned out that hunk 1 from commit
401e99b0c074af848379b2602df37fb1e6c7536b causes this problem. Manually
reversing it on current git solves it for me. Reversing it via "git revert" or
something similiar won't work as we don't have
IWineD3DDeviceImpl->activeContext anymore. The attached patch applies to latest
git, reversing 401e99b0c074af848379b2602df37fb1e6c7536b hunk 1.
I don't know why the entire code was removed. Is there an equivalent somewhere?
Or should it be impossible to reach that point? I'm not that into the code.
If not, and we decide to add the code again, we should probably also add hunk
2.
How to trigger:
1. Log in(may crash here already as EVE has to render up to 3 avatars).
2. Open the "Help" window on your Neocom, choose "Suppport" Tab and click on
"Show carreer agents".
3. Close and open the carrer agent window a few times until you get a backtrace
;).
--
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=19318
Summary: Word Viewer 2003 - installs extra files?
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?Family
Id=95E24C87-8732-48D5-8689-AB826E7B8FDF&displaylang=en
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: amaciel81(a)gmail.com
On wine:
C:\users\user\Application Data\Microsoft\Installer\{90850409-6000-11D3-8CFE-
0150048383C9}
a04d93ff282ca7dd1ab449b52a747cce9f35f3f3 misc.exe
efde746e0d8af423d067babba4764892a07909de wrdvicon.exe
On windows, doesn't exist (it may be a temporary directory and gets deleted on
windows, I haven't checked).
--
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=19266
Summary: POD and Caldari shuttle bad render
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: diafoirus(a)gmail.com
POD and Caldari shuttle have bad render (see screenshots for details).
See white oval in caldari shuttle (here is the bad render)
Sometime when the lights is more directly focused in the affected areas, the
affected parts render correctly, but not always work ...
This was tested with clean .wine directory, and clean Eve install...
Hardware conf:
Amd Phenom X4 9950 Black Edition, 4GB Dominator 1066Mhz Corsair, EVGA 9800 GTX+
in PCI-e 2.0 slot, Wine 1.1.25 compiled, nVidia driver 185.18.14 compiled,
Linux Kernel 2.6.28 (compiled), Audigy 2 ZS Platinum.
--
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=19185
Summary: Word Viewer crash at the end of the installation
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?displa
ylang=en&FamilyID=3657ce88-7cfa-457a-9aec-f4f827f20cac
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=22180)
--> (http://bugs.winehq.org/attachment.cgi?id=22180)
Console log
After it finish the first part of the installation seems like it tries to
install an upgrade but it just shows a crash. Attaching the console output.
--
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=18525
Summary: wine 1.21 - Adobe Reader 9.1 install fails with
'err:msi:msi_cabextract FDICopy failed'
Product: Wine
Version: 1.1.21
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jordan(a)jordanhenderson.com
Created an attachment (id=21175)
--> (http://bugs.winehq.org/attachment.cgi?id=21175)
session output from wine 1.21 running Adobe Reader Installer 9.1 with resulting
FDICopy failure
err:msi:msi_cabextract FDICopy failed
1- Adobe Reader 9.0 was installed on pre 1.21 version of wine.
2- Upgrade to Adobe Reader 9.1 fails with the above error message.
3- Adobe Reader 9.1 will not install.
Notes: Upgrade to Adobe Reader 9.1 was attempted because 9.0 will not print.
Adobe Reader indicates that no pages have been selected for printing even
though that is not the case. The print box shows all pages as selected.
Additionally, I tried to save to file, this fails 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=18519
Summary: eMule crashes scrolling files
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pjf.fra(a)gmail.com
eMule crashes when scrolling up and down the files in Transfers windows.
--
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.