On 1/22/06, Chris Campbell <[EMAIL PROTECTED]> wrote:
> Hi,
>I just recently downloaded the CVS of WINE and tried to build it
> on an Apple Intel machine. I ran into some problems during the build
> and fixed them. I then got to the server and the build quit on
> context_i386.c. There is not
Hi,
I just recently downloaded the CVS of WINE and tried to build it
on an Apple Intel machine. I ran into some problems during the build
and fixed them. I then got to the server and the build quit on
context_i386.c. There is nothing in that file that handles darwin/
Mac OS X. It look
Pavel Troller wrote:
Hi, all the wine developers,
thanks for wine, it's going to be really powerful now!
However, even the most recent CVS update from yesterday still fails to run
a small SMS sending program called Kubik SMS from DreamCom.
This program can be freely downloaded: http://ww.dre
Hi, all the wine developers,
thanks for wine, it's going to be really powerful now!
However, even the most recent CVS update from yesterday still fails to run
a small SMS sending program called Kubik SMS from DreamCom.
This program can be freely downloaded: http://ww.dreamcom.cz/dream556.zip
On 1/21/06, Daniel R. Kegel <[EMAIL PROTECTED]> wrote:
> ...
> + wsprintf(new_cmd, "%s %s", externalstart, command);
> + WCMD_output("Running ");
> + WCMD_output(new_cmd);
> + WCMD_output("\n");
> + WCMD_run_program (new_cmd);
> + LocalFree ((HANDLE)new_cmd);
Er, without those WCMD_output de
On 1/21/06, Dan Kegel <[EMAIL PROTECTED]> wrote:
> I'm trying to get a list of 'gold' apps from the appdb,
> but it doesn't have a way to search like that,
> so I filed http://bugs.winehq.org/show_bug.cgi?id=4365
>
> In the meantime, what apps work *really well* with Wine
> at the moment? Firefox
On Sat, 2006-01-21 at 17:37 -0600, Evil wrote:
> Hi all,
>
> I was just playing around with the Video Stress Test in CounterStrike:
> Source, and noted a lot of odd stuttering. The demo would run for about
> 15 seconds at 13fps, then completely freeze up for about 15 seconds.
> Then, it would st
Hallo,
jtagserver.exe from the Altera Quartus suite hangs in a call to
ConnectNamedPipe (as a result of a call to StartServiceCtrlDispatcherA())
Anybody an idea what is going wrong?
Appended a +relay,+snoop,+ntdll,+file,+server,+advapi log from the point
where the main process is started.
--
U
Hi all,
I was just playing around with the Video Stress Test in CounterStrike:
Source, and noted a lot of odd stuttering. The demo would run for about
15 seconds at 13fps, then completely freeze up for about 15 seconds.
Then, it would start running again... only to freeze/unfreeze every 15
secon
Uwe Bonnes elektron.ikp.physik.tu-darmstadt.de> writes:
>
> > "Peter" == Peter Beutner gmx.net> writes:
>
> Peter> Uwe Bonnes schrieb:
> >>> "Peter" == Peter Beutner gmx.net> writes:
> >>
> Peter> Which means that '7.8912654773d210' is the same as
> Peter> '7.89126
On 1/21/06, Dan Kegel <[EMAIL PROTECTED]> wrote:
> It'd be cool if
> OpenOffice 2.0.1 isn't (http://bugs.winehq.org/show_bug.cgi?id=4366).
gaah. somehow gmail sent when I hit tab. I meant to say
It'd be cool if OpenOffice 2.0.1 worked, but it doesn't even start
(http://bugs.winehq.org/show_bug.
I'm trying to get a list of 'gold' apps from the appdb,
but it doesn't have a way to search like that,
so I filed http://bugs.winehq.org/show_bug.cgi?id=4365
In the meantime, what apps work *really well* with Wine
at the moment? Firefox 1.5 seems to be in good shape.
I'm looking for apps that wil
On Fri, Jan 20, 2006 at 08:54:07PM -0500, Morten Welinder wrote:
> Hi there,
>
> on a more-or-less default SuSE 9.3 system I have been getting this
> error for a while.
>
> Ideas?
Did you run "make clean" in between?
My build for 9.3 went fine, but I start from vanilla state
everytime.
Ciao, M
Eric Pouech wrote:
Christer Palm wrote:
The thing is that I can't see that this is the case here. I have:
[EMAIL PROTECTED] ~]$ find ~/.wine/drive_c/ -name "MFC*" -o -name "mfc*"
from one of your previous posts:
wine: Unhandled page fault on read access to 0x003c at address
0x5f4056dd
Hi there,
on a more-or-less default SuSE 9.3 system I have been getting this
error for a while.
Ideas?
M.
make[3]: Entering directory `/home/welinder/wine/dlls/dinput/tests'
../../../tools/winegcc/winegcc -B../../../tools/winebuild -mconsole joystick.o \
keyboard.o mouse.o testlist.o -o din
Hello,
Peter Beutner schrieb:
> It doesn't parse 'd' or 'D' as exponent.
> Seems to be a "MS-only extension" to the standard :p
I would guess this comes from Fortran. Real values are printed with "e",
those with double precision printed with "d". And as one usually uses
double precision in Fortra
> "Peter" == Peter Beutner <[EMAIL PROTECTED]> writes:
Peter> Uwe Bonnes schrieb:
>>> "Peter" == Peter Beutner <[EMAIL PROTECTED]> writes:
>>
Peter> Which means that '7.8912654773d210' is the same as
Peter> '7.8912654773e210'.
>> Running the test with native msvcrt
Uwe Bonnes schrieb:
>> "Peter" == Peter Beutner <[EMAIL PROTECTED]> writes:
>
>
> Peter> Which means that '7.8912654773d210' is the same as
> Peter> '7.8912654773e210'.
>
> Running the test with native msvcrt doesn't give me 7.8912654773e210
> neither...
Using the test that Louis po
> "Peter" == Peter Beutner <[EMAIL PROTECTED]> writes:
Peter> Which means that '7.8912654773d210' is the same as
Peter> '7.8912654773e210'.
Running the test with native msvcrt doesn't give me 7.8912654773e210
neither...
Peter> But on linux we have(quoted from 'man strtod'):
Uwe Bonnes schrieb:
>> "Louis" == Louis Lenders <[EMAIL PROTECTED]> writes:
>
> Louis> Hi, i filed a bug ( bug 4337) and looks like there's a bug in
> Louis> atof. Is there a difference between linux' atof and msvcrt's one?
> Louis> Even following simple program (from msdn) yields
> "Louis" == Louis Lenders <[EMAIL PROTECTED]> writes:
Louis> Hi, i filed a bug ( bug 4337) and looks like there's a bug in
Louis> atof. Is there a difference between linux' atof and msvcrt's one?
Louis> Even following simple program (from msdn) yields wrong results:
Louis> //
I compiled valgrind 3.1.0 with the above patch applied. I ran Icewind
Dale II with valgrind '--trace-children=yes wine IWD2.exe'. It goes on
for a short while outputting various errors until it freezes. It locks
and I have to reboot the machine. I've tried to output it to a log as
well, but the
On 1/14/06, James Trotter <[EMAIL PROTECTED]> wrote:
On 1/14/06, Robert Shearman <
[EMAIL PROTECTED]
> wrote:
Dan Kegel wrote:>Rob wrote:This very much looks like a use-after-free bug. The first two>>instructions are probably a COM *_Release call. Judging by the fact that>>this is a regressio
Hi, i filed a bug ( bug 4337) and looks like there's a
bug in atof. Is there a difference between linux' atof
and msvcrt's one? Even following simple program (from
msdn) yields wrong results:
// crt_atof.c
#include
#include
int main( void )
{
char *s; double x; int i; long l;
s = " -2309
Christer Palm wrote:
Eric Pouech wrote:
Christer Palm wrote:
Continuing my debugging efforts, I decided to look some more at the
strange symbols I got in the backtrace.
Indeed, it seems like winedbg completely screws up the MFC42 symbols.
For example, by disassembling from the load address
25 matches
Mail list logo