Re: [4/6] kernel32: Make serial tests self-contained.

2013-08-20 Thread Saulius Krasuckas
* On Thu, 15 Aug 2013, Dmitry Timoshkov wrote: > dlls/kernel32/tests/comm.c | 284 > ++--- > 1 file changed, 167 insertions(+), 117 deletions(-) ... > --- a/dlls/kernel32/tests/comm.c > +++ b/dlls/kernel32/tests/comm.c > @@ -1486,7 +1588,7 @@ static void

Re: [0/13] Patch series description

2013-02-23 Thread Saulius Krasuckas
* On Sat, 23 Feb 2013, André Hentschel wrote: > Am 22.02.2013 15:09, schrieb Saulius Krasuckas: > > * On Thu, 21 Feb 2013, André Hentschel wrote: > > > >> So where do we go from here? > > > > Right to the binary translation (or even dynamic recompilation), I

Re: [0/13] Patch series description

2013-02-22 Thread Saulius Krasuckas
* On Thu, 21 Feb 2013, André Hentschel wrote: > Am 21.02.2013 21:31, schrieb Saulius Krasuckas: > > > > because I've got new(er) Sparc machine. > > You know that you most likely won't ever be able to run x86 apps on that > machine, only winelib. Do you need th

Re: [0/13] Patch series description

2013-02-21 Thread Saulius Krasuckas
* On Thu, 21 Feb 2013, André Hentschel wrote: > Really? :) I mean this was 2004, and it doesn't look like you took > action on this. Did you read e.g. http://wiki.winehq.org/SPARC or > http://bugs.winehq.org/show_bug.cgi?id=24142 in the meantime? Well, I didn't took actions but such intention i

Re: [0/13] Patch series description

2013-02-20 Thread Saulius Krasuckas
* On Wed, 20 Feb 2013, André Hentschel wrote: > this patch series removes the broken SPARC support. > Reasons: > * It's broken, i wasted enough time already trying to fix that It's sad to hear. Can you be more verbose on brokenness, please? Eg. namely what Sparc platform were you using for deve

Re: Compiling Wine on Mac OS X 10.8.2?

2013-02-03 Thread Saulius Krasuckas
* On Sun, 3 Feb 2013, Jeremiah Flerchinger wrote: > Is anyone compiling Wine from the git repository for OS X version > 10.8.2? Not me... > At first I thought I broke my toolchain and could no longer compile Wine > at all, but this is not the case. I can still compile old releases, but > can

Re: [PATCH] netapi32/tests: Fix workstation test failures on XP

2012-11-14 Thread Saulius Krasuckas
* On Tue, 13 Nov 2012, Detlef Riekenberg wrote: > The workstation service might not running > > http://test.winehq.org/data/b5d96da32f955357b7d9341ee9fca68108078dce/xp_s2-sp2-nosnd/netapi32:wksta.html Indeed it isn't. I've disabled serveral services on this box. > --- a/dlls/netapi32/tests/wks

on UTF-8, other Unicode encodings and WinAPI

2012-10-28 Thread Saulius Krasuckas
Proposal with probably several insights: http://www.utf8everywhere.org/ Lyrical, older version: http://www.joelonsoftware.com/articles/Unicode.html S.

"Survey about gaming on linux"

2012-10-18 Thread Saulius Krasuckas
The post: http://www.linuxforums.org/forum/coffee-lounge/192526-survey-about-gaming-linux.html The results containing one item about using Wine: https://docs.google.com/spreadsheet/viewanalytics?formkey=dEI5dEx1SGw5TEJMWi1RUnBUX09LSGc6MQ S.

Windows audio architecture

2012-10-05 Thread Saulius Krasuckas
One link catched my eye here: "The evolution of a data structure – the WAVEFORMAT" https://www.assembla.com/spaces/portaudio/wiki/Win32AudioBackgroundInfo Maybe it is of some use for Wine developers too:) Some URLs need adjustment, though. Eg. Creative Labs description of Vista audio architectur

Re: [PATCH 2/3] ntoskrnl.exe: Improve IoGetCurrentProcess stub.

2012-10-05 Thread Saulius Krasuckas
* On Fri, 5 Oct 2012, Christian Costa wrote: > 2012/10/5 Dmitry Timoshkov > > > > What matters is what drivers need. I can add some typical fields if > > > needed but that could be done in other patches when needed as well. > > > > There are basic things like the header and object list managemen

Re: Wine bot results

2012-08-28 Thread Saulius Krasuckas
* On Tue, 28 Aug 2012, Saulius Krasuckas wrote: > * On Tue, 28 Aug 2012, Alistair Leslie-Hughes wrote: > > > > > Target: i686-w64-mingw32 > ... > > Target: i586-mingw32msvc > > There was the same topic brought up two years ago: > http://www.winehq.org/piperm

Re: Wine bot results

2012-08-28 Thread Saulius Krasuckas
* On Tue, 28 Aug 2012, Alistair Leslie-Hughes wrote: > > > Target: i686-w64-mingw32 ... > Target: i586-mingw32msvc There was the same topic brought up two years ago: http://www.winehq.org/pipermail/wine-devel/2010-September/086643.html IIRC, MSVC and i586-mingw32msvc compilers initialize every

