http://bugs.winehq.org/show_bug.cgi?id=29685
Bug #: 29685
Summary: Manifest generator (ecmangen) tool from Windows
Platform SDK 7.1 crashes due to unhandled
facet/regular expression in XML schema (escape
sequence)
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
the "ecmangen" tool (Manifest generator gui) crashes due to unhandled
facet/regular expression in XML schema.
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Microsoft SDKs/Windows/v7.1/Bin
...
$ wine ./ecmangen.exe
--- snip ---
Trace log:
--- snip ---
...
0025:trace:msxml:domdoc_QueryInterface
(0x1503c8)->({4f2f4ba2-b822-11df-8b8a-6850dfd72085} 0x32f71c)
0025:trace:msxml:node_query_interface (0x1503c8)->(IID_xmlnode 0x32f71c)
...
0025:trace:msxml:Schema_parse (0x7c96a400)
regexp error : failed to compile: Wrong escape sequence, misuse of character
'\'
regexp error : failed to compile: internal: no atom generated
regexp error : failed to compile: genrate transition: atom == NULL
regexp error : failed to compile: xmlFAParseAtom: expecting ')'
regexp error : failed to compile: xmlFAParseRegExp: extra characters
0025:err:msxml:Schema_parse "Element
'{http://www.w3.org/2001/XMLSchema}pattern': The value
'(\\$\\([Ss]tring\\..*\\))|(\\$\\([Mm][Cc]\\..*\\))' of the facet 'pattern' is
not a valid regular expression.\n"failed to parse doc
...
0025:Call oleaut32.SysAllocString(0015034c L"Failed trying to add schema file
to cache.") ret=0100adc3
...
0025:Call msvcrt._CxxThrowException(0032f848,01041d10) ret=01039b9e
...
0025:Call KERNEL32.MultiByteToWideChar(00000000,00000000,6868ef1a "Runtime
error!",0000000e,0032e7c8,00000400) ret=6866169a
0025:Ret KERNEL32.MultiByteToWideChar() retval=0000000e ret=6866169a
0025:Call KERNEL32.MultiByteToWideChar(00000000,00000000,6868ef43 "abnormal
program termination",0000001c,0032dfc8,00000400) ret=6866169a
--- snip ---
The relevant part of XML schema:
--- snip ---
<xs:schema targetNamespace="http://schemas.microsoft.com/win/2004/08/events"
elementFormDefault="qualified"
xmlns:man="http://schemas.microsoft.com/win/2004/08/events"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
...
<xs:simpleType name="strTableRef">
<xs:annotation>
<xs:documentation>
Value of this attribute should be of the form $(string.stringTableId),
where stringTableId is the 'id' attribute of a <string> element
defined in the <stringTable> section. Or it could be of the form
$(mc.mcSymbolId), where mcSymbolId is the symbol of a message string
defined in a .mc file.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="(\$\([Ss]tring\..*\))|(\$\([Mm][Cc]\..*\))"/>
</xs:restriction>
</xs:simpleType>
--- snip ---
'winetricks -q msxml6' works around.
Regards
--
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=23153
Summary: OS X cannot redirect steam:// URL to Steam.exe
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: richardcavell(a)mail.com
Created an attachment (id=28798)
--> (http://bugs.winehq.org/attachment.cgi?id=28798)
Dialog box
I am running the PC version of Steam within OS X. I have installed Half-Life.
Now I would like to install the high-definition pack. The way to do this is to
visit the link:
steam://installaddon/halflifehd
However, clicking on this link does not automatically send the click to Steam
(so whatever API is used by Steam to register steam:// to redirect to Steam.exe
is having no effect).
When I click on the above link, I get a dialog box within OS X (attached). From
within this dialog, I can select any OS X application (*.app) to receive the
steam:// click. However, if I navigate my drive_c directory, all Windows
executables, including Steam.exe, are gray and cannot be selected. Therefore, I
cannot redirect it to the PC version of Steam. (It's worth noting that one
could redirect it to the Mac version of Steam).
This is obviously a problem with Wine fitting into the OS X design paradigm.
But the program doesn't work as it's supposed to, so it's a bug.
Richard
--
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=29240
Bug #: 29240
Summary: Anti-aliasing not working for all fonts
Product: Wine
Version: 1.3.34
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: A.Fettouhi(a)gmail.com
Classification: Unclassified
Yesterday I updated wine on my Arch 64 bit system from 1.3.33 to 1.3.34. Since
then I've noticed that some now aren't anti-aliased anymore. I've seen it in
Steam when looking at the fonts displaying "MAC", "VIDEOS" etc. on the main
page and on the install pop-up that appears when you install flash11. These
fonts looked fine on 1.3.33 but with 1.3.34 they look "ugly". So some kind of
regression happended.
--
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=9901
Summary: GetMonitorInfo returns wrong work area
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lich(a)math.spbu.ru
GetMontorInfo always returns rcWork equal to rcMonitor, but it must take panels
and taskbars into account.
The only solution I can see is to use SystemParametersInfo(SPI_SETWORKAREA)
during initialization time, but I do not know how to deal with different
monitors.
P.S. It is needed to properly implement maximum dimensions of console window.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28750
Bug #: 28750
Summary: Access violations and OLE errors using a WebBrowser
based sample application
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: idw.doc(a)t-online.de
Classification: Unclassified
PLease download and run my sample application for duplicating the crash(es),
I'm not using Wine myself, but user's of my sample application reported several
fatal errors when launching it: It's a simple HTML editor based on the
IWebBrowser and MSHTML interfaces, available at
<http://idw-doc.homepage.t-online.de/PMUtils/IEWriter.zip>.
A single URL parsing issue (in shlwapi) has already been fixed, see
<http://source.winehq.org/patches/data/79958>.
--
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=25817
Summary: FlashGet 1.73 dropzone is broken
Product: Wine
Version: 1.3.11
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
Created an attachment (id=32902)
--> (http://bugs.winehq.org/attachment.cgi?id=32902)
screenshot
FlashGet 1.73 dropzone doesn't has picture/logo of program.
( http://down6.flashget.com/fgf173.exe )
--
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=29994
Bug #: 29994
Summary: SDP Downloader: Marking URL in textbox doesn't work
Product: Wine
Version: 1.4-rc5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atalanttore(a)googlemail.com
Classification: Unclassified
Hi,
there's another little problem within the GUI of SDP Downloader 2.3.0 [1],
which is not present on Windows.
1) Start SDP Downloader 2.3.0
2) File -> Open
3) And an URL
4) OK
5) File -> Open
--
6a) Click once in the URL box and press Ctrl + A.
7a) On Windows, the URL is marked, but on Wine: nothing.
---
6b) Click three times in the URL box.
7b) On Windows, the whole URL is marked, but on Wine only a part of the URL or
nothing will be marked.
[1] http://sdp.ppona.com/
--
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=14797
Summary: Setting up SSL Email access
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msetzerii(a)gmail.com
Pegasus Mail is a critical program that I use on my only windows 98, and am
looking to move to complete linux. The regular email via port 25 and 110 seem
to work fine, but with accounts like gmail, one must use secure ports 995 and
465. Attempts to do this result in no trace file. I'm not clear if and how
these ports need to be activated in wine, or if some dll needs to be added.
There isn't any error message, it just fails with no trace information
available.
--
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=21811
Summary: 3impact tech demo collection crashes on first demo
Product: Wine
Version: 1.1.39
Platform: x86
URL: http://www.3impact.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://www.3impact.com/3Impact_Engine/dyruk89b/3impact51_demo.exe
is a set of demos showing mannekins flailing about and boulders rolling.
Runs great on Vista.
It installs fine on Wine. To start the app, do
cd ~/".wine/drive_c/Program Files/3impact5demos"
wine demos.exe skinnedragdoll.dll
The first problem is bug 21790; do 'winetricks vcrun2005' to get past that.
The next problem is a crash related to
d3dx9_36.D3DXAssembleShaderFromResourceW,
roughly bug 12020. Work around this with 'winetricks d3dx9'.
The next problem is that full-screen mode doesn't work (bug 21791).
Work around this by telling the demo to run in a window.
This prompts you to press N, and then crashes after you do, with
wine: Unhandled page fault on read access to 0x0000001c at address 0x431c10
(thread 0009), starting debugger...
I'll attach a +relay,+seh log.
--
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.