Question about installing DirectX

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
jake.smith
Newbie
Newbie
Posts: 4
Joined: Wed Jun 17, 2009 4:25 pm

Question about installing DirectX

Post by jake.smith »

I have a quick question - I have been starting to test if bugs are still in the current git of wine. When trying to test a DirectX bug I came across this weird behavior and I am trying to figure out why/if there is a problem or I'm doing something wrong/different. Here's the scenario:

1. Make and install current git of wine (did with 1.1.23-xxx and 1.1.24 and currently trying with wine-1.1.24-140-ge920f5f) under Ubuntu 9.04.

2a.

Code: Select all

$wine Desktop/directx_mar2009_redist.exe
to extract install files.

Code: Select all

$wine Desktop/temp/DXSETUP.exe
to install which shows the license agreement, then the ready to install, and then after clicking next to start install it generates these errors and goes directly to "Installation complete" window:
fixme:reg:GetNativeSystemInfo (0x8ae770) using GetSystemInfo()
fixme:mscoree:GetCORVersion (0x8ae368, 600, 0x8ae354): semi-stub!

2b. But if I right click on DXSETUP.exe from Nautilus 2.26.2 and choose "Open with "Wine Windows Program Loader"" it goes through license, ready to install, and begins installing files (properly from the looks).

What is the difference between launching from command line and launching from Nautilus that would cause the different behavior??
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Question about installing DirectX

Post by austin987 »

On Wed, Jun 24, 2009 at 10:28 AM, jake.smith<[email protected]> wrote:
I have a quick question - I have been starting to test if bugs are still in the current git of wine.  When trying to test a DirectX bug I came across this weird behavior and I am trying to figure out why/if there is a problem or I'm doing something wrong/different.  Here's the scenario:

1. Make and install current git of wine (did with 1.1.23-xxx and 1.1.24 and currently trying with wine-1.1.24-140-ge920f5f) under Ubuntu 9.04.

2a.
Code:
$wine Desktop/directx_mar2009_redist.exe


to extract install files.

Code:
$wine Desktop/temp/DXSETUP.exe


to install which shows the license agreement, then the ready to install, and then after clicking next to start install it generates these errors and goes directly to "Installation complete" window:
fixme:reg:GetNativeSystemInfo (0x8ae770) using GetSystemInfo()
fixme:mscoree:GetCORVersion (0x8ae368, 600, 0x8ae354): semi-stub!

2b. But if I right click on DXSETUP.exe from Nautilus 2.26.2 and choose "Open with "Wine Windows Program Loader"" it goes through license, ready to install, and begins installing files (properly from the looks).

What is the difference between launching from command line and launching from Nautilus that would cause the different behavior??
Nautlius sets the proper path.

--
-Austin
jake.smith
Newbie
Newbie
Posts: 4
Joined: Wed Jun 17, 2009 4:25 pm

Re: Question about installing DirectX

Post by jake.smith »

austin987 wrote:On Wed, Jun 24, 2009 at 10:28 AM,
Nautlius sets the proper path.
Meaning I should be setting a path at the command line when testing bugs and/or running programs?

As in...
WINEDLLPATH
Specifies the path(s) in which to search for builtin dlls and
Winelib applications. This is a list of directories separated by
":". In addition to any directory specified in WINEDLLPATH, Wine
will also look in /usr/local/lib/wine.
?

Would you mind giving an example...? Thanks!

Jake
John Drescher

Question about installing DirectX

Post by John Drescher »

On Wed, Jun 24, 2009 at 12:10 PM, jake.smith <[email protected]> wrote:
austin987 wrote:
On Wed, Jun 24, 2009 at 10:28 AM,
Nautlius sets the proper path.
Meaning I should be setting a path at the command line when testing bugs and/or running programs?
Yes, change directory to the path of the executable.

John
jake.smith
Newbie
Newbie
Posts: 4
Joined: Wed Jun 17, 2009 4:25 pm

Post by jake.smith »

Oh that's easy! (Doh!)

Thanks!

Jake
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Question about installing DirectX

Post by vitamin »

jake.smith wrote:2a.

Code: Select all

$wine Desktop/directx_mar2009_redist.exe
2b. But if I right click on DXSETUP.exe from Nautilus 2.26.2 and choose "Open with "Wine Windows Program Loader"" it goes through license, ready to install, and begins installing files (properly from the looks).
http://wiki.winehq.org/FAQ#run_from_terminal
jake.smith
Newbie
Newbie
Posts: 4
Joined: Wed Jun 17, 2009 4:25 pm

Re: Question about installing DirectX

Post by jake.smith »

Cool very helpful info!
(RTM @ me)

Thanks!

Jake
Locked