https://bugs.winehq.org/show_bug.cgi?id=51739
Bug ID: 51739
Summary: GSView crashes when clicking print
Product: Wine
Version: 6.15
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: uxtheme
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Crashes inside uxtheme.
--
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=51865
Bug ID: 51865
Summary: Wine doesn't see/support the Royale Noir Windows XP
theme
Product: Wine
Version: 6.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: uxtheme
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
I've unpacked this theme to C:/windows/resources/themes/Royal Noir and Wine
6.19 ignores it.
I thought maybe Wine doesn't like a space in the directory name and the fact
that it's longer than 8.3, so I renamed it to Royal however the issue persists.
file luna.msstyles
luna.msstyles: PE32 executable (DLL) (GUI) Intel 80386, for MS Windows
$ sha256sum
038527a0560a5d8c3dfa40e4c7a70255181da22acc010cc8b3b2a0b2494bea5e luna.msstyles
5951021cb2bce715d8ccb3a1497daba4710a792662b21bdaa22d8047d4dd2fcc
Shell/Metallic/Shellstyle.dll
6e3ac52aa771a6888beef3995e770bbe53a29d354df3cca49aac1a51466475b5
Shell/NormalColor/metal_ss.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=51796
Bug ID: 51796
Summary: io.h and direct.h are missing from winelib
Product: Wine
Version: 6.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: kolan_n(a)mail.ru
Distribution: ---
While I can use `unistd.h` and `dirent.h`, I have to rewrite code in order to
do that, and also have to have an abstraction layer, since these headers are
not available in Visual Studio.
It'd be nice if winelib had 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.
https://bugs.winehq.org/show_bug.cgi?id=51809
Bug ID: 51809
Summary: regression: no fonts in steam with wine-6.18
Product: Wine
Version: 6.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: idarktemplar(a)mail.ru
Distribution: ---
Created attachment 70697
--> https://bugs.winehq.org/attachment.cgi?id=70697
steam.png
After upgrading to wine-staging 6.18, Steam login window doesn't display any
text. wine-vanilla 6.18 doen't work too. wine-staging 6.17 works fine.
Reproduction:
1. Use wine or wine-staging 6.18.
2. Install and run Steam client.
Expected result:
Steam login window with text.
Actual result:
No text is present on Steam login window. See attached image.
Additional information:
Stdout/stderr contains following line multiple times:
src\vgui2\vgui_surfacelib\Win32Font.cpp (963) : Assertion Failed: Couldn't get
string length
No such output is present when wine 6.17 is used.
--
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=51814
Bug ID: 51814
Summary: python fails to initialize rng after boot
Product: Wine
Version: 6.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xantares09(a)hotmail.com
Distribution: ArchLinux
python fails to initialize rng after boot:
$ wget https://www.python.org/ftp/python/3.9.5/python-3.9.5-embed-win32.zip
$ unzip python-3.9.5-embed-win32.zip
$ wineboot
wine: created the configuration directory '/home/devel/.wine'
...
wine: configuration in L"/home/devel/.wine" has been updated.
$ wine python -c 'print("hello world")'
Fatal Python error: _Py_HashRandomization_Init: failed to get random numbers to
initialize Python
Python runtime state: preinitialized
same thing if I run a command twice from a clean env
$ rm -rf ~/.wine
$ wine python -c 'print("hello world")'
wine: created the configuration directory '/home/devel/.wine'
...
wine: configuration in L"/home/devel/.wine" has been updated.
hello world
$ wine python -c 'print("hello world")'
Fatal Python error: _Py_HashRandomization_Init: failed to get random numbers to
initialize Python
Python runtime state: preinitialized
--
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=51582
Bug ID: 51582
Summary: Software requests to install .NET Framework
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: joseskvolpe(a)gmail.com
Distribution: ---
Created attachment 70424
--> https://bugs.winehq.org/attachment.cgi?id=70424
Opening most .NET applications shows this error popup
Even though wine-mono is installed, some applications wich requires Microsoft
.NET 4.0 and newer won't launch, displaying a error requesting to install
Microsoft .NET
Launching from the terminal only returns a single line:
"
0108:fixme:heap:RtlSetHeapInformation 00000000008D0000 0 000000000041F710 4
stub
"
--
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=51808
Bug ID: 51808
Summary: Wine fails to enter directories ending with a space
Product: Wine
Version: 6.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Steps to reproduce:
$ mkdir "test "
$ cd "test "
$ touch test.txt
$ wine notepad test.txt
wine: could not open working directory L"Z:\\tmp\\test\\", starting in the
Windows directory.
Notepad will ERROR: "File 'test.txt' does not exist. Do you want to create a
new file?"
I wonder if there are other corner cases Wine fails to work with.
--
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=51801
Bug ID: 51801
Summary: Origin can't be installed because of unhandled winsock
error
Product: Wine
Version: 6.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: tarequemd.hanif(a)yahoo.com
Distribution: ---
Greetings, I was trying to install origin for a couple of days. OriginSetup.exe
launches then crashes. From the terminal output I can see it's an unhandled
error -5 from addrinfo_err_from_unix in winsock. I tried to see the source code
and the error code is indeed unhandled.
https://github.com/wine-mirror/wine/blob/master/dlls/ws2_32/unixlib.c#L435
I converted the error code -5 to string using gai_strerror function with C. It
says "No address associated with hostname".
wine ping also doesn't work. It says "Request timed out".
0150:fixme:winsock:addrinfo_err_from_unix unhandled error -5
wine: Unhandled page fault on write access to 00000000 at address 11CF3DE6
(thread 0110), starting debugger...
--
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=51763
Bug ID: 51763
Summary: Wavelab 6.11 pre-sets broken in 6.17 staging
Product: Wine
Version: 6.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shagooserver(a)gmail.com
Distribution: ---
All presets now no longer work nor are they even visible. This includes the
presets to load add-ons and the system restore previous layout as well as the
presets of each add-on. If loaded manually the add-ons appear to work as
expected (from limited testing). This worked in previous versions.
If I attempt to create a pre-set the program gets stuck on something and needs
to be killed.
The only information supplied by wine:
0168:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0168:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0168:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
--
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=51752
Bug ID: 51752
Summary: Sacred Underworld. Black screen after campaign start
Product: Wine
Version: 6.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: werner(a)armbian.de
Distribution: ---
Created attachment 70647
--> https://bugs.winehq.org/attachment.cgi?id=70647
terminal output from start until campaign start
I have the GOG version of Sacred Gold installed and once I start the Underworld
campaign the screen fading black - like if there was a cut scene - and never
comes back. The game still runs in background as noticeable by sound (foot
steps when moving, enemies...).
It has been years since I played Underworld on a Windows machine but if I
remember correctly the character also does not spawn at the Underworld starting
point but close to the in the Ancaria starting points - depending on chosen
class - before the screen fades black which is odd as well.
The Sacred Ancaria campaign itself plays perfectly fine. Finished it a couple
of times to unlock Niob difficulty.
This issue happens on both version 2.28 and 2.29.14 unofficial.
Tested on both Ubuntu Focal wine-development package (version 5.5.something
IIRC) and winehq-development 6.17.
I tried tinkering with the settings of both wine (tried Windows7 and XP mode
and fullscreen emulation) and of Sacred (turn fullscreen on/of, play videos and
so so) but did not change anything.
Not sure which information could be useful so I try to give as much as
possible.
I am running Linux Mint 20.2 Uma Cinnamon on mainline Linux (currently 5.14.y),
however I had this issue with Hirsute kernel (5.11.y) as well.
For graphics drivers I use oibaf/graphics-drivers/ PPA.
I run the latest linux-firmware by using the Ubuntu impish package which at the
moment is version 1.199.
My machine is a Levono Yoga 7 with AMD Ryzen 7 4800U processor.
I chose "blocker" as severity since not being able to play a whole campaign at
all is kind a severe I guess.
Thank your for reading.
Cheers
Werner
--
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.