https://bugs.winehq.org/show_bug.cgi?id=40730
Bug ID: 40730
Summary: Elasto Mania: Hang on launch - later works but without
sound
Product: Wine
Version: 1.5.18
Hardware: x86
URL: http://elastomania.com/share_win.html
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fritz-stuhr(a)web.de
Regression SHA1: 841214ddb4d4dc620e6b51dfe6655b585d423edc
Distribution: Ubuntu
Starting with 841214ddb4d4dc620e6b51dfe6655b585d423edc Elasto Mania (full
version aswell as linked shareware version) hangs directly at the title screen
or about a quarter of a second after starting the first level.
Beginning with 4f32f8e185949f2cb7bcee4f218f4724d5b823d5 it doesn't hang anymore
but sound is not working anymore (was working fine before
841214ddb4d4dc620e6b51dfe6655b585d423edc).
Please note that the sound starts a bit delayed (I think that also happens on
Windows). After starting the first level it takes about 3.5 seconds before you
can hear anything.
Git bisecting was done on a Lubuntu 16.04 32bit live CD.
--
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=38196
Bug ID: 38196
Summary: ffmpeg fails to create direct3d9 device on shell
window
Product: Wine
Version: 1.7.37
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: michael(a)fds-team.de
Distribution: ---
Created attachment 50972
--> https://bugs.winehq.org/attachment.cgi?id=50972
wine test to reproduce the issue
If you enable DXVA2 in ffmpeg, the creation of the Direct3D9 device fails. They
use the following code:
--------
IDirect3D9_GetAdapterDisplayMode(ctx->d3d9, adapter, &d3ddm);
d3dpp.Windowed = TRUE;
d3dpp.BackBufferWidth = 640;
d3dpp.BackBufferHeight = 480;
d3dpp.BackBufferCount = 0;
d3dpp.BackBufferFormat = d3ddm.Format;
d3dpp.SwapEffect = D3DSWAPEFFECT_DISCARD;
d3dpp.Flags = D3DPRESENTFLAG_VIDEO;
hr = IDirect3D9_CreateDevice(ctx->d3d9, adapter, D3DDEVTYPE_HAL,
GetShellWindow(), D3DCREATE_SOFTWARE_VERTEXPROCESSING | D3DCREATE_MULTITHREADED
| D3DCREATE_FPU_PRESERVE, &d3dpp, &ctx->d3d9device);
---
The creation fails because ffmpeg tries to create the device using the shell
window, but GetShellWindow() always returns NULL as handle until some program
sets the shell window using SetShellWindow(). Wine does not provide any program
which calls SetShellWindow() and it is therefore not possible to get ffmpeg +
DXVA2 working with plain Wine.
In order to test this bug you either need to apply the DXVA2 patches from
https://github.com/wine-compholio/wine-staging/tree/master/patches/dxva2-Vi…
and enable vaapi in the registry or you can use the wine test from the
attachment.
--
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=38416
Bug ID: 38416
Summary: Unhandled D3DFORMAT
Product: Wine
Version: 1.7.40
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
This is the test utility from Microsoft DerectxSDK free distributed
Utilities/bin/x86/DXCapsViewer.exe
----
fixme:d3d:wined3d_check_device_format_conversion wined3d 0x134ba0, adapter_idx
0, device_type WINED3D_DEVICE_TYPE_HAL, src_format
WINED3DFMT_B10G10R10A2_UNORM, dst_format WINED3DFMT_B8G8R8X8_UNORM stub!
fixme:d3d9:wined3dformat_from_d3dformat Unhandled D3DFORMAT 0x54
fixme:d3d9:wined3dformat_from_d3dformat Unhandled D3DFORMAT 0x55
fixme:d3d9:wined3dformat_from_d3dformat Unhandled D3DFORMAT 0x76
fixme:d3d:wined3d_check_device_format_conversion wined3d 0x134ba0, adapter_idx
0, device_type WINED3D_DEVICE_TYPE_HAL, src_format
WINED3DFMT_B10G10R10A2_UNORM, dst_format WINED3DFMT_B8G8R8X8_UNORM stub!
fixme:d3d:wined3d_check_device_format_conversion wined3d 0x134ba0, adapter_idx
0, device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B5G5R5X1_UNORM,
dst_format WINED3DFMT_B8G8R8X8_UNORM stub!
fixme:d3d:wined3d_check_device_format_conversion wined3d 0x134ba0, adapter_idx
0, device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B5G5R5A1_UNORM,
dst_format WINED3DFMT_B8G8R8X8_UNORM stub!
----
--
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=42858
Bug ID: 42858
Summary: Stuttering sound setting the OS to Windows 7 and
higher on FreeBSD
Product: Wine
Version: 2.4
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adrien_fernandes2(a)hotmail.com
On every games I try, when I set to Windows XP, the sound is working correctly
but if I set to Windows 7 and higher, the sound will stutter, whatever the game
you are trying.
It's a bit annoying when you have to set the OS to Windows 7 like with Enter
the Gungeon to make it work.
I tried Resident Evil Revelations and Enter the Gungeon, they both have the
same problem so I guess it's something related to FreeBSD (maybe more BSD OS)
--
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=19561
Summary: Very large memory leak when doing overlapped reads
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ronfischler(a)gmail.com
Created an attachment (id=22796)
--> (http://bugs.winehq.org/attachment.cgi?id=22796)
Program compiled and ready to run using mingw
WINE is buffering serial ports which is in conflict with using overlapped
reads. Additionally, when using overlapped reads on a serial port, there is a
large memory leak. Every time we receive a block of data on the port, (say 800
bytes in our case,) wineserver allocates many pages on the heap and does not
free them afterwards. We are seeing as many as 21 pages lost to the heap every
time we read a small block of data.
My company is creating a Monitor & Control product that works through serial
ports, and we want it to be able to run on Linux netbooks (using USB to serial
port adapters.) This memory leak is the only thing holding us up. The memory
leak is too large for us to recommend to customers that our application can be
used on Linux platforms using WINE.
We are including an attachment for a small program that captures the leak. The
problem is a result of our call to readfile() in the do-while loop. It is using
the overlappedRead feature. Every time this Win32 function call is made, 84K
bytes disappears forever.
-Ron F.
--
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=33785
Bug #: 33785
Summary: Invisible graphics elements in Patrimonium adventure
game
Product: Wine
Version: 1.5.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ChristophFranzen(a)gmx.net
Classification: Unclassified
Created attachment 44761
--> http://bugs.winehq.org/attachment.cgi?id=44761
Console messages when starting the game
Hi,
in the "Patrimonium" adventure game moving objects such as the player and
non-player characters are partly invisible, it seems that the order of
foreground and background is reversed; the mouse cursor also seems to vanish
occasionally.
The graphical game menu for actions is also absent, probably in the background
as well.
You can get the game from there:
http://patrimonium.amberfisharts.com/de/download/1 (Installer)
http://patrimonium.amberfisharts.com/de/download/2 (ZIP)
Note that the language is german, but that should not be a problem.
Changing graphics settings in the wine registry did not work.
Regards, Christoph
--
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=27396
Summary: Mshtml, DontExecuteScripts flag is ignored
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Example: http://netikka.net/dev/noscript.exe
Run in Windows -> Ok, script is disabled
Run in Wine -> Fail, script is enabled
Method is used to view & download webcontent, but not allowing scripts to run.
DLCTL_NO_SCRIPTS = $00000080
Works with native mshtml.dll + msls31.dll (from xp)
--
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=39571
Bug ID: 39571
Summary: The Ground Gives Way crashes when launching the game.
Product: Wine
Version: 1.7.53
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 52723
--> https://bugs.winehq.org/attachment.cgi?id=52723
Backtrace for the Windows XP version of The Ground Gives Way
When running the free game called "The Ground Gives Way" in Wine 1.7.53 it
immediately crashes. This occurs in both the Windows XP version and the Windows
Vista/7/8/10 version.
Steps to reproduce:
1. Navigate to the game's directory.
2. Use "wine The Ground Gives Way.exe" command in terminal.
--
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=28613
Bug #: 28613
Summary: Hidden Mysteries: Salem Secrets text rendering is
corrupted
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: josh+wine(a)iswifter.net
Classification: Unclassified
Text throughout the game (including the Credits roll) draws with extra pixels.
The pattern is seemingly arbitrary but is consistent across multiple
occurrences of a single character.
--
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=43613
Bug ID: 43613
Summary: Space Pirates and Zombies 2: Mouse stops working in
menus
Product: Wine
Version: 2.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: colonelpanic42(a)gmail.com
Distribution: ---
Created attachment 59030
--> https://bugs.winehq.org/attachment.cgi?id=59030
Log for SPAZ 2 on 2.15-staging, no CSMT
Playing Space Pirates and Zombies 2 from Steam, latest version (currently
0.9.902). After flying around in 3D space for a while (approx. 5-10 minutes)
the mouse stops working in menus (TAB tactical menu, ESC main menu), which
makes the game unplayable after that point as the TAB menu is needed to get
back to the star map to continue the game. The mouse seems to get stuck
controlling the targeting reticle for the ship, as this keeps moving instead of
the mouse pointer when opening the TAB menu.
I tried playing in 2.13-staging as well as 2.15-staging, with and without CSMT
enabled. I've tried different mouse warp settings to see if that would change
anything which it hasn't. I've attached the last log (2.15-staging w/o CSMT)
but there's a LOT of lines that just read "fixme:dxgi:dxgi_swapchain_Present
Unimplemented sync interval 1" which I'm not sure are in any way related (these
happen since the game runs before the issue occurs).
--
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=30389
Bug #: 30389
Summary: No sound in Poacher
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dmusic
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mrmcspummbucket(a)gmail.com
Classification: Unclassified
Created attachment 39731
--> http://bugs.winehq.org/attachment.cgi?id=39731
Some terminal output
No sound in freeware game "Poacher". Terminal output mentions a lot about dmime
(see attachment). Appears possibly related to:
http://bugs.winehq.org/show_bug.cgi?id=25753http://bugs.winehq.org/show_bug.cgi?id=9027http://bugs.winehq.org/show_bug.cgi?id=23373
But since I'm no expert, it should be someone else's decision to say if its a
duplicate.
Overriding dmime.dll does give the game sound, but also makes it lag like
nothing else, causing it do be unplayable.
--
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=35307
Bug ID: 35307
Summary: TagScanner fails to rename if folder structure is
given
Product: Wine
Version: 1.7.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Created attachment 47094
--> http://bugs.winehq.org/attachment.cgi?id=47094
Steps to reproduce
Steps to reproduce:
1) remove ~/.wine
2) wine Tagscan.exe
3) for required steps please see the attachment (left side of the image)
Behaviour:
See attachment (right side of the image).
"01 - Old Artist.mp3"
is still in
"~/music/"
Expected behaviour:
No error shown in above attachment and
"01 - Old Artist.mp3"
should be in
"~/music/Londinium/"
Additional info:
1) TagScanner 5.1.645
Terminal output:
fixme:shell:BrsFolder_OnCreate flags BIF_NEWDIALOGSTYLE partially implemented
fixme:explorerframe:taskbar_list_SetProgressState iface 0x10ca7d0, hwnd
0x40058, flags 0 stub!
fixme:explorerframe:taskbar_list_SetProgressValue iface 0x10ca7d0, hwnd
0x40058, ullCompleted 1, ullTotal 1 stub!
fixme:shell:check_flags Unsupported flags: 025c
--
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=44264
Bug ID: 44264
Summary: MPEG video not rendered in Windows Media Player 6.4
Product: Wine
Version: 3.0-rc4
Hardware: x86
URL: http://download.microsoft.com/download/winmediaplayer/
Update/6.4/W9XNT4/EN-US/mpfull.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Created attachment 60073
--> https://bugs.winehq.org/attachment.cgi?id=60073
Log from WMP 6.4 during load and play of centaur_1.mpg
Videos in Windows Media Player 6.4 load and play (as per time counter and seek
bar) but only a black screen is visible.
Sample files:
centaur_1.mpg (MPEG-1/2)
centaur_2.mpg (MPEG-1/2)
http://hubblesource.stsci.edu/sources/video/clips/
Chicken Chair (MPEG-4)
https://download.blender.org/demo/movies/ChairDivXL.avi
All videos are playable with gst-play-1.0 (Chicken Chair with sound). Note
that centaur_2.mpg doesn't play in Win98SE due to missing codec server
(probably caused by microsoft.com site changes).
Xubuntu 17.04 x86, Intel Pentium D 3.46GHz, GeForce 8600 GT with Nvidia
340.102 driver.
wine-devel 3.0~rc4~xenial from dl.winehq.org
--
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=28014
Summary: Invisible mouse cursor in some games
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bero(a)arklinux.org
In some fullscreen games, e.g. this freely downloadable one:
http://files.myplaycity.com/files/hotelmogul_setup.exe
the mouse cursor is invisible with current wine builds.
There is no suspicious output in the terminal wine was run from.
--
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=29001
Bug #: 29001
Summary: FeedDemon cannot show feeds' content
Product: Wine
Version: 1.3.32
Platform: x86
URL: http://www.filehippo.com/download_feed_demon
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lucak3(a)gmail.com
Classification: Unclassified
Created attachment 37325
--> http://bugs.winehq.org/attachment.cgi?id=37325
Console log
As of 1.3.32 & FeedDemon 4.0.0.22, FD doesn't show the contents of a selected
feed.
Importing default feeds during first time wizard is enough to see this issue.
In the mean time, msxml3 spams the console to death with its remarks of not
accepting the syntax of downloaded contents.
I needed to kill it with CTRL+c, since it locked up.
--
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=32867
Bug #: 32867
Summary: Directional Lightmaps/Shader problems in
Chivalry:Medieval Warfare
Product: Wine
Version: 1.5.23
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xpander0(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
some places in the distance seem to have black spots. it seems to be caused by
the shaders or from directional lightmaps.
pictures to describe the problem:
https://dl.dropbox.com/u/28788188/Screenshot-607-1screen.pnghttps://dl.dropbox.com/u/28788188/Screenshot-596-1screen.pnghttps://dl.dropbox.com/u/28788188/Screenshot-598-1screen.png
tested with wine 1.5.19 to wine 1.5.23
let me know if u need some debug output.
terminal doesnt show anything usefull, but i might miss some necessary debug
options
--
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=43882
Bug ID: 43882
Summary: Warframe crash when squad is disbanded
Product: Wine
Version: 2.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: necromancer007(a)list.ru
Distribution: ---
Created attachment 59490
--> https://bugs.winehq.org/attachment.cgi?id=59490
The end of a log file before crash
A bug happens every time.
To reproduce:
1. Start a game in Public mode. Either join or host the game.
2. After the game leave the squad or let squad members leave.
3. Get a crash in form of a fatal freeze.
Logs don't seem to show anything suspicious except for a 'surface load texture'
spam.
--
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=42404
Bug ID: 42404
Summary: Dragonball Xenoverse 2: Constant screen flickering
with framebuffer
Product: Wine
Version: 2.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wilecoyote2015(a)gmail.com
Distribution: ---
Created attachment 57217
--> https://bugs.winehq.org/attachment.cgi?id=57217
Logfile
There is a constant, high-frequency flickering. It seems like every second
frame is drawn black.
A workaround is to activate the orm=backbuffer option using winetricks. In
addition, the issue does not occur even with orm=fbo if the screen refresh rate
is 30 Hz.
System specifications:
Nvidia GTX 1060 3Gb
Nvidia drivers, version 375.26
Arch Linux, 64 bit
--
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=42402
Bug ID: 42402
Summary: Dragonball Xenoverse 2: Unable to connect to web
server
Product: Wine
Version: 2.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wilecoyote2015(a)gmail.com
Distribution: ---
Created attachment 57215
--> https://bugs.winehq.org/attachment.cgi?id=57215
Log file
It is not possible to use the online functionality of the game because the
connection is not established.
Before the main window a dialog shows up which states that the game attempts to
build a connection. However, this dialog is shown for infinite time and the
main menu cannot be reached. There does not appear any error message.
I am using the Steam version of the game.
The issue happens in Wine-Staging as well as Wine-Development.
I had to compress the logfile into a zip file because the raw file would be too
large. Sorry for that.
--
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=44206
Bug ID: 44206
Summary: Star Wars: Battlefront II: freezes during gameplay
after approx 10 minutes
Product: Wine
Version: 3.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: coolo1mc(a)gmail.com
Distribution: ---
Created attachment 59975
--> https://bugs.winehq.org/attachment.cgi?id=59975
wine steam.exe -applaunch 6060 &> log.txt
While playing the game in any mode (campaign, instant action, even tutorial)
after being actually in game for approx 10 minutes the screen freezes up and
sounds continue for about 1 second before playing the open menu sound
repeatedly.
This happens every time, and is also present in the latest wine 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.
https://bugs.winehq.org/show_bug.cgi?id=47134
Bug ID: 47134
Summary: Star Wars Battlefront 2 crashes with unhandled
exception
Product: Wine
Version: 4.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: cmartinez2985(a)gmail.com
Distribution: ---
Created attachment 64358
--> https://bugs.winehq.org/attachment.cgi?id=64358
Crash output
Using DXVK with working Origin, Battlefront 2 fails to start with a crash
dialog that is attached. Battlefront works fine and so do most of the latest
Battlefields which use the same engine.
I am using Arch Linux with the latest 5.0.x kernel.
--
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=24495
Summary: Knights of the Old Republic can't keep a video mode.
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeff(a)deserettechnology.com
Created an attachment (id=30908)
--> (http://bugs.winehq.org/attachment.cgi?id=30908)
console output with WINEDEBUG=+d3d
I am trying to run KOTOR from Steam on a late-2009 iMac iMac11,1 with Catalyst
10.9 on ATI Technologies Inc M98L Mobility Radeon HD 4850 (as specified by
lsusb). After installing native d3d9x, KOTOR menu stars and can create a
character and start a game.
While the video loads, the screen flickers and switches modes, a little white
box appears in the corner, goes to a liney-screen and then back to the white
box, alternates every second or so. Sometimes a video will load after this, but
after the video the same thing happens endlessly.
I am mostly running in a virtual desktop because when we run for real X gets
all messed up by the constant mode-switching.
I've attached console output with WINEDEBUG=+d3d.
--
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=41047
Bug ID: 41047
Summary: Star Wars Racer videos have no sound
Product: Wine
Version: 1.9.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Distribution: ---
Created attachment 55219
--> https://bugs.winehq.org/attachment.cgi?id=55219
Star Wars Racer wine 1.9.15
Hello,
videos have no sound in Star Wars Episode 1 Racer.
Thank you for your help.
LGDN.
config:
WIne 1.7.15
Ubuntu 16.04 Xenial 64 bits
NVIDIA GeForce GTX 770
official Ubuntu Nvidia drivers 361.42 - 1920x1080
--
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=39135
Bug ID: 39135
Summary: Star Wars Republic Commando launcher crashes when
starting game
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 52145
--> https://bugs.winehq.org/attachment.cgi?id=52145
trace+mshtml,trace+urlmon
To reproduce this bug, open LaunchRC.exe and click START GAME. The game will
start, but the launcher crashes instead of exiting cleanly. No other button has
a problem.
`winetricks dlls ie8` avoids the crash. Further testing revealed that
overriding mshtml.dll and urlmon.dll is sufficient.
For what it's worth, I've been able to figure out that the program crashes
because This->site is null at the IActiveScriptSite_OnLeaveScript macro in
exec_global_code in dlls/jscript/jscript.c.
--
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=46416
Bug ID: 46416
Summary: World of Warcraft dx12/vkd3d crashes soon after login
Product: vkd3d
Version: 1.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: zurohki(a)gmail.com
Distribution: ---
Created attachment 63183
--> https://bugs.winehq.org/attachment.cgi?id=63183
WINEDEBUG=+seh,+dxgi,+d3d12 VKD3D_DEBUG=trace log
After logging in and reaching the character select screen, World of Warcraft
quickly crashes with an Error #132 exception. It doesn't matter whether you sit
on that screen or choose a character and start loading in to the game world.
Slackware64-current
Ryzen 2700X
Vega 64
wine 4.0rc4 + staging from https://github.com/lutris/wine/commits/tkg
Kernel 4.20.0
Mesa master, commit 3453814
LLVM 8.0.0svn, r349003
vkd3d master, commit e13fb13
Vanilla Wine doesn't display any output at all, the screen just freezes. I have
to alt-tab to the terminal and ctrl-c to kill Wine, so I can't test with 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.
http://bugs.winehq.org/show_bug.cgi?id=22041
Summary: winedevice doesn't realized changed screen resolution
Product: Wine
Version: 1.1.40
Platform: x86
URL: http://www.winehq.org/pipermail/wine-users/2010-March/
069987.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toralf.foerster(a)gmx.de
Created an attachment (id=26823)
--> (http://bugs.winehq.org/attachment.cgi?id=26823)
right part of windows shows Lotus Notes workspace pattern
As described in the mail I'd like to have a feature to "refresh" these settings
without restarting an already started windows application.
I attach 3 screen shots which show the effect.
--
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=34935
Bug #: 34935
Summary: KeepassX' autotype cannot type altgr characters in
Wine apps
Product: Wine
Version: 1.7.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Classification: Unclassified
Keepass (native Linux app) cannot autotype characters that are triggered with
altgr into Wine apps. For example, my keyboard configuration requires an altgr
stroke for $, { and } and none of those characters are typed with autotype.
Easy to repro:
- Install and open keepassx
- create a dummy entry with a username or password with altgr-only chars in it
(and some non-altgr chars).
- open and focus notepad
- hit ctrl+v (autotype) while selecting the dummy entry
All the altgr characters are missing.
There are no issues with autotyping into any native linux app.
--
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=38612
Bug ID: 38612
Summary: Pokemon Rejuvenation Crashes when i walk into first
generator room of the Xen lab
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: rydermora1212(a)gmail.com
Created attachment 51509
--> https://bugs.winehq.org/attachment.cgi?id=51509
Program Error details
Wine crashes when i get to a certain part of pokémon rejuvenation.
--
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=38603
Bug ID: 38603
Summary: Text typed by the user on pokemon: dawn of darkness
only appears for a split second while typing
Product: Wine
Version: 1.7.43
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dj-max_payne(a)hotmail.com
Distribution: ---
On the game Pokemon: Dawn of Darkness, when typing something on any field, like
for example: the login screen, register new account screen, or in-game chat.
The characters only appear for a split second while your typing, and if you
stop typing they're not visible at all.
AppDB Page for PDoD:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=32117
The game is affected by bug 657 and requires the workaround 'winetricks -q
mfc42' to run.
Pokemon: Dawn of Darkness is free to download and small in size, since the bug
in question manifests itself on login screen, you don't even have to create an
account or play the game to see it.
PS: So far I haven't encountered any other issue while playing this game, so
basically this bug is all that prevents it from attaining gold qualification on
the AppDB.
--
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=44637
Bug ID: 44637
Summary: crash bug after finishing a battle in pokemon
insurgence
Product: Wine
Version: 2.5
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adriannjamen(a)hotmail.com
Created attachment 60634
--> https://bugs.winehq.org/attachment.cgi?id=60634
Program error details
I'm playing a game called pokemon insurgence.
It works normal until i finish a battle.
After a battle the game simply crash.
Wine show a pop up with the text: 'The program game.exe has encountered a
serious problem and needs to close.
I pressed on the button show details and put them as a attachment file with
this post.
--
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=35982
Bug ID: 35982
Summary: pokemon reborn crashes after healing
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kjcan22(a)gmail.com
Created attachment 48101
--> http://bugs.winehq.org/attachment.cgi?id=48101
crashes when healing pokemon at very beginning of game
the game crashes when i first defeat cain and heal my pokemon right after the
battle
--
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=40708
Bug ID: 40708
Summary: RPG Maker games: freeze at certain points
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jpax94(a)gmail.com
When I play games made in RPG Maker, they sometimes crash at certain points.
--
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=43331
Bug ID: 43331
Summary: Wine and RPG Maker MV Error
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shalinrox1232(a)gmail.com
Created attachment 58674
--> https://bugs.winehq.org/attachment.cgi?id=58674
For some reason there is an error after I put in my product code. I uninstalled
the prior account from windows and then try to install in on my Mac through
Wine
I just uninstalled the program from my windows and then installed it on my mac.
i know the code limits you to two accounts, maybe that was a problem? but it
wont work
--
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=43616
Bug ID: 43616
Summary: RPGMaker game Sinshiya Nightmare has no music
Product: Wine
Version: 2.15
Hardware: x86
URL: http://versionfille.com/versionfillevx/versionfillesin
shiya.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
The game works, but in the game there is no background music.
Workaround: "winetricks directmusic dsdmo gmdls"
--
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=45395
Bug ID: 45395
Summary: Unhandled exception while running RPG MAKER VX ACE
Product: Wine
Version: 3.0.1
Hardware: aarch64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: anto777dago(a)gmail.com
Distribution: ---
Created attachment 61705
--> https://bugs.winehq.org/attachment.cgi?id=61705
Unhandled exception in RPG Maker VX Ace
APP: RPG MAKER VX ACE
OS: LINUX MINT 18.3 CINAMMON
Processor (Intel core i7 7700HQ CPU @ 2.80 GHz x 4
Graphic Card: Nvidia GeForce GTX 1050Ti
BEHAVIOUR: THE APP RUNS SMOOTHLY IF I START OR CONTINUE A GAME BUT IT CRASHES
AS SOON AS THE PLAYER IS TRANSFERRED TO A NEW LOCATION.
OCCASIONALLY THE KEYBOARD FREEZES AT START UP.
I GET THE SAME ERROR IN BOTH WINE 3.0.1 AND PLAYONLINUX (Same Wine version)
Someone told me to disable winegstreamer from the library. I did but I got the
same result.
WINE/Playonlinux: Officially recognize RPG Maker Xp and the version I'm using
is an upgraded version though still based on the same engine.
I've been researching everywhere to fix this error but I couldn't find a
solution. Some people told me that it runs smoothly on their machine and
they've got the same OS as me.
Thank you in advance for your help!
--
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=37419
Bug ID: 37419
Summary: Zbrush takes 20 minutes to load (better bug report)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fleeky(a)7rnx.net
Distribution: ---
Created attachment 49766
--> https://bugs.winehq.org/attachment.cgi?id=49766
log file for zbrush.exe
I made a previous bug report, but did so incorrectly this is my second attempt.
Installed wine 1.7.28 along with all recommended packages. Ran wine with
Zbrush.exe without any extra dlls ran the latest development version available
from apt-get which is 1.7.28. also am not using any third party wrappers.
Zbrush takes 20 minutes or more to start up, this is not the typical behaviour
on windows ( starts up immediately )
Thanks and hopefully this bug report meets your specifications.
--
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=46598
Bug ID: 46598
Summary: Pressure sensitivity (zbrush) not working after wine
update
Product: Wine
Version: 4.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: f2267911(a)nwytg.com
Distribution: ---
The tablet pressure sensitivity worked fine in wine 3.21, but an update to wine
4.0 or 4.1 causes it to stop working properly in zbrush 2018.
--
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=46470
Bug ID: 46470
Summary: opencl 1.2 version support required
Product: Wine-staging
Version: 4.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: a.amruth(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 63290
--> https://bugs.winehq.org/attachment.cgi?id=63290
clinfo logs attached
subject: opencl 1.2 version support required
looks like current wine staging supports only opencl version 1.0
NOTE: your OpenCL library only supports OpenCL 1.0,
but some installed platforms support OpenCL 1.2.
Programs using 1.2 features may crash
or behave unexpectedly
clinfo is a simple command-line application that enumerates all possible
(known) properties of the OpenCL platform and devices available on the system.
https://github.com/Oblomov/clinfo
clinfo complete output attached.
opencl 1.2 version support required for dforce feature on daz studio.
https://appdb.winehq.org/objectManager.php?sClass=version&iId=37524
--
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=30129
Bug #: 30129
Summary: Screen in 3d Studio Max v9 refresh badly
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deveee(a)gmail.com
Classification: Unclassified
Problem is with refresh screen in 3d studio max v9.
When I click on object - on screen I don't see any changes. When I click on
second object - I see this first click, not second. All is with one-click
delay.
Problem is only in wine 1.4-*, versions 1.37 and older works fine.
--
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=30893
Bug #: 30893
Summary: No pressure in gimp 2.8 windows version with evdev
tablet
Product: Wine
Version: 1.5.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wintab32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: viktoria.s(a)freemail.hu
Classification: Unclassified
Created attachment 40482
--> http://bugs.winehq.org/attachment.cgi?id=40482
Output of gimp 2.8 windows version with WINEDEBUG=+wintab32
I got an Genius Mousepen i608X tablet. It works only with the evdev driver. (I
am using xubuntu 64 bit with a patched kernel (which includes the driver of
this tablet on a VM.)) I have got no pressure in gimp 2.8 windows version.
(Gimp 2.8 linux version works perfectly on the same operating system.)
In the attachment log you can see that it reports as a tablet:
trace:wintab32:X11DRV_LoadTabletInfo Device 10: [id 12|name Genius MousePen
i608X|type TABLET|num_classes 2|use 4]
but at the end wine writes:
warn:wintab32:X11DRV_LoadTabletInfo Did not find a valid stylus, unable to
determine system context parameters. Wintab is disabled.
Which is wrong. I attached the output of xinput list --long (xinput.txt), so
you can see clearly which device reports what. (I guess I should add that
attachment separately because the bug can contain only one attachment.)
One thing to note: this device comes with a mouse too. And the kernel gives
identical name to both devices. (That is the reason why you can fin 2 mousepens
in the logs. The one with the id=12 is the pen, because this one is reporting
the pressure, the other one is the mouse.)
In my opinion if you modify the wine source/dlls/winex11.drv/wintab.c according
to this:
in line 622 you write this:
if (! is_tablet_cursor(target->name, device_type) && ! devices[loop].type ==
XInternAtom(data->display, XI_TABLET, False))
in line 641 you write this:
if (is_stylus(target->name, device_type) || devices[loop].type ==
XInternAtom(data->display, XI_TABLET, False))
my tablet will be recognised.
Unfortunately I was not able to test if this is going to work or not, because I
was not able to build wine properly so far.
(Gimp 2.8 windows version was always crashed with the one I have built, but the
tablet was recognised as tablet though.)
You can find a list of tablets which are using the evdev driver here:
http://sourceforge.net/apps/mediawiki/digimend/index.php?title=Tablet_suppo…
If you have any questions please let me know.
--
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=28158
Summary: [integration] winemenubuilder forces lower case when
searching fd.o mime database
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)rodrigosilva.com
When winemenubuilder searches for freedesktop.org xdg mime database, and build
its list native extensions and mime types, it always searches and tries to
match a lower case string. Windows registry might be case-insensitive, but
native mime database is not, and (unfortunately) some extensions (globs) and
mime types do have upper case chars. Some examples:
audio/AMR:*.amr
audio/AMR-WB:*.awb
text/x-c++src:*.C
application/x-compress:*.Z
application/x-blender:*.BLEND
text/x-iMelody:*.ime
text/x-iMelody:*.imy
text/css:*.CSSL
application/x-gnome-saved-search:*.savedSearch
I am just listing "regular" globs that could be directly mapped to windows
extensions (as opposed to things like README*, Makefile, *.tar.Z, etc)
Take Z for an example of the problem:
- Windows app register "HKCR\.z". Winemenubuilder searches for *.z, can't
match, so it creates the native application/x-wine-extension-z mime/glob.
Unfortunate but unavoidable.
- Windows app register "HKCR\.Z" instead. Winemenubuilder *still* searches for
*.z, because it forces lowercase in its search! There is no match, and it
creates the application/x-wine-extension-z. With *.z glob! And that is a bug.
Currently, there is no way to prevent winemenubuilder to create duplicate (and
buggy) mime extensions when native glob and/or extension contains upper (or
mixed) case chars.
My suggestion for fix: to really mimic Registry case-insensitivity behavior,
winemenubuilder should use case-insensitive search. For example, comparing
lower(win ext)=lower(fd.o glob). And if a match is not found, create the native
glob *exactly* as registered by windows app.
--
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=45241
Bug ID: 45241
Summary: Autodesk Revit 2019 (Webinstall) fails to install
Product: Wine
Version: 3.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mail(a)falko-menge.de
Distribution: ---
Created attachment 61471
--> https://bugs.winehq.org/attachment.cgi?id=61471
installation console output
The installer downloads a setup file but then stops with the message:
"Something is preventing the software from launching. Please contact customer
support."
WINEPREFIX=~/.local/share/wineprefixes/revit-2019-webinstall WINEARCH=win64
wine Revit_2019_G1_Win_64bit_Trial_wi_en-US_Setup_webinstall.exe &> log.txt
--
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=32317
Bug #: 32317
Summary: 3dsmax 9 32bit - Registration window
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: keith(a)ukscifi.net
Classification: Unclassified
Created attachment 42657
--> http://bugs.winehq.org/attachment.cgi?id=42657
3dsmax register window bug.
I am unable to register the product from the trial version of 3dsmax9 32bit, I
can enter the serial code but the Request code is boxes are missing, Next
button is frozen and you can't seem to quit out.
I have to force kill the window to continue.
Other tests have lead to the register tool not finding the Internet?
--
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=22714
Summary: specviewperf10 test 3dsmax-04 doesn't show clouds
wrapping around scene properly
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.spec.org/gwpg/gpc.static/vp10info.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Several minutes into test 3dsmax-04, in the domed structure test,
it shows the domed structure with clouds on the world cylinder,
but on Wine the clouds don't wrap around the whole world.
--
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=33380
Bug #: 33380
Summary: Autodesk 3ds Max 2009 unable to activate
Product: Wine
Version: 1.5.27
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hibbsncc1701(a)yahoo.com
Classification: Unclassified
Created attachment 44172
--> http://bugs.winehq.org/attachment.cgi?id=44172
Console output without a debug enviorment variable set
Trying to activate 3ds max 2009 does not work as nothing you do will allow you
to proceed past the first page. The input activation code box is missing and
trying to get an activation code does not work.
Clicking on the next button seems to do nothing, although the close and back
buttons work.
Sidenote: I did see http://bugs.winehq.org/show_bug.cgi?id=32317 this bug,
however that seems to be an issue with utf conversions and none of the messages
I get are in the attached log file for that 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=23714
Summary: Homeworld : Can't change resolution
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Created an attachment (id=29711)
--> (http://bugs.winehq.org/attachment.cgi?id=29711)
log +ddraw
Homeworld crashes when we attempt to change the resolution in the game's
options. This is a long lasting problem, this bug report makes mention of it
but it was not it's focus : http://bugs.winehq.org/show_bug.cgi?id=11986
I have attached a +ddraw log. Let me know if you need more.
Gentoo Linux X64
Wine 1.2
nvidia-drivers 256.35
--
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=13859
Summary: Star Wars Race cursor duplicate
Product: Wine
Version: 1.0-rc4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iugamarian(a)yahoo.com
When entering Star Wars Racer in full screen, all is well except that there are
two mouse cursors on screen that follow the same movement, at different speeds:
-the game drawn cursor, witch is the selector, and is faster
-the classic drawn cursor, witch is slower and disturbs the view
When the race starts the cursors are not an issue, as they dissapear, by game
design.
--
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=38629
Bug ID: 38629
Summary: Dream of Mirror Online race condition blocks the game
playing
Product: Wine
Version: 1.7.42
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: leledumbo_cool(a)yahoo.co.id
Distribution: ---
Created attachment 51537
--> https://bugs.winehq.org/attachment.cgi?id=51537
log after selecting character
In Dream of Mirror Online, after selecting the character, there are three
possible scenarios:
- Direct black screen, mostly happens if you select existing character
- The game loads for 1-3 seconds and then back to loading screen with 0%
progress that will never complete or crash with segmentation fault, mostly
happens if you create a new character then select it
In any non-crash scenario, the log (after selecting the character) is as
attached.
--
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=44450
Bug ID: 44450
Summary: YI 360 camera application is not working
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jozo(a)jozo.sk
Created attachment 60391
--> https://bugs.winehq.org/attachment.cgi?id=60391
Log file from running YI 360 application
The application from YI 360 camera is not starting using WINE.
Behaviour:
* icon of the YI 360 will appear on MACOS DOCK
* main window will not appear
The application can be downloaded from here:
https://www.yitechnology.com/yi-360-vr-camera-desktopsoftware
--
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=40367
Bug ID: 40367
Summary: Dark Souls 2 startup error
Product: Wine
Version: 1.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: brendancronin(a)openmailbox.org
Distribution: ---
Created attachment 54055
--> https://bugs.winehq.org/attachment.cgi?id=54055
backtrace
Dark Souls 2 - Scholar of the First Sin crashes on startup from Steam client.
Game window shows up, but is empty (shows whatever window is behind it). A
similar problem has been reported in the game entry here:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=32908
--
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=44431
Bug ID: 44431
Summary: Installation of Smart Music 2017.1.27 appears
successful, but app crashes Wine
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: junk.jjk(a)gmail.com
Distribution: ---
Created attachment 60372
--> https://bugs.winehq.org/attachment.cgi?id=60372
Wine backtrace. No other Wine apps installed. wine-1.6.2
The installation appears to go successfully. However, when launching Smart
Music Classic 2017.1.27 from desktop shortcut created during installation,
winedbg.exe window comes up, and allows me to create the attached backtrace
file. I just installed WINE on Ubuntu 16.0.4 64-bit without any wrappers.
Thank you in advance.
--
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=43917
Bug ID: 43917
Summary: Error when closing out a Windows program running under
Wine
Product: Wine
Version: 1.9.24
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cabanadude08(a)gmail.com
Distribution: ---
Created attachment 59543
--> https://bugs.winehq.org/attachment.cgi?id=59543
This is the bug report I receive when I select show details.
When closing out a program in Wine, it shows an error message that says the
application ran into an error. It works fine, except when I close it.
Thanks!
Ron
--
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=32778
Bug #: 32778
Summary: Cannot run windows application when connecting to
unbuntu desktop via RDP
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: meghan(a)islandretreat.co.uk
Classification: Unclassified
I am running an application called YNAB (youneedabudget.com)
This application works perfectly under wine 1.5.
However, when I remote desktop from a windows 7 machine into my ubuntu 12.04
machine the wine application no longer runs and I receive an error :
the programe ynab4.exe has encountered a serious problem and needs to close. We
are sorry for the inconvenience.
The bug details are attached.
I note that other applications do run (notepad.exe for example).
--
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=32831
Bug #: 32831
Summary: TurboTax 2012 fails with error 42016 when manually
checking for updates (win2k3 mode)
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: dotnet
Severity: minor
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: focht(a)gmx.net
Depends on: 32323, 32471, 32758
Classification: Unclassified
Created attachment 43366
--> http://bugs.winehq.org/attachment.cgi?id=43366
terminal output
Prereqs:
winetricks corefonts d3d9=disabled dotnet40
install the app as normal, don't start it after install.
winecfg > win2k3 windows version (bug 32758)
Apply http://source.winehq.org/patches/data/93995
Start the app up. Click the 'Online' menu, then 'Check for updates'. It will
soon fail.
I'll attach the terminal output.
FWIW:
https://ttlc.intuit.com/questions/1459455-error-42016-unexpected-content-re…
--
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=39142
Bug ID: 39142
Summary: Roblox Client/Server connection is dropped with error
"This server has shut down."
Product: Wine
Version: 1.7.50
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alfonsojon1997(a)gmail.com
Distribution: ---
There is an issue with the Roblox Client where communications from client to
server are interrupted. This affects any Wine version, as well as Wine Staging.
There is an issue on GitHub which has been tracking this issue; I will link to
it below so the content isn't duplicated. This issue was caused with the July
16th version of Roblox; previous versions of Roblox work in Wine, but the
client requires the most recent version of the game to be installed.
GitHub issue:
https://github.com/roblox-linux-wrapper/roblox-linux-wrapper/issues/135
Roblox Changelog: http://wiki.roblox.com/index.php?title=Change_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=36891
Bug ID: 36891
Summary: Polygon() draws different edges than in Windows
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: sashoalm(a)gmail.com
The Polygon() function does not draw in the same way in Wine as in Windows.
While it looks very similar visually, there are some pixels at the edges that
are different. Since the goal of Wine is to replicate Windows behavior
perfectly, this deviation would be a bug.
The difference is difficult to spot, but it can be noticed if you rapidly
switch between the images, or if you compare them pixel by pixel with a
program.
I have made a test program that draws an inclined rectangle using XFORM and
Polygon() into a memory DC, which I then save to a bitmap. The resulting
bitmaps when ran under Windows and Wine are slightly different.
Image under Windows:
https://drive.google.com/file/d/0B9PGUhmmnsm1Q00waFJLSGtEeEU/edit?usp=shari…
Image under Wine:
https://drive.google.com/file/d/0B9PGUhmmnsm1X1ZVR1UtbDBPMHc/edit?usp=shari…
This is the relevant code I used to draw the image. Note that it's the XFORM
matrix that makes the rectangle be inclined (it would be parallel to the
coordinate system without a world-transform):
XFORM xform;
memset(&xform, 0, sizeof(xform));
double angle = 15*(PI/180); // 15 degrees incline.
xform.eM11 = cos(angle);
xform.eM12 = sin(angle);
xform.eM21 = -sin(angle);
xform.eM22 = cos(angle);
xform.eDx = 0;
xform.eDy = 0;
SetGraphicsMode(hdc, GM_ADVANCED);
SetWorldTransform(hdc, &xform);
HBRUSH hbr = CreateHatchBrush(HS_BDIAGONAL, RGB(255, 0, 0));
SelectObject(hdc, hbr);
POINT p[4]={100,0,200,0,200,100,100,100};
Polygon(hdc, p, 4);
I can provide the full test project if requested.
Note: I have tested on both Windows 7 and Windows XP, and they produce exactly
the same images, only Wine produces a different image.
--
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=18987
Summary: Prototype: Fails to start
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=21871)
--> (http://bugs.winehq.org/attachment.cgi?id=21871)
Wine-1.1.23
I'm using Wine 1.1.23 (compiled from source using gcc version 4.4.0 20090506
(Red Hat 4.4.0-4) ) on Fedora 11 i386.
The problem is that game crashes in the begging. It shows something about
registered trademarks and then probably intro movie should start (i can skip or
get crash) and then game makes first save which is failed because crash occurs.
Additional info:
ORM=fbo (backbuffer also causes crash)
GFX: NVIDIA 9xxx (drivers 185.18.14)
during crash: memory 160.1MB and VirtualMemory 2.7GB
I did "winetricks directx9 xact vcrun2005sp1" because application showed error
about Xaudio2 and msvcp80
--
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=46843
Bug ID: 46843
Summary: The Division 2 crashes at first settings screen
Product: Wine
Version: 4.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: A.Fettouhi(a)gmail.com
Distribution: ---
Created attachment 63882
--> https://bugs.winehq.org/attachment.cgi?id=63882
Terminal output from running The Division 2 in Lutris.
I am trying to run The Division 2 via Lutris with wine tkg-4.3 (from the Lutris
repo). I am using the uplay version installed via the Lutris install script.
Both DXVK and ESync are turned. The game launches fine but after Ubisoft logo
you greeted with a simple setup screen. Here the game closes. I have attached
the output from the terminal in this bug report. Looking through the output
this entry seems to be the issue:
wine: Unhandled division by zero at address 0x1406d710b (thread 0117), starting
debugger...
I am on Arch Linux 64bit with KDE 5.15.3 using i7-6700K with a Nvidia 1080 GTX
using the 418.43 drivers.
--
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=38022
Bug ID: 38022
Summary: CertOpenSystemStore with "CA" failed
Product: Wine
Version: 1.7.35
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: fracting(a)gmail.com
Distribution: ---
Steps to reproduce:
$ wget https://bootstrap.pypa.io/ez_setup.py
$ wget http://www.orbitals.com/programs/py.exe
$ wine py.exe ez_setup.py
Expect result:
The python script should start to download files.
Actual result:
Download failed.
The reason is CertOpenSystemStore with "CA" failed.
See also:
https://github.com/python/cpython/blob/6e77979a5dc924c3b5a43aa617559c5f10b6…
--
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=26865
Summary: WinRAR cannot drag-drop extract files
Product: Wine
Version: 1.3.18
Platform: x86-64
URL: http://rarlabs.com/rar/wrar393.exe
OS/Version: Linux
Status: NEW
Keywords: download, integration
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Dragging files FROM Nautilus into WinRAR works fine.
Dragging files TO Nautilus from WinRAR doesn't do anything, it should extract
the relevant files.
Dragging from WinRAR to Winefile has no effect either, but I'm not sure if it
should.
Nothing of relevance in the console.
--
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=42769
Bug ID: 42769
Summary: Random freezing in Warframe
Product: Wine-staging
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pentarctagon(a)tutamail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 57779
--> https://bugs.winehq.org/attachment.cgi?id=57779
warframe freeze log
Warframe randomly freezes while loading into/out of levels and while playing
the level. It is rare to be able to successfully complete a level without a
freeze occurring. Log attached.
--
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=47439
Bug ID: 47439
Summary: Multiple .NET 4.x applications using
System.Windows.Forms.InputLanguage.get_LayoutName()
crash due to missing registry data
Product: Wine
Version: 4.11
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
encountered with some .NET 4.x apps that make use of
'System.Windows.Forms.InputLanguage' class.
There is old bug 28170 ("Text Service and Input Languages" needs unimplemented
function USER32.dll.LoadKeyboardLayoutEx called") which contains some
information and partial registry snippets but here only the registry data is
required.
--- snip ---
...
002c:Call KERNEL32.FindNLSStringEx(015d124c L"",08400001,019b65b4
L"SYSTEM\\CurrentControlSet\\Control\\Keyboard
Layouts\\00000409",0000003a,015d4b70
L"\\",00000001,0034eb7c,00000000,00000000,00000000) ret=00b3711a
002c:Ret KERNEL32.FindNLSStringEx() retval=00000006 ret=00b3711a
002c:Call KERNEL32.FindNLSStringEx(015d124c L"",08400001,019b65c2
L"CurrentControlSet\\Control\\Keyboard Layouts\\00000409",00000033,015d4b70
L"\\",00000001,0034eb7c,00000000,00000000,00000000) ret=00b3711a
002c:Ret KERNEL32.FindNLSStringEx() retval=00000011 ret=00b3711a
002c:Call KERNEL32.FindNLSStringEx(015d124c L"",08400001,019b65e6
L"Control\\Keyboard Layouts\\00000409",00000021,015d4b70
L"\\",00000001,0034eb7c,00000000,00000000,00000000) ret=00b3711a
002c:Ret KERNEL32.FindNLSStringEx() retval=00000007 ret=00b3711a
002c:Call KERNEL32.FindNLSStringEx(015d124c L"",08400001,019b65f6 L"Keyboard
Layouts\\00000409",00000019,015d4b70
L"\\",00000001,0034eb7c,00000000,00000000,00000000) ret=00b3711a
002c:Ret KERNEL32.FindNLSStringEx() retval=00000010 ret=00b3711a
002c:Call KERNEL32.FindNLSStringEx(015d124c L"",08400001,019b6618
L"00000409",00000008,015d4b70
L"\\",00000001,0034eb7c,00000000,00000000,00000000) ret=00b3711a
002c:Ret KERNEL32.FindNLSStringEx() retval=ffffffff ret=00b3711a
002c:Call advapi32.RegOpenKeyExW(80000002,019b66d4
L"SYSTEM\\CurrentControlSet\\Control\\Keyboard
Layouts\\00000409",00000000,00020019,0034eca8) ret=04918a99
002c:Call ntdll.RtlInitUnicodeString(0034ebe0,019b66d4
L"SYSTEM\\CurrentControlSet\\Control\\Keyboard Layouts\\00000409") ret=7125815b
002c:Ret ntdll.RtlInitUnicodeString() retval=00000076 ret=7125815b
002c:Call ntdll.NtOpenKeyEx(0034eca8,00020019,0034ebe8,00000000) ret=7125818f
002c:Ret ntdll.NtOpenKeyEx() retval=c0000034 ret=7125818f
002c:Call ntdll.RtlNtStatusToDosError(c0000034) ret=7125819b
002c:Ret ntdll.RtlNtStatusToDosError() retval=00000002 ret=7125819b
002c:Ret advapi32.RegOpenKeyExW() retval=00000002 ret=04918a99
002c:trace:seh:raise_exception code=c0000005 flags=0 addr=0xfd36774 ip=0fd36774
tid=002c
002c:trace:seh:raise_exception info[0]=00000000
002c:trace:seh:raise_exception info[1]=00000000
002c:trace:seh:raise_exception eax=00000000 ebx=04090409 ecx=00000000
edx=019b630c esi=00000000 edi=0034ed48
002c:trace:seh:raise_exception ebp=0034ed54 esp=0034ed10 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00210246
002c:trace:seh:call_vectored_handlers calling handler at 0xcaa398 code=c0000005
flags=0
002c:Call KERNEL32.GetLastError() ret=00caa3c6
002c:Ret KERNEL32.GetLastError() retval=00000000 ret=00caa3c6
002c:trace:seh:call_vectored_handlers handler at 0xcaa398 returned 0
002c:trace:seh:call_stack_handlers calling handler at 0xc79eed code=c0000005
flags=0
002c:Call KERNEL32.GetLastError() ret=00b3af80
--- snip ---
Managed backtrace:
--- snip ---
0042:err:eventlog:ReportEventW L"Application: AWVSSAO_Launcher.exe\nFramework
Version: v4.0.30319\nDescription: The process was terminated due to an
unhandled exception.\nException Info: System.NullReferenceException\nStack:\n
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object,
System.Delegate, S"...
0042:fixme:advapi:DeregisterEventSource (0xcafe4242) stub
Unhandled Exception: System.NullReferenceException: Object reference not set to
an instance of an object.
at System.Windows.Forms.InputLanguage.get_LayoutName()
at Rek.Launcher.MainWindow.OnSourceInitialized(EventArgs args)
at System.Windows.Window.CreateSourceWindow(Boolean duringShow)
at System.Windows.Window.CreateSourceWindowDuringShow()
at System.Windows.Window.SafeCreateWindowDuringShow()
at System.Windows.Window.ShowHelper(Object booleanBox)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate
callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source,
Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at
System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object
state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext
executionContext, ContextCallback callback, Object state, Boolean
preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext,
ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext,
ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg,
IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam,
IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate
callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source,
Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority
priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr
wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
at System.Windows.Application.RunDispatcher(Object ignore)
at System.Windows.Application.RunInternal(Window window)
at System.Windows.Application.Run(Window window)
at Rek.Launcher.App.Main()
--- snip ---
.NET Framework source for reference:
https://github.com/dotnet/winforms/blob/f38a7a167d8f83924d43f8d2d8f2b030343…
In this case it's enough to have the base key created, without any
subkeys/data.
--- snip ---
$ wine reg add "HKLM\System\CurrentControlSet\Control\Keyboard
Layouts\00000409"
--- snip ---
$ wine --version
wine-4.11-192-g90a1e5d943
Regards
--
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=46769
Bug ID: 46769
Summary: Discord doesn't draw mouse cursor or receive clicks
unless used with a virtual desktop
Product: Wine
Version: 4.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: throwawayaccx(a)gmail.com
Distribution: ---
Soon as I hover over the window the cursor disappears. Have to navigate with
keyboard or use a virtual desktop.
--
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=46768
Bug ID: 46768
Summary: Discord fails to download games
Product: Wine
Version: 4.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: throwawayaccx(a)gmail.com
Distribution: ---
Created attachment 63778
--> https://bugs.winehq.org/attachment.cgi?id=63778
Wine log of launching Discord and trying to install a game through it.
Discord complains about server issues and fails to download games because of
that.
--
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=43775
Bug ID: 43775
Summary: Heroes of the Storm crash on start with d3d11
Product: Wine
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maxi.cass11(a)gmail.com
Distribution: ---
Created attachment 59282
--> https://bugs.winehq.org/attachment.cgi?id=59282
terminal Output 2.17-staging with dx11
I don't know if the bug is in the non-staging version because Battlenet crash
in non-staging.
My game crash on my laptop with d3d11, I need to set the -dx9 argument to
correct this.
--
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=46474
Bug ID: 46474
Summary: GTA V crashing when loading the online mode
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jopiku(a)googlemail.com
Distribution: ---
Until a few days ago, the GTA V online mode could be started directly with
Steam Play for Linux/Proton without any problems. Latest Proton 3.16-6. This
worked until January 11th. Since January 12th no one can start GTA V in online
mode anymore:
-> https://github.com/ValveSoftware/Proton/issues/2211
-> https://github.com/ValveSoftware/Proton/issues/37#issuecomment-453743326
The Singleplayer works perfectly.
I have the same problems. If you start the game directly in online mode, it
loads for a while and crashes. A page appears in the Social Club client that
indicates an exception error.
There is a workaround that someone posted at Github, with which you can start
the game. By a STRACE on the GTAV.exe the abort is prevented when loading the
game and the online mode starts correctly:
-> https://github.com/ValveSoftware/Proton/issues/37#issuecomment-454812160
That´s the workaround:
1. In gnome terminal run:
until ps -C GTA5.exe >/dev/null; do sleep 1; echo "Waiting for GTA5.exe
process..."; done; strace -p $(ps -C GTA5.exe -o pid=)
2. start GTA5 via Steam (could be directly to Online mode)
I work with Linux Mint 19.1, Kernel 4.19.9, AMD Ryzen 5 1600X, AMD rx580 8GB,
16GB DDR4, Mesa 19.0 (Padoka PPA). But all other players with different
configurations have the same problem (see Github).
--
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=46183
Bug ID: 46183
Summary: A Hat in Time STEAM: crashes when launching the game.
problem only started when DLC patch came out.
Product: Wine
Version: 3.20
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: caleb050902(a)gmail.com
Created attachment 62849
--> https://bugs.winehq.org/attachment.cgi?id=62849
traceback file
When launching the game it crashes. Opting in to pre-dlc and version 1.0 fixes
it but then you can't use DLC (Obviously). I am using 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=25709
Summary: Some apps doesn't recieve focus in Virtual Desktop
Mode
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor-hkr(a)mail.ru
Configure WIne for using Virtual Desktop.
Start(for example) Total Commander(i used 7.55a)
Start (you can use Total Commander for this) regedit(or wordpad or notepad or
winecfg...). TotalCmd loses focus but regedit doesn't recieve it(its caption
still has gray background).
If you'll click on TotalCmd caption or minimize it(and it will recieve focus)
all becames ok(regedit can recieve focus after clicking)
--
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=34694
Bug #: 34694
Summary: Adobe reader 11.0.4 empty search results in PDF
portfolios
Product: Wine
Version: 1.7.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nick.payne(a)internode.on.net
Classification: Unclassified
Created attachment 46244
--> http://bugs.winehq.org/attachment.cgi?id=46244
Expanded search results under Wine
Reader 11.0.4 with flash support for viewing PDF portfolios installed on Linux
Mint 15 amd64.
Download of Adobe Reader XI 11.0.4:
ftp://ftp.adobe.com/pub/adobe/reader/win/11.x/11.0.04/en_US/AdbeRdr11004_en…
Download of Flash player/plugins:
http://www.adobe.com/support/flashplayer/downloads.html#fp11
Some example portfolio for testing:
http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/feature-detai…
For installation you need to work around bug 12501 -> 'winetricks mspatcha'
After installation you need to work around bug 25834 (disable protected mode),
bug 16144 (work around with 'winetricks atmlib'), and richedit component bug
with 'winetricks riched20'.
You can now search a portfolio and get back a search window showing hits in the
various PDF files in the portfolio, but the results are unusable because the
expanded results window doesn't contain any text for the search hits and they
can't be selected to jump to the relevant location in the PDF file where the
hit occurred. See the two uploaded screen dumps, showing the expanded results
window from performing the same search on a PDF portfolio using firstly Reader
11.0.4 under wine and then Reader 11.0.4 running on winxp.
At the point where I expand the search results (and find they're all empty), I
see the following on the console output:
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),1,3,(nil),0,(nil)) - stub!
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
fixme:qmgr:BITS_IBackgroundCopyJob_GetPriority Not implemented
fixme:qmgr:BITS_IBackgroundCopyJob_SetPriority (0x59750,0x00000001) stub
fixme:qmgr:BITS_IBackgroundCopyJob_GetPriority Not implemented
fixme:qmgr:BITS_IBackgroundCopyJob_AddFile Check for valid filenames and
supported protocols
fixme:wininet:InternetLockRequestFile STUB
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
--
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=15932
Summary: Adobe Photoshop 7, CS3 can't load images from URLs
Product: Wine
Version: 1.1.7
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In
http://www.pclinuxos.com/index.php?option=com_smf&Itemid=26&topic=51000.msg…
a user complained
"I am having a problem with PhotoShop7 in PClinux
in windows I can just past in the URL to open files from our servers exsample:
http://www.site.com/file.jpg
but when trying to do this in PClinux I get the error files can not contain
/:<>|"
I verified this with both Photoshop 7 and CS3.
On CS3, the error occurs with the OS dialog. (There's a button
to select OS or Adobe dialog.)
(And on wine, the Adobe dialog just silently doesn't respond to those URLs,
doesn't even highlight the Open button.)
I haven't verified this on Windows, but two people in that thread
confirmed it, so it's probably real.
--
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=12007
Summary: Photoshop 7.0 Dragging Layers between Images dont work
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas(a)holzeisen.de
This bug was tested on Wine 0.9.57 running under Ubuntu Linux:
When dragging a layer from the layer list into another open image window it
should be duplicated for this image. Dragging and holding the layer over the
target-image results in drawing a black border, therefore the image gets
recognized correctly, but dropping gets ignored.
These errors appears on console when dragging layers:
fixme:win:EnumDisplayDevicesW ((null),0,0x34ced8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW (L"\\\\.\\DISPLAY1",0,0x34ced8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x34cee0,0x00000000), stub!
fixme:win:EnumDisplayDevicesW (L"\\\\.\\DISPLAY1",0,0x34cee0,0x00000000), stub!
--
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=32707
Bug #: 32707
Summary: Shockwave 11 Installer crash when installing
Product: Wine
Version: 1.5.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fantasticfears(a)gmail.com
Classification: Unclassified
Created attachment 43155
--> http://bugs.winehq.org/attachment.cgi?id=43155
shockwave_installer_full
When installer runs C:\windows\system32\Adobe\Director\SwDnld.exe /regserver,
it crash.
--
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=46444
Bug ID: 46444
Summary: Adobe Acrobat DC error at start-up
Product: Wine
Version: 4.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: raffamaiden(a)gmail.com
Distribution: ---
Created attachment 63227
--> https://bugs.winehq.org/attachment.cgi?id=63227
Adobe Acrobat DC error at start-up
I have installed Adobe Acrobat DC in a win32 environment. At start-up the wine
throws the following error. The application seems to work correctly regardless
of the error
--
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=13088
Summary: Adobe Acrobat Pro 7 / Acrobat Reader 7 -- Comments don't
work
Product: Wine
Version: 1.0-rc1
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
Comments cannot be created, modified, viewed, or saved in Acrobat Pro 7 (Tryout
Version).
this bug differs from bug 11835 in the following way:
in Acrobat Pro 6, you can at least see the comment's text by hovering over the
"sticky note"; here that is not possible.
Bug exists in both Acrobat Pro 7 and Acrobat Reader 7.
--
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=43757
Bug ID: 43757
Summary: Adobe Premiere Pro CS3: can't initialize setup
Product: Wine
Version: 2.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fincer89(a)hotmail.com
Distribution: ---
Created attachment 59252
--> https://bugs.winehq.org/attachment.cgi?id=59252
Adobe Premiere Pro CS3 - Trying to load setup window (log)
After a long time, I tried to install Adobe Premiere Pro CS3 on a clean prefix.
However, I wasn't able to start setup program, all I got was a zombie Setup.exe
window. The initial "Loading setup..." popup gets loaded but the main setup
window gets frozen immediately without any sensible content.
I used a mounted ISO image as my installation media.
Wine 2.17 Staging, 32-bit prefix.
Arch Linux 64-bit
Console output as an attachment.
--
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=47530
Bug ID: 47530
Summary: Adobe Premiere Pro CC 2018 doesn't render most of its
controls/widgets
Product: Wine
Version: 4.12.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: julius.schwartzenberg(a)gmail.com
Distribution: ---
Created attachment 64921
--> https://bugs.winehq.org/attachment.cgi?id=64921
screenshot when running the program
Adobe Premiere Pro CC 2018 doesn't show anything other than its menus, selected
text and imported videos.
I attached a screenshot which shows the new project dialog. The 'Untitled' text
shows, because it's selected.
Pressing enter a few times, allows going forward and importing a video. The
video can also be played with sound. See the second screenshot.
In Wine 4.12.1 this is accompanied by crashes from CEPHtmlEngine.exe. Those do
not occur with Wine Wine 4.0.1 and seem unrelated to the rendering issue. Which
is exactly the same with Wine 4.0.1 and Wine 4.12.1.
--
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=10814
Summary: Photoshop 7 main tool window disappears
Product: Wine
Version: 0.9.51.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In
http://appdb.winehq.org/objectManager.php?sClass=version&iId=1336 ,
Peter Cartright said:
2. Toolbox windows frequently disappear when minimizing main window, they can
be brought back to resetting palette locations.
- Main tool window on the left can disappear and it's not recoverable with the
above method. Definitely a show-stopper.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46096
Bug ID: 46096
Summary: Adobe Photoshop CS4 Installer Setup.exe hangs and
spams console with
007a:fixme:mshtml:OleInPlaceActiveObject_TranslateAcce
lerator (0x18fabc0)->(0x1476d0)
Product: Wine
Version: 3.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 62724
--> https://bugs.winehq.org/attachment.cgi?id=62724
Console output on wine 3.19
Hello everyone,
somebody in the German ubuntuusers.de Forum asked for help installing CS4 which
I downloaded from here:
http://trials2.adobe.com/Applications/Photoshop/CS4/Win/ADBEPHSPCS4_LS4.exehttp://trials2.adobe.com/Applications/Photoshop/CS4/Win/ADBEPHSPCS4_LS4.7z
Unpacking the application works fine but Setup.exe seems to hang on 3.19
(openSUSE "Tumbleweed")
Console output is attached.
sha256sum ADBEPHSPCS4_LS4.exe
20a4f36fd04dca841d534f6e673cc7e8f60d30cb6435b103b03446c5492e4eb9
ADBEPHSPCS4_LS4.exe
sha256sum ADBEPHSPCS4_LS4.7z
e014cf554e0ae1ce844be1aa8759dad716a447fe2a7131b66fc7d28fe0c5596b
ADBEPHSPCS4_LS4.7z
--
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=45348
Bug ID: 45348
Summary: Photoshop CS6 does recognize images copied to
clipboard by Chromium
Product: Wine
Version: 3.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: cakedoer(a)gmail.com
Distribution: ArchLinux
Possible follow-up of Bug 37418.
When an image is copied from the Chromium web browser, it cannot be pasted into
Adobe Photoshop CS6. Using other browsers such as Firefox or other image
editors like Pinta works as expected (i.e. Firefox and Photoshop or Chromium
and Pinta).
The issue is present on both the KDE Plasma and Xfce clipboard managers, so it
doesn't seem to be a problem with the clipboard itself. All Wine versions are
affected.
--
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=19343
Summary: Adobe Photoshop CS2: Edit controls have wrong names
(appinstall)
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://download.adobe.com/pub/adobe/photoshop/win/cs2/
Photoshop_CS2.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 18934
On windows, the ClassNN's for the Username/company info for Photoshop's
installer are RichEdit20W1/RichEdit20W2. On wine, they're Edit1/Edit2.
May be related to bug 18934, but not an ordering issue, since the names
themselves are wrong. I tried using winetricks riched20, but it didn't 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.
https://bugs.winehq.org/show_bug.cgi?id=44807
Bug ID: 44807
Summary: Photoshop CS6 - dragging a guide generates a position
indicator with transparent foreground color
Product: Wine
Version: 3.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Distribution: ---
Using Adobe Photoshop CS6 in a 32-bit prefix, winetricks msxml3, atmlib,
gdiplus_winxp needed to fix installation and some crashes.
When creating a guide ( clicking on the ruler and dragging it in the picture
area, see https://helpx.adobe.com/photoshop/using/grid-guides.html ) a position
indicator is generated until the guide is placed.
On Linux, the indicator has a transparent foreground color, while on Windows
it's white. This makes the indicator hard to read in many circumstances on
Linux.
--
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=38244
Bug ID: 38244
Summary: Photoshop CS2: Crash at Open file window with choosing
multiple files to load
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: webdesajner(a)gmail.com
Distribution: ---
Created attachment 51054
--> https://bugs.winehq.org/attachment.cgi?id=51054
PS CS2: Crash at Open window
Does somebody knows how to resolve this problem?
Crash always occurs at selecting multiple jpg files to load (see attached
file).
Error description in PS CS2 starts:
Unhandled exception: page fault on read access to 0x0000003c in 32-bit code
(0xf543d110).
Register dump:
...
My System information:
Wine build: wine-1.7.38
Platform: i386 (WOW64)
Host system: Linux
Host version: 3.13.0-35-generic
--
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=39929
Bug ID: 39929
Summary: Photoshop CC does't run if it is not cleaned up
"SLCache"
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: morosakubek(a)go2.pl
Distribution: ---
Photoshop CC 2015 (try on 64-bit with native dll: msvcp120, msvcr120) doesn't
run if it is not cleaned up "SLCache" (.wine/drive_c/Program Files (x86)/Common
Files/Adobe/SLCache)
--
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=44806
Bug ID: 44806
Summary: Photoshop CS6: active preference category background
color is too dark
Product: Wine
Version: 3.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Distribution: ---
Using Adobe Photoshop CS6 in a 32-bit prefix, winetricks msxml3, atmlib,
gdiplus_winxp needed to fix installation and some crashes.
The preferences window uses a very dark blue to show the current category,
making it quite hard to read.
--
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=44165
Bug ID: 44165
Summary: Adobe Connect fails to open meeting room
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Distribution: ---
Created attachment 59926
--> https://bugs.winehq.org/attachment.cgi?id=59926
Terminal output
With standalone installer from
https://helpx.adobe.com/adobe-connect/connect-downloads-updates.html
$ sha1sum ConnectAppSetup.exe
51e2d42c72293012c28d65b7a3456ec5d5a3e797 ConnectAppSetup.exe
tried on a fresh wineprefix, no overrides, win32.
The app installs, can be launched, but when trying to select a room nothing
happens.
There are lots of repeated messages on the console:
fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerator (0x1b1b10)->(0x33fd64)
when filtering that out, the only one that stands out is
err:mshtml:ElementSelector_querySelectorAll QuerySelectorAll failed: 8053000c
Given that AFAICT this is an embedded web app it is a reasonable suspect. I'll
also attach the console log wit the OleInPlace stuff filtered out.
--
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=45309
Bug ID: 45309
Summary: Program runs fine in Wine, but dies in Wine-dbg
Product: Wine
Version: 3.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: dcoffin(a)cybercom.net
Distribution: ---
Created attachment 61583
--> https://bugs.winehq.org/attachment.cgi?id=61583
winedbg trace, only showing the first two exceptions. In wine, only "fixme"
messages appear, and the program runs perfectly.
I have a program that runs flawlessly in Wine, including the generation of an
output file whose correctness can be independently verified.
However, when I run the same program in Wine-dbg, it generates dozens of
floating point exceptions: stack error, inexact result, and sometimes overflow
and divide by zero. If I "continue" through all these exceptions, the program
opens a window saying that the program "has encountered a serious problem and
needs to close", or "There was an unknown error", and no output file is
generated.
Also notice that the "Thread ID=0034 renamed using MS VC6 extension" messages
only appear with winedbg, not wine.
The program being run is Adobe DNG Converter 10.3, and I deleted my .wine
directory before installing it. I tried converting various raw photos and all
exhibited this behavior.
--
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=34665
Bug #: 34665
Summary: Adobe reader 11.0.4 crashes on PDF portfolio search
Product: Wine
Version: 1.7.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nick.payne(a)internode.on.net
Classification: Unclassified
Created attachment 46208
--> http://bugs.winehq.org/attachment.cgi?id=46208
Backtrace output from Adobe Reader crash.
Reader 11.0.4 with flash support for viewing PDF portfolios installed on Linux
Mint 15 amd64. I can open a fully indexed PDF portfolio, and I can perform a
search and get back the search window with the results for the search across
the PDF files in the portfolio. However, as soon as I try to expand the results
for a file to see the individual search hits, I get a dialog with "Unhandled
exception, page fault...". See attached backtrace.
Same problem happens with older versions of Wine and older versions of Reader.
Can't use the current native Linux version of Adobe Reader for viewing PDF
portfolios because Adobe dropped the flash support needed to view portfolios
correctly quite a number of versions back (I think Reader 9.3.4 was the last
version with this support).
--
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=47529
Bug ID: 47529
Summary: Adobe Premiere Pro CC 2018 doesn't start probably due
to semi-stubs in msvcp
Product: Wine
Version: 4.12.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: julius.schwartzenberg(a)gmail.com
Distribution: ---
Created attachment 64920
--> https://bugs.winehq.org/attachment.cgi?id=64920
output when trying to run
See the attachment for the output. The issue can be worked around using:
winetricks vcrun2017
(And setting the Windows version to Windows 7.)
--
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=42981
Bug ID: 42981
Summary: Photoshop CS6 - pressing down when a menu is open
switches to the next menu
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Distribution: ---
Created attachment 58115
--> https://bugs.winehq.org/attachment.cgi?id=58115
video clip of the bug
When using the keyboard to navigate menus, the down arrow briefly navigates to
the next menu item and then the next menu ( on the right ) is selected.
In the attached video I pressed Alt+F and then the down arrow.
Tested using wine 2.7, 32-bit prefix, and the following winetricks:
- msxml3 ( for installation )
- atmlib
- gdiplus_winxp
--
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=38231
Bug ID: 38231
Summary: Adobe Lightroom 4.4 and 5.7 - Unable to display all
images in library mode
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: roland65(a)free.fr
Distribution: ---
Adobe Lightroom 4.4 (LR) works well with wine 1.7.38 in Windows 7 mode and the
usual 'winetricks gdiplus'. LR 5.7 works well too, using the CreateThreadPool
patch.
Anyway there are important issues in library mode:
- in LR 4.4 and 5.7, the film strip only displays a maximum of 455 images
- in LR 5.7 only the grid only displays a maximum of 655 images
--
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=35500
Bug ID: 35500
Summary: Adobe Lightroom 4.4 - navigator panel has incorrect
border
Product: Wine
Version: 1.7.11
Hardware: x86-64
URL: http://www.adobe.com/support/downloads/detail.jsp?ftpI
D=5567
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Classification: Unclassified
The navigator panel has an asymmetric, thin white border, which does not look
at all like the border when running under windows.
--
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=35497
Bug ID: 35497
Summary: Adobe Lightroom 4.4 - folder icons disappear on hover
Product: Wine
Version: 1.7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Classification: Unclassified
When selecting an import source, the folder icons disappear on hover. I get the
following messages on the console when that happens:
fixme:wincodecs:PngDecoder_Block_GetCount 0xd62d678,0x33f668: stub
--
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=35517
Bug ID: 35517
Summary: Adobe Lightroom 4.4 - map key is drawn on top of other
windows
Product: Wine
Version: 1.7.11
Hardware: x86-64
URL: http://www.adobe.com/support/downloads/detail.jsp?ftpI
D=5567
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Classification: Unclassified
Lightroom 4.4. contains a map module, which includes a 'Map key' section which
is drawn as a black area. If I drag another window ( e.g. Firefox ) on top of
Lightroom, the 'Map key' section is drawn on top of the Firefox window.
--
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=46415
Bug ID: 46415
Summary: Adobe Lightroom 6.14+: partially invisible images at
1:1 magnification
Product: Wine
Version: 4.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ocirne94(a)gmail.com
Distribution: ---
Created attachment 63181
--> https://bugs.winehq.org/attachment.cgi?id=63181
Wine log: opened lightroom on a 20 megapixel image (Develop module), zoomed in
to 1:1 (image disappears), then panned to the visible lower-left region and
closed lightroom.
In Adobe Lightroom 6.14 and newer (tested on 6.14 and 7.5, while 6.0 works
fine) images partially disappear when zoomed to 1:1 magnification in the
Develop module. In fact the lower-left region does not disappear: after zooming
in a region roughly the size of the previous viewport (about 1920x900 in my
case) remains visible; but the image has in fact become larger, so that it is
mostly invisible.
Kubuntu 16.04.5, Intel graphics.
--
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=46413
Bug ID: 46413
Summary: Lightroom 6.0+: invisible vertical images with
orientation exif
Product: Wine
Version: 4.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ocirne94(a)gmail.com
Distribution: ---
Created attachment 63179
--> https://bugs.winehq.org/attachment.cgi?id=63179
Log of lightroom 6.0 run: program was opened in Library view, then two vertical
tagged photos (invisible) were imported, then the program was closed.
In Lightroom 6.0 and newer (tested on 6.0, 6.14 and 7.5), vertical photos which
include an orientation exif tag are completely invisible, both in the
thumbnails of the Library module and as full-size images in the Develop module.
In the Develop module clicking on the image (which toggles between zoom-to-fit
and 1:1 view) briefly shows a row of colored pixels at the top of the image, as
if all the image was compressed to a 1-pixel horizontal row. Removing all the
exif and then manually rotating the photo by 90 degrees makes the photo visible
again.
Kubuntu 16.04.5, Intel graphics.
--
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=46414
Bug ID: 46414
Summary: Lightroom 6.0+: image thumbnails and previews are
badly cropped
Product: Wine
Version: 4.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ocirne94(a)gmail.com
Distribution: ---
Created attachment 63180
--> https://bugs.winehq.org/attachment.cgi?id=63180
Log of lightroom 6.0 run: program was opened in Library view, then two photos
were imported (cropped thumbnails), then the program was closed.
On Adobe Lightroom 6.0 and newer (tested on 6.0, 6.14 and 7.5) image previews
and thumbnails are cropped, both in the Library grid view and in the navigator
panel of the Develop module. The crop seems to be affected by the image
geometry. The crop only affects at most two sides of an image (for example
bottom and left), as if a viewport was too small for an image with only one
angle correctly placed.
--
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=40082
Bug ID: 40082
Summary: Adobe Audition 1.5 Multi-Channel Encoder doesn't sound
into Ubuntu 15.10
Product: Wine
Version: 1.9.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jotape1960(a)yahoo.com
Distribution: ---
Created attachment 53564
--> https://bugs.winehq.org/attachment.cgi?id=53564
The Adobe Audition 1.5 Multi-Channel Encoder. The shown channels don't sound.
Adobe Audition 1.5 was (and still is) a very, very good audio recording,
edition and post-production software.
It runs so fine under WineHQ 1.9.2, into Ubuntu 15.10.
BUT... When we use the Multi-Channel Encoder tool (the tool which lets us to
send the individual tracks to an specific output audio channel), we can not to
hear the surround components (Center, Left Surround, Right Surround and Low
Frecuency Channels).
However, the final result audio file will have all the components (stereo and
surround) and all of them will be heard on any multi-channel audio player (like
GnomePlayer).
The problem is ONLY with the real direct sound which is supposed audible into
the multi-channel mixdown.
Maybe a surround audio issue with Wine? ??? I don't know.
--
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=30239
Bug #: 30239
Summary: Adobe Photoshop CS6 beta installer "failed to
initialize"
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Downloaded
http://labsdownload.adobe.com/pub/labs/photoshopcs6/photoshopcs6_p1_win_032…
unzipped, ran Set-up.exe
Log shows
...
Exiting Installer with Code: 0
...
trace:text:X11DRV_GetTextExtentExPoint L"I" 1
trace:text:X11DRV_GetTextExtentExPoint L"n" 1
trace:text:X11DRV_GetTextExtentExPoint L"s" 1
trace:text:X11DRV_GetTextExtentExPoint L"t" 1
trace:text:X11DRV_GetTextExtentExPoint L"a" 1
trace:text:X11DRV_GetTextExtentExPoint L"l" 1
trace:text:X11DRV_GetTextExtentExPoint L"l" 1
trace:text:X11DRV_GetTextExtentExPoint L"e" 1
trace:text:X11DRV_GetTextExtentExPoint L"r" 1
trace:text:X11DRV_GetTextExtentExPoint L" " 1
trace:text:X11DRV_GetTextExtentExPoint L"f" 1
trace:text:X11DRV_GetTextExtentExPoint L"a" 1
trace:text:X11DRV_GetTextExtentExPoint L"i" 1
trace:text:X11DRV_GetTextExtentExPoint L"l" 1
trace:text:X11DRV_GetTextExtentExPoint L"e" 1
trace:text:X11DRV_GetTextExtentExPoint L"d" 1
(+relay shows that message whole,
0028:Call gdi32.GetTextExtentPoint32W(00000438,01fdd2e0 L"Installer failed to
initialize. This could be due to a missing file.",00000001,0033cfc4)
ret=00d2caaa )
The log also shows a fair bit of XML, so I tried "winetricks msxml3",
and it got further.
--
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=15572
Summary: Adobe Photoshop CS3 z-order problems
Product: Wine
Version: 1.1.6
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Photoshop CS3, when run with native gdiplus, looks not so bad.
However, the grey frame just inside the window border
always appears on top. Thus when you choose
"Help / Photoshop Online", a nice Firefox window shows up,
but it's partly obscured by the grey frame.
--
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=18048
Summary: Acrobat Pro 8 Crashes on Stick Note Open
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dave(a)higherform.com
Created an attachment (id=20438)
--> (http://bugs.winehq.org/attachment.cgi?id=20438)
Stdout log of crash due to mouseover sticky note
Multiple potentially related issues:
- Insert Text comments, sticky notes, etc popups do not display text or allow
selecting of contents
- Often, when mousing over the icon for a sticky note, application will
segfault (see stdout 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=29249
Bug #: 29249
Summary: iexplore fails to load ftp.adobe.com
Product: Wine
Version: 1.3.34
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Created attachment 37819
--> http://bugs.winehq.org/attachment.cgi?id=37819
Terminal output (builtin iexplore)
Running "wine iexplore ftp.adobe.com" gives only a blank page. Workaround:
winetricks wininet
It doesn't work in IE8, either: it only shows "Internet Explorer cannot display
the webpage" unless I use WINEDLLOVERRIDES=wininet=n.
--
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=40548
Bug ID: 40548
Summary: AfterEffects CS6 requires msxml3 to complete
Product: Wine
Version: 1.9.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Distribution: ---
Created attachment 54379
--> https://bugs.winehq.org/attachment.cgi?id=54379
screenshot of installation failure
wine 1.9.7, fresh 64-bit prefix, Windows 7
AE CS6 downloaded from
https://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.ht…
Installer starts to extract the files, then starts initialising itself. At
about 70% it stops with the following message:
'Your installation encountered errors.
Installer failed to initialize. This could be due to a missing file'.
Wiping the installation and running `winetricks msxml3` before the installer
allow the installer to initialise.
The terminal output without msxml3:
fixme:thread:GetThreadPreferredUILanguages 52, 0x33dfa4, 0x33e014 0x33dfac
fixme:console:AttachConsole stub ffffffff
fixme:wuapi:update_installer_get_IsBusy
fixme:wuapi:update_installer_get_RebootRequiredBeforeInstallation
fixme:shell:InitNetworkAddressControl stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:nls:GetUserPreferredUILanguages stub: 8 0x33d310 (nil) 0x33d314
err:winsock:WSAIoctl -> _WSAIO(IOC_WS2, 23) request failed with status 0x2733
err:winsock:WSAIoctl -> _WSAIO(IOC_WS2, 23) request failed with status 0x2733
fixme:imm:ImmReleaseContext (0x90084, 0x1f8ef18): stub
The terminal output with msxml3 ( until the installed is initialised ):
fixme:thread:GetThreadPreferredUILanguages 52, 0x33dfa4, 0x33e014 0x33dfac
fixme:console:AttachConsole stub ffffffff
fixme:wuapi:update_installer_get_IsBusy
fixme:wuapi:update_installer_get_RebootRequiredBeforeInstallation
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:nls:GetUserPreferredUILanguages stub: 8 0x33d310 (nil) 0x33d314
err:winsock:WSAIoctl -> _WSAIO(IOC_WS2, 23) request failed with status 0x2733
err:winsock:WSAIoctl -> _WSAIO(IOC_WS2, 23) request failed with status 0x2733
fixme:heap:RtlSetHeapInformation 0x240000 0 0x23fcc0 4 stub
err:ole:COMPOBJ_DllList_Add couldn't load in-process dll
L"C:\\windows\\system32\\msxml3.dll"
err:ole:create_server class {f5078f32-c551-11d3-89b9-0000f81fe221} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {f5078f32-c551-11d3-89b9-0000f81fe221}
could be created for context 0x17
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
apartment threaded to multi-threaded
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:wbemprox:client_security_SetBlanket 0x7c5037a0, 0x30d0fd0, 10, 0, (null),
3, 3, (nil), 0x00000000
fixme:wbemprox:client_security_Release 0x7c5037a0
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
apartment threaded to multi-threaded
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:wbemprox:client_security_SetBlanket 0x7c5037a0, 0x30812b8, 10, 0, (null),
3, 3, (nil), 0x00000000
fixme:wbemprox:client_security_Release 0x7c5037a0
fixme:imm:ImmReleaseContext (0x90084, 0x4f9e250): stub
--
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=22160
Summary: The Sims 3: Sims3Launcher.exe doesn't show web site
when started second time
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=27037)
--> (http://bugs.winehq.org/attachment.cgi?id=27037)
Image showing the problem
Steps to reproduce:
1) install The Sims3
2) start Sims3Launcher.exe
3) Sims3Launcher.exe looks like in upper image in attachment.
2) close Sims3Launcher.exe
5) start Sims3Launcher.exe
6) Sims3Launcher.exe looks like in lower image in attachment.
Behaviour:
Sims3Lanucher.exe looks like in lower image
Expected behaviour:
Sims3Lanucher.exe should look like in upper image
An workaround is to change "FirstRun"=dword:00000000 to
"FirstRun"=dword:00000001
in user.reg under [Software\\Electronic Arts\\Sims 3\\Launcher\\Settings]
before every start of Sims3Launcher.exe
Additional info:
I'm using wine-1.1.41-72-ge9be1b4 on Fedora 12 32 bit.
--
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=18517
Summary: Tablet pen pressure or eraser (wacom tablet) are not
working in Photoshop CS 4
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ergo14(a)gmail.com
Tested with both version of CS:
CS4:
pen pressure is not recognized , nor reversing the pen to use eraser
CS2:
pressure and eraser work and are recognized correctly
--
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=13664
Summary: dogfood: Disabled Buttons are complete gray in Adobe
Reader 3.x (16-Bit)
Product: Wine
Version: 1.0-rc3
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=12388
OS/Version: Linux
Status: NEW
Keywords: download, win16
Severity: enhancement
Priority: P5
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Disabled Buttons in the toolbar should be shaded, but they are gray
--
By by ... Detlef
--
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=30665
Bug #: 30665
Summary: Add support for DeletePrinterDriverEx deletion flags
(DPD_DELETE_*)
Product: Wine
Version: 1.5.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
encountered this with "Acrobat 7" tryout installer.
The installer executes a custom action "DeleteDistillerPrinter" to remove any
previous remains of "Adobe PDF Converter" driver.
DPD_DELETE_UNUSED_FILES 0x00000001
DPD_DELETE_SPECIFIC_VERSION 0x00000002
DPD_DELETE_ALL_FILES 0x00000004
First try (DPD_DELETE_UNUSED_FILES | DPD_DELETE_ALL_FILES):
--- snip ---
0025:trace:msi:HANDLE_CustomType1 Calling function L"DeleteDistillerPrinter"
from L"C:\\users\\focht\\Temp\\msiba95.tmp"
...
0037:trace:msi:ACTION_CallDllFunction calling L"DeleteDistillerPrinter"
...
0037:Call KERNEL32.LoadLibraryA(004d9d1c "winspool.drv") ret=004d4c0e
0037:Ret KERNEL32.LoadLibraryA() retval=f7460000 ret=004d4c0e
0037:Call KERNEL32.GetProcAddress(f7460000,004d9d04 "DeletePrinterDriverExA")
ret=004d4c2a
0037:Ret KERNEL32.GetProcAddress() retval=f74653e4 ret=004d4c2a
0037:Call winspool.drv.DeletePrinterDriverExA(00000000,00000000,004d9844 "Adobe
PDF Converter",00000005,00000000) ret=004d4c36
0037:Call ntdll.RtlCreateUnicodeStringFromAsciiz(015be704,004d9844 "Adobe PDF
Converter") ret=f74663b7
0037:Ret ntdll.RtlCreateUnicodeStringFromAsciiz() retval=00000001 ret=f74663b7
0037:trace:winspool:DeletePrinterDriverExW (null) (null) L"Adobe PDF Converter"
5 0
0037:fixme:winspool:DeletePrinterDriverExW dwDeleteFlag = 5 - unsupported
...
0037:Ret winspool.drv.DeletePrinterDriverExA() retval=00000000 ret=004d4c36
0037:Call KERNEL32.FreeLibrary(f7460000) ret=004d4c44
0037:Ret KERNEL32.FreeLibrary() retval=00000001 ret=004d4c44
...
--- snip ---
Second try (DPD_DELETE_UNUSED_FILES):
--- snip ---
0037:Call winspool.drv.DeletePrinterDriverExA(00000000,00000000,004d9844 "Adobe
PDF Converter",00000001,00000000) ret=004d4c52
0037:Call ntdll.RtlCreateUnicodeStringFromAsciiz(015be714,004d9844 "Adobe PDF
Converter") ret=f74663b7
0037:Ret ntdll.RtlCreateUnicodeStringFromAsciiz() retval=00000001 ret=f74663b7
0037:trace:winspool:DeletePrinterDriverExW (null) (null) L"Adobe PDF Converter"
1 0
0037:fixme:winspool:DeletePrinterDriverExW dwDeleteFlag = 1 - unsupported
...
0037:Ret winspool.drv.DeletePrinterDriverExA() retval=00000000 ret=004d4c52
--- snip ---
Third try, "fallback" (empty deletion flags):
--- snip ---
0037:Call winspool.drv.DeletePrinterDriverA(00000000,00000000,004d9844 "Adobe
PDF Converter") ret=004d4c65
0037:Call ntdll.RtlCreateUnicodeStringFromAsciiz(015be704,004d9844 "Adobe PDF
Converter") ret=f74663b7
0037:Ret ntdll.RtlCreateUnicodeStringFromAsciiz() retval=00000001 ret=f74663b7
0037:trace:winspool:DeletePrinterDriverExW (null) (null) L"Adobe PDF Converter"
0 0
0037:trace:winspool:WINSPOOL_OpenDriverReg ((null))
0037:trace:winspool:validate_envW testing (null)
...
0037:trace:winspool:validate_envW using 0xf748902c: L"Windows NT x86"
...
0037:Call advapi32.RegCreateKeyW(80000002,00d85ae8
L"System\\CurrentControlSet\\control\\Print\\Environments\\Windows NT
x86\\Drivers\\Version-3",015be634) ret=f746ebca
0037:Ret advapi32.RegCreateKeyW() retval=00000000 ret=f746ebca
0037:Call ntdll.RtlFreeHeap(00110000,00000000,00d85ae8) ret=f746ebf4
0037:Ret ntdll.RtlFreeHeap() retval=00000001 ret=f746ebf4
0037:Call advapi32.RegDeleteTreeW(00000104,00d85ab8 L"Adobe PDF Converter")
ret=f747c98a
0037:Ret advapi32.RegDeleteTreeW() retval=00000002 ret=f747c98a
0037:Call advapi32.RegCloseKey(00000104) ret=f747c9a3
0037:Ret advapi32.RegCloseKey() retval=00000000 ret=f747c9a3
...
0037:Ret winspool.drv.DeletePrinterDriverA() retval=00000000 ret=004d4c65
--- snip ---
MSDN:
http://msdn.microsoft.com/en-us/library/windows/desktop/dd183546%28v=vs.85%…
--- quote ---
dwDeleteFlag [in]
The options for deleting files and versions of the driver. This parameter
can be one or more of the following values.
Value Meaning
DPD_DELETE_SPECIFIC_VERSION
Deletes the version specified in dwVersionFlag. This does not ensure that
the driver will be removed from the list of supported drivers for the server.
DPD_DELETE_UNUSED_FILES
Removes any unused driver files.
DPD_DELETE_ALL_FILES
Deletes the driver only if all its associated files can be removed. The
delete operation fails if any of the driver's files are being used by some
other installed driver.
If DPD_DELETE_SPECIFIC_VERSION is not specified, the function deletes all
versions of the driver if none of them is in use. If neither
DPD_DELETE_UNUSED_FILES nor DPD_DELETE_ALL_FILES is specified, the function
does not delete driver files.
--- quote ---
Source:
http://source.winehq.org/git/wine.git/blob/7508a5d4b2d5246ea9c19afd734274d1…
--- snip ---
6626 BOOL WINAPI DeletePrinterDriverExW( LPWSTR pName, LPWSTR pEnvironment,
6627 LPWSTR pDriverName, DWORD dwDeleteFlag, DWORD dwVersionFlag)
6628 {
6629 HKEY hkey_drivers;
6630 BOOL ret = FALSE;
6631
6632 TRACE("%s %s %s %x %x\n", debugstr_w(pName), debugstr_w(pEnvironment),
6633 debugstr_w(pDriverName), dwDeleteFlag, dwVersionFlag);
6634
6635 if(pName && pName[0])
6636 {
6637 FIXME("pName = %s - unsupported\n", debugstr_w(pName));
6638 SetLastError(ERROR_INVALID_PARAMETER);
6639 return FALSE;
6640 }
6641
6642 if(dwDeleteFlag)
6643 {
6644 FIXME("dwDeleteFlag = %x - unsupported\n", dwDeleteFlag);
6645 SetLastError(ERROR_INVALID_PARAMETER);
6646 return FALSE;
6647 }
...
6662 return ret;
6663 }
--- snip ---
There is a page fault after the last call to
winspool.drv.DeletePrinterDriverA() which might be a separate bug.
--- snip ---
0037:trace:seh:raise_exception code=c0000005 flags=0 addr=0x7bc78e63
ip=7bc78e63 tid=0037
0037:trace:seh:raise_exception info[0]=00000000
0037:trace:seh:raise_exception info[1]=00000000
0037:trace:seh:raise_exception eax=00000000 ebx=7bcbf544 ecx=75e74639
edx=00000000 esi=7ed94da0 edi=00000037
0037:trace:seh:raise_exception ebp=015be478 esp=015be380 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00010246
0037:trace:seh:call_stack_handlers calling handler at 0x7bc91c09 code=c0000005
flags=0
0037:trace:seh:__regs_RtlUnwind code=c0000005 flags=2
0037:trace:seh:__regs_RtlUnwind calling handler at 0x7bc76e57 code=c0000005
flags=2
0037:trace:seh:__regs_RtlUnwind handler at 0x7bc76e57 returned 1
0037:trace:seh:raise_exception code=c0000005 flags=0 addr=(nil) ip=00000000
tid=0037
0037:trace:seh:raise_exception info[0]=00000000
0037:trace:seh:raise_exception info[1]=00000000
0037:trace:seh:raise_exception eax=00000000 ebx=7ed46639 ecx=00000000
edx=00000004 esi=7ed94da0 edi=00000037
0037:trace:seh:raise_exception ebp=004d4c65 esp=015be7ec cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00010202
...
0037:err:msi:ACTION_CallDllFunction Custom action
(L"C:\\users\\focht\\Temp\\msiba95.tmp":L"DeleteDistillerPrinter") caused a
page fault: c0000005
--- snip ---
$ du -sh AcTR7EFG.exe
116M AcTR7EFG.exe
$ sha1sum AcTR7EFG.exe
4f1ff389ea71f21d624083d65bbe5a74e4760079 AcTR7EFG.exe
Regards
--
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=45549
Bug ID: 45549
Summary: Adobe Acrobat Reader DC - Save as Dialogue displays an
empty window
Product: Wine
Version: 3.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
I would like to let you know that with latest wine the save as dialogue doesn't
display properly and gives only an empty window.
This has been reported before but no bug has been filed as far as I can see 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.
https://bugs.winehq.org/show_bug.cgi?id=38065
Bug ID: 38065
Summary: Adobe Photoshop CS3 broken appearance
Product: Wine
Version: 1.7.36
Hardware: x86
URL: https://helpx.adobe.com/creative-suite/kb/cs3-product-
downloads.html
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Distribution: Other
Created attachment 50709
--> https://bugs.winehq.org/attachment.cgi?id=50709
Adobe Photoshop CS3 under Wine 1.7.36
It's practically impossible to work in Adobe Photoshop CS3 in Wine, because
some toolbars have broken appearance, hints stay forever, the top toolbar
(right under the menu) constantly disappears (becomes totally black).
--
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=39751
Bug ID: 39751
Summary: file browser not shown when clicking "show folder" in
Lightroom 5
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: p.ixiemotion(a)gmail.com
Distribution: ---
With Lightroom 5.2, when I go to
Edit→Preferences→Presets tab→Show Lightroom Presets folder
nothing happens, except the terminal shows a line like
err:seh:setup_exception_record stack overflow 1968 bytes in thread 001d eip
7bc46d1f esp 00240b80 stack 0x240000-0x241000-0x340000
or
err:seh:setup_exception_record stack overflow 1968 bytes in thread 003f eip
7bc46d1f esp 00240b80 stack 0x240000-0x241000-0x340000
every time I click (the 4-hexit number after "thread" is the only thing that
changes).
Running "winefile" from a terminal does show a browser.
--
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=38029
Bug ID: 38029
Summary: Adobe Lightroom 5.7 - Vertical scrollbars are wrongly
set as horizontal in classic window dialogs
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: roland65(a)free.fr
Distribution: ---
Created attachment 50665
--> https://bugs.winehq.org/attachment.cgi?id=50665
Screenshot of the export dialog
In classic window dialogs like Export, Edit Watermarks, Copy Metadata, etc.,
vertical scrollbars are wrongly set as horizontal ones (see attached
screenshot).
This happens whatever native gdiplus and comctl32 are used or not.
To test, compile wine with the Threadpool patch from Marcus Meissner
(https://bugs.winehq.org/show_bug.cgi?id=35192) and set wine version to win7
before installing Lightroom.
--
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=47496
Bug ID: 47496
Summary: The program crashed while trying to install.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: strongjaw16(a)gmail.com
Distribution: ---
Created attachment 64881
--> https://bugs.winehq.org/attachment.cgi?id=64881
This is an error log that Wine gave me after the program crashed.
I was trying to install Adobe Digital Editions. When I ran the .exe file, it
sat for a while, and then Wine popped up and said that it had encountered an
error while trying to install and needed to close. I saved the error log and
uploaded it below.
--
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=11848
Summary: Adobe Acrobat Pro 7 -- Clipboard Viewer does not work
Product: Wine
Version: 0.9.56.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
Selecting Window --> Clipboard Viewer produces a pop up message that says:
Could not launch the clipboard.
--
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=33744
Bug #: 33744
Summary: The Walking Dead: Survival Instinct freezes after
pressing 'Esc'
Product: Wine
Version: 1.5.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: andrey.goosev(a)gmail.com
Classification: Unclassified
Game freezes when pressing 'Esc' while gameplay.
--
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=35783
Bug ID: 35783
Summary: Risk of Rain freezes randomly
Product: Wine
Version: 1.7.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rmlipman(a)gmail.com
The freezing can happen in game when collecting certain items such as the
healing drone or the infusion.
A reliable way to reproduce this is to open the monster log and click on any
entry.
When the game freezes, the sound and game calculations still continue. It's
just the graphics that freeze.
--
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=23993
Summary: Batman: Arkham Asylum demo slow frame rate
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://www.batmanarkhamasylum.com/demo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
One has to jump through the following hoops to run the demo (props to
the appdb howto):
wget cdn2.netops.eidosinteractive.com/batmanarkhamasylum/BMDemo_installer.exe
rm -rf .wine
sh winetricks gecko dotnet20
sh winetricks dotnet30
sh winetricks gfw
wine BMDemo_installer.exe
cd .wine/drive_c/users/$USERNAME/My\ Documents
mkdir -p "Eidos/Batman Arkham Asylum Demo/BmGame/Config"
cd "Eidos/Batman Arkham Asylum Demo/BmGame/Config"
wget www.glio.net/UserEngine.ini
wget www.glio.net/UserInput.ini
wget www.glio.net/UserGame.ini
cd ~/.wine/drive_c/Program\ Files/Eidos/Batman\ Arkham\ Asylum\ Demo/
wine Binaries/ShippingPC-BmGame.exe
The game runs, but slowly (on my e8400, it ran at 10-20fps at the default
settings during the initial combat scene).
http://news.cnet.com/8301-17938_105-10355716-1.html
suggests it can do a lot better.
--
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=23532
Summary: wine needs an xlive.dll implementation
Product: Wine
Version: unspecified
Platform: x86
URL: http://www.microsoft.com/games/en-us/live/Pages/livela
unch.aspx
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Not a huge priority, of course...I'll stub it after 1.2.
Needed for several games, e.g., Fallout 3.
--
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=47244
Bug ID: 47244
Summary: Batman: Arkham Origins no shadow from cloak in DX11
mode
Product: Wine
Version: 4.8
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 64530
--> https://bugs.winehq.org/attachment.cgi?id=64530
screenshot
DX11 enhanced shadows
err:d3d:wined3d_debug_callback 0x47329c0: "GL_INVALID_VALUE error generated.
The y-dimension of the subregion fails to meet the alignment constraints of the
compressed format.".
wine-4.8-245-g21ae9ba1ba
--
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=32738
Bug #: 32738
Summary: Batman: Arkham Asylum Demo fails early with wine-mono
Product: Wine
Version: 1.5.21
Platform: x86
URL: http://store.steampowered.com/app/35140/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: andrey.goosev(a)gmail.com, madewokherd(a)gmail.com
Classification: Unclassified
Noticed while looking at bug 32685. If you install the demo with steam, it just
fails very early with:
Unhandled Exception:
System.NotImplementedException: The requested feature is not implemented.
at System.Management.ManagementObjectSearcher..ctor (System.String
queryString) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check)
System.Management.ManagementObjectSearcher:.ctor (string)
at BmLauncher.Program.GetProcessOwner (Int32 processId) [0x00000] in
<filename unknown>:0
at BmLauncher.Program.GetPrevInstance () [0x00000] in <filename unknown>:0
at BmLauncher.Program.Main () [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.NotImplementedException: The
requested feature is not implemented.
at System.Management.ManagementObjectSearcher..ctor (System.String
queryString) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check)
System.Management.ManagementObjectSearcher:.ctor (string)
at BmLauncher.Program.GetProcessOwner (Int32 processId) [0x00000] in
<filename unknown>:0
at BmLauncher.Program.GetPrevInstance () [0x00000] in <filename unknown>:0
at BmLauncher.Program.Main () [0x00000] in <filename unknown>:0
if I install dotnet20 with winetricks, it gets further and fails due to
wmiutils.
--
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=45077
Bug ID: 45077
Summary: Batman -telltale series rendering errors
Product: Wine
Version: 3.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: eldrad(a)autistici.org
Distribution: ---
Created attachment 61225
--> https://bugs.winehq.org/attachment.cgi?id=61225
+dxgi,+d3d11, wine-staging-3.6 +patches from bug 41063 (1.4G uncompressed)
After running with patches from bug 41063 plus forwarded
ID3D11DeviceContext1:UpdateSubresource1, the game does not display properly,
seems the graphics are too dark and maybe some textures are missing.
By inspecting logs, the most relevant thing I see is:
"Failed to create wined3d texture"
but there are also shader unhandled modifiers, several
"d3d11:skip_dword_unknown", and other lines that might be relevant
--
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=47243
Bug ID: 47243
Summary: Batman: Arkham Origins suit is light gray in DX9 mode
Product: Wine
Version: 4.8
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 64528
--> https://bugs.winehq.org/attachment.cgi?id=64528
screenshot
Everything except the cloak.
wine-4.8-245-g21ae9ba1ba
--
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=46411
Bug ID: 46411
Summary: MS Office 16 applications crash soon after start
Product: Wine
Version: 4.0-rc4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fooforever(a)gmail.com
Distribution: ---
Created attachment 63175
--> https://bugs.winehq.org/attachment.cgi?id=63175
backtrace
Office can be installed using the method described
here:https://appdb.winehq.org/objectManager.php?sClass=version&iId=35527
All the applications launch and seem to work for a few seconds, normally
getting to the new document screen. They then crash with the trace reporting a
C++ exception and this reason at the top of the trace
GetFirmwareEnvironmentVariableW+0x143()
Backtrace attached is from launching Word.
Running on 4.18.20-1-Manjaro
Wine version 4.0rc-4 installed from Arch repos
--
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=47569
Bug ID: 47569
Summary: Excel on Office365 won't start
Product: Wine
Version: 4.12.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: inugami.mamoru(a)gmail.com
Distribution: ---
Created attachment 64970
--> https://bugs.winehq.org/attachment.cgi?id=64970
Output of backtrace
I used Office365 Japanese edition.
(Setup.X86.ja-jp_O365ProPlusRetail_07877447-2609-4615-aaaa-2f663a8f314a_TX_PR_b_32_.exe)
Followed latest WineHQ instruction
(https://appdb.winehq.org/objectManager.php?sClass=version&iId=35527)
Installation seems to success.
When starting EXECL.EXE, Dialog says "Invalid IOPL" and stop to working.
Xubuntu 19.04 amd64
terminal output(Extracted)
wine: Unhandled page fault on read access to 0xffffffff at address 0xa2204d
(thread 0009), starting debugger...
0033:fixme:win:RegisterPowerSettingNotification
(0x10054,{245d8541-3943-4422-b025-13a784f679b7},0): stub
0033:fixme:win:RegisterPowerSettingNotification
(0x10054,{5d3e9a59-e9d5-4b00-a6bd-ff34ff516548},0): stub
0033:fixme:win:RegisterPowerSettingNotification
(0x10054,{a7ad8041-b45a-4cae-87a3-eecbb468a9e1},0): stub
0033:fixme:win:RegisterPowerSettingNotification
(0x10054,{98a7f580-01f7-48aa-9c0f-44352c29e5c0},0): stub
0033:fixme:win:RegisterPowerSettingNotification
(0x10054,{02731015-4510-4526-99e6-e5a17ebd1aea},0): stub
0033:fixme:win:RegisterPowerSettingNotification
(0x10054,{3c0f4548-c03f-4c4d-b9f2-237ede686376},0): stub
0063:fixme:combase:RoGetActivationFactory
(L"Windows.Networking.Connectivity.NetworkInformation",
{5074f851-950d-4165-9c15-365619481eea}, 00C9797C): semi-stub
0063:err:combase:RoGetActivationFactory Failed to find library for
L"Windows.Networking.Connectivity.NetworkInformation"
0032:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (01B3F5F4 1 C) semi-stub
0032:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (01B3F654 1 C) semi-stub
0032:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (01B3F4E4 1 C) semi-stub
0032:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0032:fixme:combase:RoGetActivationFactory
(L"Windows.Security.Authentication.OnlineId.OnlineIdSystemAuthenticator",
{85047792-f634-41e3-96a4-5164e902c740}, 01B3F9CC): semi-stub
0032:err:combase:RoGetActivationFactory Failed to find library for
L"Windows.Security.Authentication.OnlineId.OnlineIdSystemAuthenticator"
--
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=47276
Bug ID: 47276
Summary: NotImplementedException: The method or operation is
not implemented. Source: System.Windows.Forms at
System.Windows.Forms.UnsafeNativeMethods.IHTMLDocument
2.GetMimeType()
Product: Wine
Version: 4.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ukyo_kuonji_uchan(a)hotmail.com
Distribution: ---
Created attachment 64571
--> https://bugs.winehq.org/attachment.cgi?id=64571
Wine Output Log
Hi.
I installed the .net frameworks up to version 4.6.1,
Microsoft Visual C ++ 2010 x86, Microsoft Visual Studio 2010 Tools for Office
Runtime x86, MSXML 4.0 and 6.0, Oracle ADF 11g Desktop Integration Add-In for
Excel and previously Wine Gecko x86.
Windows 7 platform with the following DLL overwrites
crypt32.dll n, b
mfc42 n
mfc42u n
msasn1 n
mscoree n
msvcr100 n, b
msvcr80 n, b
msvcr90 n, b
msxml3 n
msxml4 n
riched20 n, b
When I try to connect to the servlet by the login from the excel. The .NET log
returns the error "NotImplementedException: The method or operation is not
implemented. Source: System.Windows.Forms at
System.Windows.Forms.UnsafeNativeMethods.IHTMLDocument2.GetMimeType()" followed
by the browser error window with unsuccessful login attempt.
I tried to login from the wine browser but I got the same error window from
failed attempt; this does not happen when I login from the Firefox browser
installed in wine.
¿Do you know any workaround for this?
I tried the version of wine 4.8 but the window for login no longer appears, it
is directly going to error "it can not connect to the server".
I attach the excel and wine plugin logs.
--
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=47575
Bug ID: 47575
Summary: Office 365 Excel: DDE Failure on close
Product: Wine
Version: 4.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: akash888usa(a)gmail.com
Distribution: ArchLinux
Created attachment 64979
--> https://bugs.winehq.org/attachment.cgi?id=64979
Terminal output (stdout)
Following the latest instructions on AppDB with the latest wine version
(4.11-1), everything runs beautifully. Word and Powerpoint run flawlessly so
far, but whenever I close a file in Excel, I get a small error window that says
"DDE failure." And then, Excel sequentially tries to open my file with a number
of different extensions tacked on. For example, "test.xlsx.COM" then
"test.xlsx.EXE" then ".BAT", ".CMD", ".JS", ".JSE", ".WSF" etc. And of course,
since none of those files exist, Excel just opens with an error each time. This
only occurs when I launch Excel by double-clicking a .xlsx file in the GNOME
file browser. This seems to suggest it's something related to the MIME entry
wine creates for it.
Here is the relevant line from
~/.local/share/applications/wine-extension-xlsx.desktop :
Exec=env WINEPREFIX="/home/akash/.msoffice" wine start /ProgIDOpen
Excel.Sheet.12 %f
Workaround is to remove "/ProgIDOpen Excel.Sheet.12" from this line.
--
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=46653
Bug ID: 46653
Summary: Vampyr: hair and beard are partly or fully transparent
Product: Wine
Version: 4.1
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 63576
--> https://bugs.winehq.org/attachment.cgi?id=63576
screenshot
Default output:
fixme:d3d_shader:shader_glsl_interpolation_qualifiers Unhandled interpolation
mode 0x3.
fixme:d3d_shader:shader_sm4_read_instruction_modifier Unhandled modifier
0x800000c2.
fixme:d3d_shader:shader_sm4_read_instruction_modifier Unhandled modifier
0x00155543.
wine-4.1-236-g3fc1180623
--
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=37659
Bug ID: 37659
Summary: A Vampyre Story: videos go into infinite loop
Product: Wine
Version: 1.7.31
Hardware: x86-64
URL: https://appdb.winehq.org/objectManager.php?sClass=vers
ion&iId=14604
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: domen.vrankar(a)gmail.com
Distribution: Ubuntu
Wine version: wine-1.7.31
WineHQ url: https://appdb.winehq.org/objectManager.php?sClass=version&iId=14604
OS: Gnome Ubuntu 14.10
I'm running the game in emulated desktop mode (800x600). Game starts normally
but you have to exit videos by pressing space bar or they go into an infinite
loop. Intro video can be stopped even if it goes into repetition while on the
other hand in-game videos must be terminated before they start repeating
otherwise the game starts running in the background and space bar is no longer
able to terminate the video (probably due to loosing focus).
If video is interrupted soon enough the game works without errors.
--
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=45138
Bug ID: 45138
Summary: Wolfenstein (2009) crashes in "Officer's House"
mission
Product: Wine
Version: 3.7
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adrien_fernandes2(a)hotmail.com
Created attachment 61325
--> https://bugs.winehq.org/attachment.cgi?id=61325
Output of Wine
FreeBSD/amd64 (-current 12.0)
Wine i386 3.7
nvidia-driver-390.48 (GTX 765m)
xorg-server-1.18.4
i3-4.15
12G RAM
1920x1080
===><===
During my hours playing the game, it had no problem at all, could even be rated
platinium if there wasn't that sudden crash in "Officer's House" mission which
completely block me from finishing the game.
I haven't much clue about what is causing that crash but I know that it always
happen in the same part of the mission, just happens randomly (mostly when
starting to kill guards).
I tried to lower the graphics to their minimum, windowed in 640x480 but the
crash isn't longer to arrive.
--
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=46847
Bug ID: 46847
Summary: Installed game, game open first few times, but
suddenly it stopped working
Product: Wine
Version: 4.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: josefsfagernes(a)protonmail.ch
Distribution: ---
Created attachment 63894
--> https://bugs.winehq.org/attachment.cgi?id=63894
ran the game in term, this is the log
Installed a game (osu!) which uses .NET framework. Used winetricks to install
dotnet462. prefix was win32. It opened the first few times, but when i tried it
again, without having changed anything, it refused to open and only spat out
something about "fixme"
"wine --version" outputs "wine-4.3 (Staging)
OS is Fedora 29, CPU is amd64
debug log attached
--
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=44686
Bug ID: 44686
Summary: osu!: audio really freaks out on a couple of beatmaps
Product: Wine
Version: 3.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yalterz(a)gmail.com
Distribution: ---
There's a collection of osu! beatmaps https://osu.ppy.sh/b/1316677&m=3 where
the sound completely freaks out and starts playing garbled mess.
Example: https://streamable.com/oaxi9
Note that it actually sounds much worse than on this video because OBS (the
recording software) happens to drop most of the broken audio.
I suspect this has something to do with the map having unusually long hitsound
samples (that is, sounds that play on each key press) because this doesn't seem
to occur on any other beatmap.
This happens with both sound=alsa and sound=pulse. In the attached log (with
lots of WINEDEBUG flags) I'm using sound=alsa. Log (19M, gzipped, too large to
attach): https://drive.google.com/open?id=1jZHPj9xAcDvW82VnJwky_vXL4ZyCU5vq
It's not a recent regression, it's been happening for a while.
Arch Linux x64
32-bit wineprefix
--
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=46753
Bug ID: 46753
Summary: osu! icon has black borders around
Product: Wine
Version: 4.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: angelito.13.pintos(a)gmail.com
Distribution: ---
Hi! i have see some issues in the videogame osu!. When the game is starting the
logo has black borders around, and when you're in the game some configurations
are completely in black. It's not an important problem, but is annoying anyway.
--
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=44184
Bug ID: 44184
Summary: osu!: installer stuck in a loop
Product: Wine
Version: 3.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: reduxpl(a)gmail.com
Distribution: ---
Created attachment 59947
--> https://bugs.winehq.org/attachment.cgi?id=59947
Terminal output; I let the installer restart 3 times, then I proceeded to close
it.
When attempting to install osu! using Wine, the installation process seems to
look fine at a first glance, but after it reaches 100% and the installer shuts
down, the loop begins - the installer starts again, progress meter goes from 0%
to 100% in a few seconds, then it closes, rinse and repeat. The game never
starts.
The installer runs properly on Windows. Additionally, the issue can be worked
around by copying the already installed game files from Windows to Linux - then
the game also starts and runs properly.
Download link: http://m1.ppy.sh/r/osu!install.exe
--
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=42856
Bug ID: 42856
Summary: osu! - high sound latency with winepulse compared to
winealsa
Product: Wine
Version: 2.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: yalterz(a)gmail.com
Distribution: ---
I'm trying to set up PulseAudio to achieve the same low audio latency as I'm
getting with just ALSA. Looks like I managed to achieve this, but not as I
would expect.
Currently my setup is: PulseAudio with default configuration, along with
pulseaudio-alsa integration which basically forwards all ALSA-using programs
straight to Pulse. I am using patched winealsa.drv for reduced latency
(changing three constants at the top of mmdevdrv.c — DefaultPeriod,
MinimumPeriod, EXTRA_SAFE_RT — to lower values, the ones that work for me:
20000, 20000, 11000 respectively). I applied a very similar patch to
winepulse.drv.
When running osu! through ALSA (sound=alsa), which effectively runs it through
ALSA->PulseAudio->ALSA device, the audio latency is almost non-existant —
similar if not the same as what I was getting with just ALSA.
When running osu! through PulseAudio (sound=pulse), effectively
PulseAudio->ALSA device, the audio latency is noticeably higher (at least 20ms
higher), even though it practically removes one extra step from the audio
"chain".
--
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=43769
Bug ID: 43769
Summary: Regression, osu!.exe freezes a few seconds after you
start it, probably a critical zone inter thread
deadlock
Product: Wine-staging
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matthias291999(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
wine-staging 2.17
causes my game called "osu!" to enter deadlock shortly after the audio starts
playing.
Works fine in wine-staging 2.16
Someone do a git blame on the audio system, could be it, don't know, all i know
is that it works fine in wine-staging 2.16. If you have any tests that may give
you more info, go ahead.
I can not get out of borderless fullscreen, dont know why, dont care to report
a 2'nd bug, as it works fine, and i can deal with it.
I have CSMT enabled. If i have to disable CSMT, that is just a temporary fix, I
am not at all satisfied if you seguest i disable it, go test it yourself, if
you can actually reproduce my bug with CSMT enabled, go ahead and prove i could
run it wo CSMT enabled with a video recording...
--
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=45402
Bug ID: 45402
Summary: Sniper Elite V2 benchmark tool: white texture glitch
Product: Wine
Version: 3.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: moihack.inside(a)gmail.com
Distribution: ArchLinux
Created attachment 61715
--> https://bugs.winehq.org/attachment.cgi?id=61715
Sniper Elite V2 benchmark tool - white textures glitch
You can download the free benchmark tool from here:
http://www.guru3d.com/files-details/sniper-elite-v2-benchmark-tool.html
The benchmark installs, runs and exits fine under wine.
Yet, there are some white "glitched" textures here and there while the camera
flies in the scene (see attached screenshoot).
Here is how a normal run should look:
https://www.youtube.com/watch?v=WNs3mnKAdRQ (without the glitched textures)
System: Arch Linux fully updated with wine-3.11 and Radeon HD6870 GPU.
--
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=43637
Bug ID: 43637
Summary: Fallout New Vegas: Crash on launch using 64-bit prefix
Product: Wine
Version: 2.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: iamtimscampi(a)gmail.com
Distribution: ---
Upon launching Fallout New Vegas (With or without New Vegas Script Extender) on
a 64-bit prefix, the game crashes after the initial splash screen.
On a 32-bit prefix, the game works as intended, without a crash.
This was tested both with Staging and regular versions of Wine, with and
without the "New Vegas Script Extender" addon.
While not necessary to play the game, a 64bit prefix is necessary for the new
version of Mod Organizer, a third party utility for the game that handles mod
loading. This crash prevents users from using the latest version of it
alongside the game.
--
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=38381
Bug ID: 38381
Summary: Fallout New Vegas (Steam Version) Crashes at Startup
on the Splash Screen
Product: Wine
Version: 1.7.40
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gordan(a)bobich.net
Distribution: ---
Created attachment 51228
--> https://bugs.winehq.org/attachment.cgi?id=51228
Fallout New Vegas Crash Backtrace
Fallout New Vegas (Steam Version) Crashes at Startup on the Splash Screen.
--
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=29736
Bug #: 29736
Summary: Fallout 2 crashes at "Please Stand By" screen.
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mister_a(a)aol.com
Classification: Unclassified
Created attachment 38588
--> http://bugs.winehq.org/attachment.cgi?id=38588
FO2 in terminal
Look at attachments if you want to see the backlogs.
--
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=40838
Bug ID: 40838
Summary: I am able to install the Launcher. however as soon as
installation/updates are complete, the window crashes
into a small box at the upper right corner of my
screen, then crashes comepletely after that
Product: Wine
Version: 1.9.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ak11(a)cox.net
Distribution: ---
Created attachment 54811
--> https://bugs.winehq.org/attachment.cgi?id=54811
NO THIS IS NOT THE SAME CASE AS bug 40628....the logs are different
I am able to install the Launcher. however as soon as installation/updates are
complete, the window crashes into a small box at the upper right corner of my
screen, then crashes comepletely after that.
Any ideas? I hope its an easy fix, i almost have it working!
--
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=44211
Bug ID: 44211
Summary: Wine (2.21) doesn't work anymore on any game on
FreeBSD
Product: Wine
Version: 2.21
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adrien_fernandes2(a)hotmail.com
Created attachment 59990
--> https://bugs.winehq.org/attachment.cgi?id=59990
Output of AC with csmt
FreeBSD/amd64 11.1 (the release version in december 2017)
Wine staging 2.21 32 bits (built from a 32 bits chroot)
nVidia 765m (nvidia-driver-384.59)
12 GB RAM (even if 32 bits applications take less, you have the information)
from my 32 bits chroot, I installed the nVidia driver
libGL.so -> libGL-NVIDIA.so.1
libGL.so.1 -> libGL-NVIDIA.so.1
libGLESv2.so -> libGLESv2-NVIDIA.so.2
libGLESv2.so.2 -> libGLESv2-NVIDIA.so.2
It always worked that way four months ago (last time I was on my computer)
So actually I tried Streets of Rogue and Assassin's Creed. I copy the output of
AC so you can see what the terminal says me. I set CSMT on one try and disabled
it on the second. (Assassin's Creed always worked in the past, that's why I
give you its 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.
http://bugs.winehq.org/show_bug.cgi?id=35234
Bug ID: 35234
Summary: Fallout: New Vegas launcher crashes when selecting a
DLC by double click
Product: Wine
Version: 1.7.9
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 46995
--> http://bugs.winehq.org/attachment.cgi?id=46995
terminal output
I browsed Bugzilla's already closed and currently opened bug reports related to
Fallout: New Vegas/Fallout 3, but haven't find anything similar to this. It's
not a new bug because I can reproduce it with Wine 1.4.1, 1.6.1, 1.7.9 as well.
The problem: when you start Fallout:New Vegas, the launcher offers an option
named <Data Files> where you can enable/disable the installed DLCs. If I
double-click on the name of the DLC, Wine produces a crash as can be seen in
the attached log.
Single clicking on the name of the DLC doesn't produce the crash.
This was tested with a clean wineprefix, without any dll overrides, dwrite and
gameoverlayrenderer already disabled.
Fedora 19 x86
X.Org X Server 1.14.4
Nvidia binary drivers 325.15
--
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=45575
Bug ID: 45575
Summary: Skyrim: No controller input when multiple controllers
are connected
Product: Wine
Version: 3.13
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ahyattdev(a)icloud.com
Skyrim works fine when I have one wired Xbox 360 controller plugged in but when
I have another one also plugged into my machine that I am not using neither
controller works with the game.
I have tested what the behavior is on Windows and Skyrim works fine when
multiple Xbox controllers are connected. When running through Wine none of the
controllers give any input.
--
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=46151
Bug ID: 46151
Summary: XInput support doesn't support rumble on the DS4 (at
least)
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xinput
Assignee: wine-bugs(a)winehq.org
Reporter: epigramx(a)yahoo.com
Distribution: ---
That would be a neat feature and it's lacking right now. All Xbox Controllers
support two motors on the device. It appears that currently Wine doesn't
provide that data to applications. I was interested in the DS4 specifically out
of the box but I support the feature may be missing on the actual Xbox
controllers as well.
--
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=45688
Bug ID: 45688
Summary: Gamepad appears both as dinput and xinput (eg.
Valkyria Chronicles)
Product: Wine
Version: 3.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: gabriel.corona(a)enst-bretagne.fr
Distribution: ---
AFAIU, on Windows a gamepad appears either on DirectInput or on XInput.
Some games are helpful and automatically work with both. For example, Valkyria
Chronicles apparently automatically switches between DirectInput and Xinput
based on the latests input.
On Wine >= 3.3, every gamepad appears both on DirecrInput and XInput. This is
useful because the gamepad can work both on DirectInput and XInput gamed.
However, on Valkyria Chronicles (for example) the effect is that the game
switches randomly between the two modes because it apparently sees the same
gamepad from both APIs. This can be seen because the buttons displayes on
screen change from numbered key labels ("1", "2", "3", etc.) and XInput based
key labels ("A", "B", "C", "D").
In order to sucessfully run the game, I has to disable the gamepad from
DirectInput (using "wine control"). This works, but prevents running
DirectInput only games without reconfiguration.
A possible workaround would be to have an option to disable DirectInput
gamepads if both libraries are mapped in the same process.
--
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=44086
Bug ID: 44086
Summary: HiDPI: Consider evaluating `GDK_SCALE` for default DPI
size
Product: Wine
Version: 2.0.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pmenzel+bugs.winehq.org(a)molgen.mpg.de
Distribution: ---
Opening the Wine configuration on a HiDPI monitor, the fonts are very small.
Despite having the user to increase the DPI size under the tab *Graphics*,
environment variables like `GDK_SCALE` [1] should be evaluated, and the default
DPI number be adjusted accordingly.
[1] https://wiki.archlinux.org/index.php/HiDPI
--
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=38749
Bug ID: 38749
Summary: Left 4 Dead: text in terminal is unreadable
Product: Wine
Version: 1.7.44
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ilya-valeev(a)yandex.ru
Distribution: ---
Created attachment 51666
--> https://bugs.winehq.org/attachment.cgi?id=51666
Log
When I call terminal (`), I cant read some text (see screenshot). Font tips
from here:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=19444
doesnt help.
Tried wine 1.6.2, 1.7.42 and 1.7.44. Debian 8. 1920x1080
--
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=43040
Bug ID: 43040
Summary: steam version of Left 4 Dead 2 v2.1.4.7 prevents
connection to server with a 'client timed out' error
Product: Wine
Version: 2.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: manoa(a)manoa.flnet.org
Distribution: ---
the bug occurs usually on the second attempt to connect to a server
in addition, once the error occurs it will persist, even after steam is
restarted
if not trying to connect to a server for a couple of minutes it may allow
connection, but if that connection fails, the next connection will have the
error
--
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=37158
Bug ID: 37158
Summary: Left 4 Dead pressing tab crashes the game
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nothingmuchheretosay(a)gmail.com
Pressing tab in a game, whether in Single or Multiplayer mode, 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.
http://bugs.winehq.org/show_bug.cgi?id=23832
Summary: Mass Effect 2 stutter on initial rotation after
awakening
Product: Wine
Version: 1.2
Platform: x86
URL: http://masseffect.bioware.com/cdn/A/ME2_DEMO/MassEffec
t2DemoEN.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
Using the saved game from bug 23684, restart the mission;
when you start waking up, press escape twice to skip the
movies. Now sweep the mouse to rotate yourself to look around.
On Windows, this is very smooth.
On Wine, there is a noticeable amount of stuttering.
The problem stops as soon as you've looked at enough of the room
to have it in cache, or something like that.
--
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=16692
Summary: Morrowind Construction Set Crashes on Saving New Plugin
Product: Wine
Version: 1.1.11
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aestrivex(a)gmail.com
Created an attachment (id=18347)
--> (http://bugs.winehq.org/attachment.cgi?id=18347)
ASCII text file of error output
TES III: Morrowind's Construction Set does not allow the creation of new plugin
files (mods) and causes a crash to desktop upon saving a new plugin file.
Changes to old plugin files suffer no such crashes.
--
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=43943
Bug ID: 43943
Summary: Morrowind randomly crashes
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ggldkm(a)gmail.com
Distribution: ---
Morrowind randomly crashes in 3-120 seconds after the start
I tried wine 2.0.3 and 2.19
--
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=35858
Bug ID: 35858
Summary: Morrowind Overhaul 3.0 installer doesn't work
Product: Wine
Version: 1.7.15
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winebugs140(a)gmail.com
Created attachment 47876
--> http://bugs.winehq.org/attachment.cgi?id=47876
MO3 error message
I've attached a screenshot of the error message that shows up.
--
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=39199
Bug ID: 39199
Summary: Morrowind Graphics Extender (MGE): distant land
generator does not see any files
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tuupic(a)gmail.com
Distribution: ---
Created attachment 52255
--> https://bugs.winehq.org/attachment.cgi?id=52255
MGE wizard window
Distant land wizard does not see any files to generate textures.
In windows virtualbox VM with shared dir all works
Same problem with another morrowind graphic extender: MGE XE
I can produce more information if needed.
--
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=39196
Bug ID: 39196
Summary: Morrowind and Morrowind Graphics Extender (MGE):
shader problem
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: tuupic(a)gmail.com
Distribution: ---
When I use third person view in game(and sometimes in first person too) if "HDR
shader" or "distand land" is enable picture will corrupted (see attached
screenshots)
Same problem with another graphic extender for morrowind: MGE XE
--
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=43970
Bug ID: 43970
Summary: Mouse is constrained to the borders of the screen when
looking around ingame.
Product: Wine-staging
Version: 2.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: libcg(a)protonmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
I've been using wine-staging 2.19 with DOOM 2016 and GTA 5. In both of those
games, looking around using the mouse will sometimes get stuck until I move the
mouse faster out. When going to the game menu, I can see that the cursor is
positioned at one end of the screen. When I place the cursor in the middle of
the screen and go back ingame, the mouse will move freely until I hit one
border of the screen with the cursor again.
It happens with both of these games. I tried DOOM with wine-staging 2.3 and hit
the same issue. Switching between GNOME and Xfce doesn't help.
--
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=42765
Bug ID: 42765
Summary: Doom (2016) Sound suddenly shut down
Product: Wine-staging
Version: 2.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mathieu.nivoliez(a)laposte.net
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Sounds does not appear in game or in the menu but it does at the start of
loading screens before being quickly shut down.
Could be link to this issue:
https://steamcommunity.com/app/353380/discussions/0/357287304417743078/
Pulseaudio already set on 48000 Mhz
--
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=38748
Bug ID: 38748
Summary: (dogfood) Chocolate Doom full screen does not always
work properly
Product: Wine
Version: 1.7.43
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikeonthecomputer(a)gmail.com
Distribution: ---
Created attachment 51661
--> https://bugs.winehq.org/attachment.cgi?id=51661
Screenshot of broken full screen
The full screen setting of Chocolate Doom (which is default) will sometimes
display the screen offset, showing a part of my GNOME desktop and making the
game rather unusable for play. It seems to work correctly the most frequently
if the game is launched from the setup program, but that still doesn't always
work.
I've tested this with the 2.2.0 release, both with the official binaries
(http://www.chocolate-doom.org/downloads/2.2.0/) and my own 64-bit build with
x86_64-w64-mingw32; no difference between the two.
To Wine maintainers, for testing this bug, you can use the FreeDM IWAD so that
Chocolate Doom has a game to run: https://freedoom.github.io/download.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.
http://bugs.winehq.org/show_bug.cgi?id=13460
Summary: ZDoom: distorted graphics rendering
Product: Wine
Version: 1.0-rc2
Platform: PC-x86-64
URL: http://www.zdoom.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aeichhorst(a)gmail.com
Created an attachment (id=13376)
--> (http://bugs.winehq.org/attachment.cgi?id=13376)
Hall of Mirrors effect on textures
When running ZDoom, the graphics rendering produces a "hall of mirrors" effect
on textures. This has no effect on gameplay, but is a big eyesore. Another
graphical problem that occurs is a "pixel coloration-distortion" that imposes
colors from one texture onto another. An example of this is when firing the
BFG9000 in Doom the walls will retain pixels of the BFG's green energy ball
color. This can be seen when pulling up the menu (hitting the Esc key) during
gameplay. The menu's yellowish background-shade produces the effect quite well.
I managed to get a screenshot of the "hall of mirrors" effect and is attached
to this report.
--
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=38415
Bug ID: 38415
Summary: Switching weapons does not work after dying
Product: Wine
Version: 1.7.39
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: christopher(a)thielen.co
Distribution: ---
Here's a strange one:
Deus Ex works beautifully in Wine but I noticed after I die, beginning a new
game and pressing one of the keyboard buttons to switch weapons no longer works
as it did.
Wine/Deus Ex registers the key press because the Doom-style weapon switcher at
the bottom of the screen registers the new weapon but the game does not
actually switch weapons.
Using the same 1.112fm Deus Ex "Game of the Year" edition installer on Windows
XP and Windows 8, this bug does not occur, implying there's something fishy
with Wine instead.
--
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=42061
Bug ID: 42061
Summary: DOOM(2016) has issues with multiple monitors - crashes
too
Product: Wine-staging
Version: 2.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spleefer90(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
pacman -Q wine-staging-git
wine-staging-git atest.release.r0.ge05b5bf8+wine.2.0.rc2.r0.g56040acaa3-1
I have 2 monitors, both 1920x1080, one 144Hz(left,primary) and second one
60Hz(right,secondary).
Upon launching the game, my left monitor turns off and the game is launched on
the wrong monitor(right).
After messing around with the monitors(turning them back on and going into game
settings), trying to make DOOM run on the other monitor, the game crashes.
Crash error: http://pastebin.com/efU7w1An
I guess the crashing wouldn't be an issue if the game launched on the correct
monitor without turning anything off.
I'll attach full output soon.
--
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=45766
Bug ID: 45766
Summary: Doom 3: BFG hangs during launch
Product: Wine
Version: 3.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sa(a)whiz.se
Distribution: ---
Created attachment 62220
--> https://bugs.winehq.org/attachment.cgi?id=62220
backtrace from gdb
I'm getting a reproducible hang each time I start Doom 3: BFG, GOG version.
(Yes, I know there's a native port!)
The hang happens after the intro videos are played, during the id/Bethesda
logos.
This title seems to require a compatibility context which Mesa just recently
started to support. Still, the game uses some none-spec OpenGL and requires
force_glsl_extensions_warn=true and
allow_glsl_builtin_variable_redeclaration=true to start.
An uneducated guess is something to do with audio? Those are the files the
process keeps open, but might just be a coincidence. (Audio is played during
the intro videos).
Native xact doesn't make a difference, disabling audio in Wine casues the game
to refuse to run.
Doesn't seem to be a regression, it is there as far back as 1.9.10 (the last
version with Platinum rating in AppDB)
Full backtrace from gdb is attached.
--
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=43984
Bug ID: 43984
Summary: Doom (2016) sometimes hangs upon exit
Product: Wine
Version: 2.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: laci(a)monda.hu
Distribution: ---
Generally speaking, Doom (2016) runs flawlessly, but sometimes when I quit it
hangs.
I can see the following in the console:
fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
fixme:bcrypt:BCryptCreateHash ignoring object buffer
fixme:bcrypt:BCryptCreateHash ignoring object buffer
fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
fixme:bcrypt:BCryptCreateHash ignoring object buffer
fixme:bcrypt:BCryptCreateHash ignoring object buffer
fixme:bcrypt:BCryptGenerateSymmetricKey ignoring object buffer
fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
err:hid_report:process_hid_report Device reports coming in too fast, last
report not read yet!
err:hid_report:process_hid_report Device reports coming in too fast, last
report not read yet!
AL lib: (WW) ReleaseThreadCtx: 0x7f46405e8e10 current for thread being
destroyed
--
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=44246
Bug ID: 44246
Summary: Call of Duty 4: GL_INVALID_OPERATION &
GL_OUT_OF_MEMORY
Product: Wine
Version: 2.21
Hardware: x86
OS: FreeBSD
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: hardy.schumacher(a)gmx.de
Created attachment 60041
--> https://bugs.winehq.org/attachment.cgi?id=60041
Call of Duty 4: console log
When starting "Call of Duty 4" several warn messages can be seen on console.
Shortly after game mode has been entered, warnings from shader can be seen,
followed by message:
err:d3d:wined3d_debug_callback 0xf8ff878: "GL_INVALID_OPERATION error
generated. <program> object is not successfully linked, or is not a program
object.".
After several seconds, this message is printed to console:
err:d3d:wined3d_debug_callback 0xf8ff878: "GL_OUT_OF_MEMORY error generated.
Failed to allocate memory for texture.".
And finally the game and wine instance are crashing.
I'm using FreeBSD-11.1-p3 on AMD64.
Wine is from port emulators/i386-wine-devel v2.21.
PC is running with NVIDIA driver 340.104.
Port graphics/mesa-dri is on v17.3.1.
--
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=34798
Bug #: 34798
Summary: Silent Hill Homecoming is incredibly SLOW.
Product: Wine
Version: 1.7.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sov.info(a)mail.ru
Classification: Unclassified
It works fine on my comp under Windows 7 or 8, so it's characteristics (2,13
GGh x 2 core, 8 Gb RAM) are all ok.
The game menu and first videoscene fine too, but after that (when we should
start to control personage) it's slow as hell.
I see that game is fully playable, so is it a some kind of regression?
Also - i don't install any components via winetricks. Maybe all that happens
because of it?
I created a *really* gigantic log.
--
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=45762
Bug ID: 45762
Summary: Metal Gear Solid 2 Movies No Longer Play.
Product: Wine
Version: 3.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Hello Everyone,
Metal Gear Solid 2 the movies don't play any more. In wine-1.9.10 the
movies play. I have not tested to see exactly to see where the bug
was introduced. I will try and go that later on.
--
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=18391
Summary: Postal 2 - Brightness settings apply themselves to the
Desktop.
Product: Wine
Version: 1.1.20
Platform: PC
URL: http://www.gopostal.com/freestp.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pvtpuddin(a)gmail.com
I have the Gog.com version of Postal 2, so I don't have the native Linux
version. But when I run Postal 2 in either a virtual desktop, or fullscreen,
the game's brightness settings apply themselves to the rest of the desktop.
The default brightness settings washed everything out. And changing the
brightness in game, you could see the desktop getting brighter or darker.
If you don't have Postal 2, you could test this with the free demo of the
Multiplayer part. You don't have to play the game to see this bug, it'll
happen at the menu.
--
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=41749
Bug ID: 41749
Summary: Cannot change volume in Ether One Redux
Product: Wine
Version: 1.9.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: plata(a)mailbox.org
Distribution: ---
It is possible to move the sliders, however this does not seem to have any
effect on the actual volume. Especially the environment sounds do not seem to
be affected at all. Therefore it is quite hard (sometimes even impossible) to
understand the dialogs.
I tried pulse and alsa.
--
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=41798
Bug ID: 41798
Summary: The Solus Project crashes while loading with a "Fatal
Error" message
Product: Wine
Version: 1.9.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 56226
--> https://bugs.winehq.org/attachment.cgi?id=56226
Wine 1.9.23-141-g1e78138 terminal output
Wine version:
1.9.23-141-g1e78138
Windows 7 prefix.
When I attempt to run The Solus Project, it crashes with an error message
"Fatal Error".
--
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=46250
Bug ID: 46250
Summary: UT4 based games have performance issues (Hellblade:
Senua's Sacrifice, Conarium, Hatred, Observer)
Product: Wine
Version: 3.21
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: performance, win64
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Listed games have a heavy stuttering. Disabling gameoverlayrenderer64 is a
workaround.
wine-3.21-313-gcda846b8cb
--
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=42728
Bug ID: 42728
Summary: Error: GL_INVALID_OPERATION error generated. Query
object not found. (Affects GRIP)
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fincer89(a)hotmail.com
Distribution: ---
Created attachment 57715
--> https://bugs.winehq.org/attachment.cgi?id=57715
Grip.exe launched - console output before spam of GL_INVALID_OPERATION messages
As I start GRIP (Unreal Engine 4/DX11 racing game available on Steam), the game
gets easily stuck at in-game loading splash screen. As I check the console
output, I get *massive spam* of the following message:
err:d3d:wined3d_debug_callback 0x8aea440: "GL_INVALID_OPERATION error
generated. Query object not found.".
It repeats over and over again until I need to kill the executable.
The latest log file I saved, I counted that this error message was repeated
over 18.3 MILLION times (yes, you read it right), making the log file itself
almost 2GB at size. Only, and only this single message was repeated, nothing
else.
Console output before the spam was as showed in the attachment. I'm sorry I
don't provide the full log, since it contains over 20 000 lines of text. If
someone sees that important, please let me know. Basically, the lines showed in
the attachment were repeated over and over again from the very beginning, until
the massive spam of that 'GL_INVALID_OPERATION' error appeared just before the
game were accessing in-game menu which contains DX11 graphics.
Used configuration:
Wine 2.4 git + Wine-staging-git, no dll overrides, clean 64-bit prefix. No CSMT
or any other Staging related stuff enabled in winecfg. The game launched via
Windows version of Steam client.
--
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=40807
Bug ID: 40807
Summary: Unreal Engine 4 Prerequisites Setuo (x64) fails with
"Invalid ACL"
Product: Wine
Version: 1.9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 54738
--> https://bugs.winehq.org/attachment.cgi?id=54738
Terminal output in Wine 1.9.12 Windows 7 64-bit prefix
When attempting to run UE4PrereqSetup_x64.exe the installation fails because of
an "Invalid ACL" error.
This redistributable installer comes with every new Unreal Engine 4 game but I
am not sure where to find a standalone version that one can upload anywhere. I
do know there are some Unreal Engine 4 demos out on IndieDB:
http://www.indiedb.com/engines/unreal-engine-4/downloads
--
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=43479
Bug ID: 43479
Summary: Texture Bugs
Product: Wine-staging
Version: 2.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: footballteam000(a)wp.pl
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Some texture are black and sometimes with red strips.
--
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=37796
Bug ID: 37796
Summary: Monopoly EA crash (but game is playable)
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: grendal74.geo(a)yahoo.com
Distribution: ---
Created attachment 50340
--> https://bugs.winehq.org/attachment.cgi?id=50340
Monopoly EA crash report (but game is playable)
Monopoly game by EA.
Download url
http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?cc=us&lc=en&softwa…
The game is playable. The only issue is that it produces an error at the
beginning of the game. The game is full screen with all the effects working.
see backtrace.
Happy New Year !
--
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=43238
Bug ID: 43238
Summary: ReactOS Solitaire does not work
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: carlo.bramix(a)libero.it
Distribution: ---
I tried to run the classic solitaire card game from ReactOS, but I cannot play
it.
After launching sol.exe, I can grab the cards with the mouse, but they cannot
be attached to a new pile, although it is a correct move.
The game works fine in Windows.
Tested with the latest wine from trunk at the time of writing (2.11).
The executable of the game can be recovered from a nightly ISO build of ReactOS
or I can eventually attach it here.
Sincerely.
--
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=42787
Bug ID: 42787
Summary: Gal*Gun: Double Peace hangs when focus is lost
Product: Wine
Version: 2.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: thexzoron(a)riseup.net
Distribution: ---
Created attachment 57812
--> https://bugs.winehq.org/attachment.cgi?id=57812
the debug log of this session
When playing this game and you either switch workspaces or get the mouse out of
the game it will lock up and the video will freeze but the audio will still
play until you restart the window manager (in my cause i3). In some cases some
of the audio cuts out and the game cannot be resumed however, I was not able to
get to a scenario while logging where I could not resume the game after a
window manager restart.
--
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=45676
Bug ID: 45676
Summary: Keyboard non-functioning in Dark Souls 3
Product: Wine
Version: 3.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hiigaran(a)hotmail.com
Distribution: ---
What works:
- Game starts up
- Main menu loads
- Character creation works
- Pre-game cinematic works
- All mouse-related functions work
What doesn't work:
- Interacting with the main menu or in-game settings using the keyboard
- In-game keyboard controls (movement, etc.)
Pressing any key causes nothing to happen. Holding the key down for several
seconds will cause the key to be registered for an instant. For example,
pressing W to move the character forward will result in no action. Holding the
key down will cause the character to step forward slightly, after several
seconds.
This essentially makes the game unplayable. Oddly enough, when naming your
character on the character creation screen, the text box where you type a name
in to actually works without issue.
Issue is present on a prefix with no overrides. Tested on all Windows versions.
Issue is also present while using DXVK.
Ubuntu 18.04
Nvidia 396.51
--
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=44682
Bug ID: 44682
Summary: Kingdom Come: Deliverance, The Witcher 3: low
performances
Product: Wine
Version: 3.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: ben(a)tokidev.fr
Distribution: ---
Using the nvidia latest proprietary drivers and wine-3.3, it seems there are
low performances on both Kingdom Come: Deliverance and The Witcher 3 (despite,
for the later at least, bug #42592 being marked as fixed in 3.3). This is using
CSMT (by explicitly enabling it in the registry), and with
__GL_THREADED_OPTIMIZATIONS=0 (as suggested by the aforementioned bug report).
Yet when using wine-2.21-staging with CSMT, performances are much better. Using
wine-3.3-staging (the new 3.x rebased staging fork by alesliehughes@github)
with CSMT does not seem to produce good results either (that is, not better
than normal 3.3).
As an example, for Kingdom Come: Deliverance with details set to high on a
1070TI and in the exact same conditions:
* Wine 3.3 produces ~5 to 10 FPS.
* Wine 3.3-staging produces roughly the same.
* Wine 2.21-staging produces ~20 to 30 FPS.
The results are similar in The Witcher 3 (3.3 is pretty laggy in ultra,
although almost playable; 3.3-staging is the same; yet 2.21-staging makes the
game completely playable at the same level of details and performances are
better by at least twice).
There are no explicit messages in the log that may suggest an easily
identifiable cause.
--
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=45989
Bug ID: 45989
Summary: The Witcher 3 flickers horribly and has artifacts
Product: Wine
Version: 3.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alex_y_xu(a)yahoo.ca
Distribution: Gentoo
See the attached video. Basically, certain areas of the screen (e.g. most of
Geralt, the outside sky, certain interior walls) flicker very badly. Also,
there is a grassy-looking wall in the middle of the room.
I am using a Northern Islands class card, so Vulkan is not supported. I am
using Mesa 18.2.2.
Apologies for the potato quality recording; I'm using sway at the moment and
video recording isn't properly supported. I did try TW3 on X though and it had
the same results.
--
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=47227
Bug ID: 47227
Summary: The Witcher 3 GOG patch 1.3: Rumblepad 2 D-pad doesn't
work after update to version 4.8 Staging
Product: Wine-staging
Version: 4.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blue.krishna(a)aol.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 64495
--> https://bugs.winehq.org/attachment.cgi?id=64495
terminal output to the bug
I have a specific problem with these buttons: https://i.imgur.com/P49Q2QF.jpg
With version 4.7 Staging the D-pad worked. And it seems like the upgrade to
wine-4.8 (Staging) removed the D-pad support.
All other buttons from the Rumblepad 2 still work.
--
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=44561
Bug ID: 44561
Summary: The Witcher 3:Incorrect gamepad button mapping and not
working triggers
Product: Wine
Version: 3.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xinput
Assignee: wine-bugs(a)winehq.org
Reporter: nickfaces(a)gmail.com
Distribution: ---
Problems with xpad (and steamos-xpad). With xboxdrv gamepad are not working.
WIth -mimic-xpad and remapping buttons options game not launching.
--
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=43133
Bug ID: 43133
Summary: The Witcher 3: ambient occlusion distortions
Product: Wine
Version: 2.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: shtetldik(a)gmail.com
Distribution: ---
Created attachment 58341
--> https://bugs.winehq.org/attachment.cgi?id=58341
The Witcher 3: SSAO (ambient occlution) distortion
When running The Witcher 3 with ambient occlusion on, there are various visual
artifacts appearing.
With SSAO, there is black dotted mesh, and with HBAO+ there are running black
vertical lines.
See attached screenshots.
Game version: GOG, 1.31.
System: Debian testing, x86_64.
Graphics: AMD RX 480: AMD POLARIS10 (DRM 3.8.0 / 4.9.0-3-amd64, LLVM 3.9.1),
Mesa 17.1.0-devel (git-af73acca2b).
Resolution: 1920x1200.
Settings: Max settings for all graphics, except Nvidia hairworks is off.
--
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=43786
Bug ID: 43786
Summary: The Witcher 3: textures disappear in some places when
you move
Product: Wine
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: shtetldik(a)gmail.com
Distribution: ---
Created attachment 59299
--> https://bugs.winehq.org/attachment.cgi?id=59299
The Witcher 3: Velen cave save with disappearing texture
In some areas when you move, textures toggle, disappearing and appearing back.
But they don't leave a transparent area, but rather just untextured surface
when that happens. So I'm not sure if it's the same as other missing texture
bugs or not.
I attach a save in Velen cave where that happens, as well as a video capture of
that texture toggling.
Graphics:
OpenGL renderer string: AMD Radeon (TM) RX 480 Graphics (POLARIS10 / DRM 3.15.0
/ 4.12.0-2-amd64, LLVM 5.0.0)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 17.3.0-devel
(git-3e54493265)
--
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=43861
Bug ID: 43861
Summary: The Witcher: Movement problems
Product: WineHQ.org
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: const1993(a)gmail.com
Distribution: ---
The movement keys do not work right away, the character can continue to run for
another 15 seconds after I stop moving
--
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=42953
Bug ID: 42953
Summary: ffxiv dx11 fixme:d3d11:d3d11_device_CreateBlendState
Per-rendertarget blend not implemented.
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ssbkm(a)icloud.com
Distribution: ---
unhandled dx11
--
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=30400
Bug #: 30400
Summary: Final Fantasy 7 in the first fight scene
Product: Wine
Version: 1.5.1
Platform: x86
URL: http://download.cnet.com/Final-Fantasy-VII-demo/3000-7
538_4-10020419.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 39739
--> http://bugs.winehq.org/attachment.cgi?id=39739
terminal output
Bug 9220 is fixed, so this is the next crash.
Get the game from
http://download.cnet.com/Final-Fantasy-VII-demo/3000-7538_4-10020419.html
austin@aw21 ~ $ sha1sum ff7demo.zip
79a555cd1874410a93952486e511bb8492e82a56 ff7demo.zip
unzip/run. Bug 9220 would crash it once Cloud swung his sword. This no longer
happens, the fight scene starts, then about 15 seconds later => crash.
--
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=41271
Bug ID: 41271
Summary: Fallout 4 - Audio issues (no sounds, hangs when
playing intro video)
Product: Wine
Version: 1.9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: kimmo.myllyvirta(a)gmail.com
Distribution: ---
Created attachment 55571
--> https://bugs.winehq.org/attachment.cgi?id=55571
1.9.18 logs
This could be dupe of bug #36977, but also hits bug #39402 possibly some others
too. But since I can't find a decent workaround which works for Fallout 4, it
might be ok to open a new bug. Not quite sure if the component is correct,
either xaudio2 or dsound anyway.
A bunch of logs attached, see below what they mean.
Steam version of the game, only Steam and Fallout 4 installed to a clean
prefix. Steam installs xact from _CommonRedist when first time launching the
game.
When the game is started it hangs when it should play the intro video;
+tid,+dsound log attached (Log: fo4_tid_dsound.txt, +tid,+dsound). This could
be bug #36977, since the game uses radgametools bink.
With builtin xaudio2_7 the intro video works sometimes (extremely rarely, sorry
I don't have decent log of this). But after the video is finished it will
always hang after;
warn:xaudio2:IXAudio2Impl_CreateSourceVoice OpenAL can't convert this format!
when it tries to play the music for the main menu. (see bug #39402)
With xaudio2_7 set to disabled the intro video works, but again extremely
rarely. And it results to no sounds in Fallout 4 since bink player uses dsound,
but Fallout 4 itself doesn't, it seems. There is "sAudioAPI=XAudio2" setting in
Fallout4.ini, but it is a legacy setting. I can't find any indication of it
supporting anything else than xaudio2 (on older Bethesda games there was other
options available).
Now the weird hack part;
Since this feels like a race condition, I added usleep(100000) to the beginning
of IDirectSound8Impl_Release, which seems to help a lot (this issue might not
have anything to do with dsound release, that's just the first place I tried);
- native xaudio2: the intro video works, and the music in main menu plays ok,
always - success :)
(Log: fo4_tid_dsound_sleep_hack.txt, +tid,+dsound )
- builtin xaudio2_7: the intro video works, but the music in main menu doesn't
and the game hangs (as expected) after;
warn:xaudio2:IXAudio2Impl_CreateSourceVoice OpenAL can't convert this format!
(Log: fo4_tid_dsound_xaudio2_sleep_hack_builtin_xaudio2_7.txt,
+tid,+dsound,+xaudio2 )
- disable xaudio2_7: the intro video works, no music in the main menu, but the
game doesn't hang
(Log: fo4_tid_dsound_sleep_hack_disable_xaudio2_7, +tid,+dsound )
Notes;
- The main menu is just a black screen (lots of d3d11 fixmes in those logs),
you just have to listen and imagine you are there :)
- I also tried xact and xact_jun2010 with winetricks - those make no
difference, works just like the xact shipped with the game
--
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=35000
Bug #: 35000
Summary: Wrye Bash install empty folders
Product: Wine
Version: 1.7.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: francisgosselin75(a)hotmail.com
Classification: Unclassified
Hi! i am with LinuxMint 15 64 bytes, i use Wine 1.7 and i have install Skyrim.
Skyrim is install in c: /Games/Steam/SteamApps/common/Skyrim . Now i have
install Wrye Bash Stand Allone 304_3, and when i install mods, my folders in
"Texture" and "Meshes" are empty, can you help me please? thank you!
--
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=10506
Summary: wine crypt32 needs DSS provider to support more .NET
apps which use cryptography API
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
while playing around with .NET apps I found various shortcomings when it comes
to native backends for certains parts of .NET
One is the state of cryptographic providers (crypt32).
Many .NET apps use either default RSA or DSS provider.
Currently the DSS and enhanced DSS provider are missing, resulting in failure
of several .NET apps.
Would be nice if wine gets DSS provider too.
Trace log showing failure of typical .NET app trying to query DSS provider:
--- snip ---
trace:crypt:CryptAcquireContextW (0x33d6b8, (null), L"Microsoft Enhanced
Cryptographic Provider v1.0", 1, f0000000)
trace:crypt:RSAENH_CPAcquireContext (phProv=0x1771b8, pszContainer=(null),
dwFlags=f0000000, pVTable=0x1771c8)
trace:crypt:CryptReleaseContext (0x1771a8, 00000000)
trace:crypt:RSAENH_CPReleaseContext (hProv=00000002, dwFlags=00000000)
trace:crypt:CryptAcquireContextW (0x33d72c, (null), L"Microsoft Enhanced
Cryptographic Provider v1.0", 1, f0000000)
trace:crypt:RSAENH_CPAcquireContext (phProv=0x177450, pszContainer=(null),
dwFlags=f0000000, pVTable=0x175f98)
trace:crypt:CryptCreateHash (0x177440, 0x8004, 0x0, 00000000, 0x33d83c)
trace:crypt:RSAENH_CPCreateHash (hProv=00000002, Algid=00008004, hKey=00000000,
dwFlags=00000000, phHash=0x175e04)
trace:crypt:CryptAcquireContextW (0x33d6f4, (null), (null), 13, f0000000)
trace:crypt:CryptAcquireContextW Did not find registry entry of crypto provider
for L"Software\\Microsoft\\Cryptography\\Defaults\\Provider Types\\Type 013".
trace:seh:raise_exception code=e0434f4d flags=1 addr=0x7b841300
trace:seh:raise_exception info[0]=80090017
trace:seh:raise_exception eax=7b82c455 ebx=7b8ad1e4 ecx=00000000 edx=0033d348
esi=0033d348 edi=e0434f4d
trace:seh:raise_exception ebp=0033d310 esp=0033d2ac cs=0073 ds=007b es=007b
fs=0033 gs=003b flags=00000212
--- snip ---
resulting in CLR exception:
--- snip ---
Unhandled Exception: System.InvalidOperationException: An error occurred
creating the form. See Exception.InnerException for details. The error is: The
type initializer for 'Sunisoft.IrisSkin.SkinEngine' threw an exception. --->
System.TypeInitializationException: The type initializer for
'Sunisoft.IrisSkin.SkinEngine' threw an exception. --->
System.Security.Cryptography.CryptographicException: Unknown error
"-2146893801".
at
System.Security.Cryptography.CryptographicException.ThrowCryptogaphicException(Int32
hr)
at System.Security.Cryptography.Utils._AcquireCSP(CspParameters param,
SafeProvHandle& hProv)
at System.Security.Cryptography.Utils.AcquireProvHandle(CspParameters
parameters)
at System.Security.Cryptography.Utils.get_StaticDssProvHandle()
at
System.Security.Cryptography.DSACryptoServiceProvider.ImportParameters(DSAParameters
parameters)
at System.Security.Cryptography.DSA.FromXmlString(String xmlString)
at Sunisoft.IrisSkin.SkinEngine..cctor()
--- snip ---
Type 001 "RSA Full (Signature and Key Exchange)" and Type 012 "RSA SChannel"
are currently implemented in wine
Additionally needed:
Type 003 "DSS Signature" (base DSS provider)
Type 013 "DSS Signature with Diffie-Hellman Key Exchange" (enhanced DSS
provider)
Type 018 "Diffie-Hellman SChannel" (optional?)
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44167
Bug ID: 44167
Summary: UK's Kalender crashes on startup.
Product: Wine
Version: 3.0-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: old.git(a)net98.eml.cc
Distribution: ---
Created attachment 59931
--> https://bugs.winehq.org/attachment.cgi?id=59931
Wine crash report saved to file
UK's Kalender crashes on startup.
Was working flawlessly on Wine 2.22. Immediately on update to 3.0 rc1 it
reliable crashes on startup.
System is standard Wine with extra dlls via Winetricks (cmd.exe, ffdshow,
mfc42, vb6run, vc6run, vc6runsp6, wsh57). All needed to get various programs
running.
Program is portable version of UK's Kalender.exe from
http://www.ukrebs-software.de/download/kalender/Kalender_Portable.zip
Present on this machine is one of the 2.5.x series (not sure which and cannot
start the program to check)
Steps to reproduce: Start running the program either
1. from PSMenu portable program launcher (itself install on Wine), OR
2. right click the Kalender.exe file in Thunar and select "Open wwith Wine
Windows Program Loader"
Actual Result: Program fails to start, crash report displayed.
Expected Result: Program to work without flaw (as on Wine 2.22)
Bug first encountered: with Wine 3.0rc1
Other systems: Program runs exactly as expected on Wine 2.22 and below, and on
Windows 98SE to Windows XP Pro.
--
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=39941
Bug ID: 39941
Summary: Rendering of rotated text is ugly
Product: Wine
Version: 1.9.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: curaga(a)operamail.com
Distribution: ---
Created attachment 53361
--> https://bugs.winehq.org/attachment.cgi?id=53361
Screenshot
The score dialog of Stars! renders some text at an angle. The rendering of both
current Wine and current Windows (XP) is ugly; Wine 1.3.0 and Windows 3.11
render it nice and readable.
I'll try to get a screenshot from Win 3.11, but my old VM hangs in current
Qemu, seems they broke something the Cirrus driver relied on. In any case,
making the text readable would be enough, pixel-perfect match to 3.11 is not
needed.
--
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=19446
Summary: Icy Tower 1.4 installer erroneously creates an
installation log in an invalid directory
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://download.cnet.com/Icy-Tower/3000-2099_4-1007506
0.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
With wine-1.1.26-183-gc6570a5, after installing Icy Tower 1.4, a directory
listing of the Wine drive_c folder shows an unusual directory created in the
root of drive_c:
andrew@ubuntu-desktop:~$ ls ~/icytower/drive_c
C: games Program Files users windows
andrew@ubuntu-desktop:~$ ls ~/icytower/drive_c/C:/windows/temp
INSTALL.LOG
>From relay log:
0019:Call KERNEL32.CreateDirectoryA(0033f354 "C:",00000000) ret=1000c978
0019:Ret KERNEL32.CreateDirectoryA() retval=00000000 ret=1000c978
...
0019:Call KERNEL32.CreateDirectoryA(0033f354 "C:\\C:",00000000) ret=1000c978
0019:Ret KERNEL32.CreateDirectoryA() retval=00000001 ret=1000c978
...
0019:Call KERNEL32.CreateFileA(0033f354
"C:\\C:\\windows\\temp\\INSTALL.LOG",40000000,00000000,00000000,00000002,00000080,00000000)
ret=100140c9
0019:Ret KERNEL32.CreateFileA() retval=00000068 ret=100140c9
The directory creation operation that was logged does not succeed on Windows,
and it should not succeed on 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=26532
Summary: Barnes and Noble Nook eReader sync data to server.
Product: Wine
Version: 1.3.16
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: JNowka(a)gmail.com
Download: http://www.barnesandnoble.com/download/ereader/ereader-windows.asp
Version: 2.5.3.4630
Licence Type: Proprietary
Cost: Free
The Barnes And Noble Nook e-Reader for PC does not upload updates to bookmarks
or annotations to the server.
The errors and fixmes that are returned when it is ran from the command line is
as follows:
fixme:wininet:set_cookie persistent cookies not handled (L"expires=Mon,
21-Mar-2016 23:20:09 GMT; path=/")
err:wininet:HTTP_ParseDateAsAsctime unexpected weekday L"-1"
err:wininet:HTTP_ParseDate unexpected date format L"-1"
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
fixme:wininet:InternetCheckConnectionW
fixme:wininet:InternetSetOptionW Option 7 STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT
(180000): STUB
The fixme warnings are repeated consistently until the software is closed.
--
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=29804
Bug #: 29804
Summary: Forever grayed out "agree" button
Product: Wine
Version: 1.3.28
Platform: x86
URL: http://erwin.com/products/detail/ca_erwin_data_modeler
_community_edition/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rambo_8713(a)hotmail.com
Classification: Unclassified
Created attachment 38713
--> http://bugs.winehq.org/attachment.cgi?id=38713
Some times gives invalid arguement -1 when changing riched20 and msls31
I can not agree to the EULA for CA ERWIN MODELER Community Edition, i have used
native riched20.dll and msls31.dll. With and without the dlls and one on and/or
the other dll not overriden. I have the lastest wine version 1.3, fresh install
as of today. When using native msls31.dll, before the EULA screen appears,
after u click next after it computes space requirements, it gives an invalid
argument: -1
I am running ubuntu 11.10, i have tried winetricks as well, to configure the
windows dlls
--
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=30826
Bug #: 30826
Summary: Gigasoft's ProEssentials demo crashes on startup
Product: Wine
Version: 1.5.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
To reproduce,
wget http://www.gigasoft.com/PE7-Pro-Setup.exe
wine PE7-Pro-Setup.exe
cd .wine/drive_c/ProEssentials7/DEMO
wine PEDemo.exe
Click the popup window to make it go away.
Unhandled exception: page fault on read access to 0x5050ff98 in 32-bit code
(0x7ed36a26).
Or, sometimes:
Unhandled exception: page fault on read access to 0x00000048 in 32-bit code
(0x7ed2ea26).
The backtrace seems the same either way:
Backtrace:
=>0 get_log_fontW+0x16(font=0x720041, graphics=0x154780, lf=0x32e92c)
[dlls/gdiplus/font.c:486]
1 get_font_hfont+0x10e(graphics=0x154780, font=0x720041, hfont=0x32eb58)
[dlls/gdiplus/graphics.c:2139]
2 GdipDrawString+0x2c1(graphics=0x154780, string="Bollinger Upper",
length=0xf, font=0x720041, rect=0x32eba8, format=0x149e28, brush=0x154b68)
[dlls/gdiplus/graphics.c:5210]
486 lf->lfHeight = -em_size_to_pixel(font->emSize, font->unit,
font->family->dpi);
Installing corefonts doesn't 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=32490
Bug #: 32490
Summary: Graphical issues in Inquisitor (red squares painted on
the screen)
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 42861
--> http://bugs.winehq.org/attachment.cgi?id=42861
terminal output
Inquisitor is an RPG released in 2012. I guess it uses DirectX8 (or DX7?)
because only +d3d8 produces output, not +d3d9.
Red squares are present on the screen while in the menus as well as in the main
game. This makes the game unplayable. I tested this bug with a Nvidia gfx card:
both the open source Nouveau and the binary drivers show the same problem.
Wine 1.2.3, 1.4.1, 1.5.19 etc. have the reported problem.
No demo available. Let me know if you need a debug log.
--
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=28586
Bug #: 28586
Summary: Team Fortress Arcade and Pixel Force: Left 4 Dead have
no sound
Product: Wine
Version: 1.3.29
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dmusic
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sagman.staredsi(a)gmail.com
Classification: Unclassified
Created attachment 36730
--> http://bugs.winehq.org/attachment.cgi?id=36730
Full Team Fortress Arcade log
Team Fortress Arcade and Pixel Force: Left 4 Dead have no sound due a
unimplemented function of directmusic:
fixme:dmfile:IDirectMusicSegment8Impl_IPersistStream_Load : WAVE form (loading
to be checked)
fixme:dswave:IDirectMusicWaveImpl_IPersistStream_Load (0x5f148e8, 0x5f148b8):
loading not implemented yet (only descriptor is loaded)
This two lines are a message that wine repeat often in the output and inform
this.
--
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=42372
Bug ID: 42372
Summary: Watchtower Library 2016, program crashes when trying
to play a video from within the program
Product: Wine
Version: 2.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: drctheboss(a)charter.net
Distribution: ---
Created attachment 57155
--> https://bugs.winehq.org/attachment.cgi?id=57155
when the program crashed this was generated
All aspects of the program seem to work fine, except when attempting to play a
video. Then the program will crash and wine will generate a backtrace report
--
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.