http://bugs.winehq.org/show_bug.cgi?id=4872
------- Additional Comments From kelfe(a)gmx.de 2006-29-06 13:05 -------
the registry key is created automaticly while creating ~/.wine after 0.9.15
--
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=1129
stefandoesinger(a)gmx.at changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |stefandoesinger(a)gmx.at
------- Additional Comments From stefandoesinger(a)gmx.at 2006-29-06 13:01 -------
Can you retest with wine 0.9.16 or the current wine git code? (or 0.9.17 when
it comes out)?
--
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=4842
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|oleaut32:GoldenSpade Poker |oleaut32:GoldenSpade Poker
|client will not run -- |client will not run
|ole:CoGetClassObject class |
|{d27cdb6e-ae6d-11cf-96b8- |
|444553540000} not registered|
------- Additional Comments From vitaliy(a)kievinfo.com 2006-29-06 12:50 -------
CLSID {d27cdb6e-ae6d-11cf-96b8-444553540000} is the "Shockwave Flash Object"
I guess you need to install one.
--
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=4842
ilan(a)fonz.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
--
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=5171
------- Additional Comments From kelfe(a)gmx.de 2006-29-06 12:42 -------
when you delete all portraits in cache/Pictures/Portraits and start Eve you can
see that the portraits on the login screen are generated at the lower right
corner of the screen
they are also upside down (they blink up for a very short time, after that they
are most likely captured (only black same with print-screen screen caputures in
capture/Screenshots/) and stored as image on disk)
--
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=5469
------- Additional Comments From juan_lang(a)yahoo.com 2006-29-06 12:00 -------
What does the following snippet do for you under Windows?
a$ = Chr$(1) + Chr$(2)
If a$ = Chr$(2) + Chr$(1) Then MsgBox ("Error")
--
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=4191
------- Additional Comments From sambesselink(a)planet.nl 2006-29-06 11:34 -------
I've deleted my ~/.wine folder and tried installing 3DMark2001 SE again. This
time I my winecfg was set to emulate win2000 instead of winXP.
I don't know which of the two was the cause (if not both), but now the install
completed. I did get a lot of err:rpc and err:ole messages, though, but I assume
these are a different 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=3105
------- Additional Comments From rob(a)codeweavers.com 2006-29-06 11:23 -------
spoolsv.exe is a service. First you need to add the service to the registry,
then you need to start it with StartService, like this:
SC_HANDLE scm = OpenSCManager(NULL, NULL, SC_MANAGER_CONNECT);
SC_HANDLE service = OpenService(scm, "SPOOLER", SERVICE_START);
BOOL ret = StartService(service, 0, NULL);
if (!ret)
printf("StartService failed with error %ld\n", GetLastError());
--
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.