Re: WineD3D texture bug

2006-02-06 Thread Raphael
On Sunday 05 February 2006 22:44, Stefan Dösinger wrote: Hi, To summarize 3dmark2001 possibly uses incorrect d3d8 code but the code works fine on Windows. I tried to test the behaviour using a test (perhaps not a good test) and windows appeared to work correctly and the same for wine.

Re: pr 3277 redux (err:opengl:X11DRV_ChoosePixelFormat glXChooseFBConfig returns NULL)

2006-02-06 Thread Raphael
Hi, On Saturday 04 February 2006 00:36, Dan Kegel wrote: Hi Fenix! What's the status of the glXChooseFBConfig problem you had a test fix for in http://www.winehq.com/hypermail/wine-devel/2005/05/0369.html ? I think this is http://bugs.winehq.org/show_bug.cgi?id=3277 can you chime in there

Re: WineD3D texture bug

2006-02-06 Thread H. Verbeet
There does exist a D3DDEVCAPS_TEXTURESYSTEMMEMORY property. http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/dx81_c/directx_cpp/Graphics/reference/CPP/D3D/Structures/d3dcaps8.asp However, I don't think wine sets it. I wonder if perhaps SetTexture should return a specific error code

Exec-Shield / Prelinking Issue - Please help =/

2006-02-06 Thread Joey Robinson
Greetings, I'm experiencing in issue with the latest Wine on Fedora Core 4, latest kernel and all latest drivers available. I'm attempting to run World of Warcraft, after compiling a custom build of wine, with instructions outlined at

Re: WineD3D texture bug

2006-02-06 Thread Roderick Colenbrander
On Monday 06 February 2006 09:37, H. Verbeet wrote: There does exist a D3DDEVCAPS_TEXTURESYSTEMMEMORY property. http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/dx81_c/dir ectx_cpp/Graphics/reference/CPP/D3D/Structures/d3dcaps8.asp However, I don't think wine sets it. I wonder

Re: Add missing LANG_xxx and SUBLANG_xxx macros

2006-02-06 Thread Francois Gouget
On Mon, 6 Feb 2006, Francois Gouget wrote: I found two pages that document the LANG_xxx and SUBLANG_xxx identifiers: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/intl/nls_61df.asp http://msdn.microsoft.com/library/default.asp?url=/library/en-us/intl/nls_19ir.asp And I

Re: New wined3d configuration window

2006-02-06 Thread Molle Bestefich
Brian Hill wrote: Ok, after working on the winecfg program for a bit, this is what I have : http://img434.imageshack.us/my.php?image=winecfg17nf.png Looks good!

Re: New wined3d configuration window

2006-02-06 Thread Andreas Mohr
Hi, On Mon, Feb 06, 2006 at 02:10:43PM +0100, Molle Bestefich wrote: Brian Hill wrote: Ok, after working on the winecfg program for a bit, this is what I have : http://img434.imageshack.us/my.php?image=winecfg17nf.png Looks good! No, it doesn't (quite ;): 64 Mb is wrong, should be 64

Re: LostWages: Status pages update #5

2006-02-06 Thread Dmitry Timoshkov
On Mon, 2006-02-06 at 02:47 -0500, Tom Wickline wrote: Change log: please see status_changelog for a complete change log. + liADD - Dmitry Timoshkov as worker to ICCVID/li + liADD - Dmitry Timoshkov as worker to MSRLE32/li + liADD - Dmitry Timoshkov as worker to MSVIDC32/li Tom, I already

error during compilation

2006-02-06 Thread David van der Staak
hi there, i was compiling wine, and i saw this error during compilation.. don't know what to do with it, and it sais to tell you guys, so hereby. Need to know anything? configure: WARNING: linux/capi.h: present but cannot be compiled configure: WARNING: linux/capi.h: check for missing

Somewhat disappointing experiences with Winelib and WTL