Re: Wine automated testing update

2012-07-15 Thread Saulius Krasuckas
* On Thu, 21 Jun 2012, Francois Gouget wrote: > > --- Host / VM communication > > One piece that's missing is the ability to copy files from/to a VM and > to run specific commands in a VM. ... > * There's Cygwin's OpenSSH server which would give us what we need >through scp and ssh. Cygwi

Re: kernel32: Make CreateFile called with creation == 0 work when opening a vxd in win9x mode.

2012-03-12 Thread Saulius Krasuckas
* On Sun, 11 Mar 2012, Dmitry Timoshkov wrote: > > A widely used approach to open/load device drivers under win9x is > > /* Check if already loaded in system.ini */ > hvxd = CreateFile(".\\mydevice", 0, 0, 0, 0, 0, 0); > if (hvxd == INVALID_HANDLE_VALUE) > /* Load dynamically from PATH */

Re: [docs] winedev: Update gcov section (try 2)

2012-03-05 Thread Saulius Krasuckas
* On Mon, 5 Mar 2012, André Hentschel wrote: > > en/winedev-otherdebug.sgml | 170 > > 1 files changed, 62 insertions(+), 108 deletions(-) ... > > For a further in depth description of gcov, the official gcc > compiler sui

Re: "Sound" keyword on bugzilla

2012-01-21 Thread Saulius Krasuckas
* On Fri, 20 Jan 2012, Vitaliy Margolen wrote: > > While keywords & components overlap, more generic components will not > overlap with specific ones. And if we name all of them > "unknown-something" that will help user / bugzilla triage people to pick > closer area for SMEs to do more detailed

Re: [PATCH 3/5] ddraw/tests: Add a IDirect3DDevice2 GetCaps test (try 2)

2012-01-16 Thread Saulius Krasuckas
* On Sat, 14 Jan 2012, Stefan Dösinger wrote: > Am Samstag, 14. Januar 2012, 11:21:15 schrieb Saulius Krasuckas: > > http://test.winehq.org/data/1fa1ab54376bace57f78d27ac13b7229caa56a2e/xp_wtb > > -wxpx64-32/ddraw:d3d.html > > > > d3d.c:5075: Test failed: CreateDevice

Re: Wine 1.3.37 Gecko engine fails on Arch Linux x86

2012-01-15 Thread Saulius Krasuckas
* On Sun, 15 Jan 2012, Luca Bennati wrote: > > err:module:import_dll Loading library ssl3.dll (which is needed > by L"C:\\windows\\system32\\gecko\\1.4\\wine_gecko\\xul.dll") failed > (error c020). > > Cannot reproduce: I'm on ArchLinux 32 bit. > Did you install 'wine

Re: Wine 1.3.37 Gecko engine fails on Arch Linux x86

2012-01-14 Thread Saulius Krasuckas
* On Sat, 14 Jan 2012, Jerome Leclanche wrote: > > Do you have a backtrace of the crash? Could > be http://bugs.winehq.org/show_bug.cgi?id=27090 The backtrace doesn't get generated (printed). Thank you, I will investigate it. S.

Wine 1.3.37 Gecko engine fails on Arch Linux x86

2012-01-14 Thread Saulius Krasuckas
I decided to run latest Winetest on my linux box and chose to install Gecko package during prefix setup: $ rm -rf ~/.wine $ wine start wine: created the configuration directory '/home/s2/.wine' fixme:urlmon:DownloadBSC_OnProgress Unsupported status 3 fixme:wininet:InternetLockRequestFile STUB fix

Re: [PATCH 3/5] ddraw/tests: Add a IDirect3DDevice2 GetCaps test (try 2)

2012-01-14 Thread Saulius Krasuckas
* On Tue, 6 Dec 2011, Stefan Dösinger wrote: > > try 2: Add infrastructure to rerun every test with new d3d objects. > --- > dlls/ddraw/tests/d3d.c | 211 > > 1 files changed, 211 insertions(+), 0 deletions(-) Hi Stefan, this is http://source.

Re: [PATCH 3/3] d3d9/tests: More D3DTSS_TEXTURETRANSFORMFLAGS projection tests.

2012-01-14 Thread Saulius Krasuckas
* On Tue, 27 Dec 2011, Matteo Bruni wrote: > --- > dlls/d3d9/tests/visual.c | 388 > -- > 1 files changed, 269 insertions(+), 119 deletions(-) Hello Matteo, this is http://source.winehq.org/git/wine.git/commitdiff/8dee7989f242b8ea624abc3b1fe929494d1

Re: [PATCH 1/5] ddraw/tests: Add some clipper tests.

2012-01-12 Thread Saulius Krasuckas
* On Wed, 11 Jan 2012, Henri Verbeet wrote: > On 7 January 2012 10:47, Saulius Krasuckas wrote: > > These tests fail on real machines (running XP and w7) with nVidia cards > > (FX5200 and GF 310M): > > > > http://test.winehq.org/data/b00e7039c5fcaa613b9776a38fe

