Install components

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
therock003
Level 2
Level 2
Posts: 21
Joined: Sat May 24, 2008 9:01 am

Install components

Post by therock003 »

Is it possible to install stuff like frameworks and directx etc?I'm especially interested in the directx part?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Install components

Post by vitamin »

therock003 wrote:Is it possible to install stuff like frameworks and directx etc?I'm especially interested in the directx part?
Why would you want to install directx? Wine already has one.
therock003
Level 2
Level 2
Posts: 21
Joined: Sat May 24, 2008 9:01 am

Post by therock003 »

It does?I tried launching the blaze hdtv player and it returned an error regarding direct x 9.0c.
David Gerard

Install components

Post by David Gerard »

2008/5/25 vitamin <[email protected]>:
therock003 wrote:
Is it possible to install stuff like frameworks and directx etc?I'm especially interested in the directx part?
Why would you want to install directx? Wine already has one.
Because Wine's is highly imperfect, and games keep asking for it.

However, the answer is "no, you can't install Microsoft DirectX in
Wine and have it work properly." If something using DirectX 9 doesn't
work in Wine, please file a bug. If you can track down what functions
are missing from the Wine implementation, so much the better.

Frameworks like .NET 1.1 and .NET 2.0 do install, but don't work all
that well. Mono 1.9 also installs as a substitute for .NET 2.0, and
works better where it works, but Mono 1.9 remains very incomplete
itself (and Novell don't consider missing functions that affect real
apps to be reportable bugs o_0 ). In general, if you need a framework,
try installing it and see if it (a) installs (b) works. If not either,
please file bugs.


- d.
David Gerard

Install components

Post by David Gerard »

2008/5/25 therock003 <[email protected]>:
It does?I tried launching the blaze hdtv player and it returned an error regarding direct x 9.0c.
Aha, a bug! Please launch it from the command line (inside the
application directory) and let us know what it produces as output.


- d.
therock003
Level 2
Level 2
Posts: 21
Joined: Sat May 24, 2008 9:01 am

Post by therock003 »

How do i do that?Sorry i'm new.

Also i couldnt install xvid and ffdshow codecs for use with directshow players,cause i need to be able to playback avcfiles.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

therock003 wrote:It does?I tried launching the blaze hdtv player and it returned an error regarding direct x 9.0c.
What Wine version? If it's not wine-1.0-rc2 - upgrade.
therock003
Level 2
Level 2
Posts: 21
Joined: Sat May 24, 2008 9:01 am

Post by therock003 »

Yep i do have the latest.So anyway what about the codecs.Cause i managed to launch mpc (media player classic) but i didnt have the codec support.
Lockywolf
Level 2
Level 2
Posts: 27
Joined: Mon Mar 03, 2008 9:22 am

Post by Lockywolf »

>>So anyway what about the codecs.Cause i managed to launch mpc (media player classic) but i didnt have the codec support.

Mmm... Maybe you can just try and use linux native players? Like Mplayer, Xine, GStreamer... ??
therock003
Level 2
Level 2
Posts: 21
Joined: Sat May 24, 2008 9:01 am

Post by therock003 »

What about avc support?I have some hdtv .mkv files with avc encoded video.

Mplayer and vlc dont display video,only sound.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Install components

Post by austin987 »

Try:

$ wget kegel.com/wine/winetricks
$ sh winetricks allfonts

On 5/26/08, therock003 <[email protected]> wrote:
What about avc support?I have some hdtv .mkv files with avc encoded video.

Mplayer and vlc dont display video,only sound.




therock003
Level 2
Level 2
Posts: 21
Joined: Sat May 24, 2008 9:01 am

Post by therock003 »

"wine failes with return code 126"
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

therock003 wrote:What about avc support?I have some hdtv .mkv files with avc encoded video.

Mplayer and vlc dont display video,only sound.
Why don't you try it and let use know how did it work?
therock003
Level 2
Level 2
Posts: 21
Joined: Sat May 24, 2008 9:01 am

Post by therock003 »

What shall i try?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

therock003 wrote:What shall i try?
Whatever you want to run.
therock003
Level 2
Level 2
Posts: 21
Joined: Sat May 24, 2008 9:01 am

Post by therock003 »

But i have!FFDshow,xvis codec mpc are a no go!I'm asking for alternatives that i may have overlooked.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Native Linux players are best for playing videos. You say you got sound but no video with VLC and MPlayer--that sounds to me like you're missing a needed codec. You need to consult your distro's support forums for how to fix that.

Getting back to trying to get Blaze HDTV Player running under Wine, open a terminal, cd to the directory where the executable is located, and run it with the command:

Code: Select all

wine program.exe
(substituting the actual name of the executable for "program.exe".
Copy whatever messages appear in the terminal and post them here.
Locked