2006-02-06 Thread Claus Fischer
Hi Wine developers and users! Over the last few days, I have been trying to find out whether the combination of WTL and Winelib could be a promising inter-platform GUI solution. While I have made some progress and got some new knowledge, I believe I have now come to a dead end where I'll have

Re: Remove %1 from [http|htmlfile]\shell\open\command

2006-02-06 Thread Dmitry Timoshkov
On Sun, 2006-02-05 at 22:03 -0700, Vitaliy Margolen wrote: Well this patch broke functionality with other applications. And I'm not sure that this program doing the right thing as on win2k with FireFox installed I have @=C:\PROGRA~1\MOZILL~1\FIREFOX.EXE -url %1 So we need to decide which

winsock/tests select conformance test improvements

2006-02-06 Thread Phil Lodwick
Some improvements to the test thanks to suggestions from Mike McCormack. Changelog: - Add OK tests around more function calls - Add two more todo_wine tests that fail patch.diff Description: patch.diff

Re: Remove %1 from [http|htmlfile]\shell\open\command

2006-02-06 Thread Robert Shearman
Dmitry Timoshkov wrote: On Sun, 2006-02-05 at 22:03 -0700, Vitaliy Margolen wrote: Well this patch broke functionality with other applications. And I'm not sure that this program doing the right thing as on win2k with FireFox installed I have @=C:\PROGRA~1\MOZILL~1\FIREFOX.EXE -url %1 So

Re: Somewhat disappointing experiences with Winelib and WTL

2006-02-06 Thread Dmitry Timoshkov
On Mon, 2006-02-06 at 05:08 +0100, Claus Fischer wrote: BUT: ... BIG SHOCK: That's not a single ELF executable, it's a weird mixture of PE and ELF and a .so file and a wrapper program that apparently starts wine in the background ... That doesn't fulfill my goals of building a native

Re: Remove %1 from [http|htmlfile]\shell\open\command

2006-02-06 Thread Dmitry Timoshkov
On Mon, 2006-02-06 at 17:16 +, Robert Shearman wrote: I've tested ShellExetute with the above command under Windows and it fails for me. Then surely either the program depending on this needs to be fixed or it doesn't use the shell open command in this way on Windows. Even if that's

Re: Somewhat disappointing experiences with Winelib and WTL

2006-02-06 Thread Dmitry Timoshkov
On Mon, 2006-02-06 at 18:34 +0100, Claus Fischer wrote: But with WTL, it's possible to build a reasonable sophisticated application that depends only on DLLs that are already on the system. My biggest WTL application so far, a project for the Austrian Mountain Rescue Service, has roughly

Re: Somewhat disappointing experiences with Winelib and WTL

2006-02-06 Thread Robert Shearman
Claus Fischer wrote: Since I'm not familiar with the Wine debugger, it would have been very helpful to be able to use gdb on the resulting executable. However, gdb reported that it didn't know the file format. == Wishlist to Wine: - Make gdb work on Winelib programs

wine 0.9.7 crashes in dlls/d3d8/drawprim.c

2006-02-06 Thread Daniel Skorka
Hi, I'm trying to debug a problem with the Mafia demo. Basically, it is like this: The demo runs fine (albeit a bit slow) for some short (but varying) time). Then it crashes in dlls/d3d8/drawprim.c line 983 (function drawStridedSlow) with a page fault on read access. The exact address differs a

website bug

2006-02-06 Thread Segin
I was trying to read WWN 303 but there appears to be a XML error on line 597. Mozilla verifies this by giving an error on the same line of the raw XML source. The actual Mozilla output is shown below: XML Parsing Error: mismatched tag. Expected: /br. Location:

Re: Fwd: game Knights and Merchants deadlocks

2006-02-06 Thread Joris Huizer
I built valgrind 3.1.0 with the given patch, but for some reason valgrind fails to start the program correctly; I attached the log of a run; When I do not run with valgrind the program starts successfully. What is wrong? how should I get valgrind with the program running? Script started on Mon

