Re: CHDIR/SetCurrentDirectory returns FILE_NOT_FOUND

2004-06-16 Thread Alexandre Julliard
[EMAIL PROTECTED] writes: > The installation routine of the ida dos disassembler (gg: ida37fw.zip), > wonn't work, because winedos/int21:0x3b CHDIR returns ERROR_FILE_NOT_FOUND. > If I return ERROR_PATH_NOT_FOUND it will install. > ntdll:RtlSetCurrentDirectory returns STATUS_OBJECT_NAME_NOT_FOUND,

Re: Wine on FreeBSD current

2004-06-16 Thread John Birrell
On Wed, Jun 16, 2004 at 07:49:26PM +0200, Gerald Pfeifer wrote: > >> I'm just wondering if it is supposed to work as well as FreeBSD stable. > > Right now, Wine doesn't work at all on FreeBSD -STABLE: > > wine: failed to initialize: /swtest/wine/dlls/ntdll.dll.so: mmap of > entire address spa

Re: wine window disappears from virtual desktop!

2004-06-16 Thread Alexandre Julliard
Paul R Streitman <[EMAIL PROTECTED]> writes: > Last week, I appended about this problem: Application windows under wine > disappear if you switch to a different virtual desktop and then back under > either AfterStep or Enlightenment window managers. The program is still > apparently running (acc

Re: D3D9 - Anyone working on that

2004-06-16 Thread Lionel Ulmer
> Is anyone working on DX9? > It's all implemented by stubs right now, and I was thinking of lending > a hand. If anyone's doing that, do you have a place where I can see how > far you've gotten. If you want to start working on this, better ask Raphael, Jason and Christian first (as I suppose tha

D3D9 - Anyone working on that

2004-06-16 Thread Andrei Barbu
Hey, Is anyone working on DX9? It's all implemented by stubs right now, and I was thinking of lending a hand. If anyone's doing that, do you have a place where I can see how far you've gotten. No point in reinventing the wheel. I probably won't be able to do very advanced work with it because I'

Re: dlls/dinput/mouse.c warp handling

2004-06-16 Thread Lionel Ulmer
> this is a more complete version of my mouse patch in which I tried to > remove this funny mouse-warping-stuff. > > the mouse feels much better this way, but I am new to wine and maybe I > missed something important and/or did not remove the mousewarping cleanly. Errrm, do you understand exactl

Re: dlls/dinput/mouse.c - GetDeviceState

2004-06-16 Thread Lionel Ulmer
> this patch adds a missing errorcode in GetDeviceState in > dlls/dinput/mouse.c which prevented the mouse to work in some game. Which games did require this error to be set ? I seem to remember some hacks around this but I do not remember if it was an error added in the GetDeviceData function or

wine window disappears from virtual desktop!

2004-06-16 Thread Paul R Streitman
Last week, I appended about this problem: Application windows under wine disappear if you switch to a different virtual desktop and then back under either AfterStep or Enlightenment window managers. The program is still apparently running (according to top), but there is no way to retrieve it

Re: Wine on FreeBSD current

2004-06-16 Thread Jonathan Fosburgh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 16 June 2004 13:19, Gerald Pfeifer wrote: > > Given that I'm the maintainer of the wine port in FreeBSD, I can say > quite authoritatively that I probably won't update to the latest snapshot, > unless some third party is able to provide a

Re: Wine on FreeBSD current

2004-06-16 Thread Jonathan Fosburgh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 16 June 2004 12:49, Gerald Pfeifer wrote: > >> I'm just wondering if it is supposed to work as well as FreeBSD stable. > > Right now, Wine doesn't work at all on FreeBSD -STABLE: > > wine: failed to initialize: /swtest/wine/dlls/ntdll.dl

Re: WineHQ-hosted projects?

2004-06-16 Thread Joel Konkle-Parker
Quoting Rick Romero <[EMAIL PROTECTED]>: > How about using AppDB? http://appdb.winehq.com/ > > Open a couple bug reports, and use AppDB as your central starting > point... it's not really designed to be a weblog in that sense > (monitoring bug status for a specific app), but maybe you could work >

Re: WineHQ-hosted projects?

2004-06-16 Thread Rick Romero
On Wed, 2004-06-16 at 04:51, Joel Konkle-Parker wrote: > Quoting Mike Hearn <[EMAIL PROTECTED]>: > > Could you explain more about such a project? If you're going to be fixing > > bugs for a specific app it's probably best to just co-ordinate using > > wine-devel, that way if you run into problems f

Re: [ILLUSTRATOR10] not installable, need to merge 'winedefault.reg'

2004-06-16 Thread Robert Shearman
On Wed, 2004-06-16 at 16:32, Luca Capello wrote: > ERROR: You need to merge the 'winedefault.reg' file into your >Wine registry by running: `regedit winedefault.reg' > > fixme:ole:_LocalServerThread CoMarshalInterface failed, 80070057! > > ERROR: You need to merge the 'winedefault.reg' fi

Re: [PHOTOSHOP7] not installable, OS not supported, for NT4 service pack >= 6a

2004-06-16 Thread Luca Capello
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Mike, on 06/16/04 15:58, Mike Hearn wrote: > On Wed, 16 Jun 2004 12:33:29 +0200, Luca Capello wrote: >> 'Adobe Photoshop 7.0' can't be installed: the problem is grave, as the >> installation process doesn't start at all. > This is probably becau

Re: WineHQ-hosted projects?

2004-06-16 Thread Joel Konkle-Parker
Quoting Mike Hearn <[EMAIL PROTECTED]>: > Could you explain more about such a project? If you're going to be fixing > bugs for a specific app it's probably best to just co-ordinate using > wine-devel, that way if you run into problems far more people will see and > be able to help. Sure. My goal

[ILLUSTRATOR10] not installable, need to merge 'winedefault.reg'

2004-06-16 Thread Luca Capello
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, as reported in my previous mail, after the trick for DCOM95, 'Adobe Illustrator 10' is still not installable, cause this error: = [EMAIL PROTECTED]:~$ wine win32_install/Adobe/Adobe.Illustrator.10/Adobe\ Illustrator\ 10/Setup.exe fixme:ole:

Device drivers in Wine

2004-06-16 Thread Damjan Jovanovic
Hi Basically, I have a Windows user-space device driver, and I need to get it working under Linux. I note Wine has some "device" functions (FILE_CreateDevice(), and DOSFS_OpenDevice()). How do these work and what do they do? Are they documented anywhere? And is there a way to open and use a Wind

Re: PATCH: fix dlls/ntdll/cdrom.c breakage

2004-06-16 Thread Uwe Bonnes
> "Gerald" == Gerald Pfeifer <[EMAIL PROTECTED]> writes: Gerald> The following patch to dlls/ntdll/cdrom.c revision 1.46 date: Gerald> 2004/06/15 00:45:01; author: julliard; state: Exp; lines: +421 Gerald> -1 Uwe Bonnes <[EMAIL PROTECTED]> Support Gerald> for reading encrypted

Re: [DCOM95] not installable: "a newer version had been installed"

2004-06-16 Thread Luca Capello
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello again, on 06/16/04 16:46, Mike Hearn wrote: > On Wed, 16 Jun 2004 16:21:22 +0200, Luca Capello wrote: >> This does the trick for both DCOM95 and DCOM98 (as in the reported >> logs). First, I got a message to debug a problem >> = >> fixme:seh

Re: WineHQ-hosted projects?

2004-06-16 Thread chmorgan
No need to fork winehq to support such things. Imaging having to keep up with all of the patches applied to the mainline code? It's probably better just to fix things that break those apps in the winehq tree so every other app gets the benifit. Chris > > From: Joel Konkle-Parker <[EMAIL PRO

WineHQ-hosted projects?

2004-06-16 Thread Joel Konkle-Parker
I'd like to start up a WINE-based project to further development for a specific app. (e.g. The WINE-Star Wars Galaxies Project, or The WINE-Internet Explorer Project). Does WineHQ have a place to host such things (with their own sites, etc.), or should I turn to SourceForge? -- Joel Konkle-Parker W

(no subject)

2004-06-16 Thread Gerald Pfeifer
The following patch to dlls/shell32/shlexec.c revision 1.50 date: 2004/06/15 00:44:14; author: julliard; state: Exp; lines: +11 -3 Dmitry Timoshkov <[EMAIL PROTECTED]> Restore default "open" functionality of ShellExecute. introduced the following warning regressions: shlexec.c:722:

How to test patches?

2004-06-16 Thread Joel Konkle-Parker
I want to patch something in wrc/ (hopefully trivial), but I'm not sure how to test for any side effects. Is there a regression test suite or something you guys use to test your patches? Thanks. -- Joel Konkle-Parker Webmaster [Ballsome.com] E-mail [EMAIL PROTECTED]

Re: [DCOM95] not installable: "a newer version had been installed"

2004-06-16 Thread Mike Hearn
On Wed, 16 Jun 2004 16:21:22 +0200, Luca Capello wrote: > This does the trick for both DCOM95 and DCOM98 (as in the reported > logs). First, I got a message to debug a problem > = > fixme:seh:EXC_RtlRaiseException call to unimplemented function > shell32.dll.SHGetSpecialFolderPathW > wine: Unha

Re: [DCOM95] not installable: "a newer version had been installed"

2004-06-16 Thread Luca Capello
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Mike, on 06/16/04 14:57, Mike Hearn wrote: > On Wed, 16 Jun 2004 12:09:29 +0200, Luca Capello wrote: >> This is the first test of two: 'Adobe Illustrator 10' doesn't install >> because a problem with the DCOM95 package > Yes, the InstallShield/D

Re: [DCOM95] not installable: "a newer version had been installed"

2004-06-16 Thread Saulius Krasuckas
On Wed, 16 Jun 2004, Mike Hearn wrote: > On Wed, 16 Jun 2004 12:09:29 +0200, Luca Capello wrote: > > "A newer version of DCOM95 or DCOM98 had been installed. To override, > > you must uninstall the current version first." > > You have to run it like this: > > WINEDLLOVERRIDES="ole32=n" wi

Re: [PHOTOSHOP7] not installable, OS not supported, for NT4 service pack >= 6a

2004-06-16 Thread Mike Hearn
On Wed, 16 Jun 2004 12:33:29 +0200, Luca Capello wrote: > 'Adobe Photoshop 7.0' can't be installed: the problem is grave, as the > installation process doesn't start at all. This is probably because we default to using DLL linkage heuristics in the no config file case. These are frequently wrong,

Re: WineHQ-hosted projects?

2004-06-16 Thread Mike Hearn
On Wed, 16 Jun 2004 07:09:28 -0400, Joel Konkle-Parker wrote: > I'd like to start up a WINE-based project to further development for a > specific app. (e.g. The WINE-Star Wars Galaxies Project, or The > WINE-Internet Explorer Project). Does WineHQ have a place to host such > things (with their own

Re: WineHQ-hosted projects?

2004-06-16 Thread Dimitrie O. Paun
On Wed, Jun 16, 2004 at 07:09:28AM -0400, Joel Konkle-Parker wrote: > I'd like to start up a WINE-based project to further development for a > specific app. (e.g. The WINE-Star Wars Galaxies Project, or The > WINE-Internet Explorer Project). Does WineHQ have a place to host such > things (with thei

Re: [DCOM95] not installable: "a newer version had been installed"

2004-06-16 Thread Mike Hearn
On Wed, 16 Jun 2004 12:09:29 +0200, Luca Capello wrote: > This is the first test of two: 'Adobe Illustrator 10' doesn't install > because a problem with the DCOM95 package Yes, the InstallShield/DCOM problems are well known. Me and Rob have started looking at this in the last few days, hopefully w

WineHQ-hosted projects?

2004-06-16 Thread Joel Konkle-Parker
I'd like to start up a WINE-based project to further development for a specific app. (e.g. The WINE-Star Wars Galaxies Project, or The WINE-Internet Explorer Project). Does WineHQ have a place to host such things (with their own sites, etc.), or should I turn to SourceForge? -- Joel Konkle-Parker W

[PHOTOSHOP7] not installable, OS not supported, for NT4 service pack >= 6a

2004-06-16 Thread Luca Capello
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, this is the second test with no config file as Mike Hearn suggested [1]. 'Adobe Photoshop 7.0' can't be installed: the problem is grave, as the installation process doesn't start at all. The steps: = [EMAIL PROTECTED]:~/cvs/wine-20040615$

[DCOM95] not installable: "a newer version had been installed"

2004-06-16 Thread Luca Capello
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, as Mike Hearn asked if 'wineinstall' is still needed [1], I was making some tests with no config file and a fresh 'fake_windows' created automatically by 'wine-20040615'. This is the first test of two: 'Adobe Illustrator 10' doesn't install be