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.
https://bugs.winehq.org/show_bug.cgi?id=45081
Bug ID: 45081
Summary: Expanded FakeDLL support changed behaviour of stubs
for A/W symbols
Product: Wine-staging
Version: 3.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Paul.Hampson(a)Pobox.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 61234
--> https://bugs.winehq.org/attachment.cgi?id=61234
Report the results of GetProcAddress for three variations of the intersting
symbol
While looking into issues with running current Cygwin on current Wine, an error
was raised under Wine Staging 3.6:
fatal error - couldn't dynamically determine load address for
'DsEnumerateDomainTrustsW' (handle 0x7F1E632A0000), Win32 error 127
This doesn't happen either natively or with Wine 2.4 (Staging)
Looking into it, it appears the current netapi32.spec has:
@ stub DsEnumerateDomainTrusts
Given the near-trivial code attached, the behaviour difference is clear.
Windows (Windows 10 1709):
DsEnumerateDomainTrusts not found
DsEnumerateDomainTrustsA found
DsEnumerateDomainTrustsW found
Wine 2.4 (Staging) and 3.6 (Staging):
DsEnumerateDomainTrusts found
DsEnumerateDomainTrustsA not found
DsEnumerateDomainTrustsW not found
The weird thing is that Wine 2.4 worked in Cygwin, when clearly nothing has
apparently changed for this particular DLL export code-wise since 2005.
I believe this is to do with the patches in Wine Staging
(https://github.com/wine-staging/wine-staging/tree/master/patches/winebuild-…)
which have surfaced a class of previously-hidden issues in Wine.
I haven't worked out where yet, but I suspect that the Fake_DLLs are breaking
some kind of Wine magic which lets the unadorned symbols for stubs also respond
to a lookup for the adorned symbols.
Otherwise, I expect we'd see a lot more pairs like this:
@ stub DsEnumerateDomainTrustsA
@ stub DsEnumerateDomainTrustsW
I'm surprised such a change hasn't seen more issues but I was unable to find
any references to it on this Bugzilla or by searching Google.
ReactOS have a trivial patch which turns them from spec-stubs to code-stubs,
and hence corrects the exports etc: https://jira.reactos.org/browse/CORE-11056
and that would make sense for Wine.
All Wine installations here are on Ubuntu 14.04 from winehq packages, in Docker
images built from https://github.com/TBBle/wine_msys64
--
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=18164
Summary: dlls/iphlpapi/ifenum.c: compiler warnings
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: NetBSD
Status: NEW
Keywords: source
Severity: minor
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wwrite-strings -Wpointer-arith -I/usr/pkg/include -I/usr/include
-I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -O2 -I/usr/pkg/include
-I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -o
./ifenum.o ./ifenum.c
./ifenum.c: In function 'enumIPAddresses':
./ifenum.c:693: warning: pointer of type 'void *' used in arithmetic
./ifenum.c:693: warning: comparison of distinct pointer types lacks a cast
./ifenum.c: In function 'getIPAddrTable':
./ifenum.c:754: warning: pointer of type 'void *' used in arithmetic
./ifenum.c:754: warning: comparison of distinct pointer types lacks a cast
No patch for this one yet. Won't complain if someone beats me to it ;-).
--
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.
https://bugs.winehq.org/show_bug.cgi?id=42599
Bug ID: 42599
Summary: Max Payne 3 (Steam) crashes in DX9 mode
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 57541
--> https://bugs.winehq.org/attachment.cgi?id=57541
log
Game just crashes at launch if render set to DX9.
--
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.