Re: Benchmarking Wine

2006-08-01 Thread Tom Wickline
On 8/1/06, H. Verbeet <[EMAIL PROTECTED]> wrote: It might be a good idea to fix that 3DMark03 performance regression caused by VBOs :-) :-)

Re: Benchmarking Wine

2006-08-01 Thread Tom Wickline
On 8/1/06, Neil Skrypuch <[EMAIL PROTECTED]> wrote: As for tests #3 and #4 in 3DMark 03, they both run, although 3DMark 03 frequently crashes while loading test #3. Test #4 requires using GLSL instead of ARB shaders though. Yea, Ive found this to be the case.. I have however got test #3 to ru

check this out dvdshrink workig with wine

2006-08-01 Thread Vijay Kiran Kamuju
Hi, Check this link out How to run dvdshrink with wine http://mrbass.org/linux/ubuntu/dvdshrink/ Thanks, VJ

Identified regression wined3d regression in current GIT

2006-08-01 Thread Alexander Nicolaysen Sørnes
Greetings, The following commit causes The Settlers IV to crash when entering the main menu. Author: Roderick Colenbrander wined3d: Optimize d3dfmt_convert_surface. dc743d82fff84743e09a1c86d5e803ca8a7c375d http://source.winehq.org/git/?p=wine.git;a=commit;h=dc743d82fff84743e09a1c86d5e803ca8a7c37

ntdll: CreateRemoteThread and RtlCreateUserThread for remote processes, take 2

2006-08-01 Thread Thomas Kho
ntdll: CreateRemoteThread and RtlCreateUserThread for remote processes, take 2 Hello, This is an implementation of CreateRemoteThread and RtlCreateUserThread for remote processes that re-introduces a service thread for each process and uses a signal to flag pending operations. Operations are guar

Re: Simple installer regression testing

2006-08-01 Thread Dan Kegel
On 8/1/06, Mitchell Mebane <[EMAIL PROTECTED]> wrote: > It requires you to install autoit first. Autoit is a popular windows > scripting tool which is even somewhat open source, AutoHotKey (http://www.autohotkey.com/) is GPL and can do most of what AutoIt can. You might give it a shot. Thanks

Re: Benchmarking Wine

2006-08-01 Thread Neil Skrypuch
On Tuesday, August 01, 2006 10:39, H. Verbeet wrote: > It might be a good idea to fix that 3DMark03 performance regression > caused by VBOs :-) Yes, http://bugs.winehq.org/show_bug.cgi?id=5546 for reference. As for tests #3 and #4 in 3DMark 03, they both run, although 3DMark 03 frequently crashe

Re: Simple installer regression testing

2006-08-01 Thread Mitchell Mebane
Dan Kegel wrote: It requires you to install autoit first. Autoit is a popular windows scripting tool which is even somewhat open source, see http://www.autoitscript.com/forum/index.php?showtopic=8389, and in any case is free to use. AutoHotKey (http://www.autohotkey.com/) is GPL and can do mos

msvcrt/libc clash?

2006-08-01 Thread Tijl Coosemans
Somewhat further along the way of fixing Wine on FreeBSD I'm stuck with what appears to be a clash between msvcrt and libc. Attached is the output of running "env WINEDEBUG=trace+msvcrt notepad". It looks like msvcrt's _spawnve is called to run a Wine process. The same happens when running the

Problem with ValidateInUseArena

2006-08-01 Thread Diego A. Degese
Hi.. i'm new in the list but i want to contribute in devel and testing with the wine team. I found this problem and i try to fix it, but i post to list because this problem can affect to other wine parts. WINEDEBUG variable was setted to all Executed Command: wine PES5.EXE Trace - CUT HER

Re: HAL and Copy Protection