Re: [PATCH 1/5] ddraw/tests: Add some clipper tests.

2012-01-07 Thread Saulius Krasuckas
* On Wed, 4 Jan 2012, Henri Verbeet wrote: > --- > dlls/ddraw/tests/ddraw1.c | 217 > + > dlls/ddraw/tests/ddraw2.c | 217 > + > dlls/ddraw/tests/ddraw4.c | 216

Re: new d3d9/device.ok test always fails here, but not a regression?

2012-01-02 Thread Saulius Krasuckas
* On Mon, 2 Jan 2012, Dan Kegel wrote: > > If an app stops working because some missing feature is added to an > existing DLL, it should not be tagged as a regression even though it is > from the app's point of view, right? > (Thinking of the installers for Photoshop CS3 and Visual Studio 2005.)

Re: [3/4] ddraw: Set correct HEL and HAL color models

2011-12-10 Thread Saulius Krasuckas
Stefan, it looks like your patch http://source.winehq.org/git/wine.git/commitdiff/9e0baa55cec232656048c972e94a9dc2a15ec30b has introduced 2 failures on one virtual w2k3-vmware machine: http://test.winehq.org/data/e7bbb4ef1e95396b72a58f813b4346d9abccb699/2003_wtb-w2k3r2sex64-32/ddraw:d3d.html Se

Re: ntdll: Revert 33b0f0edffa0c8a06b4ee8831c92fdc373f83ece.

2011-11-17 Thread Saulius Krasuckas
On Thu, 17 Nov 2011, Alexandre Julliard wrote: > > The test requires a PE binary because obviously we can't test PE > protections on Unix binaries. That doesn't mean it doesn't exist. Just > build a crosstest: > > $ wine ntdll_crosstest.exe info.c > info.c:1296: Test failed: mbi.Protect is 0x8,

Re: MS XInput*.dll implementation

2011-11-01 Thread Saulius Krasuckas
* On Wed, 2 Nov 2011, Alexey Loukianov wrote: > 01.11.2011 18:54, Jerome Leclanche wrote: > > > > I'm no expert in any *input* API, but it sounds like it would be better to > > reimplement dinput under the xinput api; similarly to how audio has been > > handled. > > Despite being more recent API X

Re: ddraw: Keep track of interface attached by AddAttachedSurface and detach correct interface when parent is released. (try 3)

2011-10-13 Thread Saulius Krasuckas
Hello, Octavian. * On Tue, 11 Oct 2011, Octavian Voicu wrote: > > try 3: > - fix test failure by moving error check from *_DeleteAttachedSurface to > ddraw_surface_delete_attached_surface, after another check (thanks Henri). > > try 2: > - use IUnknown_Release(attached_iface) instead of manual

New API functions for loading external dlls

2011-07-13 Thread Saulius Krasuckas
It seems MS announced three new functions yesterday: SetDefaultDllDirectories AddDllDirectory RemoveDllDirectory These are "to help developers correctly and securely load external libraries". [1] I remember some talk about SetDllDirectory() in the past [2], so now it's interesting how

Re: Raw Input Patch Update 16

2011-07-12 Thread Saulius Krasuckas
* On Tue, 12 Jul 2011, Vincas Miliūnas wrote: > > Also I need to note the lack of applications that make extensive use of > the raw input API. There are just a few games and they are convenient > with just the mouse movement data. FWIW, I get a bit more applications by quering Bugzilla for "Raw

Re: Glitch-free iTunes?

2011-07-05 Thread Saulius Krasuckas
Perhaps such response is due to my language barrier, but... * On Mon, 4 Jul 2011, Keith Curtis wrote: > > I bring up Linus because he can focus efforts. You don't need Linus. You > just need the same result -- focused efforts. There is another name for this > concept -- teams. Maybe WINE needs su

Re: kernel32/toolhelp: PROCESSENTRY32::szExeFile is the full path in Win9x.

2011-05-26 Thread Saulius Krasuckas
* On Wed, 25 May 2011, Adam Martinson wrote: > > Dragon NaturallySpeaking 7 expects this in Win98 mode. > --- > dlls/kernel32/tests/toolhelp.c | 19 +++- > dlls/kernel32/toolhelp.c | 48 +-- > 2 files changed, 53 insertions(+), 14 deletion

massively "skipped" tests being shown

2011-04-12 Thread Saulius Krasuckas
Hello, there is something wrong with WRT result page/parser [1] (or with TestBot too) since yesterday. All tests' results from TestBot are shown as "skipped by user request", eg. for XP [2]. Results from physical machines are present, currently only one (af-xpsp3-nv) which shows 12 failures.

Re: clusapi: add stub for GetClusterInformation

2011-03-18 Thread Saulius Krasuckas
* On Fri, 18 Mar 2011, Nikolay Sivov wrote: > On 3/18/2011 11:04, Dmitry Timoshkov wrote: > > Konrad Rzepecki wrote: > > > > > +DWORD WINAPI GetClusterInformation(HCLUSTER hCluster, LPWSTR > > > lpszClusterName, LPDWORD lpcchClusterName, LPCLUSTERVERSIONINFO > > > lpClusterInfo) > > It look

