Issue(s) when running winetest on Windows

2007-07-05 Thread Paul Vriens
Hi, I've had several cases in the last weeks where I run a wintest on Windows and it was submitted. It however never showed up on tests.winehq.org. Currently there's no error reporting on that box for the tests page creation (will look into that if time permits). The one reason I've found so

crosstest target missing dependency on idl headers

2007-07-05 Thread John Klehm
Hello, Just thought I'd mention that the crosstest target is missing dependencies on headers generated from .idl files. The ones that come up for me are tmarshal.h(oleaut32) and server.h (rpcrt4). Thanks to Hans Leidekker for helping me find my way on this. So as of right now here is how the

Re: appdb not working

2007-07-05 Thread L. Rahyen
On Thursday July 5 2007 21:34, Stefan Leichter wrote: > Hello, > > is anyone else getting the error message "Fatal error: type of variable cw > is not recognized." when browsing http://appdb.winehq.org/ with konquerror? > > My system is debian etch (kde 3.5.5). The main page of the appdb is working

Call for win16 tests

2007-07-05 Thread Dan Kegel
As Andreas Mohr pointed out a while back, http://www.winehq.org/pipermail/wine-devel/2005-August/039602.html we really need a win16 test suite to make sure our win16 support doesn't rot. As far as I know, nobody's managed to get win16 tests into the tree, presumably because the build process or m

Re: appdb not working

2007-07-05 Thread Stefan Dösinger
Am Donnerstag, 5. Juli 2007 23:34 schrieb Stefan Leichter: > Hello, > > is anyone else getting the error message "Fatal error: type of variable cw > is not recognized." when browsing http://appdb.winehq.org/ with konquerror? Works for me

Re: appdb not working

2007-07-05 Thread Chris Morgan
You'll want to clear out your cookies. The site was forwarded to the codeweavers site and that added a cookie that doesn't match with the appdb cookie format. I've added a note to the error message. Chris On 7/5/07, Stefan Leichter <[EMAIL PROTECTED]> wrote: Hello, is anyone else getting the

Re: appdb not working

2007-07-05 Thread Chris Robinson
On Thursday 05 July 2007 02:34:31 pm Stefan Leichter wrote: > is anyone else getting the error message "Fatal error: type of variable cw > is not recognized." when browsing http://appdb.winehq.org/ with konquerror? Works For Me, using Konquerer in KDE 3.5.7 (Gentoo). The main page and the various

appdb not working

2007-07-05 Thread Stefan Leichter
Hello, is anyone else getting the error message "Fatal error: type of variable cw is not recognized." when browsing http://appdb.winehq.org/ with konquerror? My system is debian etch (kde 3.5.5). The main page of the appdb is working well with iceweasel (mozilla). The problem started after the

Wine tests failing on Linux

2007-07-05 Thread Michael Stefaniuc
Hello! I was showing a little bit of schadenfreude on #winehackers that Alexandre has now failing Wine tests on his brand new computer. So I thought to do a full run of the Wine tests on my machine and report the errors. Maybe Alexandre will fix this bugs too ;) while at it. Test setup: - 3 GHz P

Re: programs:extrac32 Add new program (Extrac32.exe) (Pre alpha version :))

2007-07-05 Thread James Hawkins
On 7/5/07, Anatoly Lyutin <[EMAIL PROTECTED]> wrote: Kirill K. Smirnov wrote: > Hi, > > Hello, >> +MODULE= EXTRAC32.exe >> > It is very unusual to have upper-case name of exe file > > But in Win it calls as EXTRAC32.EXE (I renamed it in new version). I think too that it is not beautiful. >>

re: Direct3D Game test framework

2007-07-05 Thread Dan Kegel
Martin wrote: on YAWT homepage, I read: "YAWT can be used either standalone, or as part of the cxtest.org automated regression test suite for Wine" You mean, it can generate result emails which can be parsed by CxTest server? I mean that it should be trivial to wrap a Yawt test into a cxtest s

Re: access restrictions / sandbox

2007-07-05 Thread Ioannis Nousias
ok, so there isn't a wine specific way to do that. A separate 'wine' user is indeed a simple solution to avoid messing with my normal user-account files, but I still need to prevent it from accessing certain resources. Time to learn SELinux I guess :) thanks Marcus Meissner wrote: On Thu, J

Re: access restrictions / sandbox

