http://bugs.winehq.org/show_bug.cgi?id=33772
Bug #: 33772
Summary: UTF-8 Conversion Error
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cupp(a)computer.org
Classification: Unclassified
Attempts to launch TextPad results in a pop up error reporting: UTF-8
Conversion Error.
Result is that TextPad does not launch normally since it cannot open the stored
configuration file. Work around -- open the folder and remove the
configuration file. Then TextPad launches.
However, because of this error, the program cannot be registered (you are
running a "trial copy") and you must delete the configuration file each time
the application is launched.
History: I have been running TextPad (now on version 6.22) under WINE for a
long time. Recently, through yum update WINE advanced to WINE 1.5.29 (I think
the previous version was WINE 1.5.25). Both before and after the update,
TextPad worked. However, with WINE 1.5.29 another application I use no longer
functioned.
I was able to roll back to WINE 1.5.2 and the other application works. Now,
however, TextPad has this UTF-8 Conversion error. (I can't find any other
applications that exhibit this problem.) Possibly a newer version of WINE
would work but I don't know.
--
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=30929
Bug #: 30929
Summary: Wine doesn’t work with neo2 (keyboard layout)
Product: Wine
Version: 1.5.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chritallic(a)gmail.com
Classification: Unclassified
I’m experiencing problems when using the neo2 keyboard-layout (shipped with
most current Linux distributions afaik).
This keyboard layout puts the arrow keys and some other functional keys on
letters (accessible in combination with a certain Mod key). See
http://neo-layout.org/grafik/tastatur3d/hauptfeld/tastatur_neo_Ebene3.png
However, using wine applications, the arrow keys stop working. Furthermore,
Wine is not showing any debug messages, it just ignores the key strokes.
Please correct it if this is not a wineserver related bug. I was guessing. :-)
--
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=39779
Bug ID: 39779
Summary: Deadlock due to lock order inversion: LoaderSection
and Win16Mutex
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
Assignee: wine-bugs(a)winehq.org
Reporter: lixjcn(a)yahoo.com
Distribution: ---
I run a win16 program(A) by wine(version wine-1.7.36) in LINUX, in which it
calls another two win16 program(B, C) in sequence using WinExec call. Then it
falls into the deadlock, after investigation, I figured the root cause is due
to lock order inversion(falls to the case of lock order inversion description
in
https://msdn.microsoft.com/en-us/library/windows/desktop/dn633971(v=vs.85).…
Detailed info:
* B thread is exiting thread, call stack as: exit_thread --> LdrShutdownThread
(in this function, it lock LoaderLock LoaderSection first) --> ...(see bt for
details) -> Task_ExitTask(in this function, it try to lock Win16Lock)
* C thread is executing WinExec for the second win16 program, it goes normal
call stack: WinExec16(note: by here, the process already acquired lock
Win16Lock) --> ...(see bt for details) -->load_library --> LdrLoadDll(it try to
lock LoaderLock)
* Per microsoft DLL Best Practice, "The loader lock must be at the bottom of
this hierarchy", then having Win16Lock after Loader lock in exiting thread for
win16 program isn't proper. Would you please consider a fix?
log info:
err:ntdll:RtlpWaitForCriticalSection section 0x689b3ba0 "syslevel.c:
Win16Mutex" wait timed out in thread 002e, blocked by 002c, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bcbb444 "loader.c:
loader_section" wait timed out in thread 002c, blocked by 002e, retrying (60
sec)
bt info:
Wine-dbg>bt 0x2e //note: this is bt for thread B
Backtrace:
=>0 0x68000832 _dl_sysinfo_int80+0x2() in ld-linux.so.2 (0x00000000)
1 0x682fb0a7 syscall+0x26() in libc.so.6 (0x00000000)
2 0x7bc3a5ae RtlpWaitForCriticalSection+0x2ed(crit=(nil))
[/local/li/wine-e6e50f6/dlls/ntdll/critsection.c:69] in ntdll (0x0091e6f8)
3 0x7bc3ac9f RtlEnterCriticalSection+0x5e(crit=(nil))
[/local/li/wine-e6e50f6/dlls/ntdll/critsection.c:568] in ntdll (0x0091e738)
4 0x6898a2e6 _EnterSysLevel+0x85(lock=(nil))
[/local/li/wine-e6e50f6/dlls/krnl386.exe16/syslevel.c:104] in krnl386.exe16
(0x0091e7a8)
5 0x6898a4d1 _EnterWin16Lock+0x30()
[/local/li/wine-e6e50f6/dlls/krnl386.exe16/syslevel.c:184] in krnl386.exe16
(0x0091e7d8)
6 0x6898d279 TASK_ExitTask+0x18()
[/local/li/wine-e6e50f6/dlls/krnl386.exe16/task.c:559] in krnl386.exe16
(0x0091e838)
7 0x689769bb DllMain+0x13a(hinst=(nil), reason=0, reserved=0x0(nil))
[/local/li/wine-e6e50f6/dlls/krnl386.exe16/kernel.c:62] in krnl386.exe16
(0x0091e868)
8 0x6899a938 __wine_spec_dll_entry+0x47(inst=(nil), reason=0,
reserved=0x0(nil)) [/local/li/wine-e6e50f6/dlls/winecrt0/dll_entry.c:40] in
krnl386.exe16 (0x0091e8b8)
9 0x7bc51356 call_dll_entry_point+0x15() in ntdll (0x0091e8e8)
10 0x7bc52c1d MODULE_InitDLL+0xec(wm=<is not available>, reason=0x3,
lpReserved=0x0(nil)) [/local/li/wine-e6e50f6/dlls/ntdll/loader.c:1082] in ntdll
(0x0091ea28)
11 0x7bc53646 LdrShutdownThread+0xa5()
[/local/li/wine-e6e50f6/dlls/ntdll/loader.c:2602] in ntdll (0x0091ea68)
12 0x7bc871e5 exit_thread+0x44(status=0)
[/local/li/wine-e6e50f6/dlls/ntdll/thread.c:392] in ntdll (0x0091eb18)
13 0x7bc7c9f2 call_thread_exit_func+0x11() in ntdll (0x0091eb38)
14 0x0091f388 (0x0091f388)
15 0x68207a49 start_thread+0xc8() in libpthread.so.0 (0x0091f498)
16 0x682feaee __clone+0x5d() in libc.so.6 (0x00000000)
Wine-dbg>bt 0x2c //note: this is bt for thread C
Backtrace:
=>0 0x68000832 _dl_sysinfo_int80+0x2() in ld-linux.so.2 (0x00000000)
1 0x682fb0a7 syscall+0x26() in libc.so.6 (0x00000000)
2 0x7bc3a5ae RtlpWaitForCriticalSection+0x2ed(crit=(nil))
[/local/li/wine-e6e50f6/dlls/ntdll/critsection.c:69] in ntdll (0x007de098)
3 0x7bc3ac9f RtlEnterCriticalSection+0x5e(crit=(nil))
[/local/li/wine-e6e50f6/dlls/ntdll/critsection.c:568] in ntdll (0x007de0d8)
4 0x7bc5825d LdrLoadDll+0x4c(path_name=<couldn't compute location>, flags=0,
libname=(nil), hModule=(nil))
[/local/msli/wine-e6e50f6/dlls/ntdll/loader.c:2154] in ntdll (0x007de138)
5 0x7b85b0a8 load_library+0xd7(libname=0x7de1d8, flags=0)
[/local/li/wine-e6e50f6/dlls/kernel32/module.c:947] in kernel32 (0x007de1a8)
6 0x7b85b1c6 LoadLibraryExW+0x55(libnameW=0x0(nil), hfile=0x0(nil), flags=0)
[/local/li/wine-e6e50f6/dlls/kernel32/module.c:1004] in kernel32 (0x007de1f8)
7 0x7b85b32b LoadLibraryExA+0x5a(libname=0x0(nil), hfile=0x0(nil), flags=0)
[/local/li/wine-e6e50f6/dlls/kernel32/module.c:984] in kernel32 (0x007de238)
8 0x7b85b38d LoadLibraryA+0x3c(libname=0x0(nil))
[/local/li/wine-e6e50f6/dlls/kernel32/module.c:1036] in kernel32 (0x007de268)
9 0x6897e75e
MODULE_LoadModule16+0x32d(libname="Z:\home\li\v02_~c4j.01\wla.exe", implicit=0,
lib_only=0) [/local/li/wine-e6e50f6/dlls/krnl386.exe16/ne_module.c:992] in
krnl386.exe16 (0x007de3c8)
10 0x6897f57f LoadModule16+0xae(name=0x0(nil), paramBlock=0x0(nil))
[/local/li/wine-e6e50f6/dlls/krnl386.exe16/ne_module.c:1161] in krnl386.exe16
(0x007de428)
11 0x6897fafd WinExec16+0x3ac(lpCmdLine=0x0(nil), nCmdShow=0)
[/local/li/wine-e6e50f6/dlls/krnl386.exe16/ne_module.c:1645] in krnl386.exe16
(0x007de5c8)
12 0x68946137 __i686.get_pc_thunk.bx+0xa3f() in krnl386.exe16 (0x007de5f8)
13 0x68948a6e __wine_call_from_16+0x75() in krnl386.exe16 (0x007de628)
14 0x1287:0xe7e1 (0x12bf:0x3d84)
15 0x128f:0x1de3 (0x12bf:0x3f4e)
16 0x128f:0x144a (0x12bf:0x4076)
17 0x128f:0x0ae4 (0x12bf:0x4120)
18 0x128f:0x09d0 (0x12bf:0x458c)
19 0x1287:0xe13d (0x12bf:0x45a2)
20 0x1287:0x46d6 (0x12bf:0x4688)
21 0x1287:0x320e (0x12bf:0x4bcc)
22 0x127f:0x00e7 (0x12bf:0x4bde)
23 0x127f:0x00b4 (0x12bf:0x0000)
--
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=39829
Bug ID: 39829
Summary: Unsupported Function "System.ServiceModel.Web"
Product: Wine
Version: 1.8
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marvinhagge(a)hotmail.de
fixme:shell:URL_ParseUrl failed to parse L"System.ServiceModel.Web"
When running a .NET 4.5 application
--
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=39813
Bug ID: 39813
Summary: Library BTHPROPS.DLL not found
Product: Wine
Version: 1.8-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: agajania(a)cs.newpaltz.edu
Distribution: ---
When running an enterprise reporting application, there is an error "Library
BTHPROPS.DLL not found" and then the program aborts.
$ WINEPREFIX=~/reportClient/.wine wine ~/reportClient/reportClient.exe
wine: created the configuration directory '/home/username/reportClient/.wine'
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{6d5140c1-7436-11ce-8034-00aa006009fa}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub,
hres=0x80004002
err:ole:CoMarshalInterface Failed to marshal the interface
{6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
err:ole:get_local_server_stream Failed: 80004002
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{6d5140c1-7436-11ce-8034-00aa006009fa}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub,
hres=0x80004002
err:ole:CoMarshalInterface Failed to marshal the interface
{6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
err:ole:get_local_server_stream Failed: 80004002
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x6a07afa1, context
0xa33ba8, init_notify 0, handle 0x130e7a4): stub
fixme:iphlpapi:CancelMibChangeNotify2 (handle (nil)): stub
wine: configuration in '/home/username/reportClient/.wine' has been updated.
err:module:import_dll Library BTHPROPS.DLL (which is needed by
L"Z:\\home\\username\\reportClient\\reportClient.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\username\\reportClient\\reportClient.exe" failed, status c0000135
See also bug #39259.
--
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=39827
Bug ID: 39827
Summary: Unsupported Function "System.IdentityModel"
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marvinhagge(a)hotmail.de
Distribution: ---
fixme:shell:URL_ParseUrl failed to parse L"System.IdentityModel"
When running a .NET 4.5 application
--
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=39826
Bug ID: 39826
Summary: Unsupported Function "System.Runtime.Serialization"
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marvinhagge(a)hotmail.de
Distribution: ---
fixme:shell:URL_ParseUrl failed to parse L"System.Runtime.Serialization"
When running a .NET 4.5 application
--
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=39828
Bug ID: 39828
Summary: Unsupported Function "System.ServiceModel.Channels"
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marvinhagge(a)hotmail.de
Distribution: ---
fixme:shell:URL_ParseUrl failed to parse L"System.ServiceModel.Channels"
When running a .NET 4.5 application
--
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=39825
Bug ID: 39825
Summary: Unsupported Function "System.Transactions"
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marvinhagge(a)hotmail.de
Distribution: ---
fixme:shell:URL_ParseUrl failed to parse L"System.Transactions"
When running a .NET 4.5 application
--
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.