On Saturday 14 February 2009, Dan Kegel wrote:
> A few months ago, Alexandre started including lists of fixed
> bugs in his release announcements.
> See e.g. http://www.winehq.org/announce/1.1.15, which says
>
> Bugs fixed in 1.1.15:
>5694 Lionhead Black & White 2 demo crashes
>7014 Unha
On Friday 23 May 2008, Markus wrote:
> Hi,
>
> after investigating reports for the game 'World in Conflict', I identified
> the following patch to cause the game graphics to freeze (ambient sounds
> are still played though):
>
>
> ba90a740beb9ce9a839cc843db8d87f5a37becdd is first bad commit
>
On Thursday 22 May 2008, Hartmut Figge wrote:
> Dan Kegel:
> >On Wed, May 21, 2008 at 1:40 AM, Stefan Dösinger <[EMAIL PROTECTED]>
wrote:
> >> I think the proper thing to do is to install the DirectX runtime /
> >> redistributable. It installs all the DLLs and registers them in the
> >> registry e
On Tuesday 01 April 2008, Alexandre Julliard wrote:
> "Austin English" <[EMAIL PROTECTED]> writes:
> > On 4/1/08, Lei Zhang <[EMAIL PROTECTED]> wrote:
> >> Git bisect says:
> >>
> >> 0a44a778f00c5283347646083f682333c11bccf3 is first bad commit
> >> commit 0a44a778f00c5283347646083f682333c11bccf3
On Thursday 20 March 2008, Marcel Partap wrote:
> Then run wine with
> LD_LIBRARY_PATH=/pathtoyourwinetree/libs /pathtoyourwinetree/wine
> something.exe...
I'm pretty sure you don't need to set LD_LIBRARY_PATH there, at least I've
never needed to (and the wine script appears to do that).
- Neil
On Friday 16 February 2007, H. Verbeet wrote:
> On 16/02/07, Neil Skrypuch <[EMAIL PROTECTED]> wrote:
> > http://otc.dyndns.org/stuff/wineshots/3dmark_capshack.patch
>
> That won't apply/compile anymore, use the attached patch instead.
Ah, thanks, I didn't notice t
On Wednesday 14 February 2007, Mirek wrote:
> Luke Bratch napsal(a):
> >> Wow, great work! 3DMark 2006 with fbo looks
> >
> > realy coool!! And some
> >
> >> Nvidia SDK demos are completly fixed!
> >
> > How did you test 3DMark2006? When I try and run it,
> > it tells me I need Pixel Shader 2.
On Thursday, December 28, 2006 10:04, Maarten Lankhorst wrote:
> Hi all,
>
> I've forward ported the old patches of Davin McCall (dsound.patch).
> With them I have no more sound underruns etc, I'm therefore looking
> for other people to test them as well. I'm welcoming comments on how
> it works an
On Saturday, November 18, 2006 18:17, Robert Lunnon wrote:
> Somewhere between Version 0.9.23 and Version 0.9.25 the version string
> format changed from
>
> Wine X.X.X
>
> to
> wine-X.X.X
>
> Can we please decide on a version string format and stick to it so
> packaging can be reasonably automated
On Thursday, October 19, 2006 17:04, Matthew Kehrer wrote:
> Is there a way I can convert a source tarball I download to a local GIT
> repository?
>
> I have dial-up a home, but I know of a place where I can bring my flash
> drive and use it to get the tarball as GIT does not have resume support.
>
On Monday, October 02, 2006 10:28, Gerald Britton wrote:
> Is there a command to verify if the libs are 32- or 64-bit?
Try file:
[EMAIL PROTECTED] ~ $ file /lib/libz.so.1.2.3
/lib/libz.so.1.2.3: ELF 64-bit LSB shared object, AMD x86-64, version 1
(SYSV), stripped
[EMAIL PROTECTED] ~ $ file /emul
On Sunday, October 01, 2006 15:24, Matheus Izvekov wrote:
> Hi, a-10 cuba used to work on older versions of wine, but now there
> are 2 regressions:
>
> when you are in the mission selection window and you start the game by
> clicking in fly mission button, this window keeps on top of the
> directd
On Thursday, September 21, 2006 15:30, Gerald Britton wrote:
> Hi -- I'm running ubuntu dapper on amd64. I want to compile wine
> but am hitting problems. I got the dependencies just fine, but the
> compile died. Here's what I get:
>
> $ sudo apt-get -y --build source wine
> Reading package li
On Sunday, September 17, 2006 06:02, James Courtier-Dutton wrote:
> Hi,
>
> A demo version of Turbolog4 can be downloaded from:
> http://www.turbolog.de/
>
> The program installs ok, but fails to run correctly.
> It asks for a License key, one should be able to press cancel and bypass
> it into dem
On Monday, August 28, 2006 15:30, Andreas Mohr wrote:
> What's the exact status of 64bit support, anyone? [CC'd wd]
It works well for me at least. I compile Wine on amd64 using the following
(that's all one line):
CFLAGS=-L/emul/linux/x86/usr/lib/
LDFLAGS=-L/emul/linux/x86/usr/lib/ ./configure
On Tuesday, August 01, 2006 10:39, H. Verbeet wrote:
> It might be a good idea to fix that 3DMark03 performance regression
> caused by VBOs :-)
Yes, http://bugs.winehq.org/show_bug.cgi?id=5546 for reference.
As for tests #3 and #4 in 3DMark 03, they both run, although 3DMark 03
frequently crashe
Clearly it was too early for me when I wrote that. I had counted the GUID
length wrong (as 39 instead of 38), so the - 3 didn't make sense either.
- Neil
On Monday, July 31, 2006 06:37, Damjan Jovanovic wrote:
> + WCHAR guidStringWithBraces[MAX_GUID_STRING_LEN];
You need MAX_GUID_STRING_LEN + 1 to store the null too, if I'm not mistaken.
> +CopyMemory(&guidStringWithBraces[1], lpGuidString,
> +(MAX_GUID_STRING_LEN - 3) * sizeof(WCHA
On Wednesday, July 12, 2006 16:26, Molle Bestefich wrote:
> Christoph Frick wrote:
> > within the dlls/wined3d/device.c there is a define for
> > the fake size of the graphic-card memory.
>
> Odd. Isn't it relatively easy to figure out?
>
> Perhaps something like:
>
> # ls -lS /sys/class/graphics/
On Saturday, June 24, 2006 05:47, Olaf Schmidt wrote:
> Hi *.*,
>
> seems, that the Ole-BSTR-Concat doesn't work anymore:
> (Debian Sid, from wine 0.9.12 upwards - wine configured,
> to use the builtin Ole-Stuff)
>
> In VB-Applications (wich are using (wide) Ole-BSTRs under
> the hood), I can reduc
On Tuesday, June 06, 2006 17:53, Molle Bestefich wrote:
> Neil Skrypuch wrote:
> > You can always type .wine in to access it, even if it isn't visible.
>
> No. Some apps break when you do that.
> Either they don't access the folder correctly, or they close or
> ac
On Tuesday, June 06, 2006 17:53, Molle Bestefich wrote:
> Neil Skrypuch wrote:
> > You can always type .wine in to access it, even if it isn't visible.
>
> No. Some apps break when you do that.
> Either they don't access the folder correctly, or they close or
> ac
On Tuesday, June 06, 2006 13:42, Molle Bestefich wrote:
> I'm annoyed that .wine is inaccessible through KDE and Gnome apps.
You can always type .wine in to access it, even if it isn't visible.
- Neil
On Monday, June 05, 2006 12:58, EA Durbin wrote:
> Okay what am i misunderstanding?, explain it to me as its imperative I
> learn, and I'd love to learn.
>
> %u is an unsigned integer which is 0 to +32,767.
>
>
> %i is a signed integer 32,767 to +32,767.
>
> If the sequence number is always going
On Friday, June 02, 2006 07:25, Mike McCormack wrote:
> >> lack of comments in the code
> >
> > +1, I think it's horrifying.
>
> void the_function_that_adds_one_to_i(int i)
> {
> /* this adds one to i */
> i = i + 1;
>
> /* this returns i to the caller */
> return i;
> }
>
> Horrify
On Tuesday, May 30, 2006 23:51, Dan Kegel wrote:
> On 5/30/06, Neil Skrypuch <[EMAIL PROTECTED]> wrote:
> > On Tuesday, May 30, 2006 09:56, Dan Kegel wrote:
> > > I'm not sure lotus notes problems should block 1.0, as IBM has a native
> > > Linux client
On Tuesday, May 30, 2006 09:56, Dan Kegel wrote:
> I'm not sure lotus notes problems should block 1.0, as IBM has a native
> Linux client now, but if someone wants to fix them (especially the ones
> in usp10.dll netapi32.dll, that would be great.
They do? I would be very interested to see that...
On Monday, May 22, 2006 04:27, Louis. Lenders wrote:
> Hi, i just upgraded to fedora core 5 (from fedora 3)
> In my old system i had about 20 wine-versions (back to april 2004)
> installed which was great for tracking down regressions. Trying to compile
> older wineversions now on my new installati
On Monday, May 08, 2006 00:20, Vitaliy Margolen wrote:
> Saturday, May 6, 2006, 12:48:50 PM, Marco Eminente wrote:
> > CFLAGS="-Wall -g -O2" ./configure --host=x86_64-linux-gnu
> > --build=x86_64-linux-g nu --prefix=/usr --mandir=\${prefix}/share/man
> > --infodir=\${prefix}/share/info
> > checking
On Wednesday, May 03, 2006 12:23, Dimi Paun wrote:
> > Firefox is solid for my uses lately. Performance could
> > use some work (reading the wine-devel archive index
> > gets annoying towards the end of the month when it's
> > long, as firefox takes a long time to fetch it (?)).
>
> Hm, AFAIK 1.5
On Saturday, April 29, 2006 09:11, Molle Bestefich wrote:
> Molle Bestefich wrote:
> > Eep. Cogito on Gentoo is broken:
>
> [snip]
>
> > If it's not too much work for you, could you set up git:// access to
> > your branch?
>
> Oops, never mind that.
> Enabling "curl" and "webdav" USE flags on Gent
On Friday, April 28, 2006 18:31, Travis Watkins wrote:
> On 4/28/06, Dimi Paun <[EMAIL PROTECTED]> wrote:
> > As I said, virtually any Java project in existance checks in
> > .jar files, and none of them suffer from any negative ill effect.
>
> jar == zip, not such a big deal
>
> --
> Travis Watkin
On Sunday, April 16, 2006 01:54, Dee Ayy wrote:
> 1) I installed wine at work from kubunu breezy repositories (standard and
> maybe universe and multiverse repositories are added) on wednesday
> 4/12/2006, yet on thursday 4/13/2006 I installed ubuntu breezy at home and
> definitely had standard, un
On Friday, April 14, 2006 11:07, Hans Leidekker wrote:
> On Friday 14 April 2006 15:31, Jeremy White wrote:
> > > +"kfmclient
> > > exec,gnome-open,kmail,mozilla-thunderbird,thunderbird,evolution";
>
> Have you tested the clients you added? kmail doesn't understand mailto URLs
> passed on t
On Friday, April 14, 2006 09:31, Jeremy White wrote:
> > +"kfmclient
> > exec,gnome-open,kmail,mozilla-thunderbird,thunderbird,evolution";
>
> A Gnome user will be offended if you spool up the entire KDE environment
> just to launch a URL; a KDE user will be similarly offended by gnome-open
On Friday, April 14, 2006 05:34, you wrote:
> Neil Skrypuch wrote:
> > Molle Bestefich wrote:
> > > I can switch to 640x480 just fine using [CTRL] [ALT] [-],
> >
> > That uses xvidmode to switch resolutions (and really just changes the
> > amount you can view,
On Thursday, April 13, 2006 09:50, Molle Bestefich wrote:
> Jesse Allen wrote:
> > Molle Bestefich wrote:
> > > Looks like xrandr [support] is broken.
> > > It says "Changing Resolution to 640x480",
> > > so that sounds great - only it doesn't.
> >
> > I'd maybe look through xorg.conf or you X.org
37 matches
Mail list logo