https://bugs.winehq.org/show_bug.cgi?id=45543
Bug ID: 45543
Summary: Rekordbox 5.3.0 terminates with the message
"Unexpected application error"
Product: Wine
Version: 3.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bghome(a)gmail.com
Distribution: ---
The problem
-----------
When I run the application like
cd ~/.wine/drive_c/Program Files/Pioneer
wine ./rekordbox.exe
The application terminates with the message "Unexpected application error".
Prerequisite
------------
- Enable "Hide Wine version from applications" option (see bug #45514).
- Install MS core fonts (see bug #45535).
--
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=47051
Bug ID: 47051
Summary: Excel (from Microsoft Office 365) crashes inside
CreateActCtxW
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: NEW
Keywords: patch
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Created attachment 64219
--> https://bugs.winehq.org/attachment.cgi?id=64219
crashlog
Winword and Powerpoint start fine in current git, yet Excel still crashes.
Crashlog attached. The patch below fixes the crash and makes Excel start fine
for me. Will send later to wine-devel
diff --git a/dlls/kernel32/actctx.c b/dlls/kernel32/actctx.c
index 17067ed1b4..1148ecebf0 100644
--- a/dlls/kernel32/actctx.c
+++ b/dlls/kernel32/actctx.c
@@ -114,7 +114,7 @@ done:
*
* Create an activation context.
*/
-HANDLE WINAPI CreateActCtxW(PCACTCTXW pActCtx)
+HANDLE WINAPI DECLSPEC_HOTPATCH CreateActCtxW(PCACTCTXW pActCtx)
{
NTSTATUS status;
HANDLE hActCtx;
louis@debian:~/.winemsoffice2/drive_c/Program Files/Microsoft
Office/root/Office16$ sha1sum EXCEL.EXE
da63eeba536534ae774bad192221218959f4f793 EXCEL.EXE
--
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=47009
Bug ID: 47009
Summary: msi x64 app cannot be uninstalled
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: reinhold.hoffmann(a)hotmail.com
Distribution: ---
An msi x64 app cannot be uninstalled. This is a regression bug which came in
with Wine-4.6. Uninstalling a x64 app with Wine-4.5 has worked fine.
Repro
- install x64 demo app from the att. of bug 46846 "notation player 4"
- start "wine uninstaller" in a shell window
- select "notation player 4"
- Press button Change/deinstall
Problem:
The msi installer does not uninstalls the app but starts installing the app a
second time. After completing this second installation and trying to uninstall
this app again buts the button "Change/Uninstall" into grey.
An x64 app cannot be uninstalled at all.
The uninstallation of a 32 bit app works fine.
--
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=37871
Bug ID: 37871
Summary: GOG.com downloader (.NET 3.5 app) wants
wininet.GetUrlCacheConfigInfoA/W implementation
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
as the summary says.
It's rather harmless as the failure is catched and handled in managed code.
So the issue is rather about an improvement and the app can be used as test
case.
--- snip ---
fixme:wininet:GetUrlCacheConfigInfoW (0x1440e8, 0x33df24, 104)
Message: Value does not fall within the expected range.
Stack trace: at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32
errorCode, IntPtr errorInfo)
at MS.Win32.WinInet.get_InternetCacheFolder()
at System.Windows.Media.Imaging.BitmapDownload.BeginDownload(BitmapDecoder
decoder, Uri uri, RequestCachePolicy uriCachePolicy, Stream stream)
at System.Windows.Media.Imaging.LateBoundBitmapDecoder..ctor(Uri baseUri,
Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption
cacheOption, RequestCachePolicy requestCachePolicy)
at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri
baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions,
BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean
insertInDecoderCache)
at System.Windows.Media.Imaging.BitmapImage.FinalizeCreation()
at System.Windows.Media.Imaging.BitmapImage.EndInit()
at GOGCompanionApp.AppWindow.LoginUser()
--- snip ---
MSDN:
http://msdn.microsoft.com/en-us/library/windows/desktop/cc817578%28v=vs.85%…
Source:
http://source.winehq.org/git/wine.git/blob/2aaff6e19f9ef97a241d7ca36497d47d…
--- snip ---
3764 BOOL WINAPI GetUrlCacheConfigInfoW(LPINTERNET_CACHE_CONFIG_INFOW
CacheInfo, LPDWORD size, DWORD bitmask)
3765 {
3766 FIXME("(%p, %p, %x)\n", CacheInfo, size, bitmask);
3767 INTERNET_SetLastError(ERROR_INVALID_PARAMETER);
3768 return FALSE;
3769 }
--- snip ---
$ wine --version
wine-1.7.33-191-ge899bd8
Regards
--
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=46881
Bug ID: 46881
Summary: Power World Simulator installer crashes: wine:
Unimplemented function
msi.dll.MsiSourceListForceResolutionW called at
address 0x7b442233
Product: Wine
Version: 4.4
Hardware: x86
URL: https://www.powerworld.com/
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Blocks: 46879
Distribution: Debian
Created attachment 63948
--> https://bugs.winehq.org/attachment.cgi?id=63948
console output + crash log (Staging 4.4)
As the title says; tested in Staging 4.4
wine: Call from 0x7b442233 to unimplemented function
msi.dll.MsiSourceListForceResolutionW, aborting
wine: Unimplemented function msi.dll.MsiSourceListForceResolutionW called at
address 0x7b442233 (thread 0055), starting debugger...
sha1sum pw20EduEvalSetup32BitOnly.msi
e644577731629c3bf804c568dda804d00c048565 pw20EduEvalSetup32BitOnly.msi
--
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=37784
Bug ID: 37784
Summary: No warning to user that wine-mono will not be
installed to a 64 bit wineprefix unless wine64 is
explicitly invoked
Product: Wine
Version: 1.3.33
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
Distribution: ---
Filing this based on https://bugs.winehq.org/show_bug.cgi?id=37772#c2.
The default wineprefix created by running wineboot (or anything else) on a 64
bit system is 64 bit, even if wine64 is not explicitly used. However, wine-mono
is not automatically installed to a 64 bit wineprefix unless wine64 is
explicitly invoked. There is no warning to the user that wine-mono is not being
installed, and http://wiki.winehq.org/Mono says nothing about needing to
specify wine64 to install/uninstall it in a 64 bit wineprefix.
If not installing wine-mono to a default wineprefix unless wine64 is specified
is the intended behavior, there should be a warning about that in the console
at wineprefix creation, and it should be documented on the Mono wiki page.
--
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=26445
Summary: URLDownloadToFileW does not support FTP URLs
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)colinfinck.de
I cannot download any file with an ftp:// URL using urlmon's URLDownloadToFileW
function. HTTP URLs properly work.
Downloading over FTP is supported under Windows, so Wine should implement this
as well.
An example app using this functionality can be found in bug 9741. As I don't
want to argue whether closing that bug was right, I'm opening this new one.
--
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=46316
Bug ID: 46316
Summary: Hauppauge Capture version 36187
Product: Wine
Version: 3.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rav3nlabs(a)gmail.com
Distribution: ---
Created attachment 63049
--> https://bugs.winehq.org/attachment.cgi?id=63049
crash log
Been trying to get a Hauppauge HD PVR 2 running under ubuntu 18.04. Currently
it crashes on detecting hardware (attached is the generated log).
Using PlayOnLinux on Ubuntu Desktop 18.04, you can download the software from
here:
https://s3.amazonaws.com/hauppauge/capture/hauppaugecapture_1_1_36187.exe
Actual page:
http://www.hauppauge.com/pages/support/support_capture.html
--
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=46953
Bug ID: 46953
Summary: Watch_Dogs crashes after intro
Product: Wine
Version: 4.5
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: jacek(a)codeweavers.com
Regression SHA1: c1f851179ea7faa3c0eb113fb9f067e8628d283c
Distribution: ---
Backtrace:
=>0 0x00007f03d2f17967 wined3d_cs_emit_present+0x27(cs=0x1b6b0030,
swapchain=0x11a9c660, src_rect=0x1d79f730, dst_rect=0x1d79f740,
dst_window_override=(nil), swap_interval=0)
[/wine64/dlls/wined3d/../../../grape/dlls/wined3d/cs.c:450] in wined3d
(0x0000000000000000)
1 0x00007f03d2f88a67 wined3d_swapchain_present+0x176(swapchain=0x11a9c660,
src_rect=0x1d79f730, dst_rect=0x1d79f740, dst_window_override=(nil))
[/wine64/dlls/wined3d/../../../grape/dlls/wined3d/swapchain.c:189] in wined3d
(0x000000001d79f830)
2 0x00007f03d304dc6f d3d11_swapchain_present.isra+0x7e() in dxgi
(0x0000000000000000)
3 0x00007f03d304dece d3d11_swapchain_Present+0x7d(iface=0x11b05590,
sync_interval=0, flags=0)
[/wine64/dlls/dxgi/../../../grape/dlls/dxgi/swapchain.c:326] in dxgi
(0x000000001d79f970)
4 0x0000000010e5934d EntryPoint+0x5dcc6() in overlay64 (0x0000000000000002)
5 0x00000001808944bf EntryPoint+0xf8c0b9c0() in disrupt_b64
(0x0000000000000002)
0x00007f03d2f17967 wined3d_cs_emit_present+0x27
[/wine64/dlls/wined3d/../../../grape/dlls/wined3d/cs.c:450] in wined3d: movq
(%rdi),%rax
450 return cs->ops->require_space(cs, size, queue_id);
--
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.