Re: Make sure This->bsc.doc will be initialized while opening a zero byte html file, fix bug 25999 . modified: dlls/mshtml/navigate.c

2011-03-08 Thread Saulius Krasuckas
* On Tue, 8 Mar 2011, Jacek Caban wrote: > > What's the exact problem you're trying to fix? AFAIK, builtin IE crashes on loading empty file: http://bugs.winehq.org/show_bug.cgi?id=25999 S.

Re: kernel32/tests: remove win9x hacks (try 2)

2011-02-25 Thread Saulius Krasuckas
* On Thu, 24 Feb 2011, Alexandre Julliard wrote: > Saulius Krasuckas writes: > > > I have at least one Win16 app which behaves differently on Win16, on > > XP and on Wine [*]. > > What's the right way to get it running OK on Wine then (without > > appropriate

Re: kernel32/tests: remove win9x hacks (try 2)

2011-02-24 Thread Saulius Krasuckas
* On Thu, 24 Feb 2011, Alexandre Julliard wrote: > > The win9x support makes the tests less strict, by allowing additional > behaviors, and that only when running on Windows. Is that a problem? > Running them on Wine is pointless since these code paths are never > executed. I may be missing t

vblank timestamps and page flipping in DRI2

2011-02-13 Thread Saulius Krasuckas
There are some news on the $Subject: [1]. (have a look at the chapter "Fine tuned") I thought it could help Wine fixing such bugs as 6086, 13085, 17260, 22362 [2]. I'll paste the text in just for archiving purposes: --- quote --- Fine tuned The kernel hackers have extended the DRM infrastructu

Re: .chm files for builtin programs?

2011-02-12 Thread Saulius Krasuckas
* On Sat, 12 Feb 2011, Jacek Caban wrote: > * On 2/11/11 5:06 AM, Dan Kegel wrote: > > > > I think there's an open source .chm compiler at > > http://sourceforge.net/projects/chmc/ > > Haven't tried it yet. If that doesn't work, we can use Microsoft's hhc. > > The right way to add chm file is im

Re: Another milestone

2011-01-28 Thread Saulius Krasuckas
* On Thu, 27 Jan 2011, Greg Geldorp wrote: > > Today we had a clean winetest.exe run on all 31 TestBot VMs for the > first time. Although there are still failures on other test machines and > some tests fail occasionally on TestBot, I still think this is a > significant milestone. Congrats to

Re: [ActiveX]crash while open https://mybank.icbc.com.cn/icbc/perbank/index.jsp use wine buitin IE

2011-01-27 Thread Saulius Krasuckas
* On Thu, 27 Jan 2011, Juan Lang wrote: > > > By the way, will wine builtin IE support vbscript in the future? ICBC > > online bank required vbscript. > > That's a pretty open-ended question. I haven't seen anyone volunteer > to work on this in some time, so I'd say the odds are not so good. A

Re: Fail to use USB-Key/USB-Shield with wine USB patch :cannot start service 'SCardSvr':win error code:0x00000424

2011-01-17 Thread Saulius Krasuckas
* On Mon, 17 Jan 2011, Qian Hong wrote: > > Dear all, after replacing winscard.dll by native windows dll and > setting the native winscard.dll by default with winecfg, > I got a new result,Screenshot here: http://goo.gl/7gWbt , > this is the same as that the regist is modified in Windows XP: > ht

Re: Death to win9x?

2010-12-22 Thread Saulius Krasuckas
* On Wed, 22 Dec 2010, Jacek Caban wrote: > > dropping win9x tests has nothing to do with dropping win9x support. It has, but in a small degree -- if win9x support regresses now, these existing few cases of testing win9x specifics won't do their job. > These test results weren't helpful nor us

Re: Death to win9x?

2010-12-03 Thread Saulius Krasuckas
* On Fri, 3 Dec 2010, André Hentschel wrote: > As the VMs in Testbot are now retired we might want to delete the "old" > win9x testdata from test.winehq.org(we need a name for this, > testviewer?) manually? Wait, please. Was there some voting been held to make such sentence official? I think

Re: Does testbot's MingW miscompile winmm:midi tests?

2010-09-11 Thread Saulius Krasuckas
* On Fri, 10 Sep 2010, joerg-cyril.hoe...@t-systems.com wrote: > > Now what to do next? > - uninitialised memory issue? > - bad MingW or includes on test.winehq? > > How do MingW on test.winehq and testbot.winehq differ? Difference of primary interest would be in the compiler versions and then

Re: Please report mcicda (CDROM audio) test results

2010-09-03 Thread Saulius Krasuckas
* On Fri, 3 Sep 2010, joerg-cyril.hoe...@t-systems.com wrote: > > Saulius Krasuckas wrote: > >Then we would know for sure :) > As far as MCICDA is concerned, it doesn't look like it knows about > multi-sessions. All it offers is to play music. Therefore the mcicda > te

