https://bugs.winehq.org/show_bug.cgi?id=49615
Bug ID: 49615
Summary: since 5.5 : fail DVD access without any need or cause.
Product: Wine-staging
Version: 5.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winebugs(a)evolution-hosting.eu
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 67801
--> https://bugs.winehq.org/attachment.cgi?id=67801
dmesg output
OS: Fedora 31
ARCH: X86_64
CPU: FX8350
On wine-staging start, the attached log is produced, everytime a programm is
started and sometimes in conjunction with NVRM Xid 31/32 errors for Nvidia gfx
car.
This can be observed since wine 5.5 .
3d party extension: DXVK
packages installed:
mingw32-wine-gecko-2.47.1-1.fc31.noarch
mingw64-wine-gecko-2.47.1-1.fc31.noarch
wine-5.10-1.fc31.i686
wine-5.10-1.fc31.x86_64
wine-alsa-5.10-1.fc31.i686
wine-alsa-5.10-1.fc31.x86_64
wine-arial-fonts-5.10-1.fc31.noarch
wine-capi-5.10-1.fc31.i686
wine-capi-5.10-1.fc31.x86_64
wine-cms-5.10-1.fc31.i686
wine-cms-5.10-1.fc31.x86_64
wine-common-5.10-1.fc31.noarch
wine-core-5.10-1.fc31.i686
wine-core-5.10-1.fc31.x86_64
wine-courier-fonts-5.10-1.fc31.noarch
wine-debuginfo-2.10-1.fc25.x86_64
wine-desktop-5.10-1.fc31.noarch
wine-filesystem-5.10-1.fc31.noarch
wine-fixedsys-fonts-5.10-1.fc31.noarch
wine-fonts-5.10-1.fc31.noarch
wine-ldap-5.10-1.fc31.i686
wine-ldap-5.10-1.fc31.x86_64
wine-marlett-fonts-5.10-1.fc31.noarch
wine-mono-5.0.0-1.fc31.noarch
wine-ms-sans-serif-fonts-5.10-1.fc31.noarch
wine-openal-5.10-1.fc31.i686
wine-openal-5.10-1.fc31.x86_64
wine-opencl-5.10-1.fc31.i686
wine-opencl-5.10-1.fc31.x86_64
wine-pulseaudio-5.10-1.fc31.i686
wine-pulseaudio-5.10-1.fc31.x86_64
wine-small-fonts-5.10-1.fc31.noarch
wine-staging64-5.13-1.3.x86_64
wine-staging-common-5.13-1.3.i686
wine-symbol-fonts-5.10-1.fc31.noarch
wine-systemd-5.10-1.fc31.noarch
wine-system-fonts-5.10-1.fc31.noarch
wine-tahoma-fonts-5.10-1.fc31.noarch
wine-tahoma-fonts-system-5.10-1.fc31.noarch
wine-times-new-roman-fonts-5.10-1.fc31.noarch
winetricks-20200412-1.fc31.noarch
wine-twain-5.10-1.fc31.i686
wine-twain-5.10-1.fc31.x86_64
wine-wingdings-fonts-5.10-1.fc31.noarch
--
Do not reply 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=49334
Bug ID: 49334
Summary: Binaries compiled with PyInstaller on Wine crash upon
creating temporary directories, affects Anaconda, too.
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rare_energy(a)protonmail.com
Distribution: ---
When using PyInstaller 3.6 on Wine version 5.0 and above, the resulting
binaries will crash upon running under Wine. The binaries will work on Windows
10.
This is the error:
[176] INTERNAL ERROR: cannot create temporary directory!
[176] LOADER: temppath is
Trying to install Anaconda, or running any of its binary packages excluding the
installer itself, results in the same error.
However, running wine as root allows the app to run just fine.
Apparently, this is a solution:
https://github.com/pyinstaller/pyinstaller/issues/4628#issuecomment-5868069…
The error on the PyInstaller issue tracker:
https://github.com/pyinstaller/pyinstaller/issues/4628https://github.com/pyinstaller/pyinstaller/issues/4423
--
Do not reply 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=49544
Bug ID: 49544
Summary: Toontown Corporate Clash: low FPS
Product: Wine
Version: 5.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: corpclash(a)airmail.cc
Distribution: ---
Created attachment 67678
--> https://bugs.winehq.org/attachment.cgi?id=67678
Toontown Corporate Clash launcher and game output
Toontown Corporate Clash tends to give around 6-20 FPS during game play.
Especially in playgrounds such as Toontown Central. The game is also overall
pretty slow to startup and the loading screens take a long time to get through.
--
Do not reply 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.