https://bugs.winehq.org/show_bug.cgi?id=37561
Bug ID: 37561
Summary: Skype cannot access web camera
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Distribution: Red Hat
Here's what can be seen in console when you try to use web camera:
err:d3d:context_create Failed to set pixel format 1 on device context 0x10071.
err:d3d:context_choose_pixel_format Can't find a suitable iPixelFormat
err:d3d:context_create Failed to set pixel format 1 on device context 0x20081.
fixme:d3d:wined3d_get_format Can't find format WINED3DFMT_R24_UNORM_X8_TYPELESS
(0x49) in the format lookup table
fixme:d3d:getDepthStencilBits Unsupported depth/stencil format
WINED3DFMT_UNKNOWN.
err:d3d:context_create Failed to set pixel format 25 on device context 0x2009d.
err:d3d:context_create Failed to set pixel format 13 on device context
0xba00cf.
err:d3d:context_choose_pixel_format Can't find a suitable iPixelFormat
err:d3d:context_create Failed to set pixel format 1 on device context
0x1b500bb.
fixme:d3d9:D3DPERF_SetOptions (0x1) : stub
fixme:win:EnumDisplayDevicesW ((null),0,0x32ee08,0x00000000), stub!
err:d3d:context_create Failed to set pixel format 1 on device context
0x22d00d2.
err:d3d:context_choose_pixel_format Can't find a suitable iPixelFormat
err:d3d:context_create Failed to set pixel format 1 on device context 0x6f00fd.
fixme:d3d:wined3d_get_format Can't find format WINED3DFMT_R24_UNORM_X8_TYPELESS
(0x49) in the format lookup table
fixme:d3d:getDepthStencilBits Unsupported depth/stencil format
WINED3DFMT_UNKNOWN.
err:d3d:context_create Failed to set pixel format 25 on device context 0x80111.
err:d3d:context_create Failed to set pixel format 13 on device context 0xa0112.
err:d3d:context_choose_pixel_format Can't find a suitable iPixelFormat
err:d3d:context_create Failed to set pixel format 1 on device context 0x10118.
P.S. Make sure you deleted login.cab before trying to debug this issue (proper
HTML support is not yet there, see bug 28457).
Skype version: 6.21.32.104
--
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=46112
Bug ID: 46112
Summary: photoshop 5.5 (from 1999, NOT CS5) crashes on startup
following Ubuntu automatic upgrade
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gtoal(a)gtoal.com
Distribution: ---
Created attachment 62746
--> https://bugs.winehq.org/attachment.cgi?id=62746
terminal backtrace output on crash
starting photoshop 5.5 (the old one from 1999) which was installed and working
OK in August of this year now crashes with a memory write error on startup as
soon as the main winow is drawn. This is particularly frustrating as
Linux+Wine was the only remaining way to run this software - it no longer
installs on Win10.
--
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=46282
Bug ID: 46282
Summary: Dymola installer does not work
Product: Wine
Version: 4.0-rc1
Hardware: x86
URL: http://www.3ds.com/products-services/catia/capabilitie
s/systems-engineering/modelica-systems-simulation/dymo
la/trial-version/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Distribution: Ubuntu
Created attachment 62992
--> https://bugs.winehq.org/attachment.cgi?id=62992
Console output with msi channel enabled
The installer of Dymola close very quickly. Launchy directly the mis file with
the command msiexec /i does not work too.
--
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=46124
Bug ID: 46124
Summary: StepMania 5.0.12 crashes on startup
Product: Wine-staging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: linards.liepins(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 62770
--> https://bugs.winehq.org/attachment.cgi?id=62770
game log
When using desktop shortcut, the game crashes with an attached log.
--
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=46211
Bug ID: 46211
Summary: Please delay X11 initialization until needed by the
application in order to avoid spurious X error message
Product: Wine
Version: 3.0.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: vincent-wine(a)vinc17.net
Distribution: ---
Wine should delay X11 initialization until it knows that X is needed by the
application. Otherwise one can get a spurious error message such as "Invalid
MIT-MAGIC-COOKIE-1 key" (in the past from Xlib, now from libxcb) while X11 is
actually not needed.
When Wine is used in scripts, e.g. for software testing (GNU MPFR in my case)
in such an environment, the error message can yield issues when parsing the
output.
I initially reported this bug in the Debian BTS:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914822
Note 1: Bug 2972 was about a similar issue: a spurious Xlib error message when
DISPLAY is not set. In my case, this is about a DISPLAY value that is no longer
valid because the X server has shut down in the meantime (I recall that X11 is
not needed for my tests, so that this shouldn't yield any failure). Thus this
is a bit different. Redirecting stderr to a file as suggested in bug 2972
(before it was fixed) may not be a solution as real error messages on stderr
can provide useful information and one may want to keep it together with normal
output.
Note 2: Since bug 2972 has been fixed, a workaround is to unset DISPLAY for the
tests (e.g. with "TESTS_ENVIRONMENT = env -u DISPLAY" in tests/Makefile.am), as
one knows that DISPLAY is useless. Still, I think that if DISPLAY is set, X11
initialization should be delayed until needed.
Note 3: The problem was made worse by the fact the error message does not end
with a newline character. This is what actually broke the parsing in my case. I
reported this bug there:
https://gitlab.freedesktop.org/xorg/lib/libx11/issues/80
--
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=46204
Bug ID: 46204
Summary: Corrupt textures with World of Warcraft (Legion, BfA)
Product: Wine-staging
Version: 3.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rankincj(a)yahoo.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Fedora has just upgraded from Wine 3.19-staging to 3.20-staging, and now the
textures in World of Warcraft (D3D11) are corrupt. This corruption is mainly
visible in outside regions, but within a radius around my avatar. There are
also flashes and slices of primary red/green/blue in the dark regions which
seem to occur randomly.
Screen controls, such as a menus, action bars and maps/mini-maps are
unaffected.
My graphics card is AMD R7 360, and Linux 4.19.4 kernel with amdgpu driver.
Mesa reports itself as:
Extended renderer info (GLX_MESA_query_renderer):
Vendor: X.Org (0x1002)
Device: AMD Radeon (TM) R7 300 Series (BONAIRE, DRM 3.27.0, 4.19.4, LLVM
7.0.0) (0x665f)
Version: 19.0.0
Accelerated: yes
Video memory: 2048MB
Unified memory: no
Preferred profile: core (0x1)
Max core profile version: 4.5
Max compat profile version: 4.5
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
although the same Mesa drivers played WoW OK with Wine 3.19-staging.
--
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=36816
Bug ID: 36816
Summary: Xenonauts 1.06 always crash when I defeat an ufo with
a F-17 condor
Product: Wine
Version: 1.7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hiretto(a)gmail.com
Hello,
It's a pretty annoying bug because it's happen always when I defeat an ufo in
air combat mode.
Because of this I can't continue with the game :(
I attached a log
--
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=46317
Bug ID: 46317
Summary: ucrtbase doesn't install when running
vcrun2015/vc_redist.x64.exe
Product: Wine
Version: 4.0-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: ucrtbase
Assignee: wine-bugs(a)winehq.org
Reporter: brendan(a)redmandi.com
Distribution: ---
Created attachment 63050
--> https://bugs.winehq.org/attachment.cgi?id=63050
Change ucrtbase.dll version to 10.0.1.0
Install of ucrtbase fails when running vc_redist.x64.exe (to install Visual C++
Redistributable for Visual Studio 2015).
This is because of the following condition:
002b:trace:msi:calculate_install_state keeping L"ucrtbase.dll" (new version
L"10.0.10137.0" old version 10.0.14393.2247)
I can see version 10.0.14393.2247 was introduced in commit
1622abbb081c1afe052d16769898976e90f98062 as a result of bug #45928. But the
only requirement I could find in this bug is for the ucrtbase version to be
greater than 10.0.x.
Therefore I was able to resolve this by changing the version in
dlls/ucrtbase/version.rc to 10.0.1.0. Proposed patch is attached.
After applying this patch the output for the above condition is:
002b:trace:msi:calculate_install_state overwriting L"ucrtbase.dll" (new version
L"10.0.10137.0" old version 10.0.1.0)
Note that winetricks is not impacted by this as it manually installs
ucrtbase.dll.
Also note that the prefix must be configured as WinXP otherwise install fails
with this condition:
0054:trace:msi:msi_get_property returning L"601" for property L"VersionNT"
0054:trace:msi:COND_GetString Got identifier L"502"
0054:trace:msi:MSI_EvaluateConditionW 0 <- L"(VersionNT = 501) OR (VersionNT =
502)"
--
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=30311
Bug #: 30311
Summary: nfsmwres - The installer of the screen resolution no
NFS Most Wonted
Product: Wine
Version: 1.5.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vova7890(a)mail.ru
Classification: Unclassified
Created attachment 39615
--> http://bugs.winehq.org/attachment.cgi?id=39615
TraceBack
Run nfsmwres.exe, set own resolution, press start. Then game starting and
segfault. Traceback in attach
--
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=36883
Bug ID: 36883
Summary: Euro Truck Simulator 2: Game crashes after logo
screen.
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: raddyroro(a)gmail.com
Whenever I load up the game, the loo will show and then the game will crash
--
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.