https://bugs.winehq.org/show_bug.cgi?id=45393
Bug ID: 45393
Summary: TextureCookerService.exe (part of ArcGIS Desktop 10.6)
needs api-ms-win-crt-stdio-l1-1-0.dll.gets_s
Product: Wine
Version: 3.11
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 61703
--> https://bugs.winehq.org/attachment.cgi?id=61703
console output
Console output is attached.
$ sha256sum ArcGIS_Desktop_106_161544.exe
2ebc60ebfe73ce3da64db4c16caae7da615c20bafb072b958aa7914321c7d058
ArcGIS_Desktop_106_161544.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=44334
Bug ID: 44334
Summary: 'start /W "" notepad' does not wait as on native.
Product: Wine
Version: 3.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
Created attachment 60210
--> https://bugs.winehq.org/attachment.cgi?id=60210
cmd: Avoid having first parameter to start.exe ignored.
Tried to have a look into #44236.
There a batch script is executed but the start commands
did not wait until the started processes did end.
Example line:
---
start /W " " "%SFDIR%automesh" wr2300
---
As far as I see this is because when WCMD_start encounters an title parameter,
it removes the executable from the cmdline parameter to CreateProcessW.
---
start /W "" notepad
002f:trace:process:create_process_impl app L"C:\\windows\\command\\start.exe"
cmdline L"/W \"\\\"\\\"\" notepad"
---
This get not recognized much, because usually the title is the first
parameter and is therefore ignored by start.exe. But start.exe get executed
because it is also in the file parameter to CreateProcessW.
Attached is a patch that tries to maintain the executable as first parameter
in the cmdline parameter to CreateProcessW.
--
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=42669
Bug ID: 42669
Summary: SolveigMM Video Splitter Business Edition v6.1:
Crashes when opened
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeroentorchmaster(a)gmail.com
Distribution: ---
Created attachment 57620
--> https://bugs.winehq.org/attachment.cgi?id=57620
Bug file outputted by Wine
(Wine-staging 2.3)
Installed, then opened the program. GUI shows up, then crashes.
--
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=45439
Bug ID: 45439
Summary: Visual Basic setup toolkit fails to run if path
contains a voiced Katakana character.
Product: Wine
Version: 3.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: Ubuntu
[How to reproduce]
Make sure you're using ja_JP.UTF-8 locale.
1. Create a directory named VB5ランタイムライブラリ
(note: ブ is a voiced Katakana character)
% mkdir VB5ランタイムライブラリ
2. Download Visual Basic 5 run-time library setup file (vb5sp3rt.exe) [1] to
the directory.
3. Extract vb5sp3rt.exe by lha.
% lha x vb5sp3rt.exe
4. Launch setup.exe [2] with wine.
% wine setup.exe
[Expected result]
-> It shows a confirmation window before install.
[Actual result]
-> It complains a lack of memory:
メモリが不足しています。
予期しないエラーが発生しました。
(Translated: Insufficient memory. Unexpected error occurred.)
[1] https://www.vector.co.jp/download/file/win95/util/fh082707.html
SHA1(vb5sp3rt.exe) = c36f806846eb72776ff380466929368fa41f0fc1
[2] SHA1(setup.exe) = 2fd7d85ad45b77ee29e28b4046974be2834e7b5b
--
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=45403
Bug ID: 45403
Summary: dwarf2_parse_variable(): Assertion `subpgm->func'
failed
Product: Wine
Version: 3.11
Hardware: aarch64
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: nerv(a)dawncrow.de
Distribution: Ubuntu
I can reliably reproduce this on gcc113 (GCC compiler farm), when running
dlls/dxgi/tests/device.c. It occurs for me on other tests when running the
tests under valgrind, but running them individually doesn't always trigger it.
Note: this is a headless box (triggers with or without xvfb):
wine: Unhandled page fault on write access to 0xdeadbeef at address
0x20009c31f8 (thread 0009), starting debugger...
002c:err:winediag:nodrv_CreateWindow Application tried to create a window, but
no driver could be loaded.
002c:err:winediag:nodrv_CreateWindow Make sure that your X server is running
and that $DISPLAY is set correctly.
Unhandled exception: page fault on write access to 0xdeadbeef in 64-bit code
(0x00000020009c31f8).
dwarf.c:1640: void dwarf2_parse_variable(dwarf2_subprogram_t *, struct
symt_block *, dwarf2_debug_info_t *): Assertion `subpgm->func' failed.
winedbg: Internal crash at 0x2000253af8
002c:fixme:seh:RtlUnwind Not implemented on ARM64
make: *** [device.ok] Error 84
--
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=45274
Bug ID: 45274
Summary: unimplemented function
msvcp140.dll.?_Syserror_map@std@@YAPEBDH@Z called in
64-bit code
Product: Wine
Version: 3.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: bghome(a)gmail.com
Distribution: ---
Created attachment 61527
--> https://bugs.winehq.org/attachment.cgi?id=61527
Backtrace of wine64 crash
Wine crashed using the built-in msvcp140.dll.
--
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=45243
Bug ID: 45243
Summary: Wrong cast in some HANDLE_MSG_WM_* macros produces
errors when compiling with wineg++
Product: Wine
Version: 3.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: sacrom(a)gmail.com
Distribution: ---
Created attachment 61481
--> https://bugs.winehq.org/attachment.cgi?id=61481
Simple event handler function with HANDLE_MSG macro
Compiling a message handler with some HANDLE_MSG() Macros (defined in
windowsx.h) with wineg++ a cast error is produced.
I attached a test.c simple example and the compile results can be seen in
wineg++.err file
--
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=45067
Bug ID: 45067
Summary: Claybook fails to create shader due to invalid cast
Product: Wine
Version: 3.6
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Created attachment 61205
--> https://bugs.winehq.org/attachment.cgi?id=61205
Log file.
Sharers aren't being created correctly due to a failing convert
013d:fixme:d3d_shader:shader_glsl_sprintf_cast Unhandled cast from 0 to 0x6.
which leads to
....
013d:fixme:d3d_shader:shader_glsl_dump_program_source imageStore(cs_image0,
floatBitsToInt(R0).xy, <unhandled data type 0x6>.xyzw);
--
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=40694
Bug ID: 40694
Summary: Invalid behavior of "C: && echo haha" or "C: & echo
haha"
Product: Wine
Version: 1.9.10
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: fracting(a)gmail.com
Distribution: ---
On Windows, all of "C: && echo haha", "C: || echo haha", "C: & echo haha" works
fine.
On Wine, this kinds of command line generates an error of "Can't recognize 'C:
' as an internal or external command, or batch script."
Found by neovim developer: https://tea-ci.org/equalsraf/neovim/39
--
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=45387
Bug ID: 45387
Summary: arm64_map_dwarf_register: Don't know how to map
register (64-66)
Product: Wine
Version: 3.11
Hardware: aarch64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: nerv(a)dawncrow.de
Distribution: ---
Noticed while running valgrind on arm64
0088:fixme:dbghelp:arm64_map_dwarf_register Don't know how to map register 64
0088:fixme:dbghelp:arm64_map_dwarf_register Don't know how to map register 65
0088:fixme:dbghelp:arm64_map_dwarf_register Don't know how to map register 66
https://github.com/Microsoft/microsoft-pdb/blob/master/include/cvconst.h
CV_ARM64_X14 = 64,
CV_ARM64_X15 = 65,
CV_ARM64_IP0 = 66,
--
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.