https://bugs.winehq.org/show_bug.cgi?id=44997
Bug ID: 44997
Summary: Installation support is broken for ElsterFormular
19.3.
Product: Wine
Version: 3.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Markus.Elfring(a)web.de
Distribution: ---
It would be nice if I could install the application “ElsterFormular 19.3
(2018-04-12)”.
https://www.elster.de/eportal/infoseite/elsterformularhttps://appdb.winehq.org/objectManager.php?sClass=application&iId=1925
It can happen that the first dialogue looks completely fine while I get a
questionable display by the software “Wine 3.6-797.1” for further start tries.
elfring@Sonne:~/geladen/Freeware> wine start ElsterFormularPrivat.msi
005d:fixme:exec:SHELL_execute flags ignored: 0x00000100
elfring@Sonne:~/geladen/Freeware> 005f:fixme:ntdll:NtLockFile I/O completion on
lock not implemented yet
0060:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"actionData",
clsid {000c109e-0000-0000-c000-000000000046}
0060:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"objFSO", clsid
{000c109e-0000-0000-c000-000000000046}
005f:err:msi:ITERATE_Actions Execution halted, action L"WelcomeDlg" returned
1602
The software support is incomplete for this area.
--
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=54209
Bug ID: 54209
Summary: failed when link the libwine.so.1 with an error
"version node not found for symbol"
Product: Wine
Version: 8.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: Zenitur(a)yandex.ru
Distribution: ---
When I trying to compile Wine 8.0-rc2, I had got this error:
make[1]: Entering directory `/home/gaben/wine-8.0-rc2'
gcc -std=gnu11 -m64 -o libs/wine/libwine.so.1.0 libs/wine/c_037.o
libs/wine/c_10000.o libs/wine/c_10001.o libs/wine/c_10002.o \
libs/wine/c_10003.o libs/wine/c_10004.o libs/wine/c_10005.o
libs/wine/c_10006.o \
libs/wine/c_10007.o libs/wine/c_10008.o libs/wine/c_10010.o
libs/wine/c_10017.o \
libs/wine/c_10021.o libs/wine/c_10029.o libs/wine/c_10079.o
libs/wine/c_10081.o \
libs/wine/c_10082.o libs/wine/c_1026.o libs/wine/c_1250.o libs/wine/c_1251.o
libs/wine/c_1252.o \
libs/wine/c_1253.o libs/wine/c_1254.o libs/wine/c_1255.o libs/wine/c_1256.o
libs/wine/c_1257.o \
libs/wine/c_1258.o libs/wine/c_1361.o libs/wine/c_20127.o libs/wine/c_20866.o
libs/wine/c_20932.o \
libs/wine/c_21866.o libs/wine/c_28591.o libs/wine/c_28592.o
libs/wine/c_28593.o \
libs/wine/c_28594.o libs/wine/c_28595.o libs/wine/c_28596.o
libs/wine/c_28597.o \
libs/wine/c_28598.o libs/wine/c_28599.o libs/wine/c_28603.o
libs/wine/c_28605.o libs/wine/c_437.o \
libs/wine/c_500.o libs/wine/c_737.o libs/wine/c_775.o libs/wine/c_850.o
libs/wine/c_852.o \
libs/wine/c_855.o libs/wine/c_857.o libs/wine/c_860.o libs/wine/c_861.o
libs/wine/c_862.o \
libs/wine/c_863.o libs/wine/c_864.o libs/wine/c_865.o libs/wine/c_866.o
libs/wine/c_869.o \
libs/wine/c_874.o libs/wine/c_875.o libs/wine/c_932.o libs/wine/c_936.o
libs/wine/c_949.o \
libs/wine/c_950.o libs/wine/casemap.o libs/wine/collation.o
libs/wine/compose.o libs/wine/config.o \
libs/wine/cpsymbol.o libs/wine/cptable.o libs/wine/debug.o
libs/wine/decompose.o \
libs/wine/digitmap.o libs/wine/fold.o libs/wine/ldt.o libs/wine/loader.o
libs/wine/mbtowc.o \
libs/wine/mmap.o libs/wine/port.o libs/wine/sortkey.o libs/wine/string.o
libs/wine/utf8.o \
libs/wine/wctomb.o libs/wine/wctype.o -shared -Wl,-soname,libwine.so.1 -ldl
/usr/bin/ld: libs/wine/libwine.so.1.0: version node not found for symbol
wine_is_dbcs_leadbyte(a)WINE_1.0
/usr/bin/ld: failed to set dynamic section sizes: Bad value
collect2: error: ld returned 1 exit status
make[1]: *** [libs/wine/libwine.so.1.0] Error 1
make[1]: Leaving directory `/home/gaben/wine-8.0-rc2'
Although when I reboot into my 32-bit OS there is no an error.
Searching for the last working Wine version, I'd found there is Wine 5.0.
When compile Wine 5.1, I'd got:
/usr/bin/ld: libwine.so.1.0: version node not found for symbol
wine_switch_to_stack(a)WINE_1.0
When compile Wine 5.2, I'd got:
/usr/bin/ld: libwine.so.1.0: version node not found for symbol
wine_is_dbcs_leadbyte(a)WINE_1.0
So the situation didn't changed since 5.2 to 8.0-rc2.
I'd found two commits that're broking the build. There them are:
https://github.com/wine-mirror/wine/commit/39138478fdd93cc0dfc1e83b85784bc4…
(committed Jan 29, 2020)
After this commit I'd got "wine_switch_to_stack(a)WINE_1.0" symbol error
https://github.com/wine-mirror/wine/commit/831f58caa56133f8522fad1ce2b7901e…
(commited Feb 12, 2020)
And after this commit I'd got "wine_is_dbcs_leadbyte(a)WINE_1.0" symbol error
My build system:
CPU: AMD Phenom II (amdfam10)
OS: Debian 7 (32-bit and 64-bit versions on a two partitions)
Kernel: Linux 4.11
Compiler: GCC 4.9, binutils 2.22, bison 3.2
Other: Glibc 2.17, xserver 1.16
--
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=54207
Bug ID: 54207
Summary: World of Tanks: Print Screen does not work
Product: Wine
Version: 8.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dliw(a)posteo.net
Distribution: ---
World of Tanks allows you to take in-game screenshots using the Print Screen
(PrtScr) key:
https://eu.wargaming.net/support/en/products/wot/article/10593/#section_1
This does not work on Wine. The action cannot be assigned to another key. I
have checked that the key is not bound elsewhere.
--
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=53227
Bug ID: 53227
Summary: dxgi:dxgi - test_swapchain_present() fails on Windows
10 1709
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
dxgi:dxgi - test_swapchain_present() fails on Windows 10 1709:
dxgi.c:4735: Test failed: Test 0: Got unexpected hr 0x8007000e.
dxgi.c:4737: Test failed: Test 0: Got unexpected hr 0x887a0001.
dxgi.c:4754: Test failed: Test 0: Got unexpected hr 0x887a0001.
dxgi.c:4782: Test failed: Test 0: Got unexpected hr 0x8007000e.
dxgi.c:4784: Test failed: Test 0: Got unexpected hr 0x887a0001.
dxgi.c:4790: Test failed: Test 0: Got unexpected hr 0x8007000e.
dxgi.c:4792: Test failed: Test 0: Got unexpected hr 0x887a0001.
dxgi.c:4814: Test failed: Test 0: Got unexpected hr 0x8007000e.
dxgi.c:4816: Test failed: Test 0: Got unexpected hr 0x887a0001.
dxgi.c:4826: Test failed: Test 0: Got unexpected fullscreen status.
dxgi.c:4833: Test failed: Test 0: Got unexpected hr 0x8007000e.
dxgi.c:4839: Test failed: Test 0: Got unexpected hr 0x887a0001.
dxgi.c:4849: Test failed: Test 0: Got unexpected hr 0x8007000e.
dxgi.c:4852: Test failed: Test 0: Got unexpected hr 0x887a0001.
dxgi.c:4856: Test failed: Test 0: Got unexpected hr 0x8007000e.
dxgi.c:4876: Test failed: Test 0: Got unexpected hr 0x887a0001.
dxgi.c:4881: Test failed: Test 0: Got unexpected fullscreen status.
dxgi.c:4886: Test failed: Test 0: Got unexpected hr 0x8007000e.
dxgi.c:4888: Test failed: Test 0: Got unexpected hr 0x887a0001.
dxgi.c:4735: Test failed: Test 1: Got unexpected hr 0x8007000e.
dxgi.c:4737: Test failed: Test 1: Got unexpected hr 0x887a0001.
dxgi.c:4754: Test failed: Test 1: Got unexpected hr 0x887a0001.
dxgi.c:4782: Test failed: Test 1: Got unexpected hr 0x8007000e.
dxgi.c:4784: Test failed: Test 1: Got unexpected hr 0x887a0001.
dxgi.c:4790: Test failed: Test 1: Got unexpected hr 0x8007000e.
dxgi.c:4792: Test failed: Test 1: Got unexpected hr 0x887a0001.
dxgi.c:4814: Test failed: Test 1: Got unexpected hr 0x8007000e.
dxgi.c:4816: Test failed: Test 1: Got unexpected hr 0x887a0001.
dxgi.c:4833: Test failed: Test 1: Got unexpected hr 0x8007000e.
dxgi.c:4836: Test failed: Test 1: Got unexpected hr 0x887a0001.
dxgi.c:4849: Test failed: Test 1: Got unexpected hr 0x8007000e.
dxgi.c:4852: Test failed: Test 1: Got unexpected hr 0x887a0001.
dxgi.c:4856: Test failed: Test 1: Got unexpected hr 0x8007000e.
dxgi.c:4860: Test failed: Test 1: Got unexpected hr 0x887a0001.
dxgi.c:4865: Test failed: Test 1: Got unexpected hr 0x8007000e.
dxgi.c:4867: Test failed: Test 1: Got unexpected hr 0x887a0001.
dxgi.c:4870: Test failed: Test 1: Got unexpected hr 0x8007000e.
dxgi.c:4872: Test failed: Test 1: Got unexpected hr 0x887a0001.
dxgi.c:4881: Test failed: Test 1: Got unexpected fullscreen status.
dxgi.c:4886: Test failed: Test 1: Got unexpected hr 0x8007000e.
dxgi.c:4888: Test failed: Test 1: Got unexpected hr 0x887a0001.
https://test.winehq.org/data/patterns.html#dxgi:dxgi
Note that despite being systematic these failures could cause false positives
due to the test multi-threading (see bug 53212).
--
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=53226
Bug ID: 53226
Summary: dxgi:dxgi - The d3d12 test_mode_change() crashes on
Windows 10 1709
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
dxgi:dxgi - The d3d12 test_mode_change() crashes on Windows 10 1709:
dxgi.c:2555: Tests skipped: This test requires two outputs. # d3d10 test
...
dxgi.c:2555: Tests skipped: This test requires two outputs. # d3d12 test
...
dxgi.c:7183: Test failed: Got unexpected hr 0x8007000e.
dxgi.c:7183: this is the last test seen before the exception
029c:dxgi: unhandled exception c0000005 at 000000000040BA94
https://test.winehq.org/data/patterns.html#dxgi:dxgi
The crash happens even if all other tests are commented out.
--
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=54195
Bug ID: 54195
Summary: IBM ViaVoice (bundled with Catz 4) setup crashes
Product: Wine
Version: 7.16
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 73726
--> https://bugs.winehq.org/attachment.cgi?id=73726
Console output
Catz 4 installs IBM ViaVoice during setup. However, ViaVoice can also be
installed alone by entering the vvccr directory on the CD and running
SETUP.EXE. ViaVoice installs correctly in Wine 7.0, but its setup crashes in
Wine 7.22. `git bisect` says:
0d0f2067f89545539ab3ae0ccd802239a2dce98e is the first bad commit
commit 0d0f2067f89545539ab3ae0ccd802239a2dce98e
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Sun Aug 14 23:24:04 2022 +0200
user32: Pass window name as UNICODE_STRING to NtUserCreateWindowEx.
dlls/user32/win.c | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
$ sha256sum CATZ4.iso
c450935cb4ad61e612c2fc3c22c087773d60fb5cea90811ec39e252962fb1d86
--
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=54186
Bug ID: 54186
Summary: Nekomimi : Unable to exit the game after the game
window loss focus
Product: Wine
Version: 8.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thieujank(a)gmail.com
Distribution: ---
Created attachment 73720
--> https://bugs.winehq.org/attachment.cgi?id=73720
Unable to exit the game
I tried to run Nekomimi sweet house mate
https://store.steampowered.com/app/1789650/NEKOMIMI_SWEET_HOUSEMATES_Vol_1/
But i cant exit the game or start the game after the game window loss focus
(alt+tab or open a new window )( i cant interact with game exit confirmation )
. So that i have to use taskmanger to kill the program manually
Im using Mint 21 (jammy)
--
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=54185
Bug ID: 54185
Summary: Wine starts the welink software, and the interface
turns white after a few seconds
Product: Wine
Version: 7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 13998212498(a)163.com
Distribution: ---
Created attachment 73718
--> https://bugs.winehq.org/attachment.cgi?id=73718
Terminal output
Wine starts the welink.exe software, and the interface turns white after a few
seconds
--
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=54178
Bug ID: 54178
Summary: 64 bit platform running 32-bit windows application
startup crash
Product: Wine
Version: 7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 13998212498(a)163.com
Distribution: ---
Created attachment 73702
--> https://bugs.winehq.org/attachment.cgi?id=73702
backtrace Screenshot
After compiling and building, running welink.exe will crash
--
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=54134
Bug ID: 54134
Summary: GTA Vice City fails due "opengl32.dll" failed to
initialize, aborting
Product: Wine
Version: unspecified
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: Alexander88207(a)Protonmail.com
When i want to start GTA: Vice City then it appears not as running after a few
seconds.
This is everything what i can when i try to start it.
07d8:fixme:ntdll:create_logical_proc_info stub
07d8:fixme:ntdll:init_cpu_info Failed to get logical processor information,
status 0xc0000002.
07e0:fixme:ntdll:create_logical_proc_info stub
07e0:fixme:ntdll:init_cpu_info Failed to get logical processor information,
status 0xc0000002.
07d8:err:wgl:DllMain Failed to load unixlib, status 0xc0000135
07d8:err:module:LdrInitializeThunk "opengl32.dll" failed to initialize,
aborting
07d8:err:module:LdrInitializeThunk Initializing dlls for L"C:\\Program Files
(x86)\\Steam\\steamapps\\common\\Grand Theft Auto Vice City\\gta-vc.exe"
failed, status c0000142
Using currently wine 7.21, will retest when 7.22 have arrived in the repos.
--
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.