new winetricks-alpha 20110219-alpha: added wineprefix selection screen

2011-02-18 Thread Dan Kegel
Another day, another winetricks-alpha. (Well, it *is* alpha.) winetricks-alpha version 20110219's gui now starts with a wineprefix selection dialog. If you just click OK, it uses the default wineprefix. When using the gui, games can only be installed into their own sandboxed prefix. This keeps th

Re: USB Device Support - Nokia PC Suite

2011-02-18 Thread Vitaliy Margolen
Mike, this is a developer's mailing list. With questions about how to use Wine please refer to Wine user forum: http://forum.winehq.org/ Vitaliy

Re: USB Device Support

2011-02-18 Thread Hin-Tak Leung
--- On Thu, 17/2/11, Mike Yates wrote: > Hi > I (and a lot of contributors to the Nokia forums) would > like to use the > Nokia PC Suite in Wine. > The current status in the AppDB of Nokia PC Suite > > v7.x.x.x is "Garbage" b

Re: [PATCH] winegcc - do not create .exe.so

2011-02-18 Thread Pali Rohár
2011/2/4 Pali Rohár : > Hello, > > I created patch which implement correct _start section in ELF shared > libraries/binaries which generate winegcc. > Into _start section this patch add calling execve syscall which start > wine with all arguments. So it is not needed to generate shell wrapper > and

Re: USB Device Support - Nokia PC Suite

2011-02-18 Thread Mike Yates
Stefan D?singer wrote:- > ln -s /dev/ttyACM0 "~/.wine/dosdevices/com0:" or something like that. It may > be "COM0:" or "com0" without the :. > Then ttyACM0 is available as COM 0, but it is a classic serial port. If the > app is looking for a usb to serial device > with a specific USB vendor and d

new winetricks-alpha 20110218-alpha: new verbs office2007pro, sketchup, starcraft2_demo, wowtrial, 14 others; new option --isolate-games

2011-02-18 Thread Dan Kegel
Another month, another winetricks-alpha. winetricks-alpha version 20110218 adds the following new verbs: atmosphir deusex2_demo dsoundhw=emulation eve fable_tlc fifa11_demo hegemony_demo hon imvu kotor1 kotor2 lhp_demo mb_warband_demo office2003pro office2007pro sketchup starcraft2_demo

Re: gdi32: Do not leak the hfont list (Valgrind).

2011-02-18 Thread Alexandre Julliard
Dmitry Timoshkov writes: > --- > dlls/gdi32/freetype.c | 16 > 1 files changed, 8 insertions(+), 8 deletions(-) It doesn't work: ../../../tools/runtest -q -P wine -M riched20.dll -T ../../.. -p riched20_test.exe.so editor.c && touch editor.ok wine: Unhandled page fault on r

Re: msxml3: Assign the IBindStatusCallback as soon as it created.

2011-02-18 Thread Nikolay Sivov
On 2/18/2011 12:24, Alistair Leslie-Hughes wrote: Hi, This stops a crash in httprequest_get_responseText, when running from a webpage since "This->bsc" was NULL. Changelog: msxml3: Assign the IBindStatusCallback as soon as it created. You mean at this point? --- hr = GetHGlobalFromSt

Re: Patch about combobox with label

2011-02-18 Thread Andrew Eikum
On 02/18/2011 06:42 AM, yannick kuhn wrote: I found a bug in wine 1.2.2 (I work with ubuntu 10.10). When we have a combobox which have a label on top, wine recalculate the position of the rectangle because posChanging->cy is taller than newComboHeight. Then, The combobox can be hidden by the labe

Re: [PATCH] Implement software DXT1 compression

2011-02-18 Thread Henri Verbeet
On 16 February 2011 23:51, wrote: > Yes, there are bindings, but wouldn't this pose the same legal problems as > libtxc_dxtn? > Probably, but that's more of an issue for distributions than for Wine. Note that using the s3tc support in the closed drivers doesn't change that all that much, you'd ju

FW: [Bug 25654] Anarchy Online 18.4.x unable to mouse-look or mouse-steer

2011-02-18 Thread Janne Hakonen
> http://bugs.winehq.org/show_bug.cgi?id=25654 > > --- Comment #11 from l...@nano.exofire.net 2011-02-16 22:56:20 CST --- > What is the status of RawDeviceInput for Wine? I've browsed the forum, the > bug > list, and the developer's To-Do list, and although there is an item regarding > relative

Re: USB Device Support

2011-02-18 Thread Stefan Dösinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 17.02.2011 um 21:34 schrieb Mike Yates: > Surely there is a way of linking /dev/ttyACM0 into wine as a raw USB or > serial port? > Anyone know how? ln -s /dev/ttyACM0 "~/.wine/dosdevices/com0:" or something like that. It may be "COM0:" or "com0" w

Re: Anyone using Wine D3D under Parallels?

2011-02-18 Thread Stefan Dösinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 18.02.2011 um 02:13 schrieb Misha Koshelev: > Is this something proprietary to Codeweavers developers only? I am not sure. We release our Wine source code(required by the LGPL). We submitted the changes we made to our Xorg back to Apple and the Xo

Re: d3dx9: Implement D3DXFloat32To16Array and D3DXFloat16To32Array. (try 2)

2011-02-18 Thread Stefan Dösinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I had another quick look, it looks OK to me. Am 18.02.2011 um 02:18 schrieb Misha Koshelev: > Fixes bug 25769. Extensively vetted by Stefan Dosinger. Passes winetestbot: > https://testbot.winehq.org/JobDetails.pl?Key=9366 > > Thank you > Misha > ---

Re: winmm: Simplify MCI_DumpCommandTable a bit. (RETRY)

2011-02-18 Thread Gerald Pfeifer
On Wed, 16 Feb 2011, Alexandre Julliard wrote: > The variable is here for documentation, you don't want to remove it. You > can comment it out if it's not used. Fair enough! Updated patch below. Gerald ChangeLog: winmm: Comment out unused variable in Simplify MCI_DumpCommandTable. diff --git