http://bugs.winehq.org/show_bug.cgi?id=58101
Bug ID: 58101
Summary: Experimental wow64 mode issue Wine Arm64
Product: Wine
Version: 10.5
Hardware: aarch64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cdfrosty(a)gmail.com
Distribution: ---
Created attachment 78360
--> http://bugs.winehq.org/attachment.cgi?id=78360
Experimental wow64 mode issue Wine Arm64 failing to load ntdll.dll
Now thanks to the hard work done on this issue report:
https://bugs.winehq.org/show_bug.cgi?id=52715 I can now compile for Arm64
I just want to report that binaries that use the experimental wow64 mode will
fail and fail to load L"\\??\\C:\\windows\\syswow64\\ntdll.dll"
--
Do not reply 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=58170
Bug ID: 58170
Summary: apt archive broken
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: sebunger44(a)gmail.com
Distribution: ---
Hi,
I am mirroring the WineHQ package archive for our CI system using reprepro. A
few days (? not entirely sure when) ago, this process started failing with the
following error message:
aptmethod error receiving
'https://s3.amazonaws.comhttps//s3.amazonaws.comhttps://s3.amazonaws.comhttp…':
'Could not resolve 's3.amazonaws.comhttps' [IP: 151.101.166.217 80]'
Nowhere in my setup of reprepro is s3.amazonaws.com mentioned and nothing in
that setup has changed anyway since it last worked. So I suspect some form of
redirect or something is broken.
Rosanne DiMesio mentioned that the archive has recently moved to AWS, so I
suspect that breakage is somewhere at your end.
Cheers,
Seb
--
Do not reply 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=50375
Bug ID: 50375
Summary: Celemony Melodyne 3 demo: application starts, but
suddenly stops responding to user actions, without any
errors
Product: Wine
Version: 6.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: suenish.salkimbaev(a)gmail.com
Distribution: ---
The application starts at the beginning without any errors, but does not
respond to any user actions.
--
Do not reply 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=58208
Bug ID: 58208
Summary: Notepad : Seclect all only works with line return
enabled
Product: Wine
Version: 10.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
Created attachment 78518
--> http://bugs.winehq.org/attachment.cgi?id=78518
Sample text
Copy to clipboard content of "long_url" text
Open notepad, paste
If line return is enabled, CTRL+A or Select all works
If line return is disabled, CTRL+A or Select all or double click does nothing
Likely caused by https://bugs.winehq.org/show_bug.cgi?id=58207
ReactOS (and its own notepad) affected too :
https://jira.reactos.org/browse/CORE-20177
--
Do not reply 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=58292
Bug ID: 58292
Summary: Mirror sync issue for several hours trying to install
on Ubuntu Noble
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: emrul.i(a)gmail.com
Distribution: ---
Reporting here since the Release file says it was created a week ago and I've
not been able to install Wine all day so it doesn't appear to be a temporary
issue.
E: Failed to fetch
http://dl.winehq.org/wine-builds/ubuntu/dists/noble/main/binary-i386/Packag…
File has unexpected size (136613 != 134606). Mirror sync in progress? [IP:
151.101.130.217 80]
Hashes of expected file:
- Filesize:134606 [weak]
-
SHA512:875d9a2ceb42c0d77e49b4af6585c96117953e0000edd2d189b5e7a4a5bb555a3fa1a06cd12c278c3d69318785e1fe46e1d63080d91fc5e18a0a75943e7c0757
- SHA256:56c59dd497733502a32404d591887390757631318820282367ded9028e46152e
- SHA1:69cbb0d6e9e550c40c1241ebd86a46c50828664a [weak]
- MD5Sum:395fc48d304e73a1d68b565b4a5c99b4 [weak]
Release file created at: Sat, 17 May 2025 13:11:11 +0000
--
Do not reply 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=41112
Bug ID: 41112
Summary: Wine does not open .log files automatically
Product: Wine
Version: 1.9.16
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: Debian
When running CPU-Z sometimes it will fail to load its driver and then will ask
if you want to see the log file. This will always fail with a second message
box saying the file was not found. By running +process we can see this:
trace:process:create_process_impl app (null) cmdline
L"\"C:\\users\\wine\\Temp\\\\cpuz_driver_8.log\""
Then I opened the .exe and changed .log for .txt and voilà , the file was opened
in notepad.
trace:process:create_process_impl app (null) cmdline
L"\"C:\\users\\wine\\Temp\\\\cpuz_driver_8.txt\""
...
trace:process:create_process_impl starting
L"C:\\windows\\system32\\notepad.exe" as Win32 binary (0x10000000-0x1002f000,
arch 014c, fakedll)
Is it possible to make .log files also open in notepad?
--
Do not reply 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=58251
Bug ID: 58251
Summary: Microsoft Edit does not run since ReadConsoleInputExW
is not correctly implemented?
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: euloanty(a)live.com
Distribution: ---
https://github.com/microsoft/edit
wine: Call from 00006FFFFF70429B to unimplemented function
KERNEL32.dll.ReadConsoleInputExW, aborting
wine: Unimplemented function KERNEL32.dll.ReadConsoleInputExW called at address
00006FFFFF70429B (thread 0024), starting debugger...
--
Do not reply 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=49704
Bug ID: 49704
Summary: Voicemod: setup closes after stating that an
uninstaller is already running even though it's not
Product: Wine
Version: 5.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sssandum(a)gmail.com
Distribution: ---
Created attachment 67950
--> https://bugs.winehq.org/attachment.cgi?id=67950
Log from launching Voicemod setup
Doesn't crash, setup closes after saying "An uninstaller is running. Setup will
now close" even though Voicemod has never been installed on my computer.
--
Do not reply 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=39871
Bug ID: 39871
Summary: Evernote: Fatal error dialog is unable to open the log
file
Product: Wine
Version: 1.8
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 53235
--> https://bugs.winehq.org/attachment.cgi?id=53235
Fatal error dialog with the 'Open Log' button
After a crash Evernote presents a dialog which can be used to send feedback to
the dev team and also open the error log. When trying to open the error log I
get a dialog which says that
There is no Windows program configured to open this type of file
The terminal output after pressing the button is only
fixme:exec:SHELL_execute flags ignored: 0x00004100
--
Do not reply 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=58262
Bug ID: 58262
Summary: Battle.net Launcher login dbghelp problem
Product: Wine
Version: 10.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: fymfifa(a)gmail.com
Distribution: ---
Created attachment 78601
--> http://bugs.winehq.org/attachment.cgi?id=78601
bug when using battle.net launcher (on login)
When battle.net launcher is started a problem occures that prevents the app
from loging in...
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.