https://bugs.winehq.org/show_bug.cgi?id=50272
Bug ID: 50272
Summary: Melodyne 5: activation via internet produces "Unknown
Error"
Product: Wine
Version: 6.0-rc1
Hardware: x86-64
URL: https://services.celemony.com/cgi-bin/WebObjects/Licen
seApp.woa/wa/demoRegistration?item=Melodyne5-Demo-Win&
language=en
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andriy.parhomenko(a)gmail.com
Distribution: ---
Created attachment 68818
--> https://bugs.winehq.org/attachment.cgi?id=68818
Backtrace
Melodyne 5 internet activation produces error:
identifier = "com.celemony.accountserver";
message = "Unknown Error";
Melodyne was installed with Wine Staging 6.0-rc1, gdiplus and vcrun2019
overrides, this patch https://source.winehq.org/patches/data/186184 (from bug
49286) and this patch
https://bugs.winehq.org/attachment.cgi?id=68766&action=diff (from bug 50244).
--
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=51535
Bug ID: 51535
Summary: Native Instruments installer crashes - unimplemented
function virtdisk.dll.DetachVirtualDisk
Product: Wine
Version: 6.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: patrick+winehq.org(a)laimbock.com
Distribution: ---
Created attachment 70375
--> https://bugs.winehq.org/attachment.cgi?id=70375
Native Instruments installer crashes due to unimplemented function
virtdisk.dll.DetachVirtualDisk
This is similar but not the same as
https://bugs.winehq.org/show_bug.cgi?id=45947
The Native Instrument's installer 'Native Access.exe' crashes when trying to
install a Kontakt library.
Wine-6.13 on Fedora 34.
Native Instruments installer filename: Native Access 1.13.3 Setup PC.exe
Downloadable from: https://www.native-instruments.com/en/support/downloads/
Steps to reproduce:
Download the Native Instruments installer
Start with a clean prefix ($ winecfg)
$ winetricks -q gdiplus vcrun2019
$ winecfg and set Windows version to 10
$ wine 'Native Access 1.13.3 Setup PC.exe'
installer completes
$ wine '/home/patrick/.wine/drive_c/Program Files/Native Instruments/Native
Access/Native Access.exe'
Main screen shows, click update, login screen shows, enter username & password,
app screen shows. In the 'Not installed' section scroll down till you see
'Kontakt Factory Selection' and click 'INSTALL' under it.
Wait for the crash:
0704:fixme:virtdisk:OpenVirtualDisk
L"C:/users/patrick/Downloads/Kontakt_Factory_Selection.iso", 851968 stub
wine: Call to unimplemented function virtdisk.dll.DetachVirtualDisk, aborting
wine: Unimplemented function virtdisk.dll.DetachVirtualDisk called
Backtrace attached.
--
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=47791
Bug ID: 47791
Summary: Inconsistent %ERRORLEVEL% after setting env var value
in cmd.exe
Product: Wine
Version: 4.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: lois.diqual(a)gmail.com
Distribution: ---
Deleting an environment variable on cmd.exe seems to return %ERRORLEVEL% 1,
while on windows' cmd.exe it returns 0.
This matters because some core visual studio scripts like vsdevcmd.bat rely on
this behavior to set the environment properly. Note that using windows' cmd on
wine (using winetricks cmd) yields the same incorrect results.
On wine's cmd.exe
-----------------
wineuser@b081d9035bff:/$ wine cmd
Microsoft Windows 10.0.10240
Z:\>set DOES_NOT_EXIST=
Z:\>echo %ERRORLEVEL%
1
On windows 10's cmd.exe
-----------------------
Microsoft Windows [Version 10.0.17763.379]
(c) 2018 Microsoft Corporation. All rights reserved.
C:\Users\IEUser>set DOES_NOT_EXIST=
C:\Users\IEUser>echo %ERRORLEVEL%
0
--
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=47505
Bug ID: 47505
Summary: Levelhead: Can't download levels
Product: Wine
Version: 4.12.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: elainamartineau(a)gmail.com
Distribution: ---
Created attachment 64890
--> https://bugs.winehq.org/attachment.cgi?id=64890
Error output
When attempting to download a level, a GameMaker error occurs with the attached
output.
--
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=51505
Bug ID: 51505
Summary: MIDISelector's MIDI mapper configuration isn't used in
Wine.
Product: Wine
Version: 6.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: Ubuntu
"MIDISelector"[1] is free, open source software for selecting MIDI device
instead of MIDI mapper applet. However, its configuration doesn't take effect
in Wine.
Regarding its source code, MIDISelector.c:312 included in its archive file, it
updates szPname value under
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Multimedia\MIDIMap
key. While szPname was introduced in Windows XP, Wine still uses old-style
registry settings[2]. So, szPname doesn't take effect on Wine at all.
This issue was originally reported on Twitter. See
https://twitter.com/XBV_819_tr4/status/1391746526859304964 for details.
SHA1(MIDISelector4.0.zip) = f128676453c9f63ff070e9abc45a458bf703eae6
[1] https://openmidiproject.osdn.jp/MIDISelector_en.html
[2]
https://wiki.winehq.org/Wine_Developer%27s_Guide/Wine_and_Multimedia#Midi_m…
--
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=50113
Bug ID: 50113
Summary: In Total Commander v9.51 x64, when using a third-party
theme with Windows XP, the drive buttons and function
buttons at the bottom of the window (F5 Copy) are not
displayed
Product: Wine
Version: 5.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 93.duke.xperia(a)gmail.com
Distribution: ---
Created attachment 68609
--> https://bugs.winehq.org/attachment.cgi?id=68609
terminal output
In Total Commander v9.51 x64, when using a third-party theme with Windows XP,
the drive buttons and function buttons at the bottom of the window (F5 Copy)
are not displayed, and the buttons on the toolbar are not drawn. When launching
the 32-bit version, buttons are rendered everywhere, but the style of the theme
itself is not rendered.
--
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=50041
Bug ID: 50041
Summary: Amnesia: Rebirth crashes with builtin vcomp140
Product: Wine
Version: 5.19
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: vcomp
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 68489
--> https://bugs.winehq.org/attachment.cgi?id=68489
vcomp
Crashes before entering the menu.
04a0:trace:vcomp:omp_get_num_procs stub
wine-5.19-271-gf6a5a3d03c1
--
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=37592
Bug ID: 37592
Summary: Filenames in themed file dialog change size
Product: Wine
Version: 1.6.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: uxtheme
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
Created attachment 50027
--> https://bugs.winehq.org/attachment.cgi?id=50027
Video showing the bug
Open a file dialogue, increase the height to see the size better.
Bug affects Luna + Other freely available themes.
Choose a directory with lots of files.
Click into the file list, move through the file list with the keyboard - new
files are drawn smaller than the existing files, which makes things look
glitchy.
--
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.