Re: wininet file scheme

2006-06-18 Thread Nick Cronin
I think your right Travis, there is a difference however I'm not removing it per-say.  If file:// is sent, InternetCrackUrl does not take out the %xx ascii values, however if file:/// is sent, it does.  I've added a test case for these both.  I also wrote a test case for http:/// which currently t

Re: Allow 'wine foo.exe' to work when foo.exe is a symlink

2006-06-18 Thread Jesse Allen
On 6/18/06, Dan Kegel <[EMAIL PROTECTED]> wrote: Currently, when I install a Windows app on Ubuntu, the apps don't show up in the system menus. I'm doing a demo of Wine for a users' group in a few days, so I thought "How would the average user deal with this?" Probably they'd navigate down to the

Forcing Wine process to use a specific IP address

2006-06-18 Thread Keshav Attrey
I want to make a process running under Wine believe that its machine's IP address is whatever IP address I specify. More specifically: I have set up several virtual interfaces on my machine. When I run a process under Wine, it by default uses the actual IP address of the machine, which is norma

re: how to debug a segfault in wine-preloader?

2006-06-18 Thread Dan Kegel
paul wrote: when i run the result with wine, i get a segfault long before control has been transferred to my code. it appears to be in wine-preloader i cannot see how to debug this without endless printf's Don't pooh-pooh print statements as a debugging technique. It's like the duct tape of the

Re: acad 2004 license file bug

2006-06-18 Thread Jaap Stolk
autocad 2004 update: (install sort-of completed) Internet Explorer 6: (resolved) -add registry key -change version of fake SHDOCVW.DLL to 6.0 or replace with native 6.0. "EULA not found" error: (bug 3226) (workaround) -the path to the file is not constructed correctly (not a full path) -copy eul

Re: acad 2004 license file bug

2006-06-18 Thread Jaap Stolk
On 6/18/06, Vitaliy Margolen <[EMAIL PROTECTED]> wrote: Sunday, June 18, 2006, 5:36:42 AM, Jaap Stolk wrote: > Now, my question is: how can i set the version of the buildin SHDOCVW.DLL ? > And would MSI actually return the version of the buildin dll ? You need to use latest Wine version that crea

Re: acad 2004 license file bug

2006-06-18 Thread Vitaliy Margolen
Sunday, June 18, 2006, 5:36:42 AM, Jaap Stolk wrote: > Now, my question is: how can i set the version of the buildin SHDOCVW.DLL ? > And would MSI actually return the version of the buildin dll ? You need to use latest Wine version that creates "fake dlls" in the system32 dir. And to set the versio

Re: acad 2004 license file bug

2006-06-18 Thread Jaap Stolk
update: I'm trying to install autoCad 2004. Without winetools I got an error message about IE6 not being found. adding the Software\\Microsoft\\Internet Explorer\Version=6.0.2900.2180 registry key (suggested by Dan Kegel) resulted in a similar error further on in the installation process. I'm usi

Re: Dogfood report: Firefox autoupdate works

2006-06-18 Thread Olaf Leidinger
Hello! > Oh yes, as newest GenuineCheck.exe crashes, newest > WGAPluginInstall.exe may fail also. For this > reason I've put online older versions of both: [2] > > > [1] > http://www.microsoft.com/downloads/details.aspx?FamilyID=7b9ba261-7a9c-43e7-9117-f673077ffb3c&DisplayLang=en > [2] http:

Re: wined3d: declaration/FVF conversion test

2006-06-18 Thread H. Verbeet
On 18/06/06, Ivan Gyurdiev <[EMAIL PROTECTED]> wrote: Well, caching is already accomplished by storing the FVF [ so no need for backwards conversion]. Pretty much agreed. I think we should keep the FVF around (perhaps only in the d3d8/d3d9 part?), but use declarations for everything internally i

Re: wined3d: declaration/FVF conversion test

2006-06-18 Thread Ivan Gyurdiev
Stefan Dösinger wrote: and those currently fail, because that case isn't handled at all in the FVF loading code. It thinks this is a multi-stream case, when in fact only the 0th stream is used. Jason Green has a demo - dx9_hdr_texture_loader, which is broken exactly by this. How about gettin

Re: wined3d: declaration/FVF conversion test

2006-06-18 Thread Stefan Dösinger
> and those currently fail, because that case isn't handled at all in the > FVF loading code. It thinks this is a multi-stream case, when in fact > only the 0th stream is used. Jason Green has a demo - > dx9_hdr_texture_loader, which is broken exactly by this. How about getting rid about the fvf i