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





.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


















  • 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


















  • 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








  • 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

Category:香港粉麵

List *all* the tuples!

Channel [V]