https://bugs.winehq.org/show_bug.cgi?id=44399
Bug ID: 44399
Summary: WickrMe 4.19.7: Crashes upon run
Product: Wine
Version: 2.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: qubertine(a)zoho.eu
Distribution: ---
Created attachment 60322
--> https://bugs.winehq.org/attachment.cgi?id=60322
backtrace
Select Windows download from https://me-download.wickr.com/
$ sha1sum WickrMe-4.19.7.msi
ea1df47b853852449cf006682f6749bc1b1c18c2 WickrMe-4.19.7.msi
Backtrace: https://pastebin.com/S4ybiND7
Solution provided in Bug 43549:
https://bugs.winehq.org/show_bug.cgi?id=43549
no longer works.
--
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=45445
Bug ID: 45445
Summary: 1C:Enterprise 8 platform doesn't install
Product: Wine
Version: 3.12
Hardware: x86
URL: https://1c-dn.com/developer_tools/1c_enterprise_8_plat
form_training_version/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Regression SHA1: 9ce8592b0680e31c2bb4bd723421ff20c4f3719c
Distribution: ---
When at the windows where it asks you to select the default interface language,
you can't click next.
Bisected to
commit 9ce8592b0680e31c2bb4bd723421ff20c4f3719c
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Tue Oct 24 15:03:00 2017 +0200
msi: Add error handling when retriving component/feature state/action in
condition.
Reverting fixes the issue.
Download available, but free registration is required.
--
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=44953
Bug ID: 44953
Summary: Adobe Premiere Elements 14 (trial) crashes inside
winmm.dll
Product: Wine
Version: 3.4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Created attachment 61059
--> https://bugs.winehq.org/attachment.cgi?id=61059
backtrace
As the title says.
This is after working around bug 44944 for the installer.
--
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=45179
Bug ID: 45179
Summary: iTunes installer freezes at the final step
Product: Wine
Version: 3.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sashok.olen(a)gmail.com
Distribution: ---
Created attachment 61395
--> https://bugs.winehq.org/attachment.cgi?id=61395
Uploaded terminal output before the installer is killed on the first
installation attempt.
iTunes version 12.7.4.80 installer stops before the installation is complete.
Doesn't just freeze as the cancel button can be pressed and a confirmation
dialog will pop up, but nothing will actually happen and the installer will
stay at the same step.
If the installer is killed and launched again, the installation will complete
but msiexec.exe will crash.
I think it's a regression as it happens with older versions (12.6.2) of iTunes
too (tested) that used to install 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=45428
Bug ID: 45428
Summary: Crash Bandicoot N. Sane Trilogy crashes while entering
main menu in NtGetContextThread
Product: Wine
Version: 3.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: jbrandst(a)2ds.eu
Distribution: ---
Created attachment 61752
--> https://bugs.winehq.org/attachment.cgi?id=61752
Patch to fix the crash in NtGetContextThread
The application calls NtGetContextThread with the context being set to NULL.
This bug may already be resolved, please see the attached patch.
I will try to submit this to wine-devel in the coming days.
--
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=45051
Bug ID: 45051
Summary: cmd.exe for loop does not resolve wildcards with
subdirectory
Product: Wine
Version: 3.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: jonathanbelsewir(a)yahoo.de
Distribution: ---
I have a subdirectory lognew with three files:
access1.log
access2.log
access3.log
This does not work right:
for %%f in (lognew\access*.log) do ( call echo %%f )
Output:
lognew\access1.log
echoaccess2.log
echoaccess3.log
Wordaround:
cd lognew
for %%f in (access*.log) do ( call echo %%f )
cd ..
Output:
access1.log
access2.log
access3.log
--
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=45299
Bug ID: 45299
Summary: Adoble flash player online installer fails the
download
Product: Wine
Version: 3.9
Hardware: x86
URL: https://admdownload.adobe.com/bin/live/flashplayer29_a
_install.exe
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
The installer errors with "Connection error".
It works with wine-2.12, but fails with wine-2.13.
I'll add a regression test tomorrow.
The same issue affects ReactOS, see https://jira.reactos.org/browse/CORE-13952.
--
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=37780
Bug ID: 37780
Summary: After running a bash script from cmd, no prompt is
printed
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: gm89(a)hotmail.it
Distribution: ---
If I run a bash script from wine's cmd, after execution the prompt is not
printed.
I believe this is the cause of an hang in my use case, I'm trying to interface
a windows program with my android phone by making it use the native adb binary;
the trick I used was to replace the provided "adb.exe" with a similarly named
bash script with this content:
#!/bin/bash
/usr/bin/adb $*
If I manually call adb.exe from cmd, the output of commands is correct but no
prompt is printed afterwards.
Tested with wine 1.7.33 under ubuntu 14.04.
--
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=45582
Bug ID: 45582
Summary: newer winepulse patch cause sound crackling and
skipping in Diabio3 after a period of time.
Product: Wine-staging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: l12436(a)yahoo.com.tw
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
after winepulse implementation update. I notice the sound of Diabio3 is sound
crackling, and continue a period of time
I am using wine-staging 3.13.1
pulseaudio 12 with echo cancel.
I also tested without echo cancel, also happened.
--
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=45641
Bug ID: 45641
Summary: Microsoft Office Word 2007 crashes after start
Product: Wine-staging
Version: 3.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bodqhrohro(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 62071
--> https://bugs.winehq.org/attachment.cgi?id=62071
stderr
In usual mode, it doesn't even reach displaying a window. If restarted in safe
mode, it shows the UI and even successfully creates a new document, but crashes
when typing is started.
Wine 3.13.0-2~buster
--
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.