http://bugs.winehq.org/show_bug.cgi?id=12174
Summary: Medieval II: Total War crashes on run
Product: Wine
Version: 0.9.58.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris(a)chrobis.com
Created an attachment (id=11566)
--> (http://bugs.winehq.org/attachment.cgi?id=11566)
Log of console output before installing d3dx9_36.dll
When trying to run Medieval 2: Total War, the screen goes black, I get a
garbled cursor for a split-second, and then a message:
"Medieval 2: Total War has encountered an unspecified error and will now
close".
When I first ran this, I got a load of stuff on the command-line which amongst
other things complained about a lack of d3dx9_36.dll. After adding this into
the system32/ directory, I get similar set of complaints on the command-line
(minus a complaint about d3dx9_36.dll), but the game still comes up with the
same error. This game has worked *relatively* recently on Wine (I'm thinking
maybe 0.9.51 or earlier) but I'm uncertain when.
Attached are the logs for both pre-d3dx9_36.dll installation (medieval-1), and
after (medieval-2).
Many thanks!
--
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=26606
Summary: No sound or music is played in Iconoclasts
Product: Wine
Version: 1.3.16
Platform: x86
URL: http://www.konjak.org/index.php?entry=48
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
After getting past bug #26598 there is no sound or music but with xaudio2_2.dll
it plays.
--
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=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=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=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=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=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=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=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=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=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.
http://bugs.winehq.org/show_bug.cgi?id=15715
Summary: Kult Heretic Kingdoms returns unhandled page fault
Product: Wine
Version: 1.1.6
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xtreme984(a)gmail.com
Created an attachment (id=16800)
--> (http://bugs.winehq.org/attachment.cgi?id=16800)
error log from trying to run Kult.exe
I've installed Kult Heretic Kingdoms on Wine and applied an upgrade patch, it
won't work with or without the patch. Before this it said mfc42.dll was
missing, so I added it from a windows install and went right ahead trying to
run the game, each and every time I get an unhandled page fault.
--
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=23470
Summary: Spectrum Lab problem on mouse button release when win.
version is set to win xp
Product: Wine
Version: 1.1.42
Platform: x86-64
URL: http://www.qsl.net/dl4yhf/spectra1.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)lipkowski.org
Spectrum Lab (free download from
http://dl4yhf.ssl7.com/speclab/install_speclab.zip) has a problem with
(probably) not getting mouse button up events. How to reproduce: set wine to
windows xp mode, run the program, press left mouse button with cursor on the
frequency scale: the "four sided arrow cursor" turns into a "two sided arrow",
release the mouse button: the cursor is still a "two sided arrow" (like it is
when the button is pressed, this mode is used to drag the frequency scale). Now
change the windows version in winecfg to windows ME, upon releasing the mouse
button the cursor properly reverts to the "four sided arrow" cursor mode.
It looks like the app doesn't get the "mouse button released" in this
particular case, but only in this case (menus work etc).
This issue is present in all versions of spectrum lab i've tried (this time
confirmed on the latest: v2.75b09). The kernel is 2.6.33.2 (used many different
kernels), the system is Debian lenny x86_64. Now i have wine 1.1.42 installed,
but the bug was present in other 1.1.x versions tried (x=40-42, and a few
versions around 20-30), and in the distribution package 1.0.1
I think that this issue is absent on wine 1.0.1 compiled from source on
slackware 11.0 (intel 32bit distribution), but i can't check this right now.
--
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=20574
Summary: serial port communication problem
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: starlincx(a)gmail.com
I want to use a software throw serial port to control my device, but when I run
the software it displays:
fixme:font:WineEngCreateFontInstance Untranslated charset 255
fixme:comm:set_queue_size insize 2048 outsize 1024 unimplemented stub
and then, the software can not communicate with my device, how can I fix this
problem?
Thanks~~~
--
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=20453
Summary: Some keys don't map correctly.
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ian(a)infogroep.be
This happens only when you're ingame. The §/6 (azerty/qwerty) key maps to a
diffrent key, and the -/= (azerty/qwerty) also maps to a diffrent key.
I haven't found any other.
Ian
--
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=11004
Summary: Firefox 2 doesn't bold text, makes gmail unusable
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
gmail relies on bold working to show which
conversations are unread. In Firefox 2.0.3,
this doesn't work at all unless you install
corefonts.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28529
Bug #: 28529
Summary: Limbo game doesn't detect Shader Model 3.0, while card
supports it
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nobange(a)poczta.onet.pl
Classification: Unclassified
Created attachment 36616
--> http://bugs.winehq.org/attachment.cgi?id=36616
log from running limbo.exe with wine
The game Limbo (http://limbogame.org) doesn't run, complaining about the
graphic card not supporting Shader Model 3.0. The card is GeForce 7300 GT,
according to NVIDIA it fully supports Shader 3.0. NVIDIA Drivers 275.21
installed.
--
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=10061
Summary: Unhandled exception: unimplemented function
ntdll.dll.RtlPushFrame
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: justivo(a)gmail.com
Created an attachment (id=8620)
--> (http://bugs.winehq.org/attachment.cgi?id=8620)
backtrace log
Attempting to load one of those cellphone unlocker proggies for Windows makes
Wine crash after several attempts at loading OpenGL. Some kind of weird
looping, which doesn't normally happen. The crash happens after several
messages related with ntdll.dll.RtlPushFrame.
Worth fixing? Very likely if it also happens in bigger programs like AutoCAD
and Photoshop. If not, I guess don't bother for now.
Backtrace available as an attachment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.