https://bugs.winehq.org/show_bug.cgi?id=46033
Bug ID: 46033
Summary: Execution of commands that contain special symbols
will be truncated.
Product: Wine
Version: 3.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: yanjie875077968(a)gmail.com
Distribution: ---
when i use the wine cmd, i find same command can't be run, but it can be run in
winxp cmd.
➜ temp wine cmd
Wine CMD Version 5.1.2600 (1.6.2)
Z:\tmp\temp>dir_ny
Volume in drive Z has no label.
Volume Serial Number is 0000-0000
Directory of Z:\tmp\temp
File not found.
Z:\tmp\temp>./dir_ny
Z:\tmp\temp>dir .
Volume in drive Z has no label.
Volume Serial Number is 0000-0000
Directory of Z:\tmp\temp
10/22/2018 4:50 PM <DIR> .
10/22/2018 4:50 PM <DIR> ..
10/22/2018 4:50 PM 471,040 cmd1.exe
10/22/2018 4:50 PM 7 dir_ny.bat
2 files 471,047 bytes
2 directories 9,204,056,064 bytes free
Z:\tmp\temp>exit
➜ temp wine cmd1
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
Z:\tmp\temp>dir_ny
fixme:process:CmdBatNotification 1
Z:\tmp\temp>dir .
Volume in drive Z has no label.
Volume Serial Number is 0000-0000
Directory of Z:\tmp\temp
10/22/2018 04:50 PM <DIR> .
10/22/2018 04:50 PM <DIR> ..
10/22/2018 04:50 PM 471,040 cmd1.exe
10/22/2018 04:50 PM 7 dir_ny.bat
2 File(s) 471,047 bytes
2 Dir(s) 9,204,056,064 bytes free
fixme:process:CmdBatNotification 0
i review the cmd code in version 3.18. there is a bug in line 1318.
while (IsCharAlphaNumericW(whichcmd[count])) {
the IsCharAlphaNumericW function not include "_", so when a command include a
"_"
will be truncated.
--
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=58806
Bug ID: 58806
Summary: Smart quotes in code example misleads clang
Product: Wine
Version: unspecified
Hardware: arm
OS: MacOS
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: documentation
Assignee: wine-bugs(a)winehq.org
Reporter: calliehu02(a)gmail.com
In https://gitlab.winehq.org/wine/wine/-/wikis/MacOS-Building, the guide
suggests copy-pasting the line
LDFLAGS=“-Wl,-rpath,/opt/X11/lib”
into terminal before attempting to build WINE. There is in fact a "copy to
clipboard" button to facilitate this behavior.
Issue stems from the fact that this code contains smart quotes, which break
encoding and are not properly understood by the system. "No such file or
directory" is the error given.
Impacts mainly the inexperienced, who might rely on such a guide and not
understand the source of the error.
Suggested fix to replace smart quotes with generic double quotes.
--
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=58805
Bug ID: 58805
Summary: Chrome Embedded Framework CEF Massive Memory usage
Product: Wine
Version: 10.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: johnpgoodman(a)gmail.com
Distribution: ---
Created attachment 79459
--> http://bugs.winehq.org/attachment.cgi?id=79459
memory usage
I noticed that recent versions of Logos Bible software make much more use of
CEF and so each panel starts up a new process. I'm sure this is true of lots of
other apps too. But the problem is on Mac or Windows CEF is very memory light
but for some reason each process uses about 250mb of ram on wine. I've
investigated this a little and grok suggests that the problem is likely this:
Chromium Embedded Framework (CEF) apps like Logos Bible Software spawn multiple
renderer processes (~1 per UI panel). On Windows/Mac, each uses 20-50MB RAM by
sharing V8 JIT code, Skia graphics caches, and fonts across processes. In Wine
on Linux, unshared per-process duplication inflates this to 250MB/process,
exhausting RAM with 10+ panels (2.5GB+ total). Root causes: Wine's ntdll
doesn't share executable pages; D3D11 re-translates shaders per-process;
emulated sandbox adds overhead.
It recommends a solution:
3 targeted patches to emulate native sharing: Shared V8 JIT Cache
(ntdll/unixlib.c): Map V8's 128MB executable region to /dev/shm once per
prefix.
Unified Skia/ANGLE Cache (d3d11/utils.c): Global /tmp/wine-angle-cache for
shader translations.
CEF Sandbox Bypass (Launch flag + winevdm.c): Skip emulated sandboxing.
And points out that All Wine CEF Apps would be affected e.g. Discord, VSCode,
Steam etc so many 1000s of users.
I haven't a great deal of expertise but I've a good track record of working
with devs to do testing and builds etc to help patches through. I'd be very
grateful for any assistance from a dev with this issue! thanks
--
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=58787
Bug ID: 58787
Summary: warmonger issue
Product: Wine
Version: 10.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lars_martin4(a)hotmail.com
Distribution: ---
Created attachment 79432
--> http://bugs.winehq.org/attachment.cgi?id=79432
warmonger
did not install or load
--
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=58161
Bug ID: 58161
Summary: Unimplemented function advapi32.dll.SystemFunction036
in LTSpice
Product: Wine
Version: 10.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: scallegari(a)arces.unibo.it
Distribution: ---
LTSpice has traditionally been a wine-friendly application. Not long ago, its
website used to explicitly suggest using wine to run the application in Linux.
Recently, LTSpice has become impossible to install because it stops with the
error in subject.
--
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=58746
Bug ID: 58746
Summary: Eriksholm: The Stolen Dream has broken rendering
Product: vkd3d
Version: 1.11
Hardware: x86-64
URL: https://store.steampowered.com/app/3675810
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: cmccarthy(a)codeweavers.com, gmascellani(a)codeweavers.com
Regression SHA1: 23db06692213273bd488e1ad1520444fd4d7845d
Distribution: ---
Created attachment 79379
--> http://bugs.winehq.org/attachment.cgi?id=79379
screenshot
Same for DX11 and DX12 modes.
--
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=58789
Bug ID: 58789
Summary: Changed behaviour when running a single wine process
with valgrind since wine-10.9.
Product: Wine
Version: 10.9
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
Before 5e70a4d81b I was able to start the background
wine processes by e.g. `wine taskmgr &`.
Then start just the target process with valgrind.
Since 5e70a4d81b this causes an segv_handler loop
starting with this message:
vex x86->IR: unhandled instruction bytes: 0xF 0xAE 0x6C 0x24
==833752== valgrind: Unrecognised instruction at address 0x470ed67.
==833752== at 0x470ED67: __wine_syscall_dispatcher (in
dlls/ntdll/ntdll.so)
This instruction is the `xrstor 0x40(%esp)` from __wine_syscall_dispatcher,
which seems not yet supported by valgrind.
If I see it right, before 5e70a4d81b each process did its own lookup
of cpu flags, but since 5e70a4d81b this is just done by the first one
and then shared via user_shared_data.
As a workaround preventing the assignment of `features[PF_XSAVE_ENABLED]`
allows me start it with a recent wine git build.
I am uncertain if this qualifies as regression as I am uncertain,
if this is a valid mode of operation when splitting wine processes that way.
--
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=42247
Bug ID: 42247
Summary: Chrome 39 Offline installer dosen't Install even on
the latest version of Wine
Product: Wine
Version: 1.7.50
Hardware: x86-64
URL: https://docs.google.com/uc?id=0B4aAK9c4Px0Ud3EwWG5Td1V
zR28&export=download
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: samashokp(a)gmail.com
CC: samashokp(a)gmail.com
Distribution: Other
Created attachment 56925
--> https://bugs.winehq.org/attachment.cgi?id=56925
Logs of Failed to install Chrome 39 Offline Installer, Generated by Wine
Chrome 39 Offline installer dosen't Install even on the latest version of Wine
Chrome 39 Offline Installer
https://docs.google.com/uc?id=0B4aAK9c4Px0Ud3EwWG5Td1VzR28&export=download
I've tested the following on Ubuntu, Linux Mint, Knoppix, etc..
Failed to Install on all of them.
--
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=58589
Bug ID: 58589
Summary: The Dark Pictures Anthology: Man of Medan shows a grey
screen in DX12 mode
Product: vkd3d
Version: 1.15
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: gmascellani(a)codeweavers.com
Regression SHA1: 07b7975d09e8dfbdfc5a9942b4f0c9d054a5cd11
Distribution: ---
After launching the game screen is grey during the first video.
--
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=58801
Bug ID: 58801
Summary: downloaded commands to open old windows 7 scrabble by
hasboro from dvd
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mavisman7(a)gmail.com
Distribution: ---
Created attachment 79448
--> http://bugs.winehq.org/attachment.cgi?id=79448
used sudo commands to download old windows 7 scrabble by hasbror into ubuntu
20.04-does not open properly
Unhandled exception: page fault on read access to 0x00000028 in 32-bit code
(0x7
--
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.