Christian Lachner wrote:
Thanks for your help :D
I really don't know if it works on other shells than bash... I hope so
but I don't know. The Code is quite clean but the programming could be
better (the script was never ment to get this big...). The
Compiler-commands are quite easy to be edited
Hello List!
Gothic2 seems to start working with wine. Well - as long as you disable sound
in system/gothic.ini.
There are some issues with DirectDraw/Direct3D I'd like to report (not sure if
they are known):
- most textures are missing
- everything is really dark (I have to set gamma to 2.5
On Friday 24 February 2006 21:23, Alexandre Julliard wrote:
> Vitaly Lipatov <[EMAIL PROTECTED]> writes:
> > I got follow broken requires when build rpm package:
> >
> > /usr/bin/../lib/libwine.so.1(WINE_1.0)
> > /usr/bin/../lib/libwine_unicode.so.1(WINE_1.0)
> >
> > and find any methods to disable
On Friday 24 February 2006 13:46, Stefan Dösinger wrote:
> Hi,
>
> > As such, I'm looking for a little advice on debugging issues when apps
> > don't work (yes, I've read what's on winehq.) I have the application
> > KeePass (keepass.sourceforge.net) which installs just fine. When I go to
> > run
On 2/24/06, Francois Gouget <[EMAIL PROTECTED]> wrote:
> On Fri, 24 Feb 2006, James Hawkins wrote:
>
> > On 2/24/06, Francois Gouget <[EMAIL PROTECTED]> wrote:
> >>
> >> All functions that manipulate strings should have an Ansi and a
> >> Unicode variant.
> >
> > Does it matter that native advp
Am Freitag, den 24.02.2006, 14:28 +0100 schrieb Gerold J. Wucherpfennig:
> Please commit.
I have no knowledge about fci, but some code is strange:
+#define fci_set_error(A,B,C) \
+p_fci_internal->perf->erfOper = A; \
+p_fci_internal->perf->erfType = B; \
+p_fci_internal->perf->fError
On 24/02/06, Stefan Dösinger <[EMAIL PROTECTED]> wrote:
> remains open is if not unsetting the texture stages is a bug too. Can someone
> check on Windows if (a) creating a surface or texture addrefs the
> Direct3DDevice, and if (b) assigning a texture to a texture stage addrefs the
> Texture? If (
On 24/02/06, Stefan Dösinger <[EMAIL PROTECTED]> wrote:
> Are you sure that the Direct3DDevice9 should be released? Windows addrefs the
> DirectDraw interface when a surface is created, I'd be surprised if Microsoft
> changed that behavior in d3d8 or d3d9. From your description I'd say that
> there
Hi,
From the multitexture demo:
> void loadTexture( void )
> {
> D3DXCreateTextureFromFile( g_pd3dDevice, "test.bmp", &g_pTexture_0 );
> D3DXCreateTextureFromFile( g_pd3dDevice, "checker.bmp", &g_pTexture_1 );
>
> g_pd3dDevice->SetSamplerState(0, D3DSAMP_MINFILTER, D3DTEXF_LINEA
Hi,
> If you run the test on d3d9 or using oliver's full d3d8 patch, you'll
> notice that not all memory is returned when quitting the program. (In
> 3dmark2001 this is a big issue as because of this we are out of memory
> after running a few demos) The problem appears that wined3d surfaces
> conta
On Fri, 24 Feb 2006 10:48:47 -0800
Lei Zhang <[EMAIL PROTECTED]> wrote:
> On Friday 24 February 2006 04:39 am, Phil Krylov wrote:
> > On Fri, 24 Feb 2006 12:24:45 +0100
> >
> > Alexandre Julliard <[EMAIL PROTECTED]> wrote:
> > > Phil Krylov <[EMAIL PROTECTED]> writes:
> > > > On Tue, 21 Feb 2006 1
> To be strictly, there is no needs in rpath using if libwine placed in
> standard place as /usr/lib
>
> I got follow broken requires when build rpm package:
>
> /usr/bin/../lib/libwine.so.1(WINE_1.0)
> /usr/bin/../lib/libwine_unicode.so.1(WINE_1.0)
Is that an error during building of the rpm, or
On Friday 24 February 2006 04:39 am, Phil Krylov wrote:
> On Fri, 24 Feb 2006 12:24:45 +0100
>
> Alexandre Julliard <[EMAIL PROTECTED]> wrote:
> > Phil Krylov <[EMAIL PROTECTED]> writes:
> > > On Tue, 21 Feb 2006 14:08:38 -0800
> > >
> > > Lei Zhang <[EMAIL PROTECTED]> wrote:
> > >> Hi Phil,
> > >>
Hi,
> As such, I'm looking for a little advice on debugging issues when apps
> don't work (yes, I've read what's on winehq.) I have the application
> KeePass (keepass.sourceforge.net) which installs just fine. When I go to
> run it, it just drops me right back to the prompt.
Pardon my ignorance,
Vitaly Lipatov <[EMAIL PROTECTED]> writes:
> To be strictly, there is no needs in rpath using if libwine placed in
> standard
> place as /usr/lib
>
> I got follow broken requires when build rpm package:
>
> /usr/bin/../lib/libwine.so.1(WINE_1.0)
> /usr/bin/../lib/libwine_unicode.so.1(WINE_1.0)
>
Am Freitag, 24. Februar 2006 04:29 schrieb Rich Gilson:
> Has there every been any luck/attempts at running Palm Desktop conduits
> through wine? I'd drop Palm Desktop altogether, but I have Documents-To-Go
> and Passwords Plus, which both only run through Palm Desktop.
You can write a sort of Pal
On Fri, 24 Feb 2006, James Hawkins wrote:
On 2/24/06, Francois Gouget <[EMAIL PROTECTED]> wrote:
All functions that manipulate strings should have an Ansi and a
Unicode variant.
Does it matter that native advpack only has Ansi functions?
That's changing in the latest Windows PSDK. Henc
Marcus Meissner <[EMAIL PROTECTED]> writes:
> If you limit the virtual memory size using "ulimit -v 140" for
> instance, wine will only crash.
>
> The problem is, that VIRTUAL_alloc_teb() tries to allocate a memory
> area within the acceptable userspace ... but it does so much mmap()s
> that i
В сообщении от 24 февраля 2006 20:53 Alexandre Julliard написал(a):
> Vitaly Lipatov <[EMAIL PROTECTED]> writes:
> > We need a --disable-rpath option in configure for rpath disable.
> > Rpaths is not useful when WINE building for distribution.
>
> Why is it not useful?
Sorry for my English. It is
Vitaly Lipatov <[EMAIL PROTECTED]> writes:
> We need a --disable-rpath option in configure for rpath disable.
> Rpaths is not useful when WINE building for distribution.
Why is it not useful?
--
Alexandre Julliard
[EMAIL PROTECTED]
On 2/24/06, Francois Gouget <[EMAIL PROTECTED]> wrote:
>
> All functions that manipulate strings should have an Ansi and a
> Unicode variant.
Does it matter that native advpack only has Ansi functions? I think
we should leave it the way it is, because any application that uses
advpack will on
Thanks for your help :D
I really don't know if it works on other shells than bash... I hope so
but I don't know. The Code is quite clean but the programming could be
better (the script was never ment to get this big...). The
Compiler-commands are quite easy to be edited. For sure you have
already
You could check on http://appdb.winehq.org to see if others have
attempted this and what their results are.
Chris
On 2/23/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Would AOL work on WINE?
>
> I would be really greatful if you could e-mail back directly because I
> plaining to move to
On 2/23/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Would AOL work on WINE?
>
> I would be really greatful if you could e-mail back directly because I
> plaining to move to Linux within the next few days
Doubtful, unless WINE knows how to control modems in the way AOL
wants. You could use
Francois Gouget wrote:
Robert Shearman wrote:
Francois Gouget wrote:
-if (SendMessageTimeoutW( *phwnd,
WM_QUERYENDSESSION, 0, 0, send_flags, INFINITE, &result) && !result)
break;
+if (SendMessageTimeoutW( *phwnd,
WM_QUERYENDSESSION, 0, 0, send_flags, 0, &r
We need a --disable-rpath option in configure for rpath disable.
Rpaths is not useful when WINE building for distribution.
Will I add --disable-rpath of there is a better suggestion?
В сообщении от 20 февраля 2006 14:40 Alexandre Julliard написал(a):
...
> configure: Use --rpath if supported when
Robert Shearman wrote:
Francois Gouget wrote:
-if (SendMessageTimeoutW( *phwnd, WM_QUERYENDSESSION,
0, 0, send_flags, INFINITE, &result) && !result) break;
+if (SendMessageTimeoutW( *phwnd, WM_QUERYENDSESSION,
0, 0, send_flags, 0, &result))
Was this chang
You wrote:
>I've found a bug that can be reproduced with two lines of TCL:
Great! Can you post a bug report at http://bugs.winehq.org
and cc me on it? Be sure to include a full recipe for reproducing
the bug, especially the version of tcl and where to download it.
I'm glad to see an ISV interes
Could u plz send the patch to wine-patches
On 2/24/06, Ben Collins <[EMAIL PROTECTED]> wrote:
> I setup Wine mainly to make use of some online poker clients that I use
> a lot. I experienced some known bugs related to advapi32.dll,
> specifically GetCurrentHwProfileA()'s semi-stub.
>
> The first i
I setup Wine mainly to make use of some online poker clients that I use
a lot. I experienced some known bugs related to advapi32.dll,
specifically GetCurrentHwProfileA()'s semi-stub.
The first issue was that the szHwProfileGuid was being set to a string
that was one byte too long. This resulted in
Would AOL work on WINE?
I would be really greatful if you could e-mail back directly because I
plaining to move to Linux within the next few days
Sincely
Toby
Gomez, Felix wrote:
Hello...
Does Wine run on CentOS 4 (RHEL4) for IBM zSeries/s390?
You may be able to compile wine on this architecture and run Winelib
applications ( http://www.winehq.org/site/docs/winelib-guide/index ) but
running regular windows applications is a different matter (
ht
Hi,
I am having a problem with virtual ulimits/rlimits.
If you limit the virtual memory size using "ulimit -v 140" for
instance, wine will only crash.
The problem is, that VIRTUAL_alloc_teb() tries to allocate a memory
area within the acceptable userspace ... but it does so much mmap()s
that
On 24/02/06, Robert Shearman <[EMAIL PROTECTED]> wrote:
> I am not at all familiar with the wined3d code, but from what I've seen
> discussed here it would seem that wined3d shouldn't keep references to
> any objects. Instead the other objects should release the corresponding
> wined3d object when
On Fri, 24 Feb 2006 12:24:45 +0100
Alexandre Julliard <[EMAIL PROTECTED]> wrote:
> Phil Krylov <[EMAIL PROTECTED]> writes:
>
> > On Tue, 21 Feb 2006 14:08:38 -0800
> > Lei Zhang <[EMAIL PROTECTED]> wrote:
> >>
> >> Hi Phil,
> >>
> >> Ya, it's a typo. Thanks for catching it.
> >
> > Could you ki
Francois Gouget wrote:
-if (SendMessageTimeoutW( *phwnd, WM_QUERYENDSESSION, 0, 0, send_flags,
INFINITE, &result) && !result) break;
+if (SendMessageTimeoutW( *phwnd, WM_QUERYENDSESSION, 0, 0,
send_flags, 0, &result))
Was this change deliberate to remove t
H. Verbeet wrote:
I also suspect there might be a couple of circular references in the
form of device->stateblock->object->device, but I haven't had time to
really look into that yet. I *think* wined3d shouldn't keep references
to objects in the device's Set* methods, but I remember that when I
Phil Krylov <[EMAIL PROTECTED]> writes:
> On Tue, 21 Feb 2006 14:08:38 -0800
> Lei Zhang <[EMAIL PROTECTED]> wrote:
>>
>> Hi Phil,
>>
>> Ya, it's a typo. Thanks for catching it.
>
> Could you kindly fix it then? As this patch was accepted unfixed.
I accepted the patch because I don't see how pC
On Tue, 21 Feb 2006 14:08:38 -0800
Lei Zhang <[EMAIL PROTECTED]> wrote:
> On Tuesday 21 February 2006 12:42 pm, you wrote:
> > On Tue, 21 Feb 2006 10:19:01 -0800
> >
> > Lei Zhang <[EMAIL PROTECTED]> wrote:
> > > - while (pCurItem &&
> > > pCurItem->member.run.strText->szData[nCurEnd - nMatch
"James Hawkins" <[EMAIL PROTECTED]> writes:
> @@ -256,21 +268,9 @@ static void translateinfstring_test()
>
> START_TEST(advpack)
> {
> -HMODULE hdll;
> -
> -hdll = LoadLibraryA("advpack.dll");
> -if (!hdll)
> -return;
> -
> -pGetVersionFromFile = (void*)GetProcAddress(h
Hi,
On Friday 24 February 2006 06:28, Juan Lang wrote:
> As far as how to deal with this, try modifying kernel32.spec to add a stub
> for BlockInput, like:
> @ stub BlockInput
> and see if the program gets any further.
Hi according to MSDN, BlockInput is a user32.dll function:
http://msdn.micro
41 matches
Mail list logo