2007-07-05 Thread Stefan Dösinger
Am Donnerstag, 5. Juli 2007 16:03 schrieb Ioannis Nousias: > Hello wine developers, > > I'm running Wine on Linux. Is there a way to restrict wine from > accessing some folders and/or resources? Ideally have Wine restraint in > its WINEPREFIX directory and configure what resources it could access >

Re: programs:extrac32 Add new program (Extrac32.exe) (Pre alpha version :))

2007-07-05 Thread Anatoly Lyutin
Kirill K. Smirnov wrote: Hi, Hello, +MODULE= EXTRAC32.exe It is very unusual to have upper-case name of exe file But in Win it calls as EXTRAC32.EXE (I renamed it in new version). I think too that it is not beautiful. WriteConsole(GetStdHandle(STD_OUTPUT_HANDLE),"Run Wine

Re: programs:extrac32 Add new program (Extrac32.exe) (Pre alpha version :))

2007-07-05 Thread Anatoly Lyutin
Vitaliy Margolen wrote: Anatoly Lyutin wrote: This program (EXTRAC32.exe) needed for extract *.cab files. Some Win programs use EXTARC32.exe for inner functions and often impossible to change unpacker. I test this EXTRAC32.exe for one program (Russian office program) and it works! I shall be

Re: access restrictions / sandbox

2007-07-05 Thread leszek
Hello, You might be interested in this question on launchpad: https://answers.launchpad.net/ubuntu/+question/8686 It describes how to run Internet Explorer in wine as a separated user. Le jeudi 05 juillet 2007 à 15:03 +0100, Ioannis Nousias a écrit : > Hello wine developers, > > I'm running Win

Re: access restrictions / sandbox

2007-07-05 Thread Marcus Meissner
On Thu, Jul 05, 2007 at 03:03:27PM +0100, Ioannis Nousias wrote: > Hello wine developers, > > I'm running Wine on Linux. Is there a way to restrict wine from > accessing some folders and/or resources? Ideally have Wine restraint in > its WINEPREFIX directory and configure what resources it could

Re: [kernel32/tests 1/2] Don't crash on win98

2007-07-05 Thread Paul Vriens
Paul Vriens wrote: Vitaliy Margolen wrote: Paul Vriens wrote: Hi, Test crashes on win98. Changelog Don't crash on win98 Cheers, Paul. As I recall some programs do this and it works. And those programs strictly require w2k+ to work. Should we use a version check here instead? Vital

Re: gdi32: Using a bitmap font as the sans serif fallback is a very bad idea.

2007-07-05 Thread Vitaliy Margolen
Huw Davies wrote: On Thu, Jul 05, 2007 at 07:24:53AM -0600, Vitaliy Margolen wrote: You reverting this patch: commit 69a23a608eea59624b2f37ab424e0f42b3da5baf Author: Dmitry Timoshkov <[EMAIL PROTECTED]> Date: Thu Feb 23 20:33:06 2006 +0800 gdi: Use "MS Sans Serif" as default sans serif f

access restrictions / sandbox

2007-07-05 Thread Ioannis Nousias
Hello wine developers, I'm running Wine on Linux. Is there a way to restrict wine from accessing some folders and/or resources? Ideally have Wine restraint in its WINEPREFIX directory and configure what resources it could access (like network for instance). I've seen few talks on having a 's

Re: [kernel32/tests 1/2] Don't crash on win98

2007-07-05 Thread Paul Vriens
Vitaliy Margolen wrote: Paul Vriens wrote: Hi, Test crashes on win98. Changelog Don't crash on win98 Cheers, Paul. As I recall some programs do this and it works. And those programs strictly require w2k+ to work. Should we use a version check here instead? Vitaliy. Well I was goi

Re: Direct3D Game test framework

