https://bugs.winehq.org/show_bug.cgi?id=57853
Bug ID: 57853
Summary: Error: makecab.exe not found
Product: Wine
Version: 10.2
Hardware: x86-64
OS: FreeBSD
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: damjan.jov(a)gmail.com
I got the Win32 version of OpenOffice (Apache OpenOffice, "AOO") to
successfully build on FreeBSD with Wine + Cygwin + Windows SDK, and this was
one of the Wine bugs I had to work around during the build.
This problem is in the main/instsetoo_native directory, the last module in the
build which creates the installation package, where a Perl script checks for
necessary tools, and fails when it can't find makecab.exe. I've worked around
this for now, but since makecab.exe seems to be a standard part of Windows (is
it?), Wine should supply its own such tool too.
For further details please see the email where I described my experiences, and
other Wine bugs I found:
https://lists.apache.org/thread/x3p7mv0py2s5hw3cvrm1d3krxgb7cq9k
Also if you want to reproduce, you can try compiling OpenOffice on Wine, but
it's a very complicated build environment and takes many hours to run, and this
bug only happens near the end. See the build guide on
https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_s…
and the extra instructions in the email above.
--
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=57964
Bug ID: 57964
Summary: Firefox crashes: wine: Call to unimplemented function
KERNEL32.dll.GetCurrentApplicationUserModelId,
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: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
At start push the button "Save and Continue" and then wait a moment :
wine: Call from 00006FFFFFF9372A to unimplemented function
KERNEL32.dll.GetCurrentApplicationUserModelId, aborting
I'll send a patch for this one.
--
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=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.
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.