https://bugs.winehq.org/show_bug.cgi?id=43240
Bug ID: 43240
Summary: Java 8 believes the filesystem is read-only
Product: Wine
Version: 2.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: taho(a)dnsdeer.com
Distribution: ---
Created attachment 58546
--> https://bugs.winehq.org/attachment.cgi?id=58546
A Java sample program
Symptom:
Calls to java.nio.file.Files.isWritable() always return false, even though the
specified file is very definitely writable – the same Java program running
under Linux correctly returns true for the same file.
Software versions:
Arch Linux (x86-64)
Wine 2.10
Java 1.8.0_131-b11
Cause:
Files.isWritable ends up calling
sun.nio.fs.WindowsFileSystemProvider.checkAccess, which via
WindowsFileStore.create calls the WindowsFileStore constructor. In those
WindowsFileStore methods, the Win32 API function GetVolumePathName is called
and its result passed to GetVolumeInformation – which is where the bug is.
In my case, I'm passing in the filename "Z:\tmp\winebugtest\winebugtest.java",
where Z: is the Linux root directory. Because /tmp is a separate filesystem,
the call to GetVolumePathName returns "Z:\tmp\". So far so good. But when this
is passed to GetVolumeInformation, it figures there are too many backslashes
and returns an error. This results in a Java IOException which ends up causing
isWritable to return false.
If I create a T: drive pointing to /tmp (through winecfg) everything works
correctly – GetVolumePathName resolves "T:\winebugtest\winebugtest.java" to
"T:\", GetVolumeInformation is happy and Java gets the correct result.
The Wine implementation of GetVolumeInformation in kernel32/volume.c has the
comment "there must be exactly one backslash in the name, at the end".
Microsoft's documentation, I think, disagrees:
https://msdn.microsoft.com/en-us/library/windows/desktop/aa364993(v=vs.85).…
I have attached the relevant portions of the logs (from WINEDEBUG='+relay') and
a sample program.
--
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=32112
Bug #: 32112
Summary: Justice Caculator reporting "Eror dreading
RichEdit1->Lines.Strings: RichEdit line insertion
error
Product: Wine
Version: 1.5.16
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
The orignial website is http://www.filehand.net, now it is unavailable.
Anyone would like to test and debug the software please contact to me.
Reproduce:
Wine 司法速算器.exe
A popup window reporting:
"Error reading RichEdit1->Lines.Strings: RichEdit line insertion error.
after clicking "OK"/"确定", the app quit without any useful log.
Will attach a +richedit trace.
--
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=16295
Summary: Cannot run Win16 installer for Judaic Classics
Product: Wine
Version: 1.1.7
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arie.folger+wine(a)gmail.com
Created an attachment (id=17572)
--> (http://bugs.winehq.org/attachment.cgi?id=17572)
Output when trying to run the program under Wine
I am trying to install Davka Judaic Classics IIc, a bookshelf kind of software
with Hebrew books. It is a win32 program that was designed for running also on
win3.11, hence the installer is, I believe, win16. I have used this software on
Win95 and Win98. The program happily runs off emulated cdroms.
I have now tried to install this program under wine, but can't even get the
installer to run. Attached you will find the output when running "wine
installa.exe" (the installer for installs from floppy drive a:). For the
record, I am using Fedora 10 for x86_64, with wine i386, version 1.1.7. The
kernel is 2.6.27.5-117.fc10.x86_64.
Can someone make sense out of the error message? How do I get around this?
--OCC
--
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=46747
Bug ID: 46747
Summary: Arabic letters are not connected in MS Office 2013
Product: Wine
Version: 4.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: akram_ma(a)hotmail.com
Distribution: ---
Created attachment 63748
--> https://bugs.winehq.org/attachment.cgi?id=63748
MS Word 2013 in ar_YE.UTF-8 locale
I did a clean prefix as follows
created Win 7 32bit
Then installed from WineTricks: Core Fonts, Tahoma Font, msxml6, riched20,
usp10
and Added reg key:
[HKEY_CURRENT_USER\\Software\\Wine\\Direct3D]
"MaxVersionGL"=dword:00030002
Then installed Office 2013 Pro (Arabic Version)
Installation went fine with one minor problem: I cannot customize installation.
Once I hit the down arrow to show drop down menu to customize which component
to choose from. Once I hit to show, it drops down and disappear in half a
second.
I was able to run all programs except:
OneNote shows a message cannot continue please install Windows Desktop
Experience
Word, Excel, Publisher, PowerPoint, Access and Outlook run fine so far.
One major problem with all running applications is Arabic representation:
Word Arabic letters are not connected at all and are typed from left to
right as if English.
Others Other apps type Arabic in the right way with no problem.
All Arabic letters are not connected in main menu and sub menus in all
apps. Letter are typed from right to left correctly but not connected
If I switch the locale language to Arabic for example ar_YE.UTF-8:
Word Arabic letters are still not connected but word direction is fine
(rtl); however, English is typed from right to left
Others Other apps work fine.
All Menus still have the same problem
I attached a picture of Word 2013 in ar_YE.UTF-8 locale. English words (This is
a book) are type backward, and All Arabic letters are not connected, although
some tips boxes and sub sub menus are fine.
--
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=52342
Bug ID: 52342
Summary: Outdated Cuda version
Product: Wine
Version: 7.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: nvcuda
Assignee: wine-bugs(a)winehq.org
Reporter: automates+bugwine(a)lepouete.fr
Distribution: ---
Created attachment 71510
--> https://bugs.winehq.org/attachment.cgi?id=71510
Cuda-z results
The integrated cuda version is out of date. On some softwares, it can lead to
compatibility issues and features not working, or even complete software.
As you can see on the screenshot, Cuda Compute Capability is at the version
8.2, and Cuda Runtime Dll is at the version 6.50. As far as I know, last
version is 11.50, so the Driver Dll should be ok?
(on my computer, wine-staging 7.0-rc4, Archlinux, official nvidia drivers)
I know that GPU rendering on Daz Studio won’t work because of this issue. Other
softwares might be impacted.
I’d love to help, sadly I know quite nothing at Cuda and C++. Still, if I can,
I’m available.
Thank you
--
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=52509
Bug ID: 52509
Summary: I try to install active presenter version
Product: Wine-gecko
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: didier.birghoffer(a)gmx.de
Distribution: ---
Created attachment 71810
--> https://bugs.winehq.org/attachment.cgi?id=71810
I try to install "active presenter" with help of Win on my PC with MX19
distribution. The crash occurs with installation of Gecko
I try to install "active presenter" with help of Win on my PC with MX19
distribution. The crash occurs with installation of Gecko
--
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=33128
Bug #: 33128
Summary: AliWangwang: the window displayed with black block
Product: Wine
Version: 1.5.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
Created attachment 43816
--> http://bugs.winehq.org/attachment.cgi?id=43816
The Log
1.'winetricks -q vcrun2005', download and install it:
487641e1976a3e29ebedd186415436f833ac1493 AliIM2013_taobao(7.21.01C).exe
2. cd to the file where you installed it:
'~/.wine/drive_c/Program Files/AliWangWang$ wine AliIM.exe'
There are some black block in the window.
BTW: I found AliWangwang have a 'GdiPlus.dll' by itself in
'~/.wine/drive_c/Program Files/AliWangWang/GdiPlus.dll'. When I try to use the
native gdiplus it won't work and this is the output information:
err:module:import_dll Library gdiplus.dll (which is needed by L"C:\\Program
Files\\AliWangWang\\7.21.01C\\GUIBase.dll") not found
err:module:import_dll Library GUIBase.dll (which is needed by L"C:\\Program
Files\\AliWangWang\\7.21.01C\\AliIMStartup.dll") not found
err:module:import_dll Library gdiplus.dll (which is needed by L"C:\\Program
Files\\AliWangWang\\7.21.01C\\AliIMStartup.dll") not found
--
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=37003
Bug ID: 37003
Summary: QQ 2013 paints incompletely
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fracting(a)gmail.com
Created attachment 49158
--> http://bugs.winehq.org/attachment.cgi?id=49158
Screenshot: QQ 2013 paints incompletely
0. Download the installer of QQ2013 from
http://dldir1.qq.com/qqfile/qq/QQ2013/QQ2013SP5/9050/QQ2013SP5.exe
1. install QQ2013. For non Chinese speakers, the "下一步(N)" button means "Next",
the "安装(I)" button means "Install", "完成(F") means "Finish", these three
buttons are all we need for install QQ2013.
2. start QQ2013:
~/.wine/drive_c/Program Files/Tencent/QQ/Bin$ wine QQ.exe
Expect result:
Draw a complete login dialog box including username form and password form and
submit button. (See Screenshot: QQ 2013 paints incompletely)
Actual result:
Nothing has been drawn except a submit button. However, either clicking on the
button or typing "tab" key repeatedly help the application draw more areas,
with enough luck it can draw completely.
--
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=37180
Bug ID: 37180
Summary: UnrealEd 3: mouse clicks mishandled
Product: Wine
Version: 1.7.25
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pastas4(a)gmail.com
Clicking inside the viewports in UnrealEd 3.0 (Unreal Tournament 2004, Unreal
II: The Awakening) results in nothing happening. Surfaces are not selected, and
the context menu on right-click is not brought up. That prevents the user from
changing level geometry in any way and adding new actors to the level. However,
dragging the mouse correctly moves the camera, so the issue is only with single
clicks.
In addition, selecting textures in the texture browser results in only the last
texture (the one closest to the lower right corner of the browser) to be
selected, instead of the one that was clicked on. These two issues are probably
related to each other. Neither of these issues appear in UnrealEd 2, which is
otherwise pretty similar to UnrealEd 3.
--
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=52497
Bug ID: 52497
Summary: Sam and Max 101 original edition (skunkape games
reissue from GOG) crashes when gameplay starts
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dave(a)661.org
Distribution: ---
Created attachment 71792
--> https://bugs.winehq.org/attachment.cgi?id=71792
Backtrace of the crash
The Sam and Max games produced by Telltale Games have been acquired by Skunkape
Games (made up of ex Telltale people) and have reissued the original series
along with remastered versions. I tried to start "Sam and Max 101: Culture
Shock", which crashed right as control would be turned over to the player.
--
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=43339
Bug ID: 43339
Summary: Rendering Errors in Elder Srolls online with nvidia
drivers
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: loki(a)lokis-chaos.de
Distribution: ---
Created attachment 58676
--> https://bugs.winehq.org/attachment.cgi?id=58676
Character selection screen with glitches
There are some rendering issues if the proprietary nvidia drivers are used.
They seem to occur on specific ground textures only.
I have attached three logfiles and screenshots:
- Character selection screen with glitches
- Area with no glitches at all
- Area with glitches
Objects move over the bugged area leave traces behind.
--
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=52495
Bug ID: 52495
Summary: .NET 5 APP CRASH due to unimplemented function
KERNEL32.dll.RaiseFailFastException
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: github-oci1(a)spm.s.deo.rodeo
Distribution: ---
Created attachment 71790
--> https://bugs.winehq.org/attachment.cgi?id=71790
Wine / .NET 5 error log
Wine crashes when running the .NET 5 decompiler app Reko
(https://github.com/uxmal/reko/) on wine-5.0.3 (Debian 5.0.3-3). Installing the
.NET 5 x86 Desktop runtime and starting the app worked without issues. However,
as soon as I try to decompile an executable in Reko, the app crashes due to
wine missing the implementation of KERNEL32.dll.RaiseFailFastException.
Has this already been fixed in the latest version of Wine?
--
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=52417
Bug ID: 52417
Summary: Metatogger 7.2: Wine crashes upon launching the
software
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: p10qjuhh(a)duck.com
Distribution: ---
Launching Metatogger at all causes a crash.
Download:
https://www.luminescence-software.org/download/metatogger/Metatogger-Instal…
Name: Metatogger-Installer.exe
MD5: 4fc5a6f1c39a95bb754c25207fe2bb9a
(This installer is updated semi-regularly by the software maintainer, so
determining the version is on you)
At the time of writing, 7.2 is the latest release, but this problem is likely
to still exist in later versions.
--
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=52412
Bug ID: 52412
Summary: Cygwin installer: "Select Prackages" dialog maximizes
itself
Product: Wine
Version: 7.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shefben(a)gmail.com
Distribution: ---
The only way to get the dialog to a normal size is by dragging on the edges.
--
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=52402
Bug ID: 52402
Summary: Add 'go up one directory' button to open file/save
file dialog
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shefben(a)gmail.com
Distribution: ---
This is more of an annoyance with which I have wasted a lot of time
re-navigating into folders that are buried 10+ folder deeps; only to need to go
up 1 directory level from the folder the dialog opened to.
the save file & load file dialog needs a button for moving up 1 directory
level, which windows has had since probably its inception.
--
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=52388
Bug ID: 52388
Summary: Winrar failed to install
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: chrisblakely25(a)hotmail.com
Created attachment 71611
--> https://bugs.winehq.org/attachment.cgi?id=71611
its the error log
I attempted to install winrar windows version for the gui as i didnt want to
use the command line interface
--
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=52498
Bug ID: 52498
Summary: wineboot does not block main thread
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: imre.steiner(a)oneidentity.com
Distribution: ---
Created attachment 71793
--> https://bugs.winehq.org/attachment.cgi?id=71793
wineboot has non-blocking output
Wine is used as a test tool..
There is a weird behavior when trying to initialize the test env with this
script:
<code>
#! /bin/bash
if ! [ -d "$HOME/.wine" ]; then
# this prevents wine asking for gecko and mono install
WINEDLLOVERRIDES="mscoree,mshtml=" wineboot -u
fi
# add some dll paths to the path
wine regedit /opt/add_dll_paths.x86_64-w64-mingw32.shared.posix.reg &>/dev/null
</code>
The weird thing is the regedit process was forked before the wineboot
process had been finished/disappeared.
(regedit can be replaced with any other command)
This causes a very unpredictable wine usage e.g. stuck processes.
Further details in the attachment.
With wine 6.0.2 there was no such an issue.
Environment:
Ubuntu 18.04 OS
Running docker container on a focal based Ubuntu image
Wine 7.0
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52405
Bug ID: 52405
Summary: Shell Folder.CopyHere method fails
Product: Wine
Version: 7.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: winehq-bugzilla(a)reichardt.de
Distribution: ---
Created attachment 71656
--> https://bugs.winehq.org/attachment.cgi?id=71656
Inno Setup script
I found this on macOS via Crossover but in the WineHQ forums it was confirmed
on Linux with Wine 2.0-rc6.
My usecase is an Inno Setup script that unzips a zip file via the Shell
Folder.Copy here method.
This works in a Windows 10 VM.
Seems it fails already with the portion of the script
Shell := CreateOleObject('Shell.Application');
*or*
ZipFile := Shell.NameSpace(ZipPath);
Attached is the Inno Setup script that works with Inno Setup 6.2
https://jrsoftware.org/isdl.php
The script downloads a zip and then tries to unzip it.
With Wine it gets a runtime error that the zip cannot be found or used (even
though the zip is right there in the path and is valid).
Forum post with Linux wine 7.0-rc6:
https://forum.winehq.org/viewtopic.php?f=2&t=36097&p=135722#p135722
--
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=52404
Bug ID: 52404
Summary: The program Spitfire Audio.exe has encountered a
serious problem and needs to close
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: stebridgwater80(a)gmail.com
Distribution: ---
Created attachment 71650
--> https://bugs.winehq.org/attachment.cgi?id=71650
backtrace.txt contains the full details of the error
I am using Wine in Linux xfce (version 4.14.254-18421-g52c1f30155ad) which I
have installed onto an Acer Chromebook using crouton. Linux runs alongside
Chrome OS as a chroot application.
The App is Spitfire Audio 3.3.22 for Windows.
The download link is
https://www.spitfireaudio.com/library-manager/download/win/
The app is installed in .wine/drive_c/Program Files/Spitfire Audio/Spitfire
Audio.exe
The SHA1 checksum is ee79e88fc3d659944cd972f0ae4e3a929ee57cee
When I try to run the Spitfire Audio.exe program the following error message
appears:
The program Spitfire Audio.exe has encountered a serious problem and needs to
close.
I have attached the full program error details.
I would be grateful for your help or advice.
--
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=52299
Bug ID: 52299
Summary: Oculus Setup Installer Runs but Renders as a Black
Window
Product: Wine
Version: 7.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nekoNexus(a)protonmail.ch
Distribution: ---
Created attachment 71453
--> https://bugs.winehq.org/attachment.cgi?id=71453
Wine-Staging 7.0-rc1 Terminal Output and Backtrace
Version of wine used:
Wine-Staging 7.0-rc1
SHA256:
ef04ac24ea20b404b175b0f18f706b7eabe5d5712f653e600cb7e8e715d93fa2
Download location:
https://www.oculus.com/download_app/?id=1582076955407037
-----
Dotnet 48 is required to render the program's window:
winetricks -q dotnet48
-----
Once the program launches, it renders as a black window.
Closing the program (after waiting for some time) allowed me to collect a
backtrace.
--
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=50571
Bug ID: 50571
Summary: Mouse issues with Escape from Tarkov
Product: Wine
Version: 6.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: faalagorn(a)gmail.com
Distribution: ArchLinux
Currently, it's impossible to play on online servers due to BattlEye, but in
Escape from Tarkov (Unity game) there's a bug where the window loses focus and
gains it again, mouse can't be clicked. It's an old bug going back to older
versions of the game where BattlEye did'n prevent logging to the game, but it
seems to still be there in 6.0. It initially suffered from Bug 42631 which
seems to be largely fixed, but the mouse issues are still there, which is
present even on wine-staging and even wine-wayland where sometimes mouse
suffers from other issues such as it being offset by a few pixels. The same is
present on D3D12 render which can be forced with -force-d3d12 as well as on
DXVK.
I'm using Wayland window manager sway, but it seems the issue is present on X11
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=47920
Bug ID: 47920
Summary: Visio 2013 failed to complete installation
Product: Wine
Version: 4.11
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: 32fdffac424b51fbbbd89c02022b4269930bdd31
Distribution: ---
Error message: 'Visio Professional 2013 encountered an error during setup.'
--
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=46915
Bug ID: 46915
Summary: Black boder around Wine App
Product: Wine
Version: 4.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hytzongxuan(a)gmail.com
Distribution: ---
Created attachment 64001
--> https://bugs.winehq.org/attachment.cgi?id=64001
border in Virtual Desktop
I tried to install a music player (Netease Cloudmusic) on Deepin 15.9 with Wine
4.4
Normally, this application's borders is drop shadows, but now, there is a thick
border line around the window.
What's worse, after I disabled Virtual Desktop, this border show in the wrong
place.
How could I fix 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=52479
Bug ID: 52479
Summary: Wine don't want start.
Product: Wine
Version: 3.0
Hardware: x86
OS: Android
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nonothug59(a)gmail.com
Created attachment 71769
--> https://bugs.winehq.org/attachment.cgi?id=71769
This is the Black screen image. (Using Android Pie)
Wine don't want startup by a Unknown error. It's say "Setting up the Windows
environnement..." And, a black screen apperar. I restart the app, update it
(3.7 i think), nothing changes.
--
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.