Re: dbghelp: Directly use Heap functions.

2007-04-29 Thread Eric Pouech
Markus Amsler a écrit : This reduces WoW debug symbol load time from about 100s to 18! this also removes two key design features: - memory is free:d (as Dimitry already pointed out) - a memory pool is associated to every module, so that all allocations for a specific module are free:d when the

Re: Winscard support (for smart cards)

2007-04-29 Thread Eric Pouech
Mounir IDRASSI a écrit : Hi all, We have managed to integrate our winscard source code into the wine source tree, including the configure.ac and Makefine.in files. As described in the developer's guide, I am attaching with this email the output of the command "git format-patch origin". Can some

AW: wine killing X?

2007-04-29 Thread Roland Kaeser
Hello I saw the same problem starting SimCity 4 and Railroad Tycoon on Nvidia drivers and 0.9.36. But only sometimes. Roland - Ursprüngliche Mail Von: Juan Lang <[EMAIL PROTECTED]> An: wine-devel@winehq.org Gesendet: Freitag, den 27. April 2007, 21:58:37 Uhr Betreff: wine killing X? I

Re: Winscard support (for smart cards)

2007-04-29 Thread Kai Blin
On Monday 30 April 2007 00:58, Mounir IDRASSI wrote: > Hi all, > We have managed to integrate our winscard source code into the wine source > tree, including the configure.ac and Makefine.in files. As described in the > developer's guide, I am attaching with this email the output of the command > "

Re: Extensive ScrollDC investigation

2007-04-29 Thread Aric Stewart
I do a scanf() inside of DRAW_CHECK so that you can look at the scroll results and hit enter in the console to go on. If that is not good I can change or even remove the DRAW_CHECK but when i was comparing the results it was handy to be able to have the test pause. -aric Dmitry Timoshkov wro

Re: dbghelp: Directly use Heap functions.

2007-04-29 Thread Markus Amsler
Dmitry Timoshkov wrote: The old code at least bothered to actually free some memory. Good point. I wasn't aware that some memory is only temporarily used. I'm going to rework it. Markus

Re: dbghelp: Directly use Heap functions.

2007-04-29 Thread Dmitry Timoshkov
"Markus Amsler" <[EMAIL PROTECTED]> wrote: void pool_destroy(struct pool* pool) { -struct pool_arena* arena; -struct pool_arena* next; - -#ifdef USE_STATS -unsignedalloc, used, num; - -for (alloc = used = num = 0, arena = pool->first; arena; arena = arena->next) -{

Re: Extensive ScrollDC investigation

2007-04-29 Thread Dmitry Timoshkov
"Aric Stewart" <[EMAIL PROTECTED]> wrote: Reworking some parts of ScrollDC to properly mask and scroll the right areas of the DC as well as generate the correct update regions. Extensive testing used to verify the behavior. This test hangs forever for me under XP displaying a listbox with "EN

Re: Compiling quartzdrv

2007-04-29 Thread Francois Gouget
On Tue, 17 Apr 2007, Jaka Janar wrote: > I've looked into this a bit further, and it appears gdi.h is now wingdi.h. Actually gdi.h was a Wine-only header and as such it has been removed quite a long time ago. So the best would be to see if it compiles without that include at all. > I've chang

Re: quicken 2007 ungodly slow

2007-04-29 Thread Alexander Nicolaysen Sørnes
Søndag 29 april 2007 21:49, skrev Dan Kegel: > On 4/29/07, Dan Kegel <[EMAIL PROTECTED]> wrote: > > p.s. I don't have kernel symbols because I haven't figured > > out how to find vmlinux on ubuntu yet, nor does ubuntu > > make it easy to compile one. (vmlinuz won't do, nor do > > I know how to unc

Re: quicken 2007 ungodly slow

2007-04-29 Thread Dan Kegel
On 4/29/07, Dan Kegel <[EMAIL PROTECTED]> wrote: p.s. I don't have kernel symbols because I haven't figured out how to find vmlinux on ubuntu yet, nor does ubuntu make it easy to compile one. (vmlinuz won't do, nor do I know how to uncompress it.) Several people said "Duh, just run [zcat/bzcat

Re: quicken 2007 ungodly slow

2007-04-29 Thread Tom Spear
On 4/29/07, Dan Kegel <[EMAIL PROTECTED]> wrote: (vmlinuz won't do, nor do I know how to uncompress it.) It's a bzImage, unless ubuntu changed the default make rules. So, (just a guess), bunzip2 might do the trick. -- Thanks Tom Check out this new 3D Instant Messenger called IMVU. It's the

Re: quicken 2007 ungodly slow

2007-04-29 Thread Dan Kegel
strace shows it's looking over and over for all my fonts in all the wrong places. This is made even slower by the fact that I added the winsxs directories to the PATH, adding even more places for it to look and not find them. It's also doing an insane amount of directory reading. OK, sorry for th

Re: quicken 2007 ungodly slow

2007-04-29 Thread Wojciech 'arab' Arabczyk
Dnia niedziela 29 kwietnia 2007, Dan Kegel napisał: > p.s. I don't have kernel symbols because I haven't figured > out how to find vmlinux on ubuntu yet, nor does ubuntu > make it easy to compile one.  (vmlinuz won't do, nor do > I know how to uncompress it.) It's elementary dear Watson, use zcat

quicken 2007 ungodly slow

2007-04-29 Thread Dan Kegel
I can run quicken 2007 (after a fresh wget kegel.com/wine/winetricks sh winetricks fakeie6 vcrun2005 and telling winecfg not to let the window manager manage windows), but GUI updates are incredibly slow (as in, twenty seconds to draw the main screen). oprofile shows profiles like samples %

Re: Mandriva rpms

2007-04-29 Thread Anssi Hannula
marco wrote: Anssi Hannula wrote: marco wrote: Ivan Leo Puoti has not much time lately to make the rpms for mandriva. So I volunteered to make them. So I made a rpm from the latest rpm. How do I get this rpm on the winehq download server ? Note that latest Wine RPMS for Mandriva 20

Re: Bug 7682: NtQueryDirectoryFile fails when querying certain symbolic links

2007-04-29 Thread Stefan Dösinger
Am Sonntag 29 April 2007 01:05 schrieb Vitaliy Margolen: > Cudos to Lei and everyone else who found the real problem. > > It appears that Wine's implementation of the NtQueryDirectoryFile and > all other functions that ending up calling it have a major problem. They > will fail if called on symlink

Re: Yet more broken Ubuntu packages

2007-04-29 Thread Scott Ritchie
On Sat, 2007-04-28 at 20:02 -0600, Vitaliy Margolen wrote: > I'm getting reports that even wine-0.9.36 packages still compiled > without xrandr support. Can we get that fixed ASAP? Thanks. > > Vitaliy > > Well, now I'm stumped. libxrandr-dev is in the build dependencies in all package versions