Disregard, I think I've found the problem and I'm sending a patch.
> From: [EMAIL PROTECTED]
> To: wine-devel@winehq.org
> Subject: FW: bug 6311 1.0 - wineserver regression
> Date: Tue, 11 Mar 2008 23:40:26 -0500
>
>
> Could someone familiar with wineserv
Could someone familiar with wineserver take a look at this please?
I've narrowed down the cause of this regression in bugzilla within the commit
itself, but I don't know the proper fix.
> Date: Tue, 11 Mar 2008 18:13:48 -0700
> From: [EMAIL PROTECTED]
>
On Tue, Mar 11, 2008 at 7:21 PM, James Hawkins <[EMAIL PROTECTED]> wrote:
> > There have been several server-related bugs
> > lately, yet we have no server component.
> > Seems like we need one.
>
> server as in winehq.org or wineserver?
As in wineserver. We already have a winehq.org catego
On Tue, Mar 11, 2008 at 8:14 PM, Dan Kegel <[EMAIL PROTECTED]> wrote:
> There have been several server-related bugs
> lately, yet we have no server component.
> Seems like we need one.
>
server as in winehq.org or wineserver?
--
James Hawkins
There have been several server-related bugs
lately, yet we have no server component.
Seems like we need one.
On Tue, Mar 11, 2008 at 6:16 PM, James Hawkins <[EMAIL PROTECTED]> wrote:
> On Tue, Mar 11, 2008 at 3:15 PM, Dan Kegel <[EMAIL PROTECTED]> wrote:
> > Louis wrote:
> > > Hi, i wonder if it would be possible to improve
> > > winetricks dotnet 1.1, so that it's actually able to run
> > >.net-1.
On Tue, Mar 11, 2008 at 4:16 PM, James Hawkins <[EMAIL PROTECTED]> wrote:
> MsiPublishAssemblies won't see the light of
> day for a long, long time, because it requires fusion.dll being
> implemented.
OK, I guess I'll roll the kludge into crosstool.
Thanks,
Dan
On Tue, Mar 11, 2008 at 3:15 PM, Dan Kegel <[EMAIL PROTECTED]> wrote:
> Louis wrote:
> > Hi, i wonder if it would be possible to improve
> > winetricks dotnet 1.1, so that it's actually able to run
> >.net-1.1 applications. Currently it only installs the framework,
> > but due to bugs the apps
Hi,
Can I please get Privs on Bugzilla to help with the msxml work I am doing?
Best Regards
Alistair Leslie-Hughes
Vitaliy Margolen wrote:
> Yes it does fix the problem. Thank you. So then something inserts extra
> empty line(s) between header and the body? No wonder proxy doesn't like this
> - it is an equivalent of an empty reply.
>
Gecko reported in header content with length 0 (because of this empty
l
On Mo, 2008-03-10 at 22:35 -0700, Chad Harris wrote:
> /usr/bin/ld: crt1.o: No such file: No such file or directory
You are missing the development-packages.
The first is "libc6-dev"
http://wiki.winehq.org/Recommended_Packages
--
By by ... Detlef
Louis wrote:
> Hi, i wonder if it would be possible to improve
> winetricks dotnet 1.1, so that it's actually able to run
>.net-1.1 applications. Currently it only installs the framework,
> but due to bugs the apps don't run. Atm i use pretty worthless
> script below to get them running..
I'm ki
Am Dienstag, 11. März 2008 19:21:32 schrieb Daniel:
> Hello there,
>
> while stumbling through the net today, I came upon this [1] little tool.
> It will, among other things, allow you to run apps that are overly picky
> about the level of hardware support your graphic card offers. I found
> that s
I did wonder what the padding was about (it didn't do any harm...) -
I'll be happy to rework it to make it acceptable.
--- Andrey Turkin <[EMAIL PROTECTED]> wrote:
> This is not about embedded nulls, this is about possibly not null terminated
> strings. If there is zero somewhere in the buffer t
On Tue, Mar 11, 2008 at 3:39 AM, Alexandre Julliard <[EMAIL PROTECTED]> wrote:
> "Lei Zhang" <[EMAIL PROTECTED]> writes:
>
> > This patch attempts to set the shell folders using xdg well known
> > directories via shell redirection. If any part of this fails, the rest
> > of SHELL_RegisterShellFo
"Lei Zhang" <[EMAIL PROTECTED]> writes:
> We ran into a problem with Picasa and directory scanning. It looks
> like an issue with FindFirstChange/FindNextChange and overlapping
> directories, so I'm trying to use shell redirection to avoid the
> problem. Perhaps we should fix the problem with
> Fi
Hi, i wonder if it would be possible to improve winetricks dotnet 1.1, so that
it's actually able to run
.net-1.1 applications. Currently it only installs the framework, but due to
bugs the apps don't run. Atm moment i use pretty worthless script below to get
them running, but i'm sure one of t
Hello there,
while stumbling through the net today, I came upon this [1] little tool.
It will, among other things, allow you to run apps that are overly picky
about the level of hardware support your graphic card offers. I found
that some things (like disabling textures, forcing wireframe mode) wo
This may have been out there for a while, but I'd thought I'd mention it
anyway.
Colored Diffs is an extension for you Thunderbird users out there that
makes it easier to read those diffs, even when they're part of the email
message itself.
I was happily surprised at the functionality :)
https:
On Tue, Mar 11, 2008 at 6:10 AM, Alexandre Julliard <[EMAIL PROTECTED]> wrote:
> "James Hawkins" <[EMAIL PROTECTED]> writes:
>
> > rediffed with git.
> >
> > Changelog:
> > * Test the published installer properties.
>
> This is still failing for me:
>
> ../../../tools/runtest -q -P wine -M ms
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chad Harris wrote:
> Hi guys.
Please use the user-list in future or use the pre-compiled packages
until you're experienced with compiling programs, this is the Wine
development list.
Ben H.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Li
Jacek Caban wrote:
> Vitaliy Margolen wrote:
>>
>> It seems the problem caused by an empty content-length for the POST
>> request. That might work for you because you are not behind the proxy.
>> Proxies do not like that and return error.
>
> Does attached hack help?
Yes it does fix the problem
On Monday the patch realizing this function has been accepted. It works
perfectly, but hyperlinks do not work.
If I makes this function that way:
static HRESULT WINAPI HTMLDocument_write(IHTMLDocument2 *iface, SAFEARRAY
*psarray)
{
HRESULT hres;
VARIANT *pvar;
IHTMLElement *pbody;
On Mon, Mar 10, 2008 at 10:35:35PM -0700, Chad Harris wrote:
> Hi guys.
>
>
> Just tried to compile wine.. ( Yes, I know theres a package ) but sometimes
> I'm sadistic enough to want to compile somethin.. and it just keeps
> failing.. perhaps you can shed some light on what's goin' wrong?
>
>
Chad Harris wrote:
> Just tried to compile wine.. ( Yes, I know theres a package ) but
> sometimes I'm sadistic enough to want to compile somethin.. and it
> just keeps failing.. perhaps you can shed some light on what's goin'
> wrong?
You need to install glibc and associated development libr
This is not about embedded nulls, this is about possibly not null terminated
strings. If there is zero somewhere in the buffer then we should only
convert string up to that zero; if there isn't any nulls, then we have to
convert full string and null-terminate string. This can be coded prettier,
tho
Hi guys.
Just tried to compile wine.. ( Yes, I know theres a package ) but sometimes
I'm sadistic enough to want to compile somethin.. and it just keeps
failing.. perhaps you can shed some light on what's goin' wrong?
Thanks
Chad
This file contains any messages produced by compilers while
run
I think the patches suffer from mail client line wrapping, I cannot apply
them:
patch -p1 < /dev/shm/kenpatch/\[PATCH\ 1_4\]\ avifil32\:\ Fix\ copy_paste\
error.
patching file dlls/avifil32/acmstream.c
patch: malformed patch at line 67: LONG start,
signature.asc
Description: This is a di
Hin-Tak Leung <[EMAIL PROTECTED]> writes:
> This is the fix to bug 8246 to get HtmlHelpW to work correctly.
> It was first worked on by Andrey Turkin and updated later by me.
Please add a proper log entry describing the change.
> -static inline LPWSTR strdupAtoW(LPCSTR str)
> +static inline L
Vitaliy Margolen wrote:
It seems the problem caused by an empty content-length for the POST
request. That might work for you because you are not behind the proxy.
Proxies do not like that and return error.
Does attached hack help?
The question is then why does it work without your patch?
Dan Hipschman <[EMAIL PROTECTED]> writes:
> +DWORD WINAPI fileTransfer(void *param)
> +{
> +BackgroundCopyManagerImpl *qmgr = &globalMgr;
> +BackgroundCopyJobImpl *job = NULL;
> +
> +for (;;)
> +{
> +/* Note that other threads may add files to the job list, but only
> +
"Maarten Lankhorst" <[EMAIL PROTECTED]> writes:
> +static BOOL CALLBACK windowstationcallbackA(LPSTR winsta, LPARAM lp)
> +{
> +trace("windowstationcallbackA called with argument %s\n", winsta);
> +return lp;
> +}
> +
> +static BOOL CALLBACK openwindowstationcallbackA(LPSTR winsta, LPARAM
"James Hawkins" <[EMAIL PROTECTED]> writes:
> rediffed with git.
>
> Changelog:
> * Test the published installer properties.
This is still failing for me:
../../../tools/runtest -q -P wine -M msi.dll -T ../../.. -p msi_test.exe.so
install.c && touch install.ok
install.c:4484: Test failed: Expec
"Lei Zhang" <[EMAIL PROTECTED]> writes:
> This patch attempts to set the shell folders using xdg well known
> directories via shell redirection. If any part of this fails, the rest
> of SHELL_RegisterShellFolders() should fill in the gaps.
This will still break if the user changes the drives conf
Kai Blin wrote:
> On Tuesday 11 March 2008 03:14:13 Dan Kegel wrote:
>> Wine has come a long way, and will have just had its 1.0
>> release (knock on wood). So perhaps this is a good year
>> to have a .org booth. What do folks think?
>
> We used to have a Wine booth at LinuxTag in Germany for ma
Vitaliy Margolen <[EMAIL PROTECTED]> writes:
> Alexandre Julliard wrote:
>> If the app crashes on XP then it's fairly reasonable for it to crash on
>> Wine too. The Win9x design (or lack thereof) is not something we want to
>> support in general.
>>
> Then we might as well remove "emulation" of a
On Tuesday 11 March 2008 03:14:13 Dan Kegel wrote:
> Wine has come a long way, and will have just had its 1.0
> release (knock on wood). So perhaps this is a good year
> to have a .org booth. What do folks think?
We used to have a Wine booth at LinuxTag in Germany for many years. I know
2007 di
37 matches
Mail list logo