https://bugs.winehq.org/show_bug.cgi?id=42085
Bug ID: 42085
Summary: Crash when copy/past object
Product: Wine
Version: 2.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: olivier.mare(a)gmail.com
Distribution: ---
Created attachment 56597
--> https://bugs.winehq.org/attachment.cgi?id=56597
Crash when I use 'past' functionnality.
When I use copy/past function under B4A (Basic 4 Android) wineHQ crash.
System crash with 'past' method.
sorry for my bad 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=44494
Bug ID: 44494
Summary: Unhandled exception: unimplemented function
UxTheme.dll.SetWindowThemeAttribute called in 32-bit
code (0x7bc51219).
Product: Wine
Version: 3.0-rc6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: uxtheme
Assignee: wine-bugs(a)winehq.org
Reporter: nmad1(a)nmad1.plus.com
Distribution: ---
Created attachment 60454
--> https://bugs.winehq.org/attachment.cgi?id=60454
backtrace
unimplemented function in uxtheme.dll
--
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=50634
Bug ID: 50634
Summary: IADsOpenDSObject::OpenDSObject() must be splitting
"domain\user" username into ldap_bind_s()'s Domain and
User
Product: Wine
Version: 6.1
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: activeds
Assignee: wine-bugs(a)winehq.org
Reporter: damjan.jov(a)gmail.com
Distribution: ---
Created attachment 69341
--> https://bugs.winehq.org/attachment.cgi?id=69341
AD domain\user authentication test case
As per the patch I am going to send:
"Extensive tests show that, for the secure authentication case, adsldp's
IADsOpenDSObject::OpenDSObject() and wldap32's ldap_bind_s() both agree on
success/failure and generate equivalent network packets, only when
IADsOpenDSObject::OpenDSObject() splits up "domain\user" style usernames into
SEC_WINNT_AUTH_IDENTITY_W's Domain and User, while ldap_bind_s() receives them
already split up like that, regardless of the domain's format (domain,
domain.local) or even correctness."
This is the testcase I used to develop my patch. It requires a specific AD
server so I cannot add it to the tree.
Build:
i686-w64-mingw32-gcc10 ldaptest.c -o ldaptest.exe -lwldap32 -lole32 -loleaut32
Run:
[wine] ldaptest.exe server:port user password
with the "user" being either a username or domain\username with different
domains.
--
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=50290
Bug ID: 50290
Summary: Thunderbird 78.5.1 device_notify_proc() thread crashes
with a stack overflow inside
RtlCaptureStackBackTrace()
Product: Wine
Version: 6.0-rc1
Hardware: x86-64
URL: https://download.mozilla.org/?product=thunderbird-78.5
.1-SSL&os=win64&lang=en-US
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
This doesn't actually result in any visible problems with the application
(though I didn't try very hard to use it), but looks like a bug worth fixing
nonetheless. In theory the crash actually breaks device notification, but I'm
not sure what devices Thunderbird is trying to be notified of, or if Wine
actually supports hotplugging them.
The only visible symptom is:
01a0:err:virtual:virtual_setup_exception stack overflow 560 bytes in thread
01a0 addr 0x7f87f3cd7c73 stack 0x19a70dd0 (0x19a70000-0x19a71000-0x1a270000)
This thread is then terminated. It seems that it doesn't affect the rest of the
process. But the exception bothered me, and upon examination it happens inside
of RtlCaptureStackBackTrace().
What the application actually does is to hook LdrLoadDll and then later trigger
delay-loading for some rpcrt4 function from sechost. Inside of the hook it
calls RtlCaptureStackBackTrace(). The problem is that one of the functions is
missing unwinding information. The function in question is
__tailMerge_dlls_rpcrt4_librpcrt4_delay_a, generated by dlltool. It's missing
seh annotations (and is not in a form compatible with SEH).
The full call stack is something like this:
- RtlCaptureStackBackTrace
- application hook of LdrLoadDll
- LdrResolveDelayLoadedAPI [dlls/ntdll/loader.c]
- __delayLoadHelper2 [sechost.dll, from libs/winecrt0/delay_load.c]
- __tailMerge_dlls_rpcrt4_librpcrt4_delay_a [sechost.dll, from
libs/rpcrt4/librpcrt4.delay.a]
- RpcStringBindingComposeW [delay thunk in sechost.dll, tail caller]
- device_notify_proc [sechost.dll, dlls/sechost/service.c]
RtlCaptureStackBackTrace() tries to unwind past the tailMerge function, but
can't, and ends up recursing until the stack overflows. [I didn't actually
investigate why, but I'm assuming that RtlCaptureStackBackTrace() is not what's
broken here.]
Patching dlltool to generate SEH directives allows everything to work nicely;
the crash is avoided and a valid stack backtrace is returned.
--
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=12519
Summary: Yahoo! Widget Engine wont start, OLEPictureImpl_Load
Error
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P1
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wwarsin(a)gmail.com
Created an attachment (id=12075)
--> (http://bugs.winehq.org/attachment.cgi?id=12075)
Output from terminal
Yahoo! Widget Engine 4.5 Wont start - fixme:ole:OLEPictureImpl_Load Failure
while reading picture header (hr is 0, nread is 0).
Installs fine, but wont start
--
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=15632
Summary: InspireData crashes when starting new project
Product: Wine
Version: 1.1.6
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: munchkinguy(a)hotmail.com
Created an attachment (id=16667)
--> (http://bugs.winehq.org/attachment.cgi?id=16667)
InspireData crash log
After downloading the InspireData Trial from http://inspiration.com/Freetrial,
and installing it (MS Core fonts are required), the application is started.
After clicking "Continue" the Main Menu is displayed.
After clicking "New", the following messages are displayed: "InspireData has
encountered an error which prevents the completion of your action. Please
choose Quit to exit InspireData. Please choose Continue to attempt to recover
from this error" and "InspireData encountered an error while waiting for your
response. InspireData will now exit." After clicking OK, the application exits.
The crash produces an error log, which I have attached.
--
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=42232
Bug ID: 42232
Summary: Sort version list by version number
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
URL: https://appdb.winehq.org/objectManager.php?sClass=appl
ication&iId=13986
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cges30901(a)gmail.com
Distribution: ---
Versions of LINE (Powered by Naver) is not sorted correctly. Version 4.10.x.x
and 4.11.x.x is not at the bottom of the list. I guess this is because '1' in
10 is less than '3'?
--
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=36964
Bug ID: 36964
Summary: Unity3D crashes on startup license activation window
(has workaround)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: registry
Assignee: wine-bugs(a)winehq.org
Reporter: Pendrokar(a)gmail.com
What crashes is the license window, a workaround is to add a key to the Wine
registry:
wine reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion" /v ProductId
/t REG_SZ /d 12345-oem-0000001-54321
To install Unity to reproduce this bug only installing fonts might be the only
prerequisite.
--
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=32227
Bug #: 32227
Summary: wine doesent let me to run P2kCommander-V6.0.0
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: correoparabasuraytodolodemas(a)gmail.com
Classification: Unclassified
Created attachment 42504
--> http://bugs.winehq.org/attachment.cgi?id=42504
imagen del error tirado por wine
quisiera saber que tengo que hacer para usar software p2k para plataformas p2k
de celulares.
--
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=9366
Summary: QuickTimePlayer 7.2.0.240 aborts on unimplemented
function gdiplus.dll.GdipCreateRegion
Product: Wine
Version: CVS
Platform: Other
URL: http://www.apple.com/quicktime/download/
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Quicktime player 7.2.0.240 requires Windows XP or higher,
so you have to run winecfg to set windows version before trying to install.
The app installs, but trying to start it fails with
wine: Call from 0x7ee1cf20 to unimplemented function
gdiplus.dll.GdipCreateRegion, aborting
Installing native gdiplus gets the app to start
and mostly run; I was able to watch a lunar lander
movie clip. (I wasn't able to quit the app, though! :-)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.