2007-07-05 Thread Stefan Dösinger
> * Ability to regularly benchmark certain parts of game (and thus Wine, > which is involved) in clean environment and submit raw data results to > server > > * On the server, process submitted data and present them via web in user > friendly form; support for pointing to regressions (and finding r

Re: gdi32: Using a bitmap font as the sans serif fallback is a very bad idea.

2007-07-05 Thread Huw Davies
On Thu, Jul 05, 2007 at 07:24:53AM -0600, Vitaliy Margolen wrote: > You reverting this patch: > > commit 69a23a608eea59624b2f37ab424e0f42b3da5baf > Author: Dmitry Timoshkov <[EMAIL PROTECTED]> > Date: Thu Feb 23 20:33:06 2006 +0800 > > gdi: Use "MS Sans Serif" as default sans serif font, no

Re: Direct3D Game test framework

2007-07-05 Thread martin pilka
Dan, on YAWT homepage, I read: "YAWT can be used either standalone, or as part of the cxtest.org automated regression test suite for Wine" You mean, it can generate result emails which can be parsed by CxTest server? Or how does it work? Thanks, Martin Dan Kegel wrote: > Vit Hrachovy wrote:

Re: [kernel32/tests 1/2] Don't crash on win98

2007-07-05 Thread Vitaliy Margolen
Paul Vriens wrote: Hi, Test crashes on win98. Changelog Don't crash on win98 Cheers, Paul. As I recall some programs do this and it works. And those programs strictly require w2k+ to work. Should we use a version check here instead? Vitaliy.

Re: gdi32: Using a bitmap font as the sans serif fallback is a very bad idea.

2007-07-05 Thread Vitaliy Margolen
Huw Davies wrote: --- dlls/gdi32/freetype.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) You reverting this patch: commit 69a23a608eea59624b2f37ab424e0f42b3da5baf Author: Dmitry Timoshkov <[EMAIL PROTEC

Re: Direct3D Game test framework

2007-07-05 Thread martin pilka
Francois Gouget wrote: > You could also write some software to automatically analyze this data on > the server but that seems overkill. Yes, we tried this while ago and it was really overkill. I believe results should be analyzed by man, but he needs user friendly formatted information for this.

Re: Direct3D Game test framework

2007-07-05 Thread martin pilka
Detlef Riekenberg wrote: > On Di, 2007-06-26 at 13:06 +0200, Stefan Dösinger wrote: > >> Appart of controlling the apps we'll need some programs to start the >> application scripts, extract the results and do something with them. > >> We also need some database to collect the results. > > We c

Re: Direct3D Game test framework

2007-07-05 Thread martin pilka
>> Running applications with different log levels, tracing output, >> comparing screenshots with different levels of fuzzy comparaion >> - it's not faraway. > How would fuzzy comparison work? See projects findimagedupes and gqview (duplicate window, hit 'D' in gqview interface), both presented as

Re: Direct3D Game test framework

2007-07-05 Thread martin pilka
Stefan Dösinger wrote: > --no-vnc works fine for me for playing tests, but it does not work for > recording tests. VNC was never hard requirement of CxTest, we are using it to guarantee same testing environment everywhere. However, it is been a while I ran it without VNC, let me check. Martin

Re: Direct3D Game test framework

2007-07-05 Thread martin pilka
Hello Stefan! > We don't have to transfer all the rendering screenshots over VNC though. > I am CCing Martin Pilka on this, maybe he can give us some more insight. I apologize for late answer - I was (and still am) ill. However, now I read whole thread, let me summarize the goals you would expec

programs:extrac32 Add new program (Extrac32.exe) (Pre alpha version :))

2007-07-05 Thread Kirill K. Smirnov
Hi, > +MODULE= EXTRAC32.exe It is very unusual to have upper-case name of exe file >WriteConsole(GetStdHandle(STD_OUTPUT_HANDLE),"Run Wine Extrac32. \n",strlen("Run Wine Extrac32.\n"),NULL,NULL); The utility is compiled as UNICODE (EXTRADEFS = -DUNICODE), thus WriteConsoleW is used, but

Re: msi [2/13]: Handle remote calls to MsiDoAction

2007-07-05 Thread Robert Shearman
James Hawkins wrote: package = msihandle2msiinfo( hInstall, MSIHANDLETYPE_PACKAGE ); if (!package) -return ERROR_INVALID_HANDLE; +{ +HRESULT hr; +IWineMsiRemotePackage *remote_package; + +remote_package = (IWineMsiRemotePackage *)msi_get_remote( hIn

Re: About stdlib.h system()

2007-07-05 Thread Francois Gouget
On Tue, 26 Jun 2007, Zhongli Xu wrote: > Hi all, > > I tried to call another .exe file in my own exe file by using the system() > API. > But the return value of system() is -1 and errno is set to ENOENT. It > indicates that the another exe file is not found. That must be because you're calling t