Re: AW: Please report mcicda (CDROM audio) test results

2010-09-02 Thread Saulius Krasuckas
* On Thu, 2 Sep 2010, joerg-cyril.hoe...@t-systems.com wrote: > > According to http://de.wikipedia.org/wiki/Compact_Disc > "CD-Extra" is a multi-session disc. So it would be like Jeff Zaroyko's > disc. Yes, both K3B and "Nero Info Tool v2" reports two sessions on my disk. > I don't know whether

Re: Console issues in recent git

2010-09-02 Thread Saulius Krasuckas
* On Thu, 2 Sep 2010, Reece Dunn wrote: > On 2 September 2010 02:29, Jerome Leclanche wrote: > > Anyone else's terminal emulators really acting up since the last git > > batch? On konsole (2.5//4.5.00), I'm unable to see what I'm writing if > > there is a wine process running, until it's killed. T

Re: Please report mcicda (CDROM audio) test results

2010-09-01 Thread Saulius Krasuckas
Hello, * On Wed, 4 Aug 2010, joerg-cyril.hoe...@t-systems.com wrote: > > Jeff Zaroyko wrote: > > >> mcicda: 98 tests executed (0 marked as todo, 2 failures), 0 skipped. > >With a dual mode cd which has a data and audio tracks: > >mcicda: 90 tests executed (0 marked as todo, 14 failures), 0 skipp

Re: dlls/ntdll/file.c: Use FIXME_ONCE for quieter reports.

2010-07-16 Thread Saulius Krasuckas
* On Thu, 15 Jul 2010, Michael Stefaniuc wrote: > Saulius Krasuckas wrote: > > > > TRACE_ONCE probably could help in some cases too. There I see another > > I fail to see how TRACE_ONCE could make any sense. > TRACE is used to trace the important parts of the code

Re: dlls/ntdll/file.c: Use FIXME_ONCE for quieter reports.

2010-07-15 Thread Saulius Krasuckas
* On Wed, 14 Jul 2010, Chris Robinson wrote: > * On Wednesday, July 14, 2010 5:02:59 pm Max TenEyck Woodbury wrote: > > > > 'FIXME's that contain no variable information are completely redundant > > after their first report. After the first reminder, the additional > > reports are just noise. Th

Re: software built and worked under wine but not in vista?

2010-05-21 Thread Saulius Krasuckas
* On Fri, 21 May 2010, Hin-Tak Leung wrote: > > > To check this, it would be nice to run "winetricks vcrun6", recomple > > the app in Wine and see if the resulting exe run OK on Vista. > > Tried that - the binary differs by 6 bytes - just timestamp and > checksum. So using native msvcrt in vcru

Re: software built and worked under wine but not in vista?

2010-05-20 Thread Saulius Krasuckas
* On Thu, 20 May 2010, Matijn Woudt wrote: > On Thu, May 20, 2010 at 3:54 AM, Hin-Tak Leung > wrote: > > > > I have gone ahead and done exactly that - the correct behavior should > > be a msg box saying filelist.txt is missing, rather than setupgs.exe > > not a valid win32 application. > > > >

Re: software built and worked under wine but not in vista?

2010-05-19 Thread Saulius Krasuckas
I sorry for stepping into Alexandre's or Dmitry's shoes, but.. * On Tue, 18 May 2010, Hin-Tak Leung wrote: > > So it seems that setupgs.exe is mis-compiled under wine with win7 sdk > but just happened to also work under wine. Any idea how it might happen? ... there could be a pair of bugs: one

Re: Working on "DOS" VGA.

