How to install Windows Media Player 10 in a 64-bit architecture?How to Install Windows Media Player 11 on...

Watching something be written to a file live with tail

Do I have a twin with permutated remainders?

Can I make popcorn with any corn?

Writing rule stating superpower from different root cause is bad writing

Why do I get two different answers for this counting problem?

Can I ask the recruiters in my resume to put the reason why I am rejected?

Modeling an IP Address

Which models of the Boeing 737 are still in production?

How much RAM could one put in a typical 80386 setup?

Show that if two triangles built on parallel lines, with equal bases have the same perimeter only if they are congruent.

Why doesn't Newton's third law mean a person bounces back to where they started when they hit the ground?

Why can't I see bouncing of a switch on an oscilloscope?

"to be prejudice towards/against someone" vs "to be prejudiced against/towards someone"

Collect Fourier series terms

Why does Kotter return in Welcome Back Kotter?

What do the dots in this tr command do: tr .............A-Z A-ZA-Z <<< "JVPQBOV" (with 13 dots)

Minkowski space

Why don't electron-positron collisions release infinite energy?

How to add double frame in tcolorbox?

How can I prevent hyper evolved versions of regular creatures from wiping out their cousins?

Why do falling prices hurt debtors?

Adding span tags within wp_list_pages list items

Approximately how much travel time was saved by the opening of the Suez Canal in 1869?

Finding angle with pure Geometry.



How to install Windows Media Player 10 in a 64-bit architecture?


How to Install Windows Media Player 11 on WineHow to install Windows Media Player?How to install internet explorer with windows media player plugin via wine?Installing internet explorer and windows media player in ubuntu?Video streams requiring Windows Media Player plugin stopped workingHow to install 32-bit Windows apps on 64-bit Ubuntu (ver : 14.04)?How to check if my Wine prefix is 32 bit or 64 bit?Wine not installing, no matter whatVLC Media Player display problemsWindows Media Player 11 + 12, with Wine






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







3















I am trying to install WMP10 through winetricks. I enter the command winetricks wmp10 and get this output:



~$ winetricks wmp10

You are using a 64-bit WINEPREFIX. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.

Executing w_do_call wmp10
Executing load_wmp10

Installer doesn't support 64-bit architecture. Use a 32-bit WINEPREFIX instead.


Every time I open winetricks, it gives me this warning. I tried adding i386 architecture like is suggested in another thread, but it made no difference. Any suggestions are appreciated!










share|improve this question














bumped to the homepage by Community 44 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.











  • 1





    There are lots of Linux native alternatives alternativeto.net/software/windows-media-player/?platform=linux

    – user4815
    Jun 22 '16 at 20:34


















3















I am trying to install WMP10 through winetricks. I enter the command winetricks wmp10 and get this output:



~$ winetricks wmp10

You are using a 64-bit WINEPREFIX. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.

Executing w_do_call wmp10
Executing load_wmp10

Installer doesn't support 64-bit architecture. Use a 32-bit WINEPREFIX instead.


Every time I open winetricks, it gives me this warning. I tried adding i386 architecture like is suggested in another thread, but it made no difference. Any suggestions are appreciated!










share|improve this question














bumped to the homepage by Community 44 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.











  • 1





    There are lots of Linux native alternatives alternativeto.net/software/windows-media-player/?platform=linux

    – user4815
    Jun 22 '16 at 20:34














3












3








3








I am trying to install WMP10 through winetricks. I enter the command winetricks wmp10 and get this output:



~$ winetricks wmp10

You are using a 64-bit WINEPREFIX. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.

Executing w_do_call wmp10
Executing load_wmp10

Installer doesn't support 64-bit architecture. Use a 32-bit WINEPREFIX instead.


Every time I open winetricks, it gives me this warning. I tried adding i386 architecture like is suggested in another thread, but it made no difference. Any suggestions are appreciated!










share|improve this question














I am trying to install WMP10 through winetricks. I enter the command winetricks wmp10 and get this output:



~$ winetricks wmp10

You are using a 64-bit WINEPREFIX. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.

Executing w_do_call wmp10
Executing load_wmp10

Installer doesn't support 64-bit architecture. Use a 32-bit WINEPREFIX instead.


Every time I open winetricks, it gives me this warning. I tried adding i386 architecture like is suggested in another thread, but it made no difference. Any suggestions are appreciated!







windows wine 64-bit media winetricks






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked May 11 '16 at 13:34









WinterLockWinterLock

1614




1614





bumped to the homepage by Community 44 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 44 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.










  • 1





    There are lots of Linux native alternatives alternativeto.net/software/windows-media-player/?platform=linux

    – user4815
    Jun 22 '16 at 20:34














  • 1





    There are lots of Linux native alternatives alternativeto.net/software/windows-media-player/?platform=linux

    – user4815
    Jun 22 '16 at 20:34








1




1





There are lots of Linux native alternatives alternativeto.net/software/windows-media-player/?platform=linux

– user4815
Jun 22 '16 at 20:34





There are lots of Linux native alternatives alternativeto.net/software/windows-media-player/?platform=linux

– user4815
Jun 22 '16 at 20:34










