http://bugs.winehq.org/show_bug.cgi?id=19969
Summary: 2weistein + ElDorado: y and z switched with German
keyboard/locale
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
I'm using the German version of both apps below, with LANG=de_DE.UTF-8 typical
of a German locale and a German keyboard with Ubuntu Intrepid. One
particularity of the German keyboard is that Y and Z are switched.
2weistein is entirely driven by mouse except in the savegame dialog. There, z
and y are switched (as if I were using a US keyboard) when entering the file
name.
El Dorado (German localised version) uses the y key to run. I must press the z
key (between t and u) instead (in both the configuration menu and during game
play).
The bug about 2weistein also occurs with MacOS X.5.7, XQuartz 2.3.3.2 and
Apple's German keyboard.
Many other apps work fine.
I thought Wine had code to sort-of revert the locale-dependent keyboard mapping
(like dosbox). 2weistein is surprising, since one would not expect it to use
low-level scancodes or similar in basically a file requester -- and it
originates from Germany, so it undoubtfully works well in a German MS-Windows.
Maybe the default code page selection does not work correctly? I also own a
very old French title ("Kiyeko et les voleurs de nuit"; it says "win3.1
minimum") that supports 5 European languages and starts in English even with
LANG=fr_... (the French locale files are installed on the Ubuntu system). I
wrote no bug report so far because I couldn't test yet how it starts in
MS-Windows.
--
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=48438
Bug ID: 48438
Summary: mfplat support regression
Product: Wine
Version: 5.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: edpil02(a)orange.fr
Distribution: ---
I was able to play ride 3 bikes game with native mfplat.dll :
built-in mfplat.dll -> black screen (because cant play mp4 movies)
native mfplat -> the game run (can play the intro movies).
But latest versions of wine (4.16 ?) seems to crash now with native mfplat.
Get this error :
00b7:fixme:mfplat:mfsession_Shutdown 0000000025CC1140.
00b7:fixme:mfplat:mfsession_Shutdown 0000000025CC1320.
The game does not crash but cant start because it cant play the intro movie.
Seems that wine have been patch for mfplat support in may 2019 , but not sure.
Sorry for my english.
--
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=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=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.