http://bugs.winehq.org/show_bug.cgi?id=36887
Bug ID: 36887
Summary: Installing Trusteer Rapport software failed. See
trace.
Product: Wine
Version: 1.7.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mnoock(a)gmail.com
Created attachment 48980
--> http://bugs.winehq.org/attachment.cgi?id=48980
Installing Trusteer Rapport software failed. See trace.
Installing Trusteer Rapport software failed. See trace.
--
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=30244
Bug #: 30244
Summary: Might & Magic Clash of Heroes: fails to start
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: spoon0042(a)hotmail.com
Classification: Unclassified
Trying to run Steam version of Might & Magic Clash of Heroes. The first
fraction of a second of an intro video plays, then the screen goes black for
about ten seconds and then seems to exit, but usually leaves a process running
in the background.
gameoverlayrenderer is disabled. Using debian fglrx 12-1-1.
A demo is available at least on Steam.
This is the entire console output from when it is started, no WINEDEBUG is set:
Setting breakpad minidump AppID = 61700
Steam_SetMinidumpSteamID: Caching Steam ID: 76561198009351313 [API loaded no]
fixme:win:EnumDisplayDevicesW ((null),0,0x33f814,0x00000000), stub!
fixme:d3d:swapchain_init The application requested more than one back buffer,
this is not properly supported.
Please configure the application to use double buffering (1 back buffer) if
possible.
fixme:thread:SetThreadIdealProcessor (0x188): stub
fixme:thread:SetThreadIdealProcessor (0x18c): stub
fixme:d3d:debug_d3dformat Unrecognized 0x434f5441 (as fourcc: ATOC)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x434f5441) in the
format lookup table
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0x7e3ea1c): stub
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0x813ea1c): stub
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
fixme:thread:SetThreadIdealProcessor (0x24c): stub
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:thread:SetThreadIdealProcessor (0x210): stub
err:wgl:internal_SetPixelFormat Invalid operation on root_window
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37592
Bug ID: 37592
Summary: Filenames in themed file dialog change size
Product: Wine
Version: 1.6.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: uxtheme
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
Created attachment 50027
--> https://bugs.winehq.org/attachment.cgi?id=50027
Video showing the bug
Open a file dialogue, increase the height to see the size better.
Bug affects Luna + Other freely available themes.
Choose a directory with lots of files.
Click into the file list, move through the file list with the keyboard - new
files are drawn smaller than the existing files, which makes things look
glitchy.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41292
Bug ID: 41292
Summary: Game freezes to infinite DSOUND_PerformMix loop
Product: Wine
Version: 1.9.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: wyrex(a)openmailbox.org
Distribution: ---
Nexton LC-ScriptEngine is an engine for visual novels. Games using it
(lcsebody.exe) freeze in various places under wine. They don't crash and wine
doesn't give output but using +dsound I discovered there is infinite loop that
happens after freeze.
trace:dsound:DSOUND_PerformMix (0x1381f8)
trace:dsound:DSOUND_MixToPrimary (23808,4160)
trace:dsound:DSOUND_MixToPrimary MixToPrimary for 0x13ebb0, state=0
trace:dsound:DSOUND_MixToPrimary MixToPrimary for 0x1422a0, state=0
If I run "winetricks dsound" these games work and don't crash.
My sound setup is pulseaudio with alsa sink and wine is set to use pulseaudio
in winecfg.
--
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=31603
Bug #: 31603
Summary: App manifests that specify processorArchitecture="*"
fail to find assemblies
Product: Wine
Version: 1.5.12
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Doing
unset WINEPREFIX
rm -rf ~/.wine
sh winetricks -q vcrun2008
cd ~/wine-git/dlls/msvcr90/tests
WINEDLLOVERRIDES=msvcr90=n ~/wine-git/wine msvcr90_test.exe.so
says
msvcr90.c:243: Tests skipped: msvcr90.dll not installed (got 126)
This seems wrong; that dll is in fact installed. The app in question
is built with the manifest
http://source.winehq.org/source/dlls/msvcr90/tests/msvcr90.manifest
which contains the line
processorArchitecture="*"
Tracing through the code, lookup_manifest_file in ntdll/actctx.c seems to
incorrectly parse the native DLL's manifest as having build 0 rather
than 30729.
The problem appears to be that line 1872 assumes that the string
lookup contains no *'s other than the ones in lookup_fmtW, and so
doesn't skip to where it expected to when it does the strchrW:
1826 static const WCHAR wine_trailerW[] =
{'d','e','a','d','b','e','e','f','.','m','a','n','i','f','e','s','t'};
1842 sprintfW( lookup, lookup_fmtW, ai->arch, ai->name, ai->public_key,
1843 ai->version.major, ai->version.minor, lang );
1872 tmp = dir_info->FileName + (strchrW(lookup, '*') - lookup);
1873 build = atoiW(tmp);
1874 if (build < min_build) continue;
If ai->arch contains a '*', as it does in tests/msvcr90.manifest,
this assumption is violated. Changing the manifest to say
processorArchitecture="x86"
lets the test run and find the native DLL, at least on x86.
So, is the manifest wrong, or is lookup_manifest_file() wrong?
(This came up while I was trying to write tests for vcomp.dll. It was
frustrating to find that the example I'd borrowed the manifest from was
broken.)
--
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=35981
Bug ID: 35981
Summary: Battlefield: Bad Company 2 Updater has missing glyphs
Product: Wine
Version: 1.7.16
Hardware: x86
OS: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: fonts
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Created attachment 48100
--> http://bugs.winehq.org/attachment.cgi?id=48100
screenshot
In English game locale BFBC2Updater has a normal text, but in Russian isn't.
--
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=21739
Summary: Mouse in Nostale not working
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: skoruppa(a)gmail.com
Mouse generally works, but not everywhere. All elements of the gui, the login
screen and selection screen works, but not during the control of character.
I do not post logs because they are not showing. Perhaps some special
WINEDEBUG?
--
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=34835
Bug #: 34835
Summary: Civilization II Crash after extended play.
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmg_(a)hotmail.com
Classification: Unclassified
Created attachment 46436
--> http://bugs.winehq.org/attachment.cgi?id=46436
Backtrace #1
After several hours of playtime with "Civilization II Multiplayer Gold", a
crash occurs with an error box and upon exiting the error box, the game closes.
It's a clean Wine 1.6 install with no proprietary DLLs etc. installed that I am
aware of.
Game was launched in Windowed mode at 1280x720 with Civ2 in Win98 mode. Only
"Allow Window manager to control the windows" under Graphics is selected with
the Virtual desktop at 1280x720. Other than the crash during extended play, the
game works perfectly. I haven't used Windows since XP but know this game did
not work under XP without hacks so I am unable to give a report about if it
works on Windows.
This is my first Bug Report and I apologize if I have missed anything. I ran
through the other reports and I can't find anything like my issue. I've played
it for 7+ hours before the crash. I ran it a second time as I wrote this
report, with the terminal, and I will include the output of that as it crashed
again around 400 B.C. Game Year.
Xubuntu 12.04
AMD 6670
AMD FX4100
--
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=26649
Summary: painting in dialog: wrong aspect ratio
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tom98765x(a)yahoo.com
Created an attachment (id=33921)
--> (http://bugs.winehq.org/attachment.cgi?id=33921)
executable program demonstrating the bug
Drawing things inside a modeless dialog box: wrong aspect ratio, and does not
show up directly (dialog box has to be moved before). Source was from Petzold
sample (colors2), but modified a little.
--
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=34326
Bug #: 34326
Summary: uplive.exe from TypeEasy crashes
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
Created attachment 45694
--> http://bugs.winehq.org/attachment.cgi?id=45694
backtrace.txt
reproduce it follow this:
0. download and install TypeEasy. Sorry for there is not a english version, you
can install by click the button which with those word:
"下一步(N)" -> "我接受(N)" -> "下一步(N)" -> "安装(I)" -> "完成(F)";
1. TypeEasy will starup after the installation, the exit it. And uplive.exe
will crash as soon as you exit TypeEasy.
--
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.