1 Answer
1






active

oldest

votes


















0














Install WMP10 in a separate 32-bit prefix:



cd ~/
wget -q https://github.com/Winetricks/winetricks/raw/master/src/winetricks -O /home/$USER/winetricks
WINEPREFIX="/home/$USER/.wine32" WINEARCH=win32 wineboot
WINEPREFIX="/home/$USER/.wine32" sh ~/winetricks -q wmp10





share|improve this answer


























  • That still outputs that You are using a 64-bit WINEPREFIX for me, and then This package does not work on a 64-bit installation. You must use a prefix made with WINEARCH=win32.

    – Gui Imamura
    Jun 18 '17 at 23:24











  • Edited, should work now. (I made a dumb mistake in the last command.)

    – QwertyChouskie
    Jun 21 '17 at 16:41












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f770821%2fhow-to-install-windows-media-player-10-in-a-64-bit-architecture%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














Install WMP10 in a separate 32-bit prefix:



cd ~/
wget -q https://github.com/Winetricks/winetricks/raw/master/src/winetricks -O /home/$USER/winetricks
WINEPREFIX="/home/$USER/.wine32" WINEARCH=win32 wineboot
WINEPREFIX="/home/$USER/.wine32" sh ~/winetricks -q wmp10





share|improve this answer


























  • That still outputs that You are using a 64-bit WINEPREFIX for me, and then This package does not work on a 64-bit installation. You must use a prefix made with WINEARCH=win32.

    – Gui Imamura
    Jun 18 '17 at 23:24











  • Edited, should work now. (I made a dumb mistake in the last command.)

    – QwertyChouskie
    Jun 21 '17 at 16:41
















0














Install WMP10 in a separate 32-bit prefix:



cd ~/
wget -q https://github.com/Winetricks/winetricks/raw/master/src/winetricks -O /home/$USER/winetricks
WINEPREFIX="/home/$USER/.wine32" WINEARCH=win32 wineboot
WINEPREFIX="/home/$USER/.wine32" sh ~/winetricks -q wmp10





share|improve this answer


























  • That still outputs that You are using a 64-bit WINEPREFIX for me, and then This package does not work on a 64-bit installation. You must use a prefix made with WINEARCH=win32.

    – Gui Imamura
    Jun 18 '17 at 23:24











  • Edited, should work now. (I made a dumb mistake in the last command.)

    – QwertyChouskie
    Jun 21 '17 at 16:41














0












0








0







Install WMP10 in a separate 32-bit prefix:



cd ~/
wget -q https://github.com/Winetricks/winetricks/raw/master/src/winetricks -O /home/$USER/winetricks
WINEPREFIX="/home/$USER/.wine32" WINEARCH=win32 wineboot
WINEPREFIX="/home/$USER/.wine32" sh ~/winetricks -q wmp10





share|improve this answer















Install WMP10 in a separate 32-bit prefix:



cd ~/
wget -q https://github.com/Winetricks/winetricks/raw/master/src/winetricks -O /home/$USER/winetricks
WINEPREFIX="/home/$USER/.wine32" WINEARCH=win32 wineboot
WINEPREFIX="/home/$USER/.wine32" sh ~/winetricks -q wmp10






share|improve this answer














share|improve this answer



share|improve this answer








edited Jun 21 '17 at 16:40

























answered Jun 22 '16 at 19:49









QwertyChouskieQwertyChouskie

1,771924




1,771924













  • That still outputs that You are using a 64-bit WINEPREFIX for me, and then This package does not work on a 64-bit installation. You must use a prefix made with WINEARCH=win32.

    – Gui Imamura
    Jun 18 '17 at 23:24











  • Edited, should work now. (I made a dumb mistake in the last command.)

    – QwertyChouskie
    Jun 21 '17 at 16:41



















  • That still outputs that You are using a 64-bit WINEPREFIX for me, and then This package does not work on a 64-bit installation. You must use a prefix made with WINEARCH=win32.

    – Gui Imamura
    Jun 18 '17 at 23:24











  • Edited, should work now. (I made a dumb mistake in the last command.)

    – QwertyChouskie
    Jun 21 '17 at 16:41

















That still outputs that You are using a 64-bit WINEPREFIX for me, and then This package does not work on a 64-bit installation. You must use a prefix made with WINEARCH=win32.

– Gui Imamura
Jun 18 '17 at 23:24





That still outputs that You are using a 64-bit WINEPREFIX for me, and then This package does not work on a 64-bit installation. You must use a prefix made with WINEARCH=win32.

– Gui Imamura
Jun 18 '17 at 23:24













Edited, should work now. (I made a dumb mistake in the last command.)

– QwertyChouskie
Jun 21 '17 at 16:41





Edited, should work now. (I made a dumb mistake in the last command.)

– QwertyChouskie
Jun 21 '17 at 16:41


















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f770821%2fhow-to-install-windows-media-player-10-in-a-64-bit-architecture%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

List of shipwrecks in 1808...

Is there a lightweight tool to crop images quickly?Cropping Images using Command Line Tools OnlyHow to crop...

Unit packagekit.service is masked Announcing the arrival of Valued Associate #679: Cesar...