http://bugs.winehq.org/show_bug.cgi?id=19376
Summary: Suspend kwin's compositing when starting a 3D
application
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kde(a)martin-graesslin.com
KDE bug https://bugs.kde.org/show_bug.cgi?…
[View More]id=198744 illustrates that some
graphics card drivers are still not able to support 3D applications in a
composited environment correctly. This seems to be a stronger problem for wine
applications (at least in the bug report).
KWin supports suspending compositing via a dbus interface
(http://websvn.kde.org/*checkout*/trunk/KDE/kdebase/workspace/kwin/org.kde.K…).
You can basically check if compositing is active, suspend it when the app is
started and resume when the app is closed. This is for example done by KDE's
powermanagement daemon.
As a shell script it looks like that:
composited='qdbus org.kde.kwin /KWin compositingActive'
if $composited; then qdbus org.kde.kwin /KWin toggleCompositing; fi
wine blablabla
if $composited; then qdbus org.kde.kwin /KWin toggleCompositing; fi
I basically wish with this enhancement report that you add support for
suspending KWin's compositing on an application basis in wine. It shouldn't be
for every app and it shouldn't be activated in general but the user should have
the possibility to just say that one specified app should suspend compositing.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=42016
Bug ID: 42016
Summary: texture map covering whole screen (Driver San
Francisco)
Product: Wine
Version: 1.9.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
Distribution: ---
…
[View More]
Created attachment 56461
--> https://bugs.winehq.org/attachment.cgi?id=56461
controls option menu screen shot bug visible
Some kind of texture map covers the whole screen when driving, making the game
unplayable. The same texture covers the whole screen in the controls option
menu (see attached screen shot).
It looks like the game want to show an icon from a texture map, but the whole
texture map is drawn instead.
The log and screenshot are from a 3840x1024 triple-monitor setup, but the issue
is the same on a 1920x1080 widescreen setup.
Found on wine 1.9.22, still present on wine 2.0-rc2.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=41696
Bug ID: 41696
Summary: Trials Fusion requires DXGI_FORMAT_R32G8X24_TYPELESS
support
Product: Wine
Version: 1.9.22
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
…
[View More]Trying to run the Steam version of the Trial Fusion, results in a crash.
Snippet of the log at the point of the crash.
01ce:trace:d3d11:d3d11_device_CreateTexture2D iface 0x4ca43d0, desc 0x991e408,
data (nil), texture 0x22767b50.
01ce:trace:d3d:wined3d_texture_create device 0x4cae168, desc 0x991e348,
layer_count 1, level_count 1, flags 0, data (nil
), parent 0x10d9f818, parent_ops 0x7df6bcac, texture 0x10d9f830.
01ce:trace:d3d:wined3d_texture_init texture 0x10d9f870, texture_ops 0x7e213740,
layer_count 1, level_count 1, resource_t
ype WINED3D_RTYPE_TEXTURE_2D, format WINED3DFMT_R32G8X24_TYPELESS,
multisample_type 0, multisample_quality 0, usage WINE
D3DUSAGE_DEPTHSTENCIL | WINED3DUSAGE_TEXTURE, pool WINED3D_POOL_DEFAULT, width
320, height 256, depth 1, flags 0, device
0x4cae168, parent 0x10d9f818, parent_ops 0x7df6bcac, resource_ops 0x7e213728.
01ce:trace:d3d:wined3d_format_calculate_pitch Returning row pitch 2560, slice
pitch 655360.
01ce:warn:d3d:resource_init Format WINED3DFMT_R32G8X24_TYPELESS cannot be used
for depth/stencil buffers.
01ce:warn:d3d:resource_init Format WINED3DFMT_R32G8X24_TYPELESS cannot be used
for depth/stencil buffers.
01ce:warn:d3d:resource_init Format WINED3DFMT_R32G8X24_TYPELESS cannot be used
for depth/stencil buffers.
01ce:warn:d3d:resource_init Did not find a suitable GL resource type for
resource type WINED3D_RTYPE_TEXTURE_2D.
01ce:warn:d3d:wined3d_texture_init Failed to initialize resource, returning
0x8876086c
01ce:warn:d3d:wined3d_texture_init Failed to initialize resource, returning
0x8876086c
01ce:warn:d3d:texture_init Failed to initialize texture, returning 0x8876086c.
01ce:warn:d3d:wined3d_texture_create Failed to initialize texture, returning
0x8876086c.
01ce:warn:d3d11:d3d_texture2d_init Failed to create wined3d texture, hr
0x8876086c.
01ce:warn:d3d11:d3d_texture2d_create Failed to initialize texture, hr
0x80070057.
01ce:trace:d3d11:d3d11_device_CreateDepthStencilView iface 0x4ca43d0, resource
(nil), desc 0x991e5dc, view 0x241a63f0.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=43127
Bug ID: 43127
Summary: wine crashes when trying to launch Gwent
Product: Wine
Version: 2.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: unduthegun(a)gmail.com
Distribution: ---
Created attachment 58330
--> https://…
[View More]bugs.winehq.org/attachment.cgi?id=58330
log
Wine crashes with a stack overflow when trying to launch it; this didn't happen
with 2.8.
I'm on Manjaro, I've tried several flavours of wine 2.9 and they all crash when
trying to run it.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=24951
Summary: Call of Duty / UO: Jerky freelook
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gav616(a)gmail.com
At the main menu:
When the cursor is moveed around it 'seems' to be at a very low framerate and
it jerks …
[View More]about.
In-game:
When freelooking around, the game seems to stay at the correct rate but the
mouse movements are jerked and misinterpreted. It looks like the FPS is
dropping to 5 when the jerks occur, but the FPS remains constant through the
jerks.
Audio is not effected.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=40336
Bug ID: 40336
Summary: Freelancer: Background Texture for in-game "NavMap"
spreads across entire screen (Intel only)
Product: Wine
Version: 1.9.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adam(a)aphirst.…
[View More]karoo.co.uk
Distribution: ---
Created attachment 54005
--> https://bugs.winehq.org/attachment.cgi?id=54005
Example of erroneous behaviour
This is essentially a repost of Bug #494 on the Wine-Staging tracker, as it
turns out that it is not unique to the -staging builds.
https://bugs.wine-staging.com/show_bug.cgi?id=494
-----
A feature of the HUD in this game is the "NavMap", a navigation map which
overlays onto the current gameplay and displays a map either of the current
star-system, or of the whole galactic sector, and with some additional relevant
information.
This HUD, like the other gameplay menu-elements, is supposed to simply overlay
onto the screen, being transparent/translucent on the outside. Indeed, one can
also interact with some game/menu elements outside said window even if it is
currently displayed.
However, the observed behaviour (attached) for the "NavMap" is that the
background texture for the "map" portion, a texture of a star-scape, is instead
displayed across the entire screen. The user can still interact with the (now
invisible!) objects behind the texture. Some text in the NavMap window is also
obscured.
This behaviour occurs on a clean install of the game, with the official 1.1
patch, and with Jason's Extended Patch 1.20; also on just the Demo version of
the game.
http://dl.4players.de/f1/freelancer/freelancer_demo.exe
---
I am currently running Wine-Staging 1.9.5 but the bug has been present since at
least as early as 1.7.48.
Intel i5-3540M with HD4000 graphics, 16GB RAM. Arch Linux x86_64, Linux 4.3.6
(but at least as far back as 4.1.4). Intel driver 2.99.917+579+g74cd4d0 (but at
least as far back as 2.99.917+381+g5772556)
---
Michael Müller from the Wine-Staging tracker tested this on other graphics
hardware/stacks and came to the conclusion that the issue is only present on
Intel+Mesa.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=42495
Bug ID: 42495
Summary: Rome: Total War mod Europa Barbarorum crashes in
battles with CSMT
Product: Wine-staging
Version: 2.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aaronbpaden(a)gmail.com
…
[View More] CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 57366
--> https://bugs.winehq.org/attachment.cgi?id=57366
log with CSMT enabled
With wine-staging 2.1 and CSMT enabled, Europa Barbarorum crashes when entering
into a battle.
Europa Barbarorum can be downloaded from here:
http://www.moddb.com/mods/europa-barbarorum/downloads You need to install 1.1,
then 1.2, and then unpack the fixes. Europa Barbarorum requires Rome: Total War
1.5 without the Barbarian Invasion or Alexander expansion packs.
This prefix has quartz and wmp10 installed through winetricks, which I found to
be necessary to get EB to work.
In vanilla RTW, the battles do work with CSMT enabled. I can also confirm that
the battles do work in EB when you disable CSMT.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=42452
Bug ID: 42452
Summary: Dark Souls 2 (DX11) - screen dark and extremely
blurred
Product: Wine-staging
Version: 2.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ikk_pl(a)yahoo.co.uk
CC: erich.e.…
[View More]hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 57291
--> https://bugs.winehq.org/attachment.cgi?id=57291
Screenshot of the problem
When running the game, everything is dark and extremely blurred, preventing
normal gameplay. The problem happens on any game video settings, both with and
without CSMT.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=42262
Bug ID: 42262
Summary: hl.exe Version 1.1.1.2 - will crash on main screen
(ddraw)
Product: Wine-staging
Version: 2.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: llenort(a)aol.com
CC: …
[View More]erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 56965
--> https://bugs.winehq.org/attachment.cgi?id=56965
screenshot wine debug
Hello,
since version 2.0-rc4 hl.exe (version: 1.1.1.2) wine crash in modul ddraw.dll
at startup screen (main menu). Up to version rc3 everything functioned without
any problems.
Maybe the new Improvement FlipToGDISurface ddraw handling is the problem in
this case? See image in the attachment!
Try also a new blank 32Bit wineprefix ... same problem here.
Thank you for your help!
bye
Lars
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=42512
Bug ID: 42512
Summary: A staging commit tanks performance
Product: Wine-staging
Version: 2.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: noonetinone(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)…
[View More]fds-team.de,
sebastian(a)fds-team.de
Regression SHA1: 1cc5d04346f6fcf6d7b06e776b81b2a58b3d64f8
Distribution: Other
A staging commit tanks performance in Hitman: Absolution. Other titles
are affected as well. For 2.1(S) I would get 20-24 fps. But with 2.2(S)
I get 6 or 7 fps.
I did track down the offending commit.
******************************************************************************
commit 1cc5d04346f6fcf6d7b06e776b81b2a58b3d64f8
Author: Sebastian Lackner <sebastian(a)fds-team.de>
Date: Sun Feb 12 05:21:10 2017 +0100
Added patch to create buffers on default pool in wined3d_buffer_create.
**********************************************************************************
All staging commits prior to this one give good performance.
Note: I did rebase again wine commit 9c72376c8cc03a4ea86dddaa6d18a93a1a33fc73
.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=39985
Bug ID: 39985
Summary: Battle.net fails to start with an error dialog
pointing to Qt with wine staging, but not with regular
wine
Product: Wine
Version: 1.9.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
…
[View More] Reporter: krafczyk.matthew(a)gmail.com
Distribution: ---
When starting Battle.net with wine-staging 1.9.1, the program fails to start
with an error dialog with the following text:
"This application failed to start because it could not find or load the Qt
platform plugin "windows".
Reinstalling the application may fix this problem."
If you then switch to regular wine 1.9.1, the program starts as expected
without the error dialog.
I'm running Arch, and I've installed Battle.net into a 32-bit prefix with the
environment variable WINEARCH=win32
You can download Battle.net from here:
http://www.battle.net/download/getInstallerForGame?os=win&locale=enUS&versi…
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=40019
Bug ID: 40019
Summary: wine 1.9.1 staging : it can not run a install exe file
, it reports "Error reading setup initialization file"
Product: Wine-staging
Version: 1.9.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
…
[View More]Reporter: zuogang(a)huawei.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
wine can not run a install exe file , it reports "Error reading setup
initialization file"
on host fedora 23 amd64
[zoge@localhost shm]$ rpm -qf /usr/bin/wine
wine-core-1.9.1-1.fc23.x86_64
wine-core-1.9.1-1.fc23.i686
in kde desktop, right click the exe file , select "open with wine ..."
the exe is downloaded from : http://www.sourceinsight.com/down35.html
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=43195
Bug ID: 43195
Summary: World of Warcraft 7.2.5 locks up after upgrade to Wine
2.10
Product: Wine-staging
Version: 2.10
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: …
[View More]erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Fedora 25 has just upgraded from Wine 2.9-staging to Wine 2.10-staging, and now
WoW is locking up at start-up. The music continues to play in the background,
but the window freezes completely. I can trigger this bug by switching quickly
from character to character for ~10 seconds on the character selection screen.
Curiously, I can "fix" the problem by replacing /usr/lib64/wine/ntdll.dll.so
with the version from Wine 2.9-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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=40918
Bug ID: 40918
Summary: wine-patched-staging-1.9.13/server - error building on
NetBSD
Product: Wine-staging
Version: 1.9.13
Hardware: x86
OS: NetBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adrien_fernandes2(a)hotmail.com
…
[View More] CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Created attachment 55017
--> https://bugs.winehq.org/attachment.cgi?id=55017
Outputs of the make command
I am on NetBSD 7.0.1 (GENERIC.201605221355Z) i386
It is NetBSD stable.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=42349
Bug ID: 42349
Summary: Dragonball Xenoverse 2: Strong visual glitches with
CSMT enabled
Product: Wine
Version: 2.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wilecoyote2015(a)gmail.com
Distribution:…
[View More] ---
Created attachment 57115
--> https://bugs.winehq.org/attachment.cgi?id=57115
Terminal output with CSMT activated
If CSMT is enabled,the whole user interface is flickering and distorted. It
mainly consists of untextured, white boxes. No user interaction is possible at
this point because interface elements cannot be seen.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=40032
Bug ID: 40032
Summary: Starcraft 2 crashes
Product: Wine-staging
Version: 1.9.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: krafczyk.matthew(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.…
[View More]de,
sebastian(a)fds-team.de
Distribution: ---
StarCraft 2 now crashes with the error message
"An error occurred starting StarCraft II. Please try again. (Error 2:
-2147483392)"
This happens for both the 32 bit and 64 bit versions of StartCraft 2 and
happens with and without CSMT. Here is a pastebin from launching the 64bit
version with CSMT: http://pastebin.com/ntk9kM4u
StarCraft 2 works just fine with plain 1.9.2
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=39369
Bug ID: 39369
Summary: Alpha Prime: certain sounds muffled when using EAX
Product: Wine-staging
Version: 1.7.40
Hardware: x86
URL: http://www.gamershell.com/download_18730.shtml
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
…
[View More] Reporter: gyebro69(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
When EAX is enabled in staging, certain sounds in the game like footsteps,
shooting sound, activating an object or speech during cutscenes are so quiet
that they're barely audible.
Other sounds like background music, NPC talks are playing normally.
There's is nothing related in the terminal.
alphaprime_demosetup_en.zip
sha1: e2cbf8b2aa4f6de3d93cb48997a2b7eca0460a77
wine-1.7.51-268-g781b88b (Staging)
Fedora 22 32-bit
Alsa 1.0.29, stereo speaker setup (PA is not running)
Audio device: NVIDIA Corporation MCP61 High Definition Audio (rev a2)
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=43469
Bug ID: 43469
Summary: Star Wars the old republic give an error message and
exits after latest update
Product: Wine
Version: 2.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gnarlin(a)gmail.com
…
[View More]Distribution: ---
Here's the error message:
Certificate authentication failed, please contact customer support
This happened very recently with the game's latest update.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=40611
Bug ID: 40611
Summary: Wine-stagging: Illegal instruction error under FreeBSD
11-CURRENT
Product: Wine-staging
Version: 1.9.9
Hardware: x86
OS: FreeBSD
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: iron.udjin(a)gmail.com
…
[View More] CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Everything works fine without stagging patch.
With stagging patch when I trying to start Steam or any other program I see:
err:wineboot:start_services_process Unexpected termination of services.exe -
exit code 0
[2016-05-11 00:40:18] Startup - updater built Apr 29 2016 15:19:38
Looks like steam didn't shutdown cleanly, scheduling immediate update check
Illegal instruction
I guess the error is related to sound. When I start winecfg and go to "Audio"
tab, I'm getting the same "Illegal instruction" error.
How can I debug it further?
Do I need to send you "truss" log or WINEDEBUG=all output?
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=39676
Bug ID: 39676
Summary: The Darkness II shows only black screen when CSMT
enabled
Product: Wine-staging
Version: 1.8-rc1
Hardware: x86
URL: http://store.steampowered.com/app/67370/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-…
[View More]bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 52901
--> https://bugs.winehq.org/attachment.cgi?id=52901
terminal output
This is the game from bug #30061.
When CSMT is enabled in staging, the game starts but shows only a black screen
(I can hear audio from the intro videos but nothing can be seen).
This happens when the game is started in fullscreen mode. In windowed mode the
game starts properly (CSMT enabled). Switching between fullscreen and windowed
mode is available in the game's display option menu.
This might be interesting from the console log (not present when CSMT is
disabled):
err:d3d:wined3d_debug_callback 0x21be40: "GL_INVALID_VALUE in
glTexSubImage2D(xoffset+width)".
err:d3d_surface:wined3d_surface_upload_data >>>>>>>>>>>>>>>>> GL_INVALID_VALUE
(0x501) from glTexSubImage2D @ ../wined3d/surface.c / 1706
The problem can be reproduced with the demo version on Steam.
wine-1.8-rc1-81-g6790d82 (Staging)
Fedora 23
OpenGL vendor string: nouveau
OpenGL renderer string: Gallium 0.4 on NV92
OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.2.0-devel
OpenGL core profile shading language version string: 3.30
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=40332
Bug ID: 40332
Summary: Prince of Persioa 2008 crash at intro with
wine-staging csmt
Product: Wine
Version: 1.9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fin4478(a)hotmail.com
Distribution: ---
…
[View More]Similar bug in wine-staging version than in 36063. Graphics hangs in the intro
sequence when Elika looks up and shuts the mouth of Prince. Sound keeps going
on for a while. To kill the game, press alt+ctrl+f1 and type ps -e to find the
application id. There is no trace in the terminal what happened when launching
the game from a terminal. With wine 1.8.1 the game works ok.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=41384
Bug ID: 41384
Summary: Office 2010: Activation doesn't work after
wine-staging 1.9.3
Product: Wine-staging
Version: 1.9.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jvtr(a)f.fxnxs.com
CC:…
[View More] erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
After comparing logs between wine-staging versions 1.9.3 and 1.9.4 I have
realized an unsuccessful call happening to SetupDiGetDeviceRegistryProperty
with property value 1 (SPDRP_HARDWAREID). HardwareId is not present, because
the patch
<b>setupapi-Display_Device/0001-setupapi-Create-registry-keys-for-display-devices-an.patch</b>
creates keys for the display device (create_display_keys) without HardwareID
value. Before the patch there was no device info and thus no calls from
application to get that property.
Workaround is simple - create registry value HardwareID of type REG_MULTI_SZ
with value "PCI\VEN_0000&DEV_0000" (to be honest I don't know what constitutes
the right values) in
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\PCI\VEN_0000&DEV_0000\13&12345&0.
It can even be empty for the activation to work.
example registry file:
REGEDIT4
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\PCI\VEN_0000&DEV_0000\13&12345&0]
"HardwareId"=hex(7):50,43,49,5c,56,45,4e,5f,30,30,30,30,26,44,45,56,5f,30,30,\
30,30,00,00,00,00
Tested with Microsoft Word 2010 version 14.0.7015.1000.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=42377
Bug ID: 42377
Summary: WSASend() returns invalid number of bytes when both
lpOverlapped and lpNumberOfBytesSent
Product: Wine
Version: 2.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zbr(a)ioremap.net
…
[View More] Distribution: ---
Created attachment 57161
--> https://bugs.winehq.org/attachment.cgi?id=57161
WINEDEBUG=+all ./grtest_server
Golang uses overlapped sockets, but sets both lpOverlapped and
lpNumberOfBytesSent.
Sometimes lpNumberOfBytesSent is returned to be higher than number of bytes in
the buffer to be sent, this breaks overlapped state machine in golang, which
eventually ends up with error and connection reset.
Bug is 100% reproducible, but it requires quite a setup.
First, golang uses memory mapped page hack to get time structures. These are
not updated by wine (see the bug here:
https://bugs.winehq.org/show_bug.cgi?id=29168). To fix it I made a patch for
golang which falls back to QPC timings if startup code detects timer is
stalled, see patches and discussion:
https://go-review.googlesource.com/#/c/35710/https://github.com/golang/go/issues/18537
After golang has been patched, I use this test case to compile a grpc server
and python client: https://github.com/bioothod/grpc_test
# edit Makefile to specify golang path and root directory
$ make windows
$ wine ./grpc_server
$ python client.py
...
Running multiple clients 100% ends up with connection close errors, which I
debugged to incorrect (larger than the buffer size) lpNumberOfBytesSent
Here is a discussion: https://github.com/golang/go/issues/18887
Turning overlapped feature off (by setting lpOverlapped to NULL) resolves the
bug, but as far as I understand it ends up with blocked WSASend() call, who
will wait for buffer to be completely sent, which is kind of undesired
behaviour.
Attached WINEDEBUG=+all ./grtest_server log if it helps.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=41512
Bug ID: 41512
Summary: Adobe Creative Cloud application crashing
Product: Wine-staging
Version: unspecified
Hardware: x86
URL: http://ccmdls.adobe.com/AdobeProducts/KCCC/1/win32/Cre
ativeCloudSet-Up.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: …
[View More]wine-bugs(a)winehq.org
Reporter: mrypsilons(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 55876
--> https://bugs.winehq.org/attachment.cgi?id=55876
backtrace from the crash dialog
The application immediately crashes on startup.
Did a regression test, the crash is happening if this patch is applied:
https://github.com/wine-compholio/wine-staging/blob/master/patches/kernel32…
I can provide terminal output, but I don't know what WINEDEBUG flags to use.
Steps to reproduce:
- Set version to Windows 7
- Run the installer (see URL field)
- Installer automatically starts installed "Creative Cloud.exe", which
immediately crashes
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=42679
Bug ID: 42679
Summary: no alpha while blitting in batches
Product: Wine-staging
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: keloero(a)oreolek.ru
CC: erich.e.hoover(a)wine-staging.com, michael(a)…
[View More]fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 57641
--> https://bugs.winehq.org/attachment.cgi?id=57641
fireurq2.1 - run test.qst
[I'm not the app developer, but I noticed the bug.]
The bug occurs only in staging version, Wine 2.0 stable and lower are
unaffected.
There is no alpha channel while blitting in batches, the bitmaps have black
background.
How to reproduce: see the fireurq.7z attachment;
run fireURQ2.exe, choose test.qst as the game or just run like this: wine
fireURQ2.exe test.qst
Look at the button, the letters have rough black edges on them. It shouldn't
look like that and it doesn't in Wine 2.0
--
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.
[View Less]