http://bugs.winehq.org/show_bug.cgi?id=22450
Summary: Can't disable unixfs
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
dlls/shell32/shfldr_unixfs.c claims that you can disable unixfs
by deleting the registry key
HKEY_LOCAL_MACHINE\Software\…
[View More]Microsoft\Windows\CurrentVersion\Explorer\Desktop\Namespace\{9D20AAE8-0625-44B0-9CA7-71889C2254D9}
but unfortunately wine will recreate that key the next time you run
a newer version of Wine.
To repeat, do
rm -rf ~/.wine
wine regedit /d
'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\Namespace\{9D20AAE8-0625-44B0-9CA7-71889C2254D9}'
wine notepad # Do File/Open and note that / does not appear in My Computer.
wineserver -w
~/wine-git/wine notepad # Do File/Open and note that / *does* appear.
If we really want to disable unixfs, we may want a configure option
to not even compile it in. I have a patch ready, will send it in.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=56077
Bug ID: 56077
Summary: [9.0_rc regression] C&C Generals Zero Hour fails to
startup with: err:module:DelayLoadFailureHook failed
to delay load ole32.dll.CLSIDFromString
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
…
[View More] Assignee: wine-bugs(a)winehq.org
Reporter: herrtimson(a)yahoo.de
Distribution: ---
hey everyone, I've got a wine prefix for C&C Generals which works just fine
with wine-8.0.2. Now that I upgraded to wine-9.0_rc3 for testing, it is pretty
broken:
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 1 (X_CreateWindow)
Resource id in failed request: 0x4000004
Serial number of failed request: 184
Current serial number in output stream: 204
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 1 (X_CreateWindow)
Resource id in failed request: 0x4000004
Serial number of failed request: 48
Current serial number in output stream: 52
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 1 (X_CreateWindow)
Resource id in failed request: 0x4000004
Serial number of failed request: 48
Current serial number in output stream: 52
0024:err:xrandr:xrandr_get_screen_resources Failed to get screen resources.
0024:err:xrandr:xrandr14_get_gpus Failed to get gpus
0024:fixme:exec:SHELL_execute flags ignored: 0x00000100
0024:err:module:import_dll Library coml2.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
0024:err:module:DelayLoadFailureHook failed to delay load
ole32.dll.CLSIDFromString
wine: Call from 7BC42CDC to unimplemented function ole32.dll.CLSIDFromString,
aborting
wine: Unimplemented function ole32.dll.CLSIDFromString called at address
7BC42CDC (thread 0024), starting debugger...
013c:err:xrandr:xrandr_get_screen_resources Failed to get screen resources.
013c:err:xrandr:xrandr14_get_gpus Failed to get gpus
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 1 (X_CreateWindow)
Resource id in failed request: 0x4000004
Serial number of failed request: 48
Current serial number in output stream: 52
user@tuxbox ~ $ 014c:err:seh:NtRaiseException Unhandled exception code c0000005
flags 0 addr 0x7eb4e655
wine client error:14c:
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=45091
Bug ID: 45091
Summary: wineboot: first boot hangs forever
Product: Wine
Version: 3.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: comeon(a)getbackinthe.kitchen
Distribution: ---
Created attachment 61260
--> https:/…
[View More]/bugs.winehq.org/attachment.cgi?id=61260
debug output
When I try to boot wine for the first time with no .wine folder, wine just
hangs forever. When doing `winecfg' without a .wine folder, it waits for about
5 minutes before saying:
0009:err:process:__wine_kernel_init boot event wait timed out
and then opening the winecfg menu. Can't see drives with this error:
0015:err:winecfg:open_mountmgr failed to open mount manager err 2
Attached the gzipped output of `WINEDEBUG=warn+all,err+all,fixme+all wineboot
-i', with no .wine folder.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=44403
Bug ID: 44403
Summary: On macOS during first run, Wine configuration
population hangs
Product: Wine
Version: 3.0
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joe.abbey(a)docker.com
Wine 3.0 is installed …
[View More]using brew for a CI job using electron-loader to build an
installer.
The first time wine runs, it creates the ~/.wine directory and registries.
Wine never completes, and hangs. Force killing the wine dialog and wine64
process produces enough configuration for a second run to complete.
Force killing during CI seems like a bad way forward.
To reproduce
rm -rf ~/.wine
brew install wine
Run any wine application and it will hang on config generation.
This is currently breaking Kitematic builds.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=56515
Bug ID: 56515
Summary: Calling "wine reg ..." from python's subprocess lead
UnicodeDecodeError if locale isn't us_EN.UTF-8.
Product: Wine
Version: 9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: …
[View More]alandms123(a)gmail.com
Distribution: ---
Created attachment 76271
--> https://bugs.winehq.org/attachment.cgi?id=76271
Python script as an example.
Before concluding this I tested running other programs using Python's
subprocess tools, "rm --help", "ls --help", "man --help", etc. All of them have
it's output displayed normally in the language set by locale LANG environment
variable, every non-English character gets decoded in utf-8 normally.
But here it's what happens when trying run wine reg while scripting in python:
Traceback (most recent call last):
File "call_wine_reg_script.py", line 31, in <module>
out, err = res.communicate()
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 1196, in communicate
stdout = self.stdout.read()
^^^^^^^^^^^^^^^^^^
File "<frozen codecs>", line 322, in decode
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc6 in position 6: invalid
continuation byte
This happens because my system locale is set to use "pt_BR.UTF-8" and Wine's
output is trying to output the word "Não" the "ã" gets interpreted as 0xc6 "Æ"
latin-1 as utf-8 which end up in a UnicodeDecodeError.
I attached the script (anyone testing will have to change the prefix path). I
tried setting locale on the script, tried passing the environment variables to
the Popen command, but the outcome is always the same.
In the example script I used ja_JP.UTF-8, but any language that has non-English
character will have the same problem.
I tested with other Wine's commands like wineboot, winecfg, etc, but all of
them displays English text so no problem there, if there's any other Wine's
command that change it's output language based on the LANG environment
variable, I think it will trigger it.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=56537
Bug ID: 56537
Summary: Ableton Live 12 Suite Issues
Product: Wine
Version: 9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: numono(a)yahoo.com
Distribution: ---
The following issues are four separate bugs in one report.…
[View More]
Bug One- Max For Live instruments don't work in Live 12 since the program
freezes then fails to respond whenever max instruments boot up.
Bug Two - Projects saved in previous versions of Live don't open within Live 12
since the program freezes then hangs whenever I try to open any sets saved in
Live 11.
Bug Three - The program fails to load the demo set that usually loads after the
initial install.
Bug Four - The new Same Search Analysis feature seems to crash without crashing
the whole program since a message that says, "A serious program error has
occurred. Live will shut down after this message box is closed. Please restart
Live & follow the instructions in the 'Report a Crash' lesson that will appear
in Live's Help View," pops up whenever that feature isn't disabled.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=56251
Bug ID: 56251
Summary: Ableton Live 11 GUI not working as intended.
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tenwise92(a)gmail.com
Distribution: ---
Hello,
This is my first time on these …
[View More]forums. I am currently trying to make Ableton
Live 11 Intro (version 11.3.2) work on a "Pop!_OS 22.04" version of Linux.
I've followed this tutorial (link: https://www.youtube.com/watch?v=ksdNordNK9s)
to make the program run, and it works as intended.
My main problem is that the GUI buttons that I commonly use don't work.
This is an unlisted video of the program officially running in my operating
system, but some of the menu controls aren't functioning when I click them.
(link: https://youtu.be/JEWOvYKeAvM)
Is there a way to fix this problem? I am using the "Windows 7" Windows Version
of Wine as intended in the video, and the current Wine version that I am using
is Wine 9.0 Stable.
Thank you!
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=50155
Bug ID: 50155
Summary: Ableton Live: multicore audio processing causes high
CPU usage across multiple audio backends
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: …
[View More]sirwinstoncat5(a)gmail.com
Distribution: Ubuntu
When running Ableton Live, if multicore audio processing is enabled, CPU usage
will drastically increase, causing unpredictable audio crackles and overall
unstable performance.
The easiest way to test this is using Ableton Live 9; Live 10 also has the same
issue, but multicore audio processing is permanently turned on.
- Open an empty Live Set. (By default, this has 4 empty tracks, a reverb
effect, and a delay effect: a negligible amount of audio processing.)
- In Ableton's preferences, under the CPU tab, disable multicore audio
processing. Observe the built-in CPU meter in the upper-right corner; it should
sit very low (0-1% on my system).
- Enable multicore audio processing. Even with an empty Set, observe that the
CPU meter jumps to at least 10-20%. On Windows, idle CPU usage should remain
identical between single and multicore modes.
- Attempt playback of a nontrivial Set; for example, a few tracks of recorded
audio. A Set that plays back fine in single-core mode will exhibit
unpredictable audio crackling and rapid spikes in CPU usage when using
multicore mode.
I have tested this across multiple versions of Ableton (various versions of 9
and 10 both exhibit this issue), multiple audio interfaces from various
manufacturers (Behringer X32, NI Audio Kontrol 1, onboard chipset audio,
PreSonus FireStudio), and even multiple audio backends (winepulse,
wineasio->JACK). The issue seems to be most pronounced when using pulseaudio,
but it is present across all audio backends.
Most importantly, this issue can be duplicated using wineasio and a JACK server
with the dummy backend (aka not connected to any audio interface).
I am unsure where to start collecting logs for this. One guess: perhaps there
is some sort of delay or sleep occuring while a mutex is being held?
This is possibly related to #47458; however, that specifically refers to a test
case for PulseAudio, whereas this bug occurs across backends.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=56621
Bug ID: 56621
Summary: Ableton Live 12 crashes immediately on launch
Product: Wine
Version: 9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zirsov(a)emailbox.click
Distribution: ---
Created attachment 76385
--> …
[View More]https://bugs.winehq.org/attachment.cgi?id=76385
Backtrace of crash.
As the title says.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=37777
Bug ID: 37777
Summary: ReadCube can't install
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Distribution: ---
Created attachment 50315
--> https://bugs.winehq.org/…
[View More]attachment.cgi?id=50315
screenshot.png
ReadCube is a software to read scientific papers (like Nature)
https://www.readcube.com/download
I downloaded http://download.readcube.com/desktop/2.0.12/ReadCube-Setup.exe
$ sha1sum ReadCube-Setup.exe
972a2893e0b8b65e3cfaec5198b8d36b688e585c ReadCube-Setup.exe
$ wine --version
wine-1.7.33-84-gfecbc88
The installer refused to continue, as there are other ReadCude applications.
--
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.
[View Less]