https://bugs.winehq.org/show_bug.cgi?id=44047
Bug ID: 44047
Summary: GetKeyState returns wrong state for numlock key
Product: Wine
Version: 2.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: plasil.tomas(a)seznam.cz
Distribution: ---
GetKeyState always returns 0 for numlock key.
Example
[DllImport("user32.dll")]
private static extern short GetKeyState(int nVirtKey);
const int NUMLOCK = 0x90;
private static void GetNumLockState()
{
short keystate = GetKeyState(NUMLOCK); //always 0
}
--
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=49241
Bug ID: 49241
Summary: (winecfg) Add ability to set windows version to
default via command line
Product: Wine
Version: 5.9
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
Follow up to bug 41559:
would be nice to be able to do:
$ wine winecfg /v default
to get wine to set the Windows version back to default (so that winetricks et
al don't have to try to figure out what version that should be).
--
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=48982
Bug ID: 48982
Summary: Update of T@X 2020 Business fails
Product: Wine
Version: 5.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dieter.jurzitza(a)t-online.de
Distribution: ---
Created attachment 66959
--> https://bugs.winehq.org/attachment.cgi?id=66959
Backtrace from wine as such
I have been using T@X20XX (say, XX=20 for this years version) for years now -
flawlessly under wine. Now it seems as if the supplier introduced new functions
that cause the latest update to fail when attempting to activate it.
I started
wine TaxSteuersoftware2020BusinessUpdate271814.exe
and after a short time it bails out with an exception message - please see both
the logfile (backtrace.txt) and a screenshot (backtrace.jpg) of the things that
happen attached.
Thank you for looking into this - and let me know if I can do anything to
support this activity.
--
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.