Meaning of error message

2006-02-06 Thread Segin
II have recently recieved the following message during the installation of a program with the instantaneous termination of the installer: wine-pthread: stack smashing attack in function RichEditANSIWndProc() Does this mean that there is a bug in the installer or the function

Re: website bug

2006-02-06 Thread Jeremy Newman
Ahh, I see the problem. You always have to close tags in XML. In the case of br you need to use br / to let XML know the tag is a single closed tag. Just committed a fix. On Mon, 2006-02-06 at 12:56 -0500, Segin wrote: I was trying to read WWN 303 but there appears to be a XML error on line

LostWages: Status pages update #6 resend

2006-02-06 Thread Tom Wickline
Hello, The first #6 is incorrect, please use this one Tom Changelog: move msacm.dll to Multimedia DLLs Index: en/status_multimedia.template === RCS file: /home/wine/lostwages/templates/en/status_multimedia.template,v retrieving

Re: [AppDB] modify installs and runs fields

2006-02-06 Thread Jesse Allen
On 2/6/06, Tony Lambregts [EMAIL PROTECTED] wrote: Mike McCormack wrote: Actually it appears other share my altered sense of reality. World Of Warcraft 1.3.0 is the top ranking Gold application, yet it requires mfc42, msvcp60.dll and possibly some patches to run. MS Money is also

Re: usp10: Resend of tests for usp10

2006-02-06 Thread Stefan Leichter
Am Montag, 6. Februar 2006 12:51 schrieb Jeff L: Have combined the files into one file. The SUBDIR = tests entry is in the earlier file with usp10 functionality for ScritpItemize, ScriptShape and ScriptPlace. Jeff Latimer Hi Jeff, looks like i confuse you a little. With +++ usp10.c - +++

Re: Somewhat disappointing experiences with Winelib and WTL

2006-02-06 Thread Claus Fischer
On Mon, Feb 06, 2006 at 05:49:24PM +, Robert Shearman wrote: :- Make gdb work on Winelib programs : http://www.winehq.org/site/docs/winedev-guide/dbg-others : http://wiki.winehq.org/Winelib_binaries_as_ELF_executables_not_%2eexe%2eso Thank you for those hints, apparently the Winelib

Re: Visual C++ 6

2006-02-06 Thread Jason Kraftcheck
Cihan Altinay wrote: Hi Jason, Just a small comment here. ... I guess this is cut'n'paste... the comment doesn't match the definition. Thanks for noticing that. I've attached a corrected patch. diff -aur wine-0.9.6/dlls/msvcrt/math.c mod/dlls/msvcrt/math.c ---

Re: Somewhat disappointing experiences with Winelib and WTL

2006-02-06 Thread Claus Fischer
On Mon, Feb 06, 2006 at 11:41:40AM -0600, Dmitry Timoshkov wrote: : You seem to underestimate what the dependencies above mean for the : running Windows system. You depend on the *whole* kernel + GUI : subsystems, including registry and everything else. That's true : for Wine as well, just in the

