https://bugs.winehq.org/show_bug.cgi?id=49467
Bug ID: 49467
Summary: Resident Evil Revelations 2 my directional pad does
not work when analogs are enabled.
Product: Wine
Version: 5.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Resident Evil Revelations 2 my directional pad does not work when analogs are
enabled.
--
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=38161
Bug ID: 38161
Summary: Whispering Willows has missing text for Cyrillic
alphabet
Product: Wine
Version: 1.7.37
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Text is missing(just a black places) when set Ukrainian or Russian language
in-game.
Please tell, which debug channel(s) will be useful?
--
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=49690
Bug ID: 49690
Summary: winetricks dotnet35 hangs in 64-bit prefixes
Product: Wine
Version: 5.12
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: dotnet, download, regression, source, win64
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: julliard(a)winehq.org
Distribution: ---
Regression testing points to either 8a169390c9ef4d8a43b604558c4194a052473c0c or
4478ba258e45559ac97353ab27951e84dd9865c1.
commit 8a169390c9ef4d8a43b604558c4194a052473c0c was a skip
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Jun 30 12:01:37 2020 +0200
ntdll: Build with msvcrt.
As it fails to start when built for me as wow64:
/home/austin/dotnet-bisect/bin/wine cmd.exe /c echo '%AppData%' returned empty
string, error message "wine: failed to load
/home/austin/dotnet-bisect/lib64/wine/ntdll.dll error c0000018"
The next commit (4478ba258e45559ac97353ab27951e84dd9865c1) is broken (i.e.,
dotnet35 hangs):
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Jun 30 12:04:42 2020 +0200
ntdll: Use the standard C library names for the printf functions.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
Eventually, hangs after a couple minutes with:
09b8:err:eventlog:ReportEventW L".NET Runtime version 2.0.50727.1433 - Fatal
Execution Engine Error (000006427F8A5DC8) (80131506)"
--
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=29310
Bug #: 29310
Summary: FirstClass Client 11.017 no login screen
Product: Wine
Version: 1.3.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jorgenqv(a)yahoo.com
Classification: Unclassified
Trying to get latest FirstClass client (FCC) to work in Wine 1.3.33/34
(ubuntu-wine-ppa-oneiric) with the following problems in Ubuntu 11.10 with
Unity. The same behavior in Ubuntu 10.04 LTS with Wine 1.3.31
(ubuntu-wine-ppa-lucid).
The FCC spash screen freezes when it starts. Normaly the login screen should
pop up. You then have to right-click on the upper panel FCC icon (splash then
disapear) and choose Connect. If you only click on the spash screen it
disapears.
This bug is separated from
http://bugs.winehq.org/show_bug.cgi?id=29150
as suggested in forum here:
http://forum.winehq.org/viewtopic.php?t=14283
/Jorgen
--
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=50024
Bug ID: 50024
Summary: signtool.exe from Windows 7 SDK fails to find
certificates
Product: Wine
Version: 5.19
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
CC: dmitry(a)baikal.ru
Regression SHA1: fd1be205ba7dc9691427aab4c35278e88eff081c
Distribution: ---
Note that signtool.exe needs mfc42.
zeb@terabithia$ wine makecert.exe -r -pe -ss winetest_store -n CN=kumquat2
kumquat2.cer
0024:fixme:heap:RtlSetHeapInformation 00110000 1 00000000 0 stub
0024:fixme:mssign:PvkGetCryptProv 00000000 L"Subject Key" (null) 1 (null)
L"89b748c7-e828-4eab-9d74-99785e1867e3" 01009658 0031FE10 0031FCDC stub
0024:fixme:mssign:PvkFreeCryptProv 00179e68 (null) 1 (null) stub
Succeeded
zeb@terabithia$ wine signtool.exe sign /v /s winetest_store /n kumquat2
winetest.sys
0024:fixme:heap:RtlSetHeapInformation 00000000 1 00000000 0 stub
0024:fixme:crypt:CRYPT_RegControl CERT_STORE_CTRL_AUTO_RESYNC: stub
0024:fixme:crypt:CRYPT_RegControl CERT_STORE_CTRL_AUTO_RESYNC: stub
SignTool Error: No certificates were found that met all the given criteria.
>From some blithe debugging, I notice that what actually happens is a crash in
CRYPT_FixKeyProvInfoPointers(), masked by the try block in
CRYPT_ReadSerializedElement(). [Is it just me, or is that try block a bad
idea?] It seems that the format stored in the registry not only doesn't match
store_CRYPT_KEY_PROV_INFO—all of the pointer size fields are 32-bit—but also
uses pointers instead of offsets. From looking at the code, it doesn't seem
that we convert *back* to store_CRYPT_KEY_PROV_INFO when storing into the
registry.
I.e. the program that reports the error is signtool, but makecert appears to be
at fault.
Reverting fd1be205ba7dc9691427aab4c35278e88eff081c allows it to work, at least
the 32-bit version [though it subsequently breaks on missing mssign32
functions].
--
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=34373
Bug #: 34373
Summary: application "AirScout" does not load with Wine
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ik0oky(a)gmail.com
Classification: Unclassified
Once unfolded it cannot be loaded with Wine ver 1.6
The program can be downloaded here
http://www.dl0gth.de/software/airscout.zip
Can anybody help ?
Would love to run it with Wine in my Linux box (Ubuntu 12.04).
Thanks in advance for any tip or help to get it working.
Emilio
--
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=48362
Bug ID: 48362
Summary: Shadwen crashes after an intro or chapter restart
Product: Wine
Version: 4.21
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: hverbeet(a)gmail.com
Regression SHA1: ca0c3f770ae4fe4d535f59f2d54b4c0a531e800f
Distribution: ---
fixme:dbghelp:elf_search_auxv can't find symbol in module
err:ntdll:RtlpWaitForCriticalSection section 0x110060 "heap.c: main process
heap section" wait timed out in thread 011e, blocked by 0108, retrying (60 sec)
Full version:
Start new game -> Intro -> Crash
GOG demo version:
Start training level -> Esc -> Restart Chapter -> 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.
http://bugs.winehq.org/show_bug.cgi?id=33488
Bug #: 33488
Summary: Print Artist 4.0 (Win 3.11/95) installer doesn't show
up
Product: Wine
Version: 1.5.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maikwagner(a)yahoo.com
Classification: Unclassified
Hello,
I am having problems getting an old copy of PrintArtist 4 to install. The AppDB
entry is at: http://appdb.winehq.org/objectManager.php?sClass=version&iId=5186
and my problem consists of that the installer seems to start up okay but
doesn't show up on my display. No error messages on console are shown and I can
hear the "Sierra-On-Line" installer sound. OS is openSUSE 64-Bit with wine
1.5.29 from repositories.
--
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=43362
Bug ID: 43362
Summary: Bethesda Net Launcher can`t download games
Product: Wine
Version: 2.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zentarim(a)rambler.ru
Distribution: ---
Created attachment 58722
--> https://bugs.winehq.org/attachment.cgi?id=58722
trace
Bethesda Net Launcher can`t download games. Log (WINEDEBUG=+wininet,+winsock)
and pcap file in attachment.
Suspicious number of strings in log: 1665278-1665294
At the same time my PC (192.168.72.10) asks bethesda (52.22.240.25) "TLS
Encryption Alert" (packet 1396)
OS: Ubuntu 14.04, kernel 4.4.0-58-generic
wine: wine-2.12 (Staging)
Hardware: i7-870, 16GB RAM, GeForce GTX 560
--
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=50010
Bug ID: 50010
Summary: Deus Ex Mankind Divided crash
Product: Wine
Version: 5.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: roidal(a)googlemail.com
Distribution: ---
Created attachment 68422
--> https://bugs.winehq.org/attachment.cgi?id=68422
wine stdout and DXMD game log
Deus Ex Mankind Divided crashes when loading a game or the benchmark.
Mainmenu works fine after installing d3dcompiler_47 and DXVK 1.7.2 with
winetricks.
It seems to happen on actual wine-versions (5.18 and 5.19).
With wine lutris-5.7 it works fine.
https://github.com/doitsujin/dxvk/issues/1788 - here a user reported wine 5.9
working.
Sadly i can not provide that much info since i do not have much usefull output:
STDOUT and game-log is attached.
If you need more informations let me know how to gather them an i try to
provide.
--
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.