Re: Broken FC5 packages - stay clear.

2006-06-13 Thread n0dalus
On 6/14/06, Michael Stefaniuc <[EMAIL PROTECTED]> wrote: Dream on! As long as all those subpackages are generated from the same SRPM you will save nothing and get all of them if the SRPM changes. I suppose you are right, at least at the moment. Hopefully one day if the build system detects that

Re: One more shot at ntoskrl implementation

2006-06-13 Thread Vitaliy Margolen
Tuesday, June 13, 2006, 4:27:07 PM, Detlef Riekenberg wrote: > Vitaliy Margolen wrote: >> Here is last instalment of safedisc support in Wine. > Great Stuff, but heavy. Thank you. I appreciate all the comments. Well it's not that easy to run kernel drivers... > +lpservicestatus->dwCu

Re: [Setuapi] implement SetupDiCreateDeviceInfoListExW - try 3

2006-06-13 Thread Detlef Riekenberg
Hi Christian Gmeiner: > Sorry for the new version, but i got rid of the whitspace stuff and also > added a check if Reserved != NULL. > > I hope that this patch is ready to commit now. +if (MachineName != NULL) +{ +FIXME("remote support is not implemented"); +goto cleanup

Re: msi: Add tests for MsiInstallProduct

2006-06-13 Thread James Hawkins
On 6/12/06, James Hawkins <[EMAIL PROTECTED]> wrote: Hi, Changelog: * Add tests for MsiInstallProduct. Ignore this patch for now. Eclipse changed necessary tabs to spaces, and I forgot to include module imports for Makefile.in. I'll resend it tonight. -- James Hawkins

Re: One more shot at ntoskrl implementation

2006-06-13 Thread Detlef Riekenberg
Vitaliy Margolen wrote: > Here is last instalment of safedisc support in Wine. Great Stuff, but heavy. Need to check with http://www.gameburnworld.com/PCprotectedgames.htm which CD I can use for testing. > Need to run tools/make_reqwests. Big fingers at the Keyboard :-) Just some things, that

Re: [Wine] Re: wine-0.9.15 & winetools problems.

2006-06-13 Thread Robert Shearman
Rick Romero wrote: 12. wine ie6setup.exe 13. Error. "The download location information is damaged" WTF? This error message happens on Windows 98 too. I suggest that you complain to Microsoft. -- Rob Shearman

Re: wined3d: GLSL Patch feedback requested

2006-06-13 Thread Raphael
On Tuesday 13 June 2006 18:39, Jason Green wrote: > On 6/13/06, H. Verbeet <[EMAIL PROTECTED]> wrote: > > On 13/06/06, Raphael <[EMAIL PROTECTED]> wrote: > > > I only have one question: > > > i see you have a cache to reuse prgid in set_glsl_shader_program but > > > what happens if user/app chang

Re: WINED3D: Bug 5418

2006-06-13 Thread Raphael
On Tuesday 13 June 2006 09:21, H. Verbeet wrote: > http://bugs.winehq.org/show_bug.cgi?id=5418 > > The code in question does look a bit dodgy. Bad merge perhaps? Yes Seems bad merge Raphael pgp6DPsEEn5U5.pgp Description: PGP signature

Re: [Wine] Re: wine-0.9.15 & winetools problems.

2006-06-13 Thread Rick Romero
On Tue, 2006-06-13 at 21:47 +0200, Peter Åstrand wrote: > On Tue, 13 Jun 2006, Jonathan Ernst wrote: > > > BTW, as I used to maintain this entry, > > If you consider yourself an inactive maintainer, perhaps you should let > someone else takeover? > > > > I updated it with current > > informati

Re: [Bug 5409] ie6setup fails with "The download location information is damaged"

2006-06-13 Thread Peter Åstrand
On Tue, 13 Jun 2006, Wine Bugs wrote: http://bugs.winehq.org/show_bug.cgi?id=5409 [EMAIL PROTECTED] changed: What|Removed |Added Status|UNCONFIRMED |RESO

Re: Broken FC5 packages - stay clear.

2006-06-13 Thread Michael Stefaniuc
n0dalus wrote: > I think that person should really be you :). Your preconceptions about > how things should be packaged is a bit outdated. > > A few years ago there used to be monolithic packages well over 100MB > that every time something small was changed the whole lot needed to be > updated. Sp