Re: *** No rule to make target `../../dlls/d3d9/tests/d3d9_test.exe.so',

2006-02-06 Thread Rainer Dorsch
I am somewhat disappointed that the compile problem is still not fixed in 0.9.7. Also I am not sure, if opengl is the real problem, at least configure reports that OpenGL is up-to-date: checking for GL/gl.h... yes checking for GL/glx.h... yes checking for GL/glext.h... yes checking for

Re: Somewhat disappointing experiences with Winelib and WTL

2006-02-06 Thread Claus Fischer
On Mon, Feb 06, 2006 at 11:17:08AM -0600, Dmitry Timoshkov wrote: : Apparently under Windows you can't build a not trivial exe which : depends only on libc either. That's right. But with WTL, it's possible to build a reasonable sophisticated application that depends only on DLLs that are already

Report this to wine-devel@winehq.org

2006-02-06 Thread Daniel Rivera
Hello, I got this while compiling (for the first time) WINE on Xandros Linux. configure: WARNING: linux/capi.h: check for missing prerequisite headers? configure: WARNING: linux/capi.h: see the Autoconf documentation configure: WARNING: linux/capi.h: section Present But Cannot Be Compiled

Re: Meaning of error message

2006-02-06 Thread Robert Shearman
Segin wrote: II have recently recieved the following message during the installation of a program with the instantaneous termination of the installer: wine-pthread: stack smashing attack in function RichEditANSIWndProc() Does this mean that there is a bug in the installer or the function

MSACM: winemp3 codec crashes on seek, reimplement with libmad?

2006-02-06 Thread Alex Villací­s Lasso
I was trying to exercise the winemp3 builtin codec using a Visual Basic control that essentially implements the Windows Media Player look (MSDXM.OCX). After specifying native quartz.dll for this app, I tested a few AVIs with mp3-encoded soundtracks. What I can notice is that the sound has very

Re: *** No rule to make target `../../dlls/d3d9/tests/d3d9_test.exe.so',

2006-02-06 Thread Joseph Garvin
Rainer Dorsch wrote: checking for glutMainLoop in -lglut... no Curious, why does wine depend on glut? It's not a native windows DLL and I can't think of any obvious reason why wine would need any of glut's crossplatform stuff for making windows (wine already does that) or taking input

Re: Remove %1 from [http|htmlfile]\shell\open\command

2006-02-06 Thread Vitaliy Margolen
Monday, February 6, 2006, 10:20:49 AM, Dmitry Timoshkov wrote: On Mon, 2006-02-06 at 17:16 +, Robert Shearman wrote: I've tested ShellExetute with the above command under Windows and it fails for me. Then surely either the program depending on this needs to be fixed or it doesn't use

Re: Remove %1 from [http|htmlfile]\shell\open\command

2006-02-06 Thread Dmitry Timoshkov
On Mon, 2006-02-06 at 20:01 -0700, Vitaliy Margolen wrote: Ok, how about 'wine start http://yahoo.com '? It doesn't work without %1. How else should we pass URL to the winebrowser then? Unless of course we make it use DDE... But that's not the way other programs work (like in the above

Re: Somewhat disappointing experiences with Winelib and WTL

2006-02-06 Thread Vitaliy Margolen
Monday, February 6, 2006, 10:53:01 AM, Claus Fischer wrote: On Mon, Feb 06, 2006 at 11:41:40AM -0600, Dmitry Timoshkov wrote: [skip] Perhaps both goals (running as native Windows apps versus porting to native Linux apps) are mutually incompatible by nature. Exactly for this goal Borland spent

Re: Remove %1 from [http|htmlfile]\shell\open\command

2006-02-06 Thread Vitaliy Margolen
Monday, February 6, 2006, 8:27:26 PM, Dmitry Timoshkov wrote: On Mon, 2006-02-06 at 20:01 -0700, Vitaliy Margolen wrote: Ok, how about 'wine start http://yahoo.com '? It doesn't work without %1. How else should we pass URL to the winebrowser then? Unless of course we make it use DDE... But

Re: Somewhat disappointing experiences with Winelib and WTL

2006-02-06 Thread Dmitry Timoshkov
On Mon, 2006-02-06 at 20:41 -0700, Vitaliy Margolen wrote: Exactly for this goal Borland spent lots of time and money to create Kylix like environment. I haven't tracked since V2 so I'm not sure if they ever made C++ Builder for Linux. But that's as close as you can get to you dream...

Re: *** No rule to make target `../../dlls/d3d9/tests/d3d9_test.exe.so',

2006-02-06 Thread H. Verbeet
You should probably check if d3d9 is being built, and if it isn't, try to find out why.