http://bugs.winehq.org/show_bug.cgi?id=35592
Bug ID: 35592
Summary: Chinese input encoding error in multi-byte character
set exe with mac driver
Product: Wine
Version: 1.7.12
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: hwei.sy(a)gmail.com
Classification: Unclassified
The exe is compiled in multi-byte character set (not Unicode). When input
Chinese, the characters become corrupted.
I looked into this problem, and found that it is due to
dlls/user32/message.c@get_input_codepage
The "GetKeyboardLayout" returns a wrong language identifier 0x0404 (Chinese
Traditional), but it should be 0x0804 (Chinese Simplified). This may be mac
driver's problem.
And I don't think the 1st parameter of "GetLocaleInfoW" should be the language
identifier of the keyboard (returned from "GetKeyboardLayout"). It should be
constant "LOCAL_USER_DEFAULT". The keyboard language identifier does not always
match the code page of a program. The keyboard language identifier can be
changed by switching input method, but code page of a program can not change.
--
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=44517
Bug ID: 44517
Summary: PSPP displays names of X-Y axis (in graphs)
incorrectly
Product: Wine
Version: 3.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: utentevino(a)20boxme.org
Distribution: ---
PSPP 1.0.1 under Wine 3.0 renders displays names of X-Y axis (in graphs)
incorrectly. On the vertical axis the names are cut and in the horizontal one
they are overlapping. And example is in this screenshot:
https://appdb.winehq.org/appimage.php?iId=52515
--
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=41745
Bug ID: 41745
Summary: Killing Floor 2: Missing text
Product: Wine
Version: 1.9.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: roman(a)hargrave.info
Distribution: ---
Killing Floor 2 is now _functioning_ in that it is /navigable/ by human.
That being said, currently text is missing in all manner of locations, and this
is possibly related to the following FIXME's in
d3d11_immediate_context_OMSetBlendState
fixme:d3d11:d3d11_immediate_context_OMSetBlendState Per-rendertarget blend not
implemented.
fixme:d3d11:d3d11_immediate_context_OMSetBlendState Color mask > 3 not
implemented.
fixme:d3d11:d3d11_immediate_context_OMSetBlendState Ignoring blend factor
{0.00000000e+00, 0.00000000e+00, 0.00000000e+00, 0.00000000e+00}.
--
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=44630
Bug ID: 44630
Summary: SafeNet Sentinel driver not installing properly
Product: Wine
Version: 3.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mcondarelli(a)soft-in.com
Distribution: ---
I'm trying to use a win development environment (GHS Multi) under Linux.
Installation is ok and program starts, but I am unable to setup the license
server (SafeNet Sentinel).
Automatic installation of dongle driver gives a cryptic "File not found" error.
I relaunched with "WINEDEBUG=+all", but that resulted in a 7G+ log file I have
no idea how to analyze.
I need some help, please.
I am available to perform any test needed.
Host is an up-to-date Debian9 x86_64 installation.
I installed Wine from WineHQ via "deb https://dl.winehq.org/wine-builds/debian/
stretch main" and "apt install winehq-devel".
--
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=44537
Bug ID: 44537
Summary: WineMine: add the option for changing colors
Product: Wine
Version: 3.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t6zm3v62fkp7fe5(a)yandex.ru
Distribution: ---
Hi, could you add the option for changing the mines' and background colors in
WineMine? Black and green ones are not comfortable for me (and maybe for others
who prefer bright ones like white or beige).
Lubuntu 16.04.3, Wine 3.1 from official PPA.
--
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=43740
Bug ID: 43740
Summary: Just Cause 2 GenerateMips fails
Product: Wine-staging
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
(Since this is about a wine-staging patch, i selected wine-staging)
Since 2.17-staging we have this patch
(https://dev.wine-staging.com/patches/190/). It fixed the GenerateMips for
(some,most?) directx11 games, but it is missing for directx10.
Just Cause 2 reports fixme:d3d11:d3d10_device_GenerateMips iface 0x3625c24,
shader_resource_view 0xc61eb74 stub!
It *should* be very much the same function just with other structs i guess the
missing dx10 function is at
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/d3d11/device.c#l4175
we already have unsafe_impl_from_ID3D10ShaderResourceView at
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/d3d11/view.c#l2338
but i wasn't able to locate the equivalent of
device_from_immediate_ID3D11DeviceContext (at
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/d3d11/device.c#l42) for
directx10
but i gonna leave that to the real programmers anyway ;)
--
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=9914
Summary: Implement a Kerberos provider for SSPI
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: blin(a)gmx.net
ReportedBy: blin(a)gmx.net
SSPI is currently lacking a Kerberos v5 provider.
The plan is to implement this using libkrb5.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44542
Bug ID: 44542
Summary: Multiple Vista+ UAC-aware applications need support
for execution level information in manifest
data/activation context
Product: Wine
Version: 3.2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
dedicated ticket for the Wine-Staging patchset:
https://github.com/wine-compholio/wine-staging/tree/master/patches/ntdll-Ru…
currently posted on wine-patches.
* https://source.winehq.org/patches/data/141893
* https://source.winehq.org/patches/data/141894
It's mentioned in few tickets but as usual all them are messed up with multiple
problems = meta bugs = bad.
I found Oracle's JRE/JDK 7 installer a test-case for reproducing as many
binaries are UAC aware and the PE binary manifest data contains
'requestedExecutionLevel'.
--- snip ---
$ pwd
/home/focht/.wine/drive_c
$ grep -aHr requestedExecutionLevel | grep level
Program Files/Common Files/Java/Java Update/jaucheck.exe:
<requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
Program Files/Common Files/Java/Java Update/jaureg.exe:
<requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
Program Files/Common Files/Java/Java Update/jucheck.exe:
<requestedExecutionLevel level="requireAdministrator"
uiAccess="false"></requestedExecutionLevel>
Program Files/Common Files/Java/Java Update/jusched.exe:
<requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/client/jvm.dll: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/fxplugins.dll: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/glib-lite.dll: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/gstreamer-lite.dll: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/installer.dll: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/jabswitch.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/java-rmi.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/java.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/javaw.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/jfxmedia.dll: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/jfxwebkit.dll: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/jqs.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/keytool.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/kinit.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/klist.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/ktab.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/orbd.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/pack200.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/policytool.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/rmid.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/rmiregistry.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/servertool.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/tnameserv.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/unpack200.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
users/focht/Application Data/Sun/Java/jre1.7.0_80/jre1.7.0_80.msi:
<requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
users/focht/Application Data/Sun/Java/jre1.7.0_80/jre1.7.0_80.msi:
<requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
users/focht/Application Data/Sun/Java/AU/au.msi:
<requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
windows/Installer/fc04.msi: <requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
windows/Installer/fc04.msi: <requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
windows/Installer/45b4.msi: <requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
windows/system32/java.exe: <requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
windows/system32/javaw.exe: <requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
--- snip ---
$ sha1sum jre-7u80-windows-i586.exe
305c1493fca53ab63ba1686c9afdfb65142e59d3 jre-7u80-windows-i586.exe
$ du -sh jre-7u80-windows-i586.exe
29M jre-7u80-windows-i586.exe
$ wine --version
wine-3.2
Regards
--
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=39970
Bug ID: 39970
Summary: Bankperfect 8.0.0.373 defect
Product: Wine
Version: 1.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gdpo22(a)orange.fr
Distribution: ---
Created attachment 53405
--> https://bugs.winehq.org/attachment.cgi?id=53405
Red circle and arrow shows the green button that fails
When you press the green mark in order to get budget forecast under
Bankperfect, it crashes (force to send SIGKILL to close the window).
Unfortunately this function is one of the highly interesting ones.
--
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=10347
Summary: Action Replay Code Manager crashes on start up
Product: Wine
Version: 0.9.48.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
After executing, one is greeted with a nice crash. Crash log included.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.