http://bugs.winehq.org/show_bug.cgi?id=23981
Summary: Sudden Strike 2 crashes when exiting main menu
Product: Wine
Version: 1.3.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: devurandom(a)gmx.net
Created an attachment (id=30113)
--> (http://bugs.winehq.org/attachment.cgi?id=30113)
Console log
I started Sudden Strike 2 v2.2 and then exited it again, which resulted in a
crash.
Hardware:
AMD Athlon 64 X2
GeForce 7900 GS
Software:
nvidia-drivers-195.36.31
Sudden Strike 2 v2.2
--
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=16721
Summary: Magic the Gathering hangs often during duel at 100% CPU
Product: Wine
Version: 1.1.11
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=15046
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sick_soul(a)yahoo.it
While playing duels in Magic the Gathering (Microprose) with all expansion
packs and manalink 2.0, the duel often hangs at 100% CPU and needs to be
killed.
This happens so often that the gauntlet is not playable at all.
--
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=12650
Summary: Flash 8: Fonts rendering very slow and no input buffer
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: buzzilo(a)gmail.com
When trying to insert text with many symbols it round turn into hurt cause i
have to wait ~3 sec after input every symbol. Another problem when i typing a
alot of symbols then appear only first. It seems to be there is no input buffer
like in windoze.
In windoze this is also resource eager (100% busy at the same situation), but
more comfortable and responsible.
To solve this we need to use device fonts for static text or turn on outline
preview 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=32873
Bug #: 32873
Summary: Wine unable to install
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d3553(a)hotmail.com
Classification: Unclassified
Wine is unfortunately almost impossible to use.
I first installed wine 1.2.2 from the repository. Then tried to use it to
install MSOffice2003. Didn't work.
Then I uninstalled that wine version and tried installing a newer one.
Impossible. there is a link on your site to wine 1.4. When using the link to
install wine, I get a cryptic message that it is "virtual".
When using the link to 1.5, I get a message that it is not found.
I've now tried to locate it somewhere else on your site. Lot's of referrals,
nothing useful; going in circles or to dead ends.
2 things would improve things a lot:
1: clearly state what version(s) can be used.
2: make those versions available and installable.
--
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=20591
Summary: FIFA 08: crashes when starting a match
Product: Wine
Version: 1.1.31
Platform: PC
URL: http://largedownloads.ea.com/pub/demos/Fifa/08/FIFA08_
PC_Demo.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b.brachaczek(a)gmail.com
CC: stefandoesinger(a)gmx.at
FIFA 08 (also demo version, link in URL) crashes when starting a match (you see
some frames, and when the game is going to show players, it crashes) in Wine
1.1.31 and later (also in current git). This was introduced in this commit:
wined3d: Don't reserve clipping constants needlessly.
author Stefan Dösinger <stefan(a)codeweavers.com>
Tue, 6 Oct 2009 18:59:44 +0000 (20:59 +0200)
commit 8a68f418dbea0967003818e5bbac10e5ffc22512
I added the following code right before the new if..else clause in
dlls/wined3d/arb_program_shader.c in current git:
FIXME("clip_limit: gl_info->limits.clipplanes = %u\n",
gl_info->limits.clipplanes);
FIXME("clip_limit: ctx->target_version = %u (ARB = %d)\n", ctx->target_version,
ARB);
FIXME("clip_limit: use_nv_clip(gl_info) = %d, ctx->target_version >= NV2 =
%d\n", use_nv_clip(gl_info), ctx->target_version >= NV2);
unsigned int __mask = ctx->cur_vs_args->boolclip.clipplane_mask;
FIXME("clip_limit: mask = %u\n", __mask);
FIXME("clip_limit: count_bits(mask) = %u\n", count_bits(__mask));
And got those messages right before the crash:
fixme:d3d_shader:shader_generate_arb_declarations clip_limit:
gl_info->limits.clipplanes = 6
fixme:d3d_shader:shader_generate_arb_declarations clip_limit:
ctx->target_version = 0 (ARB = 0)
fixme:d3d_shader:shader_generate_arb_declarations clip_limit:
use_nv_clip(gl_info) = 0, ctx->target_version >= NV2 = 0
fixme:d3d_shader:shader_generate_arb_declarations clip_limit: mask = 0
fixme:d3d_shader:shader_generate_arb_declarations clip_limit: count_bits(mask)
= 0
And by the way I've also tried adding the following code in place of this
if..else clause in the current git:
clip_limit = gl_info->limits.clipplanes;
if(ctx->target_version == ARB) clip_limit = min(clip_limit, 4);
And FIFA doesn't crash then, but I guess it's not the proper way to fix 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=32535
Bug #: 32535
Summary: Microsoft SQL Server Management Studio Express 2008
installer fails due to unimplemented function
msi.dll.MsiQueryFeatureStateExW
Product: Wine
Version: 1.5.20
Platform: x86
URL: http://www.microsoft.com/en-us/download/details.aspx?i
d=7593
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
Title says it all; to reproduce:
winetricks dotnet35sp1
Work around bug 30681: extract System.Data.SqlXml.dll from dotnet20sp2
installer, overwrite the existing ones in Microsoft.NET/Framework/v2.0.50727
and assembly/GAC_MSIL
Work around bug 15804: apply patches from the bug report, recompile wine
Run installer, select Installation, select New SQL Server stand-alone(...),
keep pressing Next until you see the error.
--
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=15424
Summary: Magic: The Gathering fails to start - 'Exception frame
is not in stack limits'
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
Created an attachment (id=16290)
--> (http://bugs.winehq.org/attachment.cgi?id=16290)
warn+all log
The +warn=all log is attached
--
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=24719
Summary: [Regression] Tray icon stopped working
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: denisgolovan(a)yandex.ru
Hi
Recently (within last 2 months) something changed in tray icon functionality.
I am testing latest git version under kde3.
Linux distribution is Gentoo. Ebuild used is the standard portage wine-9999.
The problem shows like empty (invisible) application icon in tray.
Mouse cursor does change to "standard" Windows pointer when I put "X Window"
cursor to tray.
But no mouse clicks (both left and right) are handled by application.
--
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=16929
Summary: Shogun Total War (demo and warlord ed.): mouse left-
click problem
Product: Wine
Version: 1.1.12
Platform: PC
URL: http://www.gamershell.com/download_4385.shtml
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daol_p(a)gmx.de
In battle mode, "clicking on terrain" does not work, i.e. left-clicks work for
menus (grouping, formation etc) as well as attacking (left-clicking on enemy
troops), but left-clicks do not work when it comes to giving directions and
rearranging armies (making the game unplayable).
This may or may not be related to Bug 10708 (animated mouse cursors), since in
the demo the icon of the cursor sometimes gets "stuck" with the army symbol
(which may be an animation issue). However this icon issue is not present in
the full game, yet the bug is.
--
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=23632
Summary: Starcraft II quits
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: armageddon_96(a)mail.ru
Starcraft II sometimes quits without crash window on map loading.
--
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=31126
Bug #: 31126
Summary: Multicore machines should be configured for the Wine
testbot
Product: WineHQ.org
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Classification: Unclassified
Multicore machines should be configured for the Wine testbot.
I suggest one multicore VM for every Windows version since Win XP.
MfG
Detlef
--
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=30335
Bug #: 30335
Summary: PAF5 help viewer (Gecko) print produces blank page(s).
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmriches(a)ieee.org
Classification: Unclassified
Symptom is a regression between 1.4 and 1.5.0. Application is downloadable,
AppDB page here: http://appdb.winehq.org/appview.php?iVersionId=1706
To install application, check the box to install the "International Unicode
Font". You can uncheck the 'View Getting Started Document Now' box to avoid an
error dialog that the installer can't find WORDPAD.
To run the application, the first time or two, click on 'New' to create a new
file, give the new file any name you wish, and then click on 'cancel' on the
next two dialogs. Once past creating a new file, click on the yellow question
mark in the menu bar on the top. When the help viewer window comes up, click
on 'Print'. Click on the 'Print' or 'Go' button when the print confirmation
dialog comes up.
With 1.4, I get a page that shows the help content. With 1.5.0 and 1.5.1, I
get a blank sheet of paper. I did a git bisect run. I had to skip a few
commits due to "Application has encountered ... needs to close." Here is the
final bisect results:
There are only 'skip'ped commits left to test.
The first bad commit could be any of:
41fb856961449fdb303ec9c1ffa7d6073ff86254
1726427113b141535c2bb9e93879e409b7d00c37
84ed86c4311dcf00b839ccef2b3a613a2b7ecc5c
23c6fddea3251a870e5bdfc2af174f39a3b00493
We cannot bisect more!
--
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=22026
Summary: Symantec LiveUpdate 3.1 refuses to install in NT mode
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=26783)
--> (http://bugs.winehq.org/attachment.cgi?id=26783)
Wine 1.1.40 console output
Symantec LiveUpdate 3.1 refuses to install in NT mode reporting "User is
missing adequate access rights to the Window's registry."
Works fine in Win98 mode.
This specific version does not appear to be available for download but the
license does allow distribution, so I can upload it if needed. May affect
other versions but I haven't got that far yet.
--
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=21761
Summary: Braid demo installer fails to launch Explorer on the
start menu directory it created
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
When you install the demo version of Braid
( http://www.braid-game.com/ points to
http://www.playgreenhouse.com/game/NNONE-000001-01/
which has a free download link,
http://www.playgreenhouse.com/php/public/tracking/downloads.php?sku=NNONE-0…
The sha1sum is
7ea08ddbf5f2fb2f38057d930389b5af7d737e2c braid_windows_r3.exe )
the installer works, but at the end, pops up an error
dialog saying that ShellExecuteEx failed. On Windows, at that point,
Explorer opens to the Start Menu directory holding the shortcuts for
the game.
--
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=19268
Summary: using Radmin: wine stalls if movements/animations in
remote screen
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: noragen(a)gmx.net
using Radmin: wine stalls if movements/animations in remote screen
wine stalls, if there are any animations like movie or gif-animations or sth.
like that on remote screen in full screen control 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=31669
Bug #: 31669
Summary: Not open internal editor of MPLAB 8.40.00.00
Product: Wine
Version: 1.5.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nestorm_des(a)hotmail.com
Classification: Unclassified
I'm a testing gentoo user.
I downgrade to 1.5.11 and MPLAB 8.84.00.00 again functional.
What you do not walk the MPLAB is the internal editor, giving this message:
Unable to create the display plug-in 5VEditor.DisassemblyWnd.1
# nano -w /etc/portage/package.mask
=app-emulation/wine-1.5.12
# emerge -av wine
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild UD ] app-emulation/wine-1.5.11 [1.5.12] USE="X alsa cups fontconfig
gecko gnutls gphoto2 jpeg lcms mp3 ncurses nls opengl oss perl png scanner ssl
threads truetype v4l win32 win64 xinerama xml -capi -custom-cflags -gsm
(-gstreamer) -hardened -ldap -mono -odbc -openal -opencl -osmesa -pulseaudio
-samba (-selinux) -test -udisks -xcomposite" 20,168 kB
Total: 1 package (1 downgrade), Size of downloads: 20,168 kB
Would you like to merge these packages? [Yes/No] y
--
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=23391
Summary: Restore after minimize button does not work
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter.talken(a)telia.com
If I use the "minimize button" the application disappears from screen and task
bar. I can see it with Alt-Tab, but get back to it.
If I reintroduce the patch
http://bugs.winehq.org/attachment.cgi?id=28259
It works again. However, I have to click twice on the task bar twice to see the
application. Otherwise the buttons up to the right (minimize, adjust, maximize)
seems to work OK.
When I double click on the task bar the application does not come back to the
previous maximal size, but to a reduced, but still usable, size.
--
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=20175
Summary: ICSD NIST database demo crashes with multiple oleaut32
errors
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.fiz-karlsruhe.de/icsd_products.html?&L=pzzx
fsodpt
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: acheron(a)front.ru
Created an attachment (id=23781)
--> (http://bugs.winehq.org/attachment.cgi?id=23781)
Terminal output
ICSD NIST database demo (ftp://ftp.fiz-karlsruhe.de/pub/csd/demo/icsd_demo.zip)
installs fine, but crashes with unhandled page fault, when it tries to display
the splash screen. Replacing WINE oleaut32.dll with the one from the program
distribution (file date 26-Jul-2002) solves those problems.
--
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=22079
Summary: Right click menu doesn't appear in one section of
ImgBurn's disc layout editor
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://www.imgburn.com/index.php?act=download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=26907)
--> (http://bugs.winehq.org/attachment.cgi?id=26907)
Terminal output
In ImgBurn's disc layout editor window, right-clicking an item should bring up
a menu with rename, properties, and other options. However, nothing happens
when doing this in the main disc layout view, on the bottom-right (at least
until you try to move the cursor - then you'll run into another bug).
Using winetricks comctl32 makes the menu appear as it should. My log is from
ImgBurn 2.5.0.0, but 2.5.1.0 behaves the same way.
--
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=25170
Summary: application bdgest crash
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gurvan.quenet(a)gmail.com
Created an attachment (id=31930)
--> (http://bugs.winehq.org/attachment.cgi?id=31930)
Crash log
I run an windev application name bdgest. This application crash with an error
in gdi32/dib.c
See the attachment.
Thank's for help me to solve this bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21975
Summary: QuarkXPress Passport 7.0r0 - Regression: didn't show
any content
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://www.quark.com (Version 8)
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: newsletter(a)Schiermeier-Software.de
Created an attachment (id=26683)
--> (http://bugs.winehq.org/attachment.cgi?id=26683)
Testdatafile QuarkXPress Passport 7.0r0
Regression since wine-v1.1.38 up to now (v1.1.40) - in wine-v1.1.37 was
working:
result of my regression test:
---
aa6c4d4e92cdb944e53a0c36819621a6875f1e61 is the first bad commit
commit aa6c4d4e92cdb944e53a0c36819621a6875f1e61
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Sat Jan 23 14:15:43 2010 +0100
configure: Add specific creation macros for the various types of makefiles.
:100644 100644 ce3941e561ec8f3cde50ca78bf170eb1babb05e6
b30e41e0b5c3af75186553099a0053025ca95f9a M aclocal.m4
:100644 100644 01cf3a78f71cf0d4762dae97e30efa57d9068ea0
7d5a29a821c2d5a4d9855274718df77ed12085f1 M configure.ac
:040000 040000 d1bd1e023c24afddd345582dd59cb421b57397da
795ce110d7a0c2500740bb09508ee2f5c4f0fb02 M tools
---
(I don't trust realy in this result - so I include some screenshots and some
testdatas.)
Check attachment: this file was working with all features of Quark in v1.1.37.
--
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=27720
Summary: World of Goo demo rendering problems with builtin
d3dx9_38
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
Now that bug 22236 is fixed, wog runs great with just native msvcp80...
except that without native d3dx9_38, there are two problems
right after you enter your name and click the first level start button
(with mouseover text "The goo-filled hills"):
first, the word 'Summer' should appear on a totally black screen.
but on Wine it appears on top of the previous screen.
second, the next screen (with a button whose mouseover text is 'Going Up'),
should have a light blue background with black letters "Chapter 1: The Goo
Filled Hills", but on Wine, the background is black.
--
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=30174
Bug #: 30174
Summary: winUAE crashes when trying to create emulation window
Product: Wine
Version: 1.4-rc6
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kurtjaeke(a)gmx.de
Classification: Unclassified
Created attachment 39377
--> http://bugs.winehq.org/attachment.cgi?id=39377
Snippet of WINEDEBUG=+all log.
When using winUAE, launching a game does not work, because it crashes when
opening the "emulation" window.
See attached log snippet from WINEDEBUG=+all for more information.
winUAE used to work a year ago (in the devel branch).
--
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=17571
Summary: Williams Pinball Classic crashes on launch
Product: Wine
Version: 1.1.15
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: motleyjester13(a)yahoo.com
I've finally figured out how to shoehorn Williams Pinball Classics into Wine,
getting by an annoying Ikernel.exe install issue. Now that it's installed and
I have acquired the only patch (a replacement executable) available for the
game (which fixes it's demand for a 1280x1024x8 video mode which this laptop
can't use), it consistently crashes upon launch.
I've attached the basic output from the crash, if further information is
needed, just lemme know. I'm willing to follow whatever steps are necessary to
get this excellent pinball simulator working with 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=23450
Summary: LTSPICE/SWCAD3 Regression: Input boxes don't take any
input
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bon(a)elektron.ikp.physik.tu-darmstadt.de
Install the program, start it,
File->New Schematic
Add Resistor, place it in the schematic.
Right click on part, set value in the input box, close input box
Right click on part again, try to set different value, the value doesn't
change, and the input box doesn't have focus (color change on window fram)
Change to window outside wine, the change back to the input box, now input box
gets focus and value can be changes again
--
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=19917
Summary: ABBYY Lingvo x3 English Edition: crash when installing
the application
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ihar.hrachyshka(a)gmail.com
Created an attachment (id=23384)
--> (http://bugs.winehq.org/attachment.cgi?id=23384)
General wine console output with no WINEDEBUG specified
Installation crashes right after installer shows 'Installing new services'.
Then the window with the following message is shown:
The program msiexec.exe has encountered a serious problem and needs to close.
We are sorry for the inconvenience.
This can be caused by a problem in the program or a deficiency in Wine. You may
want to check http://appdb.winehq.org for tips about running this application.
If this problem is not present under Windows and has not been reported yet, you
can report it at http://bugs.winehq.org.
When I click "Close" button in the message window then hanged installer window
is closed, and I'm returned to general welcome screen of ABBYY installation
interface.
You can download 15-day demo version of the program from:
http://www.abbyy.com/DLCenter/downloadcentermanager.aspx?file=/lingvox3/ABB…
My Wine is build with Gentoo wine-1.1.28 ebuild copied to wine-1.1.29.ebuild
location, with the following USE flags: X alsa gecko jpeg ncurses opengl png
ssl -cups (-dbus) -esd (-gnutls) (-hal) -jack -lcms (-ldap) (-nas) -oss -samba
(-scanner) -test -win64 -xcomposite -xinerama -xml
I don't use any Windows files for Wine.
My system is: Gentoo Linux 2008.0, Linux 2.6.30 (gentoo-sources), amd64 (stable
branch).
booxter@localhost ~ $ wine --version
wine-1.1.29
booxter@localhost ~ $ gcc -v
Using built-in specs.
Target: x86_64-pc-linux-gnu
Configured with:
/var/tmp/portage/sys-devel/gcc-4.3.2-r3/work/gcc-4.3.2/configure --prefix=/usr
--bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.2
--includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2/include
--datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.2
--mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.2/man
--infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.2/info
--with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2/include/g++-v4
--host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec
--disable-fixed-point --enable-nls --without-included-gettext
--with-system-zlib --disable-checking --disable-werror --enable-secureplt
--enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp
--disable-libgcj --enable-languages=c,c++,treelang,fortran --enable-shared
--enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
--with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.2-r3 p1.6,
pie-10.1.5'
Thread model: posix
gcc version 4.3.2 (Gentoo 4.3.2-r3 p1.6, pie-10.1.5)
--
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=12090
Summary: A good gnutella client based on limewire and
acquisitionx
Product: Wine
Version: 0.9.4.
Platform: PC-x86-64
URL: http://sourceforge.jp/projects/cabos/files/
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rao.murlidhar(a)yahoo.com
Created an attachment (id=11468)
--> (http://bugs.winehq.org/attachment.cgi?id=11468)
error log.
When the application is started , an error comes up saying that java cannot be
loaded.
--
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=23521
Summary: 4D Server 6.5.4 crash :
err:service:service_control_dispatcher
Product: Wine
Version: 1.2-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sebastien.ramage(a)gmail.com
4D server 6.5.4 just crash after few seconds saying:
err:service:service_control_dispatcher failed to create control pipe error =
676
4D Server can be download here for test :
http://www.janin-tools.com/download/wine/4d_server_6.5.4.tar.gz
--
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=32312
Bug #: 32312
Summary: SNES9x crashes when non-48kHz DirectSound audio output
is selected
Product: Wine
Version: 1.5.18
Platform: x86-64
URL: http://files.ipherswipsite.com/snes9x/snes9x-1.53-win3
2.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Regression SHA1: 605cd62c7dc84ef86cbd260139c6875cd0ed8d60
Created attachment 42650
--> http://bugs.winehq.org/attachment.cgi?id=42650
dsound-related crash backtrace
I'm testing with SNES9x 1.53, Wine 1.5.18, Lubuntu 11.10 x86-64, Nvidia driver
304.64.
I get a crash on changing the sound driver setting. To reproduce:
- Download and unzip the snes9x archive.
- Run snes9x.exe. You'll get a dialog saying "Unable to initialize XAudio2"
since Wine doesn't support that. Click OK.
- Select Sound->Settings..., change Sound Driver to Snes9x DirectSound and
click OK. The program crashes. Since it saved the DirectSound setting to
snes9x.conf, you get an immediate crash if you run snes9x.exe again without
deleting or editing snes9x.conf.
The crash seems to be related to the sample rate. The default playback rate is
32 KHz. For me, if I change Sound Driver to DirectSound and Playback Rate to 48
KHz, there is no crash. I can load a SNES ROM and play it with (albeit crackly)
sound. The crash happens when selecting any other playback rate.
(There is no graphical output in the default Direct3D mode which I'll hopefully
file another bug for. You can select Video->Display Configuration... and change
Output Method to DirectDraw to work around that.)
This looks like a regression. A regression test gave this:
605cd62c7dc84ef86cbd260139c6875cd0ed8d60 is the first bad commit
commit 605cd62c7dc84ef86cbd260139c6875cd0ed8d60
Author: Maarten Lankhorst <maarten.lankhorst(a)canonical.com>
Date: Fri Nov 16 20:35:51 2012 +0100
dsound: Create a primary_pwfx separately from pwfx.
:040000 040000 d3b302ce4433475153fde9b9e86f656e64487ea8
d33035cd0a9fc793a629ae425621ee6daff67d63 M dlls
--
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=19872
Summary: Dragon NaturallySpeaking 10 Standard - Dictation Box
causes program freeze
Product: Wine
Version: 1.1.28
Platform: PC
URL: http://nuance.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
This is probably a bug similar to bug 15534, which has been fixed.
So I suspect a GDI handle leak or some type of virtual memory problem. (Thanks
Alexander.)
To reproduce:
I use Dragon NaturallySpeaking heavily, opening the DictationBox, dictating
text, pasting into Notepad.
All is well for quite a while.
Suddenly the program slows down. When I try to paste text from DictationBox
using the "transfer" command, the text grays out to show it is being selected,
but the text does not drop and DictationBox does not close, as it should.
I can paste the text using CTL-V, but the DictationBox stays open with the text
in it, and the program has frozen.
Problem -- since the program does not actually crash, does anyone have any
suggestions on a winedbg command?
Will try first:
WINEDEBUG=warn+gdi+relay
--
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=21371
Summary: No text can be entered in HTML-Kit's visual mode
(Prototype Pad)
Product: Wine
Version: 1.1.36
Platform: x86-64
URL: http://www.chami.com/html-kit/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=25734)
--> (http://bugs.winehq.org/attachment.cgi?id=25734)
Terminal output
HTML-Kit build 292 includes a simple WYSIWYG editor, called graphical/visual
mode or Prototype Pad. This consists of a toolbar with various text tools, and
a text area for typing. In Wine, this mode *looks* normal, but no text can be
entered in the text field.
Component may be mshtml. The about button in the editing window says "the
Prototype Pad is a tool based on the MSHTML component found on your
computer"...
winetricks ie6 fixes the issue.
Terminal output is from starting the program and entering graphical/visual
mode. (Winetricks was used to install wine-gecko.)
--
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=21524
Summary: Mouse cursor is visible when Geiss goes fullscreen,
but should be invisible
Product: Wine
Version: 1.1.37
Platform: x86-64
URL: http://www.geisswerks.com/geiss/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
1. Install foobar2000: http://www.foobar2000.org/
2. Install Geiss, a visualisation plugin for Winamp:
http://www.geisswerks.com/geiss/
3. Install Shpeck, a plugin for foobar2000 which allows it to use with Winamp's
visualisation plugins: http://www.foobar2000.org/components/view/foo_vis_shpeck
I'm using:
foobar2000 1.0
Geiss 4.29
Shpeck 0.3.7
In foobar2000, Preferences / General / Keyboard Shortcuts, I set up
Ctrl-Shift-K with the action: View / Visualizations / Shpeck - Start 'Geiss for
Winamp / Geiss for Winamp'. Next, I start an mp3 file, move the mouse cursor to
the top-left corner of the screen and press Ctrl-Shift-K. The Geiss plugin
starts successfully. The problem is that the mouse cursor remains visible, even
though Geiss is trying to draw on the whole screen. Moving the mouse has no
effect on the cursor at this point, it remains in the same position. The mouse
cursor should become invisible when the plugin is started.
Details: My normal screen resolution is X/Y. I set Geiss to use a lower screen
resolution, (X/2)/(Y/2). If I start Geiss when the mouse cursor is outside the
top-left quarter of the screen, the mouse cursor does not show up in Geiss.
The same happens when starting Geiss from Winamp.
--
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=22571
Summary: Softimage XSI Mod Tool fails to install
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://dw.com.com/redir?edId=3&siteId=4&oId=3001-18541
_4-10343972&ontId=18541_4&spi=9237653991b059b82dfac9db
128753d7&lop=txt&tag=idl2&pid=10357185&mfgId=6254383&m
erId=6254383&pguid=SkY19goPjAUAAEblLPEAAABZ&destUrl=ht
tp%3A%2F%2Fsoftware-files-l.cnet.com%2Fs%2Fsoftware%2F
10%2F35%2F71%2F85%2Fsetup_xsidemo_4.2_mswin32.exe%3Fe%
3D1272943778%26h%3D92e1c4470120d2dc710902f568cd5599%26
lop%3Dlink%26ptype%3D1901%26ontid%3D18541%26siteId%3D4
%26edId%3D3%26spi%3D9237653991b059b82dfac9db128753d7%2
6pid%3D10357185%26psid%3D10343972%26fileName%3Dsetup_x
sidemo_4.2_mswin32.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Created an attachment (id=27695)
--> (http://bugs.winehq.org/attachment.cgi?id=27695)
Terminal log from install
Large download (~200MB)
Installer fails, fresh wineprefix etc.
Terminal log attached
--
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=20491
Summary: VarDateFromStr() can`t parse "26.10.2009 09:31"
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sk_news(a)mail.ru
Created an attachment (id=24393)
--> (http://bugs.winehq.org/attachment.cgi?id=24393)
Demo application (+ src, Delphi 2010)
Wine: VAR_TYPEMISMATCH == VarDateFromStr("26.10.2009 09:31",
VAR_LOCALE_USER_DEFAULT, 0, Result)
Wine+WineTricks/DCOM98: VAR_OK == VarDateFromStr("26.10.2009 09:31",
VAR_LOCALE_USER_DEFAULT, 0, Result)
--
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=25959
Summary: The Next Big Thing (demo): game mostly black without
native d3dx9_36
Product: Wine
Version: 1.3.12
Platform: x86
URL: http://www.gamershell.com/download_68788.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: wine-bugs(a)winehq.org
Install as normal, decline directx9 installation. Start the game, choose '80'
on the menu. Most of the screen is black. Goes away with native d3x9_36.
fixme:d3dx:D3DXCreateFontIndirectW (0x219be0, 0x32bf5c8, 0x1ae1e89): stub
fixme:d3dx:D3DXGetImageInfoFromFileInMemory (0x7a7fe020, 1828101, 0x32bf6b8):
partially implemented
warn:wincodecs:ImagingFactory_CreateDecoderFromStream failed to load from a
stream
warn:wincodecs:ImagingFactory_CreateDecoderFromStream first 4 bytes of
stream=ff d8 ff e1
fixme:d3dx:D3DXGetImageInfoFromFileInMemory Invalid or unsupported image file
warn:wincodecs:ImagingFactory_CreateDecoderFromStream failed to load from a
stream
warn:wincodecs:ImagingFactory_CreateDecoderFromStream first 4 bytes of
stream=44 44 53 20
fixme:d3dx:D3DXGetImageInfoFromFileInMemory Invalid or unsupported image file
--
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=25271
Summary: RootsMagic4: Error logging to New.FamilySearch.Org
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: belhmar(a)videotron.ca
Created an attachment (id=32098)
--> (http://bugs.winehq.org/attachment.cgi?id=32098)
Error when login to New.FamilySearch.org
The program by itself seems to work fine.
One of the features of RootsMagic (4.0) it to be able to exchange data with
New.FamilySearch.org (an LDS world wide database). The first time a small icon
(gray tree) is selected, a login window appears asking for Name/Password.
Then the search and results of the search is displayed.
With Wine (1.2 and 1.3beta) it brings up a message saying: 'The Local Security
Authority cannot be contacted'. (see 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=29535
Bug #: 29535
Summary: winhelp: Horizontal scrollbar appears when it
shouldn't
Product: Wine
Version: 1.3.36
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
When you open a help file in Wine winhlp32, the window initially has a
horizontal scrollbar at the bottom. That shouldn't be there, since text is
wrapped if it would extend past the right edge.
The scrollbar remains if you resize the window, but vanishes when you click on
a link or one of the scrollbar buttons.
--
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=13903
Summary: Realplayer 11: Can't accept license terms
Product: Wine
Version: 1.0-rc4
Platform: PC
URL: http://germany.real.com/player/win/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nowic(a)wenner.ch
When installing Realplayer 11 I can't accept the license terms. Neither by
clicking, tabbing+enter or pressing the hotkey.
The output consists of the following line over and over again:
fixme:shdocvw:InPlaceActiveObject_TranslateAccelerator (0x132788)->(0x33fe00)
Wine version: 1.0-rc5 (was not yet available in bugzilla)
--
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=23268
Summary: Cabelas Big Game Hunter 3 Installer - graphics
corruption
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=28988)
--> (http://bugs.winehq.org/attachment.cgi?id=28988)
graphics corruption
Sometime between version 1.0 and 1.2-rc4 Cabelas Big Game Hunter III installer
has developed graphics corruption with the text duplicated.
I will need to do a regression test to determine where this manifested itself.
--
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=20031
Summary: XARA XTREME 5 PRO crashs when selecting the <TEXT
TOOL>
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.xara.com/us/downloads/xtreme/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cooksail(a)gmail.com
Application concerned: XARA EXTREM 5 PRO,
crash of the application when selecting the <TEXT 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=23963
Summary: Nullsoft Install System v2.37 renders byte order mark
in EULA screen
Product: Wine
Version: 1.3.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kitmaxter(a)gmail.com
Created an attachment (id=30091)
--> (http://bugs.winehq.org/attachment.cgi?id=30091)
Screenshot from wine
NSIS v2.37, which is used in re-pack of Artificial Girl 3, which can be
downloaded from http://www.hongfire.com/forum/showthread.php?t=86353 (AppDB
info) renders BOM in EULA screen.
--
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=30295
Bug #: 30295
Summary: iexplore fails to play intro video for Firefox
personas
Product: Wine
Version: 1.5.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: jscript
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: jacek(a)codeweavers.com
Classification: Unclassified
Created attachment 39591
--> http://bugs.winehq.org/attachment.cgi?id=39591
Standard terminal output
wine iexplore http://www.getpersonas.com
Clicking "watch our intro video" used to result in an HTML5 video player
popping up, but now it just makes the page jump down a bit. Reverting
6c6744f80066f0aa46939a2d4c0af9c34f932e8b (
mshtml: Use jscript.dll for JavaScript for all zones except untrusted) makes it
work again.
--
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=25160
Summary: Windowcontent disapears if in background
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Manuel.Bihl(a)gmx.de
Black Prophecy
(http://appdb.winehq.org/objectManager.php?sClass=application&iId=12361) window
content stops beeing rendered on the screen when some other window is on top of
it.
The content is still clickable and operates as it should, you just see nothing
rendered.
The fragments of the other window (which you brought in foreground) remain on
the screen. My mouse-pointer does not leave those fragments.
It doesn't happen on other applications which I have tested.
I've tryed following "programs" to produce the error:
guake (console)
switching the desktop
openbox-alt-rightclick-menu on the application
The first two nearly always triggered this behaviour, the right-click-menu
needed a few draws (either opened multiple time, or multiple-submenues opened)
before it happens.
Minimizing the game worked! But I can't guarantee it not beeing a coincidence.
If I minimize and switch desktop, it still crashes. Doing anything on my
secound screen, while the game is on screen 1 doesn't have any effect.
The issue happens on fullscreen-game inside a desktop-wine, in fullscreen-wine
(no desktop) and both with windowed game as well. Graphic-effects ingame don't
matter neither.
When the game is openbeta I can possibly give you the client (since you don't
need to have a account for the issue) but currently I've signed an agreement I
won't share anything (because it's still a: closed beta).
--
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=23629
Summary: FIFA Online 3 Beta: Stuttering framerate during normal
gameplay
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eg.galano(a)gmail.com
Initially I thought the game was rendering properly when playing through the
tutorial and in comparing it to performance in Windows; however, after playing
through a full single-player match, redrawing of the screen seems very choppy.
When a player is running down the field very quickly, the redraw rate does not
seem to be adequate.
This is an open beta which you can play using your free EA Online account. The
game is downloadable from:
http://fifa-online.easports.com/web/beta/welcome
--
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=16668
Summary: Commandos 3: sniper scope incorrectly rendered
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://games.softpedia.com/get/Games-Demo/Commandos-
Destination-Berlin-final-demo.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pawel.nadolski(a)gmail.com
Created an attachment (id=18292)
--> (http://bugs.winehq.org/attachment.cgi?id=18292)
screenshot of sniper scope issues
Sniper scope in Commandos 3 is incorrectly rendered (see attached screenshot).
This can be reproduced on all versions of wine, both in full version of the
game and the demo (training mission).
Example of correct rendering:
http://www.gamershell.com/static/screenshots/2760/43392_full.jpg
--
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=30859
Bug #: 30859
Summary: After upgrade Wine is now inoperable. Cannot be
reinstalled.
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mr2131(a)cebridge.net
Classification: Unclassified
With the latest beta Wine 1.5, my wine program loader is now inoperable. I have
been unable to reinstall the last stable version of wine successfully. None of
my programs that ran on Wine will now open and the program loader keeps telling
me that it is waiting to install. When I try to launch Steam, I get a little
window that says there is an internal error.
--
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=23046
Summary: Quicken 2009 help / support page garbled
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mgc0424(a)shaw.ca
Created an attachment (id=28594)
--> (http://bugs.winehq.org/attachment.cgi?id=28594)
Quicken help / support pop-up page with garbled info
Running Ubuntu v10.04, Wine 1.2-rc2, Quicken 2009 r2.
When running Quicken 2009 and clicking on Help-Product and Customer
Support, the pop-up window is all garbled.
--
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=20409
Summary: WOW updater crashes
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aparkes(a)gmail.com
Created an attachment (id=24219)
--> (http://bugs.winehq.org/attachment.cgi?id=24219)
This is the error that I get
I run the WOW updater and it crashes, I have read through the bugs listed and
no one as listed a way to fix it that I have found. Please someone help.
--
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=19288
Summary: Albumplayer errors on manual search for albums on All
Music guide
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://www.albumplayer.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hello.adri(a)gmail.com
Created an attachment (id=22331)
--> (http://bugs.winehq.org/attachment.cgi?id=22331)
Error on manual search album on AMG site
When you edit an album (right click on an album for submenu, edit album..)
one can choose to manual search the All Music site.
If you find and apply the database will be filled with cover and additional
info like genres etc.
But an error message comes up with "invalid floating point", if you try again
an "acces violation in module js3250.dll"
--
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=14736
Summary: Medmont automated perimeter test software crashes
Product: Wine
Version: 1.1.2
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austin.lund(a)gmail.com
Created an attachment (id=15228)
--> (http://bugs.winehq.org/attachment.cgi?id=15228)
Backtrace of crash on loading
I have some old software which drives a simple glaucoma tester which is driven
by the serial port. The software isn't really supported any more, but the
people who make it still operate: http://www.medmont.com.au/
I cannot even get the software to load. There is an unhandled page fault on
loading.
Attached is the backtrace, but it seems mighty unhelpful.
--
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.