http://bugs.winehq.org/show_bug.cgi?id=8174
Summary: Cannot use Ares P2P embedded media player
Product: Wine
Version: 0.9.35.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paloseco(a)gmail.com
after I download video and I double click it to play it the ares status bar says
ERROR 0x80040207 and the wine outputs in the console:
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
fixme:win:LockWindowUpdate (0x2002a), partial stub!
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb41-f175-11d1-a392-00e0291f3959} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb46-f175-11d1-a392-00e0291f3959} not found
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:quartz:AMGetErrorTextA (80040207,0x34f9e4,255) stub
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8173
------- Additional Comments From snoski3(a)yahoo.com 2007-25-04 16:07 -------
After Seg fault, system will not view directory on novell network. I need to
restart my pc to fix problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8173
Summary: Seg Fault Durring Install of STI Classroom 9.5
Product: Wine
Version: 0.9.35.
Platform: PC
URL: http://www.sti-k12.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: snoski3(a)yahoo.com
fixme:advapi:GetFileSecurityW (L"C:\\windows\\temp\\GLF172e.tmp") : returns fake
SECURITY_DESCRIPTOR
Segmentation fault
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8156
------- Additional Comments From cjstimpson(a)utwire.net 2007-25-04 15:56 -------
Created an attachment (id=5936)
--> (http://bugs.winehq.org/attachment.cgi?id=5936&action=view)
textlimit.cpp
Sample program that shows that EM_SETTEXTEX is not limited to the editor limit.
The MS documentation explicitly notes that EM_STREAMIN is not limited in some
cases. Apparently, neither is EM_SETTEXTEX.
By the way, implementing the EN_MAXTEXT notification didn't help PAF show all
the text.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8156
------- Additional Comments From dank(a)kegel.com 2007-25-04 15:52 -------
Nah, he's saying that maybe Wine needs to tell PAF
that the limit has been hit so the app can tell
richedit to expand its limit. (I guess.)
It would be useful to see if the EN_MAXTEXT message
actually gets sent in PAF 5 running under Windows.
A tool like http://www.windows-spy.com/
can be used to investigate this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8166
------- Additional Comments From dank(a)kegel.com 2007-25-04 15:48 -------
Did you verify that this file behaves as you
want under XP and its notepad?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8091
------- Additional Comments From wine(a)fdesar.net 2007-25-04 15:47 -------
Sorry : I don't use so I don't own/have any Window copy available
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8156
------- Additional Comments From rm.riches(a)verizon.net 2007-25-04 15:30 -------
Are you saying the 32K limit is intended? If so, that produces an unexpected
and highly indesirable difference in behavior between PAF 5 in XP vs. PAF 5 in
Wine. This issue was originally reported as a user-visible behavior
difference found by Sam Foit. PAF 5 will happily import blocks of more than 32K
of text from inside a GEDCOM file. The only known point at which there is a
problem is in the edit panel. I would argue that to maintain user-visible
compatibility between XP and Wine on a given application, the edit panel needs
to be able to handle much more than 32K.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8156
------- Additional Comments From cjstimpson(a)utwire.net 2007-25-04 15:08 -------
dlls/riched20/editor.c line 2942.
#define TEXT_LIMIT_DEFAULT 32767
That's exactly where the text was cut off.
Probably need to implement the EN_MAXTEXT notification.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8165
tom(a)mmto.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|DUPLICATE |
------- Additional Comments From tom(a)mmto.org 2007-25-04 14:32 -------
Looking into this further, this is NOT a regression
bug. I can run TOPO with Wine 0.9.35 just fine on
a single core AMD64 -- it gets the page fault only
on my dual core system (see the URL for lots of gory
details)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.