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.