Re: Mac OS X/Intel port

2006-01-21 Thread James Hawkins
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

Mac OS X/Intel port

2006-01-21 Thread Chris Campbell
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

Re: Dreamcom Kubik SMS crash

2006-01-21 Thread Mike McCormack
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

Dreamcom Kubik SMS crash

2006-01-21 Thread Pavel Troller
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

Re: [wcmd] Make start a built-in command

2006-01-21 Thread Dan Kegel
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

Re: Golden apps?

2006-01-21 Thread Jesse Allen
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

Re: Threading performance

2006-01-21 Thread James Liggett
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

StartServiceCtrlDispatcher/

2006-01-21 Thread Uwe Bonnes
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

Threading performance

2006-01-21 Thread Evil
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

Re: bug in atof

2006-01-21 Thread Louis Lenders
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

Re: Golden apps?

2006-01-21 Thread Dan Kegel
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.

Golden apps?

2006-01-21 Thread Dan Kegel
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

Re: Compile failure [dlls/dinput/joustick.c:177 ... _dfDIJoystick]

2006-01-21 Thread Marcus Meissner
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

Re: winedbg symbols completely screwed

2006-01-21 Thread Christer Palm
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

Compile failure [dlls/dinput/joustick.c:177 ... _dfDIJoystick]

2006-01-21 Thread Morten Welinder
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

Re: bug in atof

2006-01-21 Thread Tobias Burnus
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

Re: bug in atof

2006-01-21 Thread Uwe Bonnes
> "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

Re: bug in atof

2006-01-21 Thread Peter Beutner
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

Re: bug in atof

2006-01-21 Thread Uwe Bonnes
> "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'):

Re: bug in atof

2006-01-21 Thread Peter Beutner
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

Re: bug in atof

2006-01-21 Thread Uwe Bonnes
> "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> //

Re: Valgrind and wine (was: re: Bug 4289: Debugging and dissasembly)

2006-01-21 Thread Eric Pouech
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

Re: Valgrind and wine (was: re: Bug 4289: Debugging and dissasembly)

2006-01-21 Thread James Trotter
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

bug in atof

2006-01-21 Thread Louis. Lenders
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

Re: winedbg symbols completely screwed

2006-01-21 Thread Eric Pouech
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