2010-04-06 Thread Saulius Krasuckas
* On Tue, 6 Apr 2010, Saulius Krasuckas wrote: > > There exists some branch of DOSBox called MegaBuild. [3] > > It implements LPT port emulation and enhances serial port emulation (at > least for DirectSerial mode -- now MegaBuild5 switches DSR-DTR/DCD > signal pair (an

Re: Working on "DOS" VGA.

2010-04-06 Thread Saulius Krasuckas
* On Mon, 5 Apr 2010, k4king wrote: > > << > While they focus mostly on games, they aren't against general fixes. > >> > From memory they don't support lpt ports (for similar reasons) wheras > you can multi play games with serial ports so they do support those. There exists some branch of DOSBo

Re: Working on "DOS" VGA.

2010-04-02 Thread Saulius Krasuckas
* On Fri, 2 Apr 2010, Damjan Jovanovic wrote: > On Thu, Apr 1, 2010 at 8:20 PM, Saulius Krasuckas wrote: > > * On Thu, 1 Apr 2010, Stefan Dösinger wrote: > >> > >> There's protected mode 32 bit, protected mode 16 bit, but no vm86 16 > >> bit. So no real

Re: Working on "DOS" VGA.

2010-04-01 Thread Saulius Krasuckas
* On Thu, 1 Apr 2010, Stefan Dösinger wrote: > Am 01.04.2010 um 11:24 schrieb Roderick Colenbrander: > > > Myself I'm a bit worried about whether we should improve our DOS > > support even further. The problem is that more and more people are > > moving over to 64-bit Linux. While you can run 32-bi

Re: on most hated "OS" in the history of computing

2010-03-29 Thread Saulius Krasuckas
Hello * On Sun, 28 Mar 2010, Damjan Jovanovic wrote: > > Out of interest, why were you visiting openwatcom.org? Are you also > looking into Win16 tests for Wine? Kind of. I was looking into licensing problems preventing its inclusion in Debian. Seems like I should try starting negotiation be

Re: on most hated "OS" in the history of computing

2010-03-28 Thread Saulius Krasuckas
* On Sun, 28 Mar 2010, James Mckenzie wrote: > Saulius Krasuckas wrote: > > >Hello, > > > >This article is about Windows 3.x history and "architecture": > >http://www.openwatcom.org/index.php/Exploring_Windows_3.x > > > >It was nice sunday r

on most hated "OS" in the history of computing

2010-03-28 Thread Saulius Krasuckas
Hello, This article is about Windows 3.x history and "architecture": http://www.openwatcom.org/index.php/Exploring_Windows_3.x It was nice sunday reading :) for me. S.

Re: Kernel mode tests?

2010-03-19 Thread Saulius Krasuckas
* On Fri, 19 Mar 2010, Damjan Jovanovic wrote: > > We've already got ntoskrnl.exe, hal.dll, mountmgr.sys and usbd.sys, > The problem, of course, is that on Windows these all run in kernel mode. > > So what would be a good way to structure these regression tests? > > We could cross-compile eac

recent winmm/midimap tests

2010-02-13 Thread Saulius Krasuckas
Hi folks is it only me getting short midi-like sounds during non-interactive run of Winetest, or is this known new bug already? S.

DirectMusic emulation (Was: DirectX Emulation Question)

2009-10-16 Thread Saulius Krasuckas
* On Thu, 15 Oct 2009, Paul Janoski wrote: > > Can anybody please tell me how complete the DirectMusic wine emulation > is on Linux. The main contributor seems to be Rok Mandeljc (judging from the filtered output of git-blame): $ time (for fn in dlls/dm*/*.c dlls/dswave/*.c; do \ git-blame

Re: glean and Piglit -- OpenGL driver testing

2009-09-17 Thread Saulius Krasuckas
* On Thu, 17 Sep 2009, Henri Verbeet wrote: > * 2009/9/17 Saulius Krasuckas : > > > > Could these be of any use for our graphic guys -- Stefan and co.? > > Well, they're mostly useful when you're maintaining an OpenGL driver. > Mesa already uses these. And what

glean and Piglit -- OpenGL driver testing

2009-09-17 Thread Saulius Krasuckas
Today I saw two similar projects related to OpenGL: [1]: > glean is a suite of tools for evaluating the quality of an OpenGL > implementation and diagnosing any problems that are discovered. glean > also has the ability to compare two OpenGL implementations and highlight > the differences betw

Wine at Ohloh

2009-09-14 Thread Saulius Krasuckas
FYI, http://www.ohloh.net/p/wine/analyses/latest I wonder how do they find 27k lines of C++ code in Wine tree...

Re: PowerPC MacOSX work...

2009-05-27 Thread Saulius Krasuckas
* On Tue, 26 May 2009, mghug...@embarqmail.com wrote: > > Download link did not work... Would have been good to look > at/try/experiment with, but not what I am looking/aiming for. You could probably want to google for Programmer's File Editor v0.07.001 (file pfe0701p.zip), for example this li

Winprinfo tool

2009-04-15 Thread Saulius Krasuckas
(Excuse me for the flowed format in my previous msg) I just have struck one tool related to Windows printer drivers [*]: | In the process of developing a Windows printer driver, we created this | winprinfo tool to allow us to query the printer system from the point of | view of an application:

Winprinfo tool

2009-04-15 Thread Saulius Krasuckas
I just have struck one tool related to Windows printer drivers [*]: | In the process of developing a Windows printer driver, we created this | winprinfo tool to allow us to query the printer system from the point of | view of an application: there are several APIs that permit a wide range | of

Re: Serial port conformance tests

2009-03-24 Thread Saulius Krasuckas
* On Mon, 23 Mar 2009, Chris Teague wrote: very useful tool would be a serial port loopback device. Rather than require conformance testers to attach a hardware loopback device (NULL modem) to a physical port, could we create some virtual ports in wine and connect them together? Maybe com98

Re: Running 16 bit builtin exes fails?

2009-03-08 Thread Saulius Krasuckas
As many developers (Dan, Steven) already have mentioned this feature since 2005..: * On Sun, 8 Mar 2009, Alexandre Julliard wrote: * Dan Kegel writes: Also, I was hoping we really had a solution for building 16 bit executables, but objdump reports that it's all 32 bit code. Should it still

IE, mshtml.dll, oledb32.dll and vulnerability in XML parsing / data binding

2008-12-14 Thread Saulius Krasuckas
Hello, I noticed article about some IE issue: [1] And couldn't stop smiling at the amount and spectre of the workarounds needed to prevent attacks ;) And maybe Jacek (or some other mshtml guy) could test Wine's html engine against the external test case [2] to see whether we are better at han

GLee library (Was: Re: [5/6] WineD3D: Remove some #ifdefs)

2008-10-07 Thread Saulius Krasuckas
* On Mon, 21 Jul 2008, H. Verbeet wrote: > > Right now it's simply broken of course. The extension being defined in > the header is no guarantee the driver actually supports it. Just in a case: today I stuck upon some lib called GLee: | GLee provides a simple interface for using extensions and

Re: winequartz.drv Mac OS X UI discontinued?

2008-10-02 Thread Saulius Krasuckas
Sorry for the lag, * On Thu, 10 Jul 2008, Adam Strzelecki wrote: Is it really technically impossible to access the Quartz APIs or write Mac applications using C? Well it is possible, for example iTunes is non Objective-C Carbon (API) app AFAIK. Problem is that Carbon (pure C interface) is co

Re: Lots of input messages lingering in server slowing down wine tremendously?

2008-07-08 Thread Saulius Krasuckas
* On Mon, 14 Apr 2008, Alexander Dorofeyev wrote: > > I was able to isolate it in a very small and simplistic testcase, which > shows this same problem. It will be included as attachment. Holding a > key and moving mouse over the window steadily increases main loop > latency from 10 to 50 (and e

Re: What to do about filenames legal in Linux but illegal in Windows?

2008-04-21 Thread Saulius Krasuckas
* On Mon, 21 Apr 2008, Dan Kegel wrote: > > (I believe that in both Windows and Wine, directory listings > will show these illegal chars, but attempts to open the files will > fail.) ... > I looked around a bit today for a way to open such files in > Windows, and failed miserably ... > Anyon

Re: LoadStringW [1/2]

2008-04-09 Thread Saulius Krasuckas
* On Wed, 9 Apr 2008, Dmitry Timoshkov wrote: > * "Saulius Krasuckas" <[EMAIL PROTECTED]> wrote: > > > > You still have not answered my question: how regression in question > > can be identified only by reading Wine code (at least in case of > > Loa

Re: LoadStringW [1/2]

2008-04-09 Thread Saulius Krasuckas
* On Mon, 7 Apr 2008, Dmitry Timoshkov wrote: > * "Saulius Krasuckas" <[EMAIL PROTECTED]> wrote: > > > > > If the regression can be identified by someone able to read the code > > > and not by a regression test that doesn't matter. > > >

Re: LoadStringW [1/2]

2008-04-06 Thread Saulius Krasuckas
* On Fri, 4 Apr 2008, Dmitry Timoshkov wrote: > > If the regression can be identified by someone able to read the code and > not by a regression test that doesn't matter. Could you show me appropriate code lines of LoadStringA and a logic to follow, please? I am schocked. Dmitry, for me your

Re: LoadStringW [1/2]

2008-04-03 Thread Saulius Krasuckas
* James Hawkins wrote: >* On Jan 21, 2008 2:14 PM, Christopher wrote: >>* Dmitry Timoshkov wrote: >>> >>> Also, you need to test LoadStringA, to see if it behaves >>> similarly. It would be also interesting to test LoadStringA/W with >>> both buffer and buffer length set to 0. >> >> I tested Loa

Re: user32: Test destroying the cursor of a parent process.

2008-03-18 Thread Saulius Krasuckas
* On Tue, 8 Jan 2008, Eric Pouech wrote: > * Andrew Riedi a écrit : > > > > dlls/user32/tests/cursoricon.c | 201 > > ... > > +static void do_child(void) > > +{ > > +WNDCLASS class; > > +MSG msg; > > +BOOL ret; > > + > > +/* Register a

Saulius sent you a friend request on Yaari...

2008-02-19 Thread Saulius
Saulius Krasuckas wants you to join Yaari! Is Saulius your friend? Yes, Saulius is my friend! No, Saulius isn't my friend. Please respond or Saulius might think you said no :( Thanks, The Yaari Team You are rece

Re: advpack: Skip some tests if not in interactive mode because they pop up dialogs.

2008-01-15 Thread Saulius Krasuckas
* On Tue, 13 Nov 2007, Francois Gouget wrote: > > This was causing the advpack:install test to time out on my Win98, WinXP > and Win2003 VMs. Would it be nice to create some closer-thread for closing poped up dialogs in places of code known for that behaviour? (Probably, for non interactive m

Re: [PATCH 04/14] inetcomm: Add self-registration code.

2008-01-08 Thread Saulius Krasuckas
* On Fri, 2 Nov 2007, Robert Shearman wrote: > > I just thought I'd note that while the From: header said these patches > came from me, Huw actually sent them, which I think is a deficiency in > some of the git tools. I suspect the time is also the same issue. I may be writing this too late, b

Re: I am at the Ubuntu Developer Summit, do we need anything from other projects?

2008-01-03 Thread Saulius Krasuckas
* On Tue, 30 Oct 2007 [EMAIL PROTECTED] wrote: > * On Tue, Oct 30, 2007 at 11:31:56PM -0400, Dimi Paun wrote: > > * On Tue, 2007-10-30 at 15:54 -0700, [EMAIL PROTECTED] wrote: > > > > > > The other day an X.org developer asked me if Wine needed anything > > > from X. Off the top of my head, all

Re: icmp states I need to be running wine as root

2007-12-29 Thread Saulius Krasuckas
* On Sun, 21 Oct 2007, Juan Lang wrote: > > > Isn't there another way to do this than with SOCK_RAW, or having to > > run wine as root? > > In answer to your second question: yes, modify the Linux kernel not > to have such restrictions. Well, there are already patches which modifies it in one

Re: bug 9986

2007-12-29 Thread Saulius Krasuckas
* On Fri, 26 Oct 2007, Damjan Jovanovic wrote: > * On 10/26/07, Reece Dunn wrote: > > * On 25/10/2007, Juan Lang wrote: > > > > > > > Tests would also be useful here as well, so that there is not a > > > > regression. > > > > > > That's good general advice, but hard to implement without a serial

Re: COM/DCOM of WINE

2007-12-29 Thread Saulius Krasuckas
* On Thu, 25 Oct 2007, L. Rahyen wrote: > * On Thursday October 25 2007 08:08, Fong, Man To wrote: > > > > > The communication protocol, pre-defined by TCS manufacturing, is > > > DCOM. Since the communication protocol is not opened by the > > > manufacturer. We must install the API provided by

Re: Patch: ntoskrnl.exe - Added PsCreateSystemThread

2007-11-15 Thread Saulius Krasuckas
* On Fri, 21 Sep 2007, Stefan [iso-8859-1] D�singer wrote: > * Am Donnerstag, 20. September 2007 03:49:40 schrieb Carroll Vance: > > I have tested this with a driver I made and it seemed to > > work fine. > > I don't know much about ntoskrnl.exe, but if you have a test driver, you > may want to i

Re: Using [GS]etWindowLong{Ptr} in tests

2007-06-08 Thread Saulius Krasuckas
* On Fri, 8 Jun 2007, Alexandre Julliard wrote: > * Saulius Krasuckas <[EMAIL PROTECTED]> writes: > > > > Ok, so what would you say about a benefit of renaming of > > SetWindowLongPtr to SetWindowLongPtrA ? > > I wouldn't say anything at this point.

Re: Using [GS]etWindowLong{Ptr} in tests

2007-06-08 Thread Saulius Krasuckas
* On Fri, 8 Jun 2007, Alexandre Julliard wrote: > > Things don't get decided by popularity, but by technical merit. If you > can make a good technical argument for a change it will go in; if you > can't, gathering votes for it won't help. Ok, so what would you say about a benefit of renaming of

Re: Using [GS]etWindowLong{Ptr} in tests

2007-06-08 Thread Saulius Krasuckas
* On Fri, 8 Jun 2007, James Hawkins wrote: > * On 6/8/07, Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > > * On Fri, 8 Jun 2007, James Hawkins wrote: > > > * On 6/8/07, Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > > > > * On Sat, 9 Jun 2007, Dmitry Timos

Re: Using [GS]etWindowLong{Ptr} in tests

2007-06-08 Thread Saulius Krasuckas
* On Fri, 8 Jun 2007, James Hawkins wrote: > * On 6/8/07, Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > > * On Sat, 9 Jun 2007, Dmitry Timoshkov wrote: > > > * "Saulius Krasuckas" <[EMAIL PROTECTED]> wrote: > > > > > > > > The projec

Re: Using [GS]etWindowLong{Ptr} in tests

2007-06-08 Thread Saulius Krasuckas
* On Sat, 9 Jun 2007, Dmitry Timoshkov wrote: > * "Saulius Krasuckas" <[EMAIL PROTECTED]> wrote: > > > > The project needs some voting mechanism, I'd say. > > It's already in place. Namely how can I enter a new voting for renaming "*" to "*A", then?

Re: Using [GS]etWindowLong{Ptr} in tests

2007-06-08 Thread Saulius Krasuckas
* On Sat, 9 Jun 2007, Dmitry Timoshkov wrote: > > Since I have written a large part of that code, I can answer it: > some parts have been written under Windows, therefore no A/W suffix, > since that's how it's usually done in the Windows world, some code > has been copied from Wine parts, and they

Re: Using [GS]etWindowLong{Ptr} in tests

2007-06-08 Thread Saulius Krasuckas
* On Sat, 9 Jun 2007, Dmitry Timoshkov wrote: > * "Saulius Krasuckas" <[EMAIL PROTECTED]> wrote: > > > > API offers both A- an W- versions of this function, while at my first > > glance I cannot firmly decide, what used name does refer to. ... > Th

Using [GS]etWindowLong{Ptr} in tests

2007-06-08 Thread Saulius Krasuckas
Hello. I see some tests call [GS]etWindowLongPtr(..., GWLP_WNDPROC, ...). I think this is somewhat confusing. API offers both A- an W- versions of this function, while at my first glance I cannot firmly decide, what used name does refer to. Shouldn't occurences be renamed to ...WindowLongPtr

  1   2   3   4   5   >