On Mon, 2005-07-04 at 21:51 -0700, James Liggett wrote:
> Hi,
> Out of curiosity, has anyone successfully been able to play HL2 or CS:S
> under wine? Today I finally worked out the kinks getting the original HL
> to work, and I know some people have been playing around with this
> stuff. Currently,
Hi,
Out of curiosity, has anyone successfully been able to play HL2 or CS:S
under wine? Today I finally worked out the kinks getting the original HL
to work, and I know some people have been playing around with this
stuff. Currently, HL2 and CS:S freeze over on startup. Has anyone even
gotten it to
Robert Shearman wrote:
I wrote the test, but I'm beginning to wish I hadn't. The failures are
either one of two things: differences in when the transforms are updated
in Win9x mode or possibly because it is too sensitive to the DPI of the
screen.
It's definitly not caused by differing DPIs a
Le lun 04/07/2005 à 21:24, Robert Shearman a écrit :
> Marcus Meissner wrote:
>
> >Hi,
> >
> >some confused users compile WINE without libgif or libjpeg
> >support.
> >
> >Make sure the testcase works without this compiled in.
> >
>
> Here is my opinion: the test cases running in Wine are designe
Robert Shearman wrote:
I don't think there is any need to split the function into two as you
can just use 'idstr' directly, instead of 's'. Also, note that this
function will soon be converted into using WCHARs, but I don't think
that should change anything.
One part of the function clearly
Robert Shearman wrote:
-ULONG ref; /* reference counter for this object */
+LONG ref; /* reference counter for this object */
IUnknown_AddRef and IUnknown_Release both return ULONGs so it looks like
you are just moving the problem elsewhere. I think you should be casting
the values
Mike McCormack wrote:
Index: dlls/ole32/compobj.c
===
RCS file: /home/wine/wine/dlls/ole32/compobj.c,v
retrieving revision 1.154
diff -u -p -r1.154 compobj.c
--- dlls/ole32/compobj.c20 Jun 2005 14:18:04 - 1.154
+++
I think it's safe to say that the Appdb has come a long way and that it is
continually improving. I have been working on better integration with Bugzilla
(on and off) now for quite a while and I am closer to getting out something but
it would really help me if I could have a copy of the bugzilla
Mike McCormack wrote:
ChangeLog:
* fix gcc 4.0 -Wpointer-sign warnings
Index: dlls/ole32/antimoniker.c
===
RCS file: /home/wine/wine/dlls/ole32/antimoniker.c
Marcus Meissner wrote:
Hi,
some confused users compile WINE without libgif or libjpeg
support.
Make sure the testcase works without this compiled in.
Here is my opinion: the test cases running in Wine are designed to make
sure that any program that uses the same code paths in the tested
f
Uwe Bonnes wrote:
Hallo,
../../../tools/runtest -q -P wine -M gdi32.dll -T ../../.. -p gdi32_test.exe.so
metafile.c
failes like:
metafile.c:457: Test failed: (0,0)->(10,10), expected (0,0)->(18,67)
metafile.c:457: Test failed: (0,0)->(10,10), expected (0,0)->(18,67)
Some discussion on #wineh
Hi Stefan,
I've got good news. I got Palm Desktop to install. :) All you need to do
is setup IE first, with the instructions you gave me. Then, some dirty
work:
1. Install native Windows Installer manually. To do this, install dcom98
first. Then run instmsia.exe. The install will complain, but it
--- "Adam D. Moss" <[EMAIL PROTECTED]> wrote:
> Oliver Stieber wrote:
> > The fallback is there because 1 bit stencil is the
> > minimum required by the opengl specification, so
> it is
> > possible that somewhere there is a driver that
> only
> > supports 1 bit stencil.
>
> I understood that, I
Oliver Stieber wrote:
The fallback is there because 1 bit stencil is the
minimum required by the opengl specification, so it is
possible that somewhere there is a driver that only
supports 1 bit stencil.
I understood that, I was simply saying that I don't think
there's ever been a consumer grap
Am Montag, 4. Juli 2005 21:13 schrieb James Liggett:
> I haven't installed anything, not even IE, because that won't install
> (it hangs at around 80%, looking into it). But I did get Windows
> installer to work, and Palm Desktop installer comes up, but it complains
> about missing IE. So now I'm b
I haven't installed anything, not even IE, because that won't install
(it hangs at around 80%, looking into it). But I did get Windows
installer to work, and Palm Desktop installer comes up, but it complains
about missing IE. So now I'm back at square one.
James
On Sun, 2005-07-03 at 23:30 +0200
Adam D. Moss wrote:
Hi!
Oliver Stieber wrote:
+if (visual == NULL) {
+/* fallback to a 1 bit stencil (opengl states that at least
1 bit of stencil must be provided for on of the available
configurations) */
+WARN("Failed to get a visual with at least 8 bits of
stencil\n
Hi,
--- Dmitry Timoshkov <[EMAIL PROTECTED]> wrote:
> Shouldn't be __x86_64__ here be _M_AMD64 instead?
Yes I will correct it.
Thanks
Steven
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
> I have found a dll that have one section marked as
> IMAGE_SCN_CNT_UNINITIALIZED_DATA. But dll_init entry is jumping right to
> the beginning of this section. Which results in immediate segfault.
>
> So native mast be loading this section or this program wouldn't ever run.
As an alternative expl
--- "Adam D. Moss" <[EMAIL PROTECTED]> wrote:
> Hi!
>
> Oliver Stieber wrote:
> > +if (visual == NULL) {
> > +/* fallback to a 1 bit stencil (opengl
> states that at least 1 bit of stencil must be
> provided for on of the available configurations) */
> > +WARN("Failed to get a
--- Frank Richter <[EMAIL PROTECTED]> wrote:
> On 04.07.2005 02:21, Oliver Stieber wrote:
> > Hi,
> > This patch makes sure that the OpenGL visual
> created
> > for a window has a stencil buffer.
> > This is a requirement for stencil buffer support
> in d3d.
>
> Hm, isn't it possible that on som
On 04.07.2005 02:21, Oliver Stieber wrote:
> Hi,
> This patch makes sure that the OpenGL visual created
> for a window has a stencil buffer.
> This is a requirement for stencil buffer support in d3d.
Hm, isn't it possible that on some pathetic hardware or when lower color
depths are used (e.g. 16b
Hi!
Oliver Stieber wrote:
+if (visual == NULL) {
+/* fallback to a 1 bit stencil (opengl states that at least 1 bit of
stencil must be provided for on of the available configurations) */
+WARN("Failed to get a visual with at least 8 bits of stencil\n");
+int dblBuf2[
ie6setup is still failing to run to completion on my system even after
upgrading my OGL to the nvidia one. OGL initialization in ddraw is still my
prime suspect as per my last note on the matter. Can anyone say whether
internet explorer setup (via sidenet) runs OK under linux since this problem
On Monday 04 July 2005 04:14, Alexandre Julliard wrote:
> Robert Lunnon <[EMAIL PROTECTED]> writes:
> > They probably will. There are two cases that need to be catered for on a
> > runtime Solaris / OpenSolariss system, gcc linked with solaris as
> > (Sunfreeware / GCC Default config ) and gcc link
25 matches
Mail list logo