https://bugs.winehq.org/show_bug.cgi?id=47439
Bug ID: 47439
Summary: Multiple .NET 4.x applications using
System.Windows.Forms.InputLanguage.get_LayoutName()
crash due to missing registry data
Product: Wine
Version: 4.11
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
encountered with some .NET 4.x apps that make use of
'System.Windows.Forms.InputLanguage' class.
There is old bug 28170 ("Text Service and Input Languages" needs unimplemented
function USER32.dll.LoadKeyboardLayoutEx called") which contains some
information and partial registry snippets but here only the registry data is
required.
--- snip ---
...
002c:Call KERNEL32.FindNLSStringEx(015d124c L"",08400001,019b65b4
L"SYSTEM\\CurrentControlSet\\Control\\Keyboard
Layouts\\00000409",0000003a,015d4b70
L"\\",00000001,0034eb7c,00000000,00000000,00000000) ret=00b3711a
002c:Ret KERNEL32.FindNLSStringEx() retval=00000006 ret=00b3711a
002c:Call KERNEL32.FindNLSStringEx(015d124c L"",08400001,019b65c2
L"CurrentControlSet\\Control\\Keyboard Layouts\\00000409",00000033,015d4b70
L"\\",00000001,0034eb7c,00000000,00000000,00000000) ret=00b3711a
002c:Ret KERNEL32.FindNLSStringEx() retval=00000011 ret=00b3711a
002c:Call KERNEL32.FindNLSStringEx(015d124c L"",08400001,019b65e6
L"Control\\Keyboard Layouts\\00000409",00000021,015d4b70
L"\\",00000001,0034eb7c,00000000,00000000,00000000) ret=00b3711a
002c:Ret KERNEL32.FindNLSStringEx() retval=00000007 ret=00b3711a
002c:Call KERNEL32.FindNLSStringEx(015d124c L"",08400001,019b65f6 L"Keyboard
Layouts\\00000409",00000019,015d4b70
L"\\",00000001,0034eb7c,00000000,00000000,00000000) ret=00b3711a
002c:Ret KERNEL32.FindNLSStringEx() retval=00000010 ret=00b3711a
002c:Call KERNEL32.FindNLSStringEx(015d124c L"",08400001,019b6618
L"00000409",00000008,015d4b70
L"\\",00000001,0034eb7c,00000000,00000000,00000000) ret=00b3711a
002c:Ret KERNEL32.FindNLSStringEx() retval=ffffffff ret=00b3711a
002c:Call advapi32.RegOpenKeyExW(80000002,019b66d4
L"SYSTEM\\CurrentControlSet\\Control\\Keyboard
Layouts\\00000409",00000000,00020019,0034eca8) ret=04918a99
002c:Call ntdll.RtlInitUnicodeString(0034ebe0,019b66d4
L"SYSTEM\\CurrentControlSet\\Control\\Keyboard Layouts\\00000409") ret=7125815b
002c:Ret ntdll.RtlInitUnicodeString() retval=00000076 ret=7125815b
002c:Call ntdll.NtOpenKeyEx(0034eca8,00020019,0034ebe8,00000000) ret=7125818f
002c:Ret ntdll.NtOpenKeyEx() retval=c0000034 ret=7125818f
002c:Call ntdll.RtlNtStatusToDosError(c0000034) ret=7125819b
002c:Ret ntdll.RtlNtStatusToDosError() retval=00000002 ret=7125819b
002c:Ret advapi32.RegOpenKeyExW() retval=00000002 ret=04918a99
002c:trace:seh:raise_exception code=c0000005 flags=0 addr=0xfd36774 ip=0fd36774
tid=002c
002c:trace:seh:raise_exception info[0]=00000000
002c:trace:seh:raise_exception info[1]=00000000
002c:trace:seh:raise_exception eax=00000000 ebx=04090409 ecx=00000000
edx=019b630c esi=00000000 edi=0034ed48
002c:trace:seh:raise_exception ebp=0034ed54 esp=0034ed10 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00210246
002c:trace:seh:call_vectored_handlers calling handler at 0xcaa398 code=c0000005
flags=0
002c:Call KERNEL32.GetLastError() ret=00caa3c6
002c:Ret KERNEL32.GetLastError() retval=00000000 ret=00caa3c6
002c:trace:seh:call_vectored_handlers handler at 0xcaa398 returned 0
002c:trace:seh:call_stack_handlers calling handler at 0xc79eed code=c0000005
flags=0
002c:Call KERNEL32.GetLastError() ret=00b3af80
--- snip ---
Managed backtrace:
--- snip ---
0042:err:eventlog:ReportEventW L"Application: AWVSSAO_Launcher.exe\nFramework
Version: v4.0.30319\nDescription: The process was terminated due to an
unhandled exception.\nException Info: System.NullReferenceException\nStack:\n
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object,
System.Delegate, S"...
0042:fixme:advapi:DeregisterEventSource (0xcafe4242) stub
Unhandled Exception: System.NullReferenceException: Object reference not set to
an instance of an object.
at System.Windows.Forms.InputLanguage.get_LayoutName()
at Rek.Launcher.MainWindow.OnSourceInitialized(EventArgs args)
at System.Windows.Window.CreateSourceWindow(Boolean duringShow)
at System.Windows.Window.CreateSourceWindowDuringShow()
at System.Windows.Window.SafeCreateWindowDuringShow()
at System.Windows.Window.ShowHelper(Object booleanBox)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate
callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source,
Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at
System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object
state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext
executionContext, ContextCallback callback, Object state, Boolean
preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext,
ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext,
ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg,
IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam,
IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate
callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source,
Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority
priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr
wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
at System.Windows.Application.RunDispatcher(Object ignore)
at System.Windows.Application.RunInternal(Window window)
at System.Windows.Application.Run(Window window)
at Rek.Launcher.App.Main()
--- snip ---
.NET Framework source for reference:
https://github.com/dotnet/winforms/blob/f38a7a167d8f83924d43f8d2d8f2b030343…
In this case it's enough to have the base key created, without any
subkeys/data.
--- snip ---
$ wine reg add "HKLM\System\CurrentControlSet\Control\Keyboard
Layouts\00000409"
--- snip ---
$ wine --version
wine-4.11-192-g90a1e5d943
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=46769
Bug ID: 46769
Summary: Discord doesn't draw mouse cursor or receive clicks
unless used with a virtual desktop
Product: Wine
Version: 4.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: throwawayaccx(a)gmail.com
Distribution: ---
Soon as I hover over the window the cursor disappears. Have to navigate with
keyboard or use a virtual desktop.
--
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=46768
Bug ID: 46768
Summary: Discord fails to download games
Product: Wine
Version: 4.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: throwawayaccx(a)gmail.com
Distribution: ---
Created attachment 63778
--> https://bugs.winehq.org/attachment.cgi?id=63778
Wine log of launching Discord and trying to install a game through it.
Discord complains about server issues and fails to download games because of
that.
--
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=43775
Bug ID: 43775
Summary: Heroes of the Storm crash on start with d3d11
Product: Wine
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maxi.cass11(a)gmail.com
Distribution: ---
Created attachment 59282
--> https://bugs.winehq.org/attachment.cgi?id=59282
terminal Output 2.17-staging with dx11
I don't know if the bug is in the non-staging version because Battlenet crash
in non-staging.
My game crash on my laptop with d3d11, I need to set the -dx9 argument to
correct this.
--
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=46474
Bug ID: 46474
Summary: GTA V crashing when loading the online mode
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jopiku(a)googlemail.com
Distribution: ---
Until a few days ago, the GTA V online mode could be started directly with
Steam Play for Linux/Proton without any problems. Latest Proton 3.16-6. This
worked until January 11th. Since January 12th no one can start GTA V in online
mode anymore:
-> https://github.com/ValveSoftware/Proton/issues/2211
-> https://github.com/ValveSoftware/Proton/issues/37#issuecomment-453743326
The Singleplayer works perfectly.
I have the same problems. If you start the game directly in online mode, it
loads for a while and crashes. A page appears in the Social Club client that
indicates an exception error.
There is a workaround that someone posted at Github, with which you can start
the game. By a STRACE on the GTAV.exe the abort is prevented when loading the
game and the online mode starts correctly:
-> https://github.com/ValveSoftware/Proton/issues/37#issuecomment-454812160
That´s the workaround:
1. In gnome terminal run:
until ps -C GTA5.exe >/dev/null; do sleep 1; echo "Waiting for GTA5.exe
process..."; done; strace -p $(ps -C GTA5.exe -o pid=)
2. start GTA5 via Steam (could be directly to Online mode)
I work with Linux Mint 19.1, Kernel 4.19.9, AMD Ryzen 5 1600X, AMD rx580 8GB,
16GB DDR4, Mesa 19.0 (Padoka PPA). But all other players with different
configurations have the same problem (see Github).
--
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=46183
Bug ID: 46183
Summary: A Hat in Time STEAM: crashes when launching the game.
problem only started when DLC patch came out.
Product: Wine
Version: 3.20
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: caleb050902(a)gmail.com
Created attachment 62849
--> https://bugs.winehq.org/attachment.cgi?id=62849
traceback file
When launching the game it crashes. Opting in to pre-dlc and version 1.0 fixes
it but then you can't use DLC (Obviously). I am using Staging.
--
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=25709
Summary: Some apps doesn't recieve focus in Virtual Desktop
Mode
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor-hkr(a)mail.ru
Configure WIne for using Virtual Desktop.
Start(for example) Total Commander(i used 7.55a)
Start (you can use Total Commander for this) regedit(or wordpad or notepad or
winecfg...). TotalCmd loses focus but regedit doesn't recieve it(its caption
still has gray background).
If you'll click on TotalCmd caption or minimize it(and it will recieve focus)
all becames ok(regedit can recieve focus after clicking)
--
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.
http://bugs.winehq.org/show_bug.cgi?id=34694
Bug #: 34694
Summary: Adobe reader 11.0.4 empty search results in PDF
portfolios
Product: Wine
Version: 1.7.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nick.payne(a)internode.on.net
Classification: Unclassified
Created attachment 46244
--> http://bugs.winehq.org/attachment.cgi?id=46244
Expanded search results under Wine
Reader 11.0.4 with flash support for viewing PDF portfolios installed on Linux
Mint 15 amd64.
Download of Adobe Reader XI 11.0.4:
ftp://ftp.adobe.com/pub/adobe/reader/win/11.x/11.0.04/en_US/AdbeRdr11004_en…
Download of Flash player/plugins:
http://www.adobe.com/support/flashplayer/downloads.html#fp11
Some example portfolio for testing:
http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/feature-detai…
For installation you need to work around bug 12501 -> 'winetricks mspatcha'
After installation you need to work around bug 25834 (disable protected mode),
bug 16144 (work around with 'winetricks atmlib'), and richedit component bug
with 'winetricks riched20'.
You can now search a portfolio and get back a search window showing hits in the
various PDF files in the portfolio, but the results are unusable because the
expanded results window doesn't contain any text for the search hits and they
can't be selected to jump to the relevant location in the PDF file where the
hit occurred. See the two uploaded screen dumps, showing the expanded results
window from performing the same search on a PDF portfolio using firstly Reader
11.0.4 under wine and then Reader 11.0.4 running on winxp.
At the point where I expand the search results (and find they're all empty), I
see the following on the console output:
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),1,3,(nil),0,(nil)) - stub!
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
fixme:qmgr:BITS_IBackgroundCopyJob_GetPriority Not implemented
fixme:qmgr:BITS_IBackgroundCopyJob_SetPriority (0x59750,0x00000001) stub
fixme:qmgr:BITS_IBackgroundCopyJob_GetPriority Not implemented
fixme:qmgr:BITS_IBackgroundCopyJob_AddFile Check for valid filenames and
supported protocols
fixme:wininet:InternetLockRequestFile STUB
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
--
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.
http://bugs.winehq.org/show_bug.cgi?id=15932
Summary: Adobe Photoshop 7, CS3 can't load images from URLs
Product: Wine
Version: 1.1.7
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In
http://www.pclinuxos.com/index.php?option=com_smf&Itemid=26&topic=51000.msg…
a user complained
"I am having a problem with PhotoShop7 in PClinux
in windows I can just past in the URL to open files from our servers exsample:
http://www.site.com/file.jpg
but when trying to do this in PClinux I get the error files can not contain
/:<>|"
I verified this with both Photoshop 7 and CS3.
On CS3, the error occurs with the OS dialog. (There's a button
to select OS or Adobe dialog.)
(And on wine, the Adobe dialog just silently doesn't respond to those URLs,
doesn't even highlight the Open button.)
I haven't verified this on Windows, but two people in that thread
confirmed it, so it's probably real.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=12007
Summary: Photoshop 7.0 Dragging Layers between Images dont work
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas(a)holzeisen.de
This bug was tested on Wine 0.9.57 running under Ubuntu Linux:
When dragging a layer from the layer list into another open image window it
should be duplicated for this image. Dragging and holding the layer over the
target-image results in drawing a black border, therefore the image gets
recognized correctly, but dropping gets ignored.
These errors appears on console when dragging layers:
fixme:win:EnumDisplayDevicesW ((null),0,0x34ced8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW (L"\\\\.\\DISPLAY1",0,0x34ced8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x34cee0,0x00000000), stub!
fixme:win:EnumDisplayDevicesW (L"\\\\.\\DISPLAY1",0,0x34cee0,0x00000000), stub!
--
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.