https://bugs.winehq.org/show_bug.cgi?id=56657
Bug ID: 56657
Summary: wine-mono is not listed with "reg query"
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, source
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: ---
Running
$ wine reg query "HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall"
doesn't show any entries for Wine Mono, but "wine uninstaller" lists it, and
regedit shows the entries.
Is there something preventing this on purpose or is there something magic
missing from the installation process?
Cannot compare to Windows for obvious reasons.
--
Do not reply 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=56543
Bug ID: 56543
Summary: IsWindows10OrGreater is not return correct value even
I has embed the manifest
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: l12436.tw(a)gmail.com
Distribution: ---
Created attachment 76298
--> https://bugs.winehq.org/attachment.cgi?id=76298
Test file with compatibility embed
I am trying to find out that why the steam always detect os as win8
find out when I embed the compatibility in exe manifest. Windows will return
correctly, but not in wine. it still shown not win10 even with manifest.
--
Do not reply 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=56375
Bug ID: 56375
Summary: execl does not work like in windows.
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: sergiotarxz(a)posteo.net
Distribution: ---
Something that bothers me since many time ago is that when you develop Windows
applications in Linux testing in Wine a common pitfall is that execl won't work
equal so a perfectly working program in wine won't work at all in windows.
I do not know why in wine execl will search path and it is more permissive with
the contents of the second argument while in windows it only allows relative or
absolute paths and the second argument must have a correct content.
Is there something that can be done?
--
Do not reply 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=46049
Bug ID: 46049
Summary: Regression?: Unable to draw green annotations in
Chessbase 11
Product: Wine
Version: 3.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dav75uk(a)yahoo.co.uk
Distribution: ---
It no longer seems to be possible to draw green annotations in Chessbase 11. To
do this hold down alt and click (and move the mouse for an arrow). Alt + shift
and alt + ctrl (red and yellow) appear to work still. This could be an effect
of the window manager (KDE) as alt and mouse moves the window and that appears
to be happening, but surely the Windows behaviour should be the default if
actioned on a windows application?
This used to be possible.
--
Do not reply 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=56867
Bug ID: 56867
Summary: dynamic_cast too slow on wine compared to windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: euloanty(a)live.com
Distribution: ---
Herb Sutter said dynamic cast was using string comparison and now it is not. So
the performance of dynamic cast becomes MUCH faster.
Same program with static link with microsoft's own library.
$ wine ./cout.exe
coutfd:0.1162809s
u=10000000
wine DLL implementation:
$ wine ./cout.exe
coutfd:0.4995548s
u=10000000
The overhead is 5x at least
--
Do not reply 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=52347
Bug ID: 52347
Summary: Can't copy text from Notepad++ running in Wine and
paste to Google Chrome (natively installed)
Product: Wine
Version: 6.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: EmilySeville7cf(a)gmail.com
Distribution: ---
Notepad++: 8.2
Google Chrome: 96.0.4664.110
I have Notepad++ launched in Wine and Google Chrome on the host OS. When I try
copy-paste from Wine app to natively running browser nothing is pasted.
--
Do not reply 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=56408
Bug ID: 56408
Summary: Wine not running on an Asus Prime
Product: Wine
Version: 9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: edward.leuf(a)gmail.com
Distribution: ---
It would seem Wine is not a fan of an Asus Prime H610M-A motherboard. I tried
to run it under Ubuntu 22.04 but no windows would show up. I was in the forums
asking for help but did not get anything fixed. I was noticing other things I
was not comfortable with under Ubuntu so after a long while I decided to go for
a simpler dist of Debian 12. I have reinstalled the nvidia drivers and many
other programs, then installed wine staging from the official WineHQ
instructions, and I had the same problems.
What was concluded is that Wine somehow finds two types of monitors and tries
to draw a window on the wrong one. First it add_monitor 0 (0,0)-(1024,768)
(0,0)-(1024,768), then it add_monitor 0 (0,0)-(1920,1080) (0,24)-(1920,1056),
then deduces the dimensions for a window of (0,0) - (0,0), finally saying no
driver could be loaded to create a window.
Any and all logs and discussion can be found in this forum post:
https://forum.winehq.org/viewtopic.php?t=38168
--
Do not reply 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=47742
Bug ID: 47742
Summary: Nexus mod manager doesn't work on 4.15 [REGRESSION]
Product: Wine
Version: 4.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: timofeevsv1989(a)gmail.com
Distribution: ---
It works on 4.10, but on 4.15 subprocess crashing and it doesn't function.
--
Do not reply 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=56809
Bug ID: 56809
Summary: "D11CreateDeviceAndSwapChain" not found in d3d11.dll
Product: Wine
Version: 9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: mywine(a)schiermeier-it.de
Distribution: ---
Created attachment 76610
--> https://bugs.winehq.org/attachment.cgi?id=76610
Part of a log file while running "The Bat!": d3d11.dll
While running and tracing "The Bat!" mailer under wine I got a hint about a
missing procedure call to the procedure "D11CreateDeviceAndSwapChain".
Please see attachment named: thebat-trace-3.log
More info about this procedure see here:
https://learn.microsoft.com/de-de/windows/win32/api/d3d11/nf-d3d11-d3d11cre…
--
Do not reply 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=37739
Bug ID: 37739
Summary: Web page with ActiveX component crashes IE8
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: steko(a)iosa.it
Distribution: ---
Created attachment 50249
--> https://bugs.winehq.org/attachment.cgi?id=50249
backtrace
We are trying to use IE8 in Wine for accessing an Intranet application that is
also based on ActiveX components. I was positively surprised to see that
everything works smoothly, except for this crash that seems to happen
consistently.
Obviously I have no way to make this application available for testing, as I am
only a user and I've got no control over the deployment.
The crash occurs when I load a specific type of page in the app, with forms
that display file attachments and normally would let me upload attachments -
not with normal HTML forms but through the ActiveX controls, AFAICT. This stuff
works normally 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.