2006-08-01 Thread Jesse Allen
On 8/1/06, Jesse Allen <[EMAIL PROTECTED]> wrote: On 8/1/06, Martin Owens <[EMAIL PROTECTED]> wrote: > the important part is not that HAL supports SecuRom (which it won't IMHO) > but if wine can use the direct access to the hardware in order to allow > securom to work through wine. > > Yes, that

Re: HAL and Copy Protection

2006-08-01 Thread Jesse Allen
On 8/1/06, Martin Owens <[EMAIL PROTECTED]> wrote: the important part is not that HAL supports SecuRom (which it won't IMHO) but if wine can use the direct access to the hardware in order to allow securom to work through wine. Yes, that is correct. However I'm not sure if Wine interprets the

Re: Wine and Photoshop in news

2006-08-01 Thread Dan Kegel
On 8/1/06, Jaap Stolk <[EMAIL PROTECTED]> wrote: On 8/1/06, Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: > business05_aug01_2006 "with the latest beta version being 0.9.8" is this a re-print or something? It's fresh, but with typos, I think. There were backslashes missing in a path; may

HAL and Copy Protection

2006-08-01 Thread Jesse Allen
Does anyone have HAL and SecuRom copy protection working? I'm starting to get support questions with people using HAL and I'm not sure how to help them. I need information now that HAL support is in Wine on whether SecuRom works with it and how to get it to work as I don't have HAL. Jesse

Re: Wine and Photoshop in news

2006-08-01 Thread Jaap Stolk
On 8/1/06, Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: business05_aug01_2006 "with the latest beta version being 0.9.8" is this a re-print or something?

Re: wine notepad.exe: Segmentation fault

2006-08-01 Thread Molle Bestefich
Christoph Frick wrote: another good chance to skrew up: when you build your stuff in the same directory over and over again from cvs/git/nameit and you have change in your build environment, then even a ``make depend`` wont help you - autohell does not check against gcc, CFLAGS, ... -> make clean

Wine and Photoshop in news

2006-08-01 Thread Vijay Kiran Kamuju
Check this link out Its about Wine and Photoshop compatibility. http://www.manilastandardtoday.com/?page=business05_aug01_2006 Can we also try to improve the photoshop compatibility with wine. Today will download the demo and try it on wine current git.

Re: Where can I get answers concerning winelib?

2006-08-01 Thread Dan Kegel
On 8/1/06, Johannes Holzer <[EMAIL PROTECTED]> wrote: Cause i get no answer to my winelib questions. Where can i ask about winelib? This is the right place. But perhaps the right answer is "don't use winelib". Why not just use wine, and run the Windows executable? - Dan

Where can I get answers concerning winelib?

2006-08-01 Thread Johannes Holzer
Hi Cause i get no answer to my winelib questions. Where can i ask about winelib? johannes holzer

Re: Benchmarking Wine

2006-08-01 Thread H. Verbeet
It might be a good idea to fix that 3DMark03 performance regression caused by VBOs :-)

Re: Benchmarking Wine

2006-08-01 Thread Vijay Kiran Kamuju
On 8/1/06, Tom Wickline <[EMAIL PROTECTED]> wrote: Hello, I'm planning to update the benchmarks on the wiki with version 9.20 when it's released and thought I would ask in advance if anyone here has any ideas about the benchmarks. The three new benchmarks that I plan to add are 3DMark03, 3DMark0

Benchmarking Wine

2006-08-01 Thread Tom Wickline
Hello, I'm planning to update the benchmarks on the wiki with version 9.20 when it's released and thought I would ask in advance if anyone here has any ideas about the benchmarks. The three new benchmarks that I plan to add are 3DMark03, 3DMark05?? and 3DMark06 Anyone here interested in ShaderMa

usp10: resend Remove a test that fails on Windows

2006-08-01 Thread Jeff L
This patch fixes a problem where a test fails in windows. It may also fix a problem with 64 bit code but I am unable to test that. I does this by declaring the HDC as global so it can be reused between test runs in test_ScriptItemIzeShapePlace and test_ScriptGetCMap. Change log: Fix glyph compa

usp10: Remove a test that fails on Windows

2006-08-01 Thread Jeff L
This patch fixes a problem where a test fails in windows. It may also fix a problem with 64 bit code but I am unable to test that. I does this by declaring the HDC as global so it can be reused between test runs in test_ScriptItemIzeShapePlace and test_ScriptGetCMap. Change log: Fix glyph co

Re: wine notepad.exe: Segmentation fault

2006-08-01 Thread Rob Brown
[EMAIL PROTECTED] wrote: Molle Bestefich wrote: Been running 0.9.15 for a while without problems. Since a week ago (or so) when I updated to HEAD, all I get from Wine is this: wine-git # notepad Segmentation fault Nuking ~/.wine doesn't help: Just to confirm, I get the same problem, "seg

Re: wine notepad.exe: Segmentation fault

2006-08-01 Thread Christoph Frick
On Tue, Aug 01, 2006 at 10:42:46AM +0100, [EMAIL PROTECTED] wrote: > >wine-git # notepad > >Segmentation fault it is a good thing to uninstall _all_ remaining old wine instances before installing the new one to make sure, there is nothing left (no longer used "dlls" might lie around and add a goo

Re: wine notepad.exe: Segmentation fault

2006-08-01 Thread [EMAIL PROTECTED]
Molle Bestefich wrote: Been running 0.9.15 for a while without problems. Since a week ago (or so) when I updated to HEAD, all I get from Wine is this: wine-git # notepad Segmentation fault Nuking ~/.wine doesn't help: Just to confirm, I get the same problem, "segmentation fault" when run

Re: usp10: Remove a test that fails on Windows.

2006-08-01 Thread Jeff Latimer
Good call Hans :-D , I made the the HDC global and it seems to work in both windows and wine now.  Will format a patch for this one. Jeff Hans Leidekker wrote: On Monday 31 July 2006 13:20, Jeff Latimer wrote: times out of 20 on my 32 bit system. Obviously there is an inconsise

Re: wine_main_preload_info not found, cannot use first megabyte, *.exe don't work

2006-08-01 Thread Mike McCormack
David D. Hagood wrote: I've been posting my findings on this very matter to wine-users - look for "cannot run under Fedora 6 tset 1". Alexandre has committed a patch that looks like it should fix the problem to the git tree. Mike