https://bugs.winehq.org/show_bug.cgi?id=57963
Bug ID: 57963
Summary: Firefox crashes on youtube: wine: Call to
unimplemented function ucrtbase.dll.imaxdiv, aborting
Product: Wine
Version: 10.3
Hardware: x86-64
URL: https://www.mozilla.org/en-US/firefox/new/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: ucrtbase
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
Just open youtube.com.
First time I ran there was also another crash into some unimplemented function
from kernel32, but later runs that didn't happen anymore. This crash on youtube
however is 100% reproducable
--
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=57962
Bug ID: 57962
Summary: Firefox 136.0.1 fails to start
Product: Wine
Version: 10.3
Hardware: x86-64
URL: https://www.mozilla.org/en-US/firefox/new/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Created attachment 78214
--> https://bugs.winehq.org/attachment.cgi?id=78214
patch
It fails to startup like below, attached patch to fix this, will send upstream
0128:err:module:import_dll Library CRYPTBASE.dll (which is needed by
L"C:\\Program Files\\Mozilla Firefox\\mozglue.dll") not found
0128:err:module:import_dll Library mozglue.dll (which is needed by
L"C:\\Program Files\\Mozilla Firefox\\firefox.exe") not found
0128:err:module:loader_init Importing dlls for L"C:\\Program Files\\Mozilla
Firefox\\firefox.exe" failed, status c0000135
--
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=46662
Bug ID: 46662
Summary: absolute value of unsigned type 'unsigned int' has no
effect
Product: Wine
Version: 4.2
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
I compiled in macOS with clang and see numerous messages like this
~~~~
/Volumes/MacHD/Users/sergey/Documents/Projects/wine/dlls/d3d12/tests/d3d12.c:28:9:
warning:
taking the absolute value of unsigned type 'unsigned int' has no effect
[-Wabsolute-value]
if (abs((c1 & 0xff) - (c2 & 0xff)) > max_diff)
^
/Volumes/MacHD/Users/sergey/Documents/Projects/wine/dlls/d3d12/tests/d3d12.c:28:9:
note: remove
the call to 'abs' since unsigned values cannot be negative
if (abs((c1 & 0xff) - (c2 & 0xff)) > max_diff)
^~~
~~~
Let me explain it is not negligible. It is error.
For example c2 = 8, c1 = 7
abs(c1 - c2) = 0xFFFFFFFF > max_diff
The condition is TRUE!!!
There is other places, not only in tests, for example
dlls/gdiplus/image.c
and hundreds such mistakes.
--
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=58001
Bug ID: 58001
Summary: "Eador. Masters of the Broken World" bad map textures
after starting game
Product: Wine
Version: 10.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: galdralag(a)bk.ru
Distribution: ---
Created attachment 78262
--> https://bugs.winehq.org/attachment.cgi?id=78262
Broken game map
After starting campaign map is unplayable. See screenshot
--
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=14218
Summary: OleLoadPictureEx is not fully implemented (ole32)
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mehlers(a)adata.de
Created an attachment (id=14504)
--> (http://bugs.winehq.org/attachment.cgi?id=14504)
Wine Output for OleLoadPictureEx
The Main Window of our Software under Windows shows a Picture. If we use the
builtin-Version of ole32 the Picture is not displayed. It seems that
"OleLoadPictureEx" ist not fully implemented.
See attachment "output.txt" for more information.
adata Software GmbH
Michael Ehlers
--
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=57989
Bug ID: 57989
Summary: Event type synchronization primitive leaked when
calling kernel32.ResumeThread
Product: Wine-staging
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: digitman63(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 78247
--> https://bugs.winehq.org/attachment.cgi?id=78247
A simple test demonstrating leakage of Event type synchronization primitive
when calling kernel32.ResumeThread function
Each time the CreateThread function is called, which directly starts the
thread, or the ResumeThread function of this thread, a synchronization
primitive of type Event is created, which is not destroyed when the thread
terminates and its handle is closed by calling CloseHandle.
Attached is an archive with a simple test demonstrating a primitive leak.
--
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=57880
Bug ID: 57880
Summary: Cannot upgrade to Wine 10.2 on Ubuntu due to
amd64/i386 conflict in file location
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: contramuffin(a)gmail.com
CC: dimesio(a)earthlink.net
Distribution: ---
Created attachment 78103
--> https://bugs.winehq.org/attachment.cgi?id=78103
Error message when upgrading wine-devel-amd64
Upgrading to Wine 10.2 fails. wine-devel-amd64 is throwing an error during the
upgrade which says that it's attempting to overwrite a file location used by
wine-devel-i386. Using Kubuntu 24.10. See attached file for error message
--
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=57870
Bug ID: 57870
Summary: Failed to load wine-staging and wineboot for wine-10.2
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: pinkertoninrandolph(a)gmail.com
CC: dimesio(a)earthlink.net
Distribution: ---
wine: failed to load /opt/wine-staging/lib/wine/i386-windows/ntdll.dll error
4000000e
err:environ:run_wineboot failed to start wineboot 1
All day I searched for the previous wine-staging .deb files
With the .deb files, I can easily install the previous working version
My fault for not keeping a copy of these files before upgrading to wine-10.2
I feel angry that I could not simply download the previous version, the binary,
the .deb files. Searching for the wine-staging-10.1.deb files made me feel
crazy today.
I apologize for ranting.
--
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=56553
Bug ID: 56553
Summary: ClickOnce app fails during initial download
Product: Wine
Version: 9.3
Hardware: aarch64
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maemigh(a)gmail.com
Created attachment 76314
--> https://bugs.winehq.org/attachment.cgi?id=76314
Console output from wine
ClickOnce app using winetricks to install dotnet472 fails at the application
download stage. Previously worked on older wine versions (still works with
version used by Whisky).
--
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=57997
Bug ID: 57997
Summary: Upgrade to winehq-devel 10.3 from winehq-devel 9.x
causes creates a broken install on Debian Bookworm.
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)gmail.com
CC: dimesio(a)earthlink.net
Distribution: ---
Created attachment 78258
--> https://bugs.winehq.org/attachment.cgi?id=78258
APT console output
With the recent deprecation of the wine64 binary, upgrading winehq 64bit
packages on Debian fails due to the attempt to overwrite the
/opt/wine-{variant}/bin/wine file.
That file is owned by the 32bit package, but the 64bit one is now attempting to
overwrite it. Causing a dpkg failure, and breaking the installation.
My 0.02 cents: One fix may be just to use wine's version number in the install
prefix and then simply select the most recent version as the default through
the alternatives system. (Which would also allow concurrent installation of
multiple versions of wine for easier regression testing, and is similar to what
Proton allows for.)
E.x. /opt/wine-10.3-devel/bin/wine
Another fix would be to have a seperate tools package that contains the wine
loader for the given host arch. (Which seems to be more inline with what the
deprecation was trying to achieve.)
--
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.