Re: Broken FC5 packages - stay clear.

2006-06-13 Thread Hans Leidekker
On Tuesday 13 June 2006 16:19, Brian Vincent wrote: > "This package contains special color management for use with Wine by > integrating with LittleCMS. Most users will never need to even think > of downloading this package. If you're doing high-end graphics work > using a commercial Windows pac

Re: Broken FC5 packages - stay clear.

2006-06-13 Thread n0dalus
On 6/14/06, Brian Vincent <[EMAIL PROTECTED]> wrote: Just a quick example. Let's say I want to install Samba. I've used Samba a lot, it's saved my butt more times than I can count. However, the packaging is a complete disaster and even as a knowledgable user I have no clue what's going on. L

Re: wined3d: GLSL Patch feedback requested

2006-06-13 Thread H. Verbeet
On 13/06/06, Jason Green <[EMAIL PROTECTED]> wrote: From what I can tell (for DX9 at least), the app shouldn't be able to use SetFunction(). You're right.

Re: Broken FC5 packages - stay clear.

2006-06-13 Thread Brian Vincent
On 6/13/06, n0dalus <[EMAIL PROTECTED]> wrote: I think that most users would just install 'wine' and use it. I don't think it's common for people to get confused over which of all the packages they should install. Yeah, it is confusing. Just a quick example. Let's say I want to install Samba.

Re: riched20 patch

2006-06-13 Thread James Hawkins
On 6/12/06, Clinton Stimpson <[EMAIL PROTECTED]> wrote: Second attempt (seems my last one email with this patch dropped through the cracks ??): Attached is a patch to fix a crash when EM_SETTEXTEX is called with a NULL lParam. Return values and behavior has been verified and found equivalent to

Re: wined3d: GLSL Patch feedback requested

2006-06-13 Thread Jason Green
On 6/13/06, H. Verbeet <[EMAIL PROTECTED]> wrote: On 13/06/06, Raphael <[EMAIL PROTECTED]> wrote: > I only have one question: > i see you have a cache to reuse prgid in set_glsl_shader_program but what > happens if user/app change the shaders content (for example using > SetFunction) ? your pre

Re: wine XShm problem on remote display

2006-06-13 Thread Benjamin Fabricius
Am Dienstag, den 13.06.2006, 16:22 +0200 schrieb Alexandre Julliard: > Benjamin Fabricius <[EMAIL PROTECTED]> writes: > > > vst:/opt/fst # ./fst /mnt/testsuite/oberon4/Oberon-8.dll > > yo... lets see... > > The program 'fst.exe.so' received an X Window System error. > > This probably reflects a bu

Re: [Setuapi] implement SetupDiCreateDeviceInfoListExW

2006-06-13 Thread Juan Lang
Hi Christian, thanks for working on setupapi, it could use some help. Huw already commnented on your patch, I have a couple more: +if (!list) { +goto cleanup; +} The style in this file has opening braces on lines of their own, e.g.: if (hInf == INVALID_HANDLE_VALUE) {

Wine's Mozilla Control - Very old

2006-06-13 Thread Boaz Harrosh
For any it might concern! The Mozilla ActiveX Control recommended for download by Wine is based on a pre FireFox 1.0 gecko engine and is missing support for many web standards! I was doing development in Windows and needed an Embedded browser. I wanted to also support Mozilla engine and was

Martin Fuchs : shell32: SHELL32_GetItemAttributes()

2006-06-13 Thread Rick Opper
hi, Like many wine users, I'm having trouble with programs calling the GetFolderAttributes... I've seen your patches and was wondering if it would be possible to download the pre-patched DLLs from somewhere. I'm running wine 0.9.15 and am surprised that the problem continues since the patch

Re: Broken FC5 packages - stay clear.

2006-06-13 Thread Stephen Clark
Andreas Bierfert wrote: On Mon, 12 Jun 2006 15:31:12 +0100 Mike Hearn <[EMAIL PROTECTED]> wrote: On Mon, 12 Jun 2006 00:03:23 +0200, Andreas Bierfert wrote: Well from a wine perspective I see that this makes sense, but if you take a look at all the dependencies it is another story...

Re: Broken FC5 packages - stay clear.

2006-06-13 Thread n0dalus
On 6/13/06, Brian Vincent <[EMAIL PROTECTED]> wrote: 1. Put wine and wine-tools together. Call it 'wine' Or make wine require wine-tools. There's nothing wrong with splitting up packages, but any recommended combinations should be linked by requires until rpm/yum starts supporting tags like '

Re: Crash in XOpenIM in wine 0.9.15

2006-06-13 Thread Jan Zerebecki
On Tue, Jun 13, 2006 at 03:32:03PM +0200, Daniel Skorka wrote: > Any time a process in wine tries to execute another process, wine will > crash following a call to XOpenIM. For details please look here [1]. > [1] http://www.winehq.org/pipermail/wine-users/2006-June/021973.html Check if any X inpu

One more shot at ntoskrl implementation

2006-06-13 Thread Vitaliy Margolen
Here is last instalment of safedisc support in Wine. The major change from last version is the way user space talks to ntoskrnl. Now I'm passing the information through wineserver with a help of 4 server calls. There are still some areas that require work. I will appreciate any input that you gu

Re: wine XShm problem on remote display

2006-06-13 Thread Alexandre Julliard
Benjamin Fabricius <[EMAIL PROTECTED]> writes: > vst:/opt/fst # ./fst /mnt/testsuite/oberon4/Oberon-8.dll > yo... lets see... > The program 'fst.exe.so' received an X Window System error. > This probably reflects a bug in the program. > The error was 'BadAccess (attempt to access private resource

Re: Broken FC5 packages - stay clear.

2006-06-13 Thread Brian Vincent
On 6/13/06, Andreas Bierfert <[EMAIL PROTECTED]> wrote: Hm maybe it is... but then I am no wine crack... splitting stuff up is something you do in packaging and what really is encouraged by distributions. Splitting stuff makes users happy and I can see why... ;) First off, thank you very much f

Re: wine XShm problem on remote display

2006-06-13 Thread Dmitry Timoshkov
"Benjamin Fabricius" <[EMAIL PROTECTED]> wrote: I am working on a vst (audio-plugin-)server with embedded linux. Everything is up and running in a testing phase. Unfortunately i am experiencing difficulties, that i think could derive from wine. First of all my setup vst:/opt/fst # uname -a;

Re: [Setuapi] implement SetupDiCreateDeviceInfoListExW

2006-06-13 Thread Huw Davies
On Tue, Jun 13, 2006 at 03:42:22PM +0200, Christian Gmeiner wrote: > diff --git a/dlls/setupapi/devinst.c b/dlls/setupapi/devinst.c > index f402f00..c24ae1e 100644 > --- a/dlls/setupapi/devinst.c > +++ b/dlls/setupapi/devinst.c > HDEVINFO WINAPI > -SetupDiCreateDeviceInfoListExW(const GUID *ClassG

wine XShm problem on remote display

2006-06-13 Thread Benjamin Fabricius
Hello all, I am working on a vst (audio-plugin-)server with embedded linux. Everything is up and running in a testing phase. Unfortunately i am experiencing difficulties, that i think could derive from wine. First of all my setup vst:/opt/fst # uname -a; wine --version Linux vst 2.6.15 #21 PRE

Crash in XOpenIM in wine 0.9.15

2006-06-13 Thread Daniel Skorka
Hello, I want to bring an issue that has appeared on wine-users to your attention. The issue is basically this: Any time a process in wine tries to execute another process, wine will crash following a call to XOpenIM. For details please look here [1]. I'm sure Leigh is willing to provide any addit

Re: What is needed to get more sites with a winetest executable

2006-06-13 Thread Paul Vriens
On Tue, 2006-06-13 at 06:57 -0600, Andrew Ziem wrote: > Paul Vriens wrote: > >> Am Montag, 12. Juni 2006 20:22 schrieb Paul Vriens: > >>> Hi, > >>> > >>> in the last months we've experienced several times that there was no > > winetest.exe available at the usual location > >>> (http://www.astro.gla

Re: msvcrt[1/2]: add initial tests for dlls/msvcrt/data.c

2006-06-13 Thread Andrew Ziem
Alexandre Julliard wrote: Andrew Ziem <[EMAIL PROTECTED]> writes: +typedef void (*_INITTERMFUN)(void); +unsigned int (WINAPI *p_initterm)(_INITTERMFUN *,_INITTERMFUN *); Msvcrt functions are not WINAPI. And why don't you simply call the function directly instead of loading it dynamically? I

Re: What is needed to get more sites with a winetest executable

2006-06-13 Thread Andrew Ziem
Paul Vriens wrote: Am Montag, 12. Juni 2006 20:22 schrieb Paul Vriens: Hi, in the last months we've experienced several times that there was no winetest.exe available at the usual location (http://www.astro.gla.ac.uk/users/paulm/WRT/CrossBuilt/) for several days/weeks. The reasons are someti

Re: Broken FC5 packages - stay clear.

2006-06-13 Thread Vitaliy Margolen
Tuesday, June 13, 2006, 1:14:00 AM, Andreas Bierfert wrote: > On Mon, 12 Jun 2006 15:31:12 +0100 > Mike Hearn <[EMAIL PROTECTED]> wrote: >> On Mon, 12 Jun 2006 00:03:23 +0200, Andreas Bierfert wrote: >> > Well from a wine perspective I see that this makes sense, but if you take a >> > look at all

Re: What is needed to get more sites with a winetest executable

2006-06-13 Thread Paul Vriens
> Am Montag, 12. Juni 2006 20:22 schrieb Paul Vriens: >> Hi, >> >> in the last months we've experienced several times that there was no winetest.exe available at the usual location >> (http://www.astro.gla.ac.uk/users/paulm/WRT/CrossBuilt/) for several days/weeks. The reasons are sometimes known bu

Re: Vertex Buffer Objects for WineD3D

2006-06-13 Thread Stefan Dösinger
> It will be better to move VBO creation and binding on vertexbuffer.c. (its > why GetMemory didn't provide VBO id before, no need for that) > Have you planned to use ti for index buffers too ? That was my first idea(just bind the vertex buffer in GetMemory and return the offset), but the problem

Re: What is needed to get more sites with a winetest executable

2006-06-13 Thread Stefan Leichter
Am Montag, 12. Juni 2006 20:22 schrieb Paul Vriens: > Hi, > > in the last months we've experienced several times that there was no > winetest.exe available at the usual location > (http://www.astro.gla.ac.uk/users/paulm/WRT/CrossBuilt/) for several > days/weeks. The reasons are sometimes known but

WINED3D: Bug 5418

2006-06-13 Thread H. Verbeet
http://bugs.winehq.org/show_bug.cgi?id=5418 The code in question does look a bit dodgy. Bad merge perhaps?

Re: wined3d: Another GLSL shader status update

2006-06-13 Thread H. Verbeet
On 13/06/06, Raphael <[EMAIL PROTECTED]> wrote: Well it will not be suficient to begin hacking on wined3d (as only wined3d shaders architecture is explained) The rest is easy ;-)

Re: Broken FC5 packages - stay clear.

2006-06-13 Thread Andreas Bierfert
On Mon, 12 Jun 2006 15:31:12 +0100 Mike Hearn <[EMAIL PROTECTED]> wrote: > On Mon, 12 Jun 2006 00:03:23 +0200, Andreas Bierfert wrote: > > Well from a wine perspective I see that this makes sense, but if you take a > > look at all the dependencies it is another story... > > This is a problem with

Re: wined3d: GLSL Patch feedback requested

2006-06-13 Thread H. Verbeet
On 13/06/06, Raphael <[EMAIL PROTECTED]> wrote: I only have one question: i see you have a cache to reuse prgid in set_glsl_shader_program but what happens if user/app change the shaders content (for example using SetFunction) ? your pre-compiled program will be correct ? (because i don't see a