http://bugs.winehq.org/show_bug.cgi?id=5809
------- Additional Comments From focht(a)gmx.net 2007-16-04 16:24 -------
Hello,
you have to start the msi installer service manually before trying to run msi
client on NT based wine configs.
For that, use a tool which can call appropriate SCM api.
A very handy one is the NT based "sc.exe" (copy it over from windows system32
installation).
The errornous CLSID you see in trace {000C101C-0000-0000-C000-000000000046} is
IMsiServer, provided by …
[View More]CoRegisterClassObject which runs in ServiceMainThread .
You have following options:
1. run native msi under winecfg=Win9X -> runs msi as inproc server -> no service
used
2. use sc.exe to spawn separate service (out-of-proc ole server) process
To ensure all necessary registry entries are created you can use following
options on msiexec.exe binary itself:
/regserver (out-of-proc ole service)(out-of-proc ole service)
/regserverca (out-of-proc ole service)
/regnoservice (out-of-proc ole server only)
(same applies to /unregxxxxx stuff)
You can run native msiexec installer from commandline using following options:
as client: "msiexec /i <product>.msi /l*v install.log"
as service (name = "msiserver"): "msiexec /v"
as custom action server: "msiexec.exe -Embedding <some GUID>"
Basically:
1. "wine msiexec /regserver"
2. "wine sc.exe start MsiService" (after that you have msiexec service process
running)
3. "wine msiexec /i <blah>.msi /l*v install.log"
If you have problems/encounter bugs, feel free to report back.
This stuff probably applies to many native msi installer service related bug
reports :)
Regards
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=8058
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://folding.stanford.edu/
| |download.html
Severity|major |normal
Keywords| |download
------- Additional Comments …
[View More]From thestig(a)google.com 2007-16-04 16:13 -------
seems to work here.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=8074
Summary: Dungeon Siege II has a major memory leak
Product: Wine
Version: 0.9.35.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: floppie(a)quadra-tec.net
Once I updated WINE to 0.9.35, I noticed that, while playing Dungeon Siege …
[View More]II,
the game slowly takes up more and more memory (at a rate of roughly 1MB/sec on
my system). Once the OS starts denying it memory, it crashes. I have 1GB of
system RAM and a 2GB swap partition, and it starts getting denied once the swap
partition is up to roughly 1.6GB. Naturally, once the physical memory fills up
the game's frame rate slows to a crawl.
The memory leak seems to occur in some fundamental underlying part of the game's
main loop - even sitting still in the middle of a town it occurs.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=8054
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
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=6943
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From truiken(a)gmail.com 2007-16-04 14:46 -------
Closing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the …
[View More]assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=6943
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From truiken(a)gmail.com 2007-16-04 14:45 -------
This shouldn't have been reopened. Marking as fixed again. I just ran the Swat
4 installer, …
[View More]and it still works fine with the latest release. The person that
commented about C&C3 shouldn't have reported about that here, and that bug has
been fixed anyway.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=6725
------- Additional Comments From cygnus2(a)post.cz 2007-16-04 14:44 -------
This bug still exists in latest Wine versions, now i tested it under wine-0.9.34
and wine-0.9.35. I tried set locale to en_US but without any effect. Normally i
have this settings.
LANG=cs_CZ.ISO-8859-2
LC_CTYPE="cs_CZ.ISO-8859-2"
LC_NUMERIC="cs_CZ.ISO-8859-2"
LC_TIME="cs_CZ.ISO-8859-2"
LC_COLLATE="cs_CZ.ISO-8859-2"
LC_MONETARY="cs_CZ.ISO-8859-2"
LC_MESSAGES="cs_CZ.ISO-…
[View More]8859-2"
LC_PAPER="cs_CZ.ISO-8859-2"
LC_NAME="cs_CZ.ISO-8859-2"
LC_ADDRESS="cs_CZ.ISO-8859-2"
LC_TELEPHONE="cs_CZ.ISO-8859-2"
LC_MEASUREMENT="cs_CZ.ISO-8859-2"
LC_IDENTIFICATION="cs_CZ.ISO-8859-2"
LC_ALL=cs_CZ.ISO-8859-2
I tried copy some windows fonts to ~/.wine/drive_c/windows/fonts directory but
without any effect in game and i added logfile with debug messages related to
fonts and two screenshots in different situations.
When game is started all text are visible, but after i click at any button in
game menu some characters (mostly all characters) disappear and texts become
invisible. Only some characters are displayed, but randomly and at wrong places.
--
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.
[View Less]