<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=6856&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Wine 64-bit Prefix on Devuan 5 (daedalus)]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=6856</link>
		<description><![CDATA[The most recent posts in Wine 64-bit Prefix on Devuan 5 (daedalus).]]></description>
		<lastBuildDate>Mon, 23 Sep 2024 22:38:48 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Wine 64-bit Prefix on Devuan 5 (daedalus)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52400#p52400</link>
			<description><![CDATA[<p>When you go multiarch, you also need to <span class="bbc">apt-get update</span> and <span class="bbc">apt-get upgrade</span>; &quot;update&quot; is for updating the local meta files about packages, and &quot;upgrade&quot; is for loading the packages supporting the new architecture. </p><p>There&#039;s good detail at <a href="https://wiki.debian.org/Multiarch/HOWTO" rel="nofollow">https://wiki.debian.org/Multiarch/HOWTO</a></p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 23 Sep 2024 22:38:48 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52400#p52400</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wine 64-bit Prefix on Devuan 5 (daedalus)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52399#p52399</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><blockquote><div><p>... frustrated. Anything else I can try?</p></div></blockquote></div><p>Yes.</p><p>Check <a href="https://gitlab.winehq.org/wine/wine/-/wikis/Debian-Ubuntu" rel="nofollow">here</a>.<br />It is the Debian/Ubuntu Wiki which should serve as a guide.</p><p>See also the posts in <a href="https://www.google.com/search?q=+wine%3A+%27.wine64%27+is+a+32-bit+installation%2C+it+cannot+support+64-bit+applications.&amp;sca_esv=a132f53bdbf2e8af&amp;sca_upv=1&amp;source=hp&amp;ei=ZOXxZqnAJInb1sQP6YLe-A8&amp;iflsig=AL9hbdgAAAAAZvHzdBm0BS_4ET27DM6xDlfCSEQlocbi&amp;ved=0ahUKEwipgonUiNqIAxWJrZUCHWmBF_8Q4dUDCA4&amp;uact=5&amp;oq=+wine%3A+%27.wine64%27+is+a+32-bit+installation%2C+it+cannot+support+64-bit+applications.&amp;gs_lp=Egdnd3Mtd2l6IlEgd2luZTogJy53aW5lNjQnIGlzIGEgMzItYml0IGluc3RhbGxhdGlvbiwgaXQgY2Fubm90IHN1cHBvcnQgNjQtYml0IGFwcGxpY2F0aW9ucy5IxWJQ6AZY3FtwAXgAkAEAmAEAoAEAqgEAuAEDyAEA-AEC-AEBmAIAoAIAqAIAmAMDkgcAoAcA&amp;sclient=gws-wiz" rel="nofollow">this</a> search result.</p><p>Most if not all of them relate to the same problem you are having, probably some installation step skipped/gone south.<br />But should push come to shove, you can always purge everything <span class="bbc">Wine</span> from your system and start over. </p><p>HTH.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Mon, 23 Sep 2024 22:19:53 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52399#p52399</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wine 64-bit Prefix on Devuan 5 (daedalus)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52398#p52398</link>
			<description><![CDATA[<p>Thanks for the prompt response, Altoid and delgado! And, thanks for the welcome to the community! I am still feeling no love from my machine.</p><p>I attempted the solution from the reference post recommended by Altoid:</p><div class="codebox"><pre><code> WINEPREFIX=~/.wine64/ WINEARCH=win64 wine64 ~/Downloads/Toontrack/Toontrack_Product_Manager_WIN/&#039;Windows 10&#039;/&#039;Toontrack Product Manager Installer.exe&#039; </code></pre></div><p>Response in terminal:</p><div class="codebox"><pre><code> wine: created the configuration directory &#039;/home/gerald/.wine64&#039; </code></pre></div><div class="codebox"><pre><code> wine: &#039;/home/gerald/.wine64&#039; is a 32-bit installation, it cannot support 64-bit applications. </code></pre></div><p>I then tried adding the i386 architecture as recommended by delgado:</p><div class="codebox"><pre><code> sudo dpkg --add-architecture i386 </code></pre></div><p>And then:</p><div class="codebox"><pre><code> WINEPREFIX=~/.wine64/ WINEARCH=win64 wine64 ~/Downloads/Toontrack/Toontrack_Product_Manager_WIN/&#039;Windows 10&#039;/&#039;Toontrack Product Manager Installer.exe&#039; </code></pre></div><p>Response in terminal:</p><div class="codebox"><pre><code> wine: created the configuration directory &#039;/home/gerald/.wine64&#039; </code></pre></div><div class="codebox"><pre><code> wine: &#039;/home/gerald/.wine64&#039; is a 32-bit installation, it cannot support 64-bit applications. </code></pre></div><p>Do you know anything else that I can try?</p><p>Apparently wine64 runs, because I can call it in the terminal and receive a response, such as:</p><div class="codebox"><pre><code> wine64 --version </code></pre></div><p>Response in terminal:</p><div class="codebox"><pre><code> wine-9.0 </code></pre></div><p>I just can&#039;t get Wine to build a 64-bit prefix. I&#039;ve attempted multiple internet searches (had actually seen the one recommended by Altoid but just didn&#039;t run the entire code) and can find no solution. That is why I turned to the Devuan community hoping that some of you who are much more prolific in Linux than I can help. I&#039;m frustrated. Anything else I can try?</p>]]></description>
			<author><![CDATA[dummy@example.com (antims)]]></author>
			<pubDate>Mon, 23 Sep 2024 21:54:12 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52398#p52398</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wine 64-bit Prefix on Devuan 5 (daedalus)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52396#p52396</link>
			<description><![CDATA[<p>Hi,</p><p>adding i386 architecture is recommended or mandatory for wine installations.</p><div class="codebox"><pre><code>sudo dpkg --add-architecture i386</code></pre></div><p>Personal experiences:<br />I had pointless trys using WINEARCH=win[32,64] and wine installtions without i386 architecture. You can do that, but expect pain.<br />Instead: May the <span class="bbc">wine</span> warper script decide such things - as long as it works.</p>]]></description>
			<author><![CDATA[dummy@example.com (delgado)]]></author>
			<pubDate>Mon, 23 Sep 2024 16:29:01 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52396#p52396</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wine 64-bit Prefix on Devuan 5 (daedalus)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52391#p52391</link>
			<description><![CDATA[<p>Hello:</p><p>Welcome to Dev1.</p><div class="quotebox"><cite>antims wrote:</cite><blockquote><div><p>... the following response ...</p></div></blockquote></div><p>Check <a href="https://askubuntu.com/questions/1194178/how-do-you-make-64-bit-wineprefix-on-ubuntu-19-10" rel="nofollow">this</a> post at askubuntu.com.</p><div class="quotebox"><cite>antims wrote:</cite><blockquote><div><p>... still somewhat of a Linux noob.</p></div></blockquote></div><p>Well ...<br />We have <em>all</em> been there <em>and</em> done that, at some time or another. ; ^)</p><p>That said, please note that with a quick/short <a href="https://www.google.com/search?q=wine%3A+WINEARCH+set+to+win64+but+%2F.wine%27+is+a+32-bit+installation.+&amp;sca_esv=e44d5ba731f3a8e3&amp;sca_upv=1&amp;source=hp&amp;ei=x0XxZoCXEdDM1sQP5v7FoAs&amp;iflsig=AL9hbdgAAAAAZvFT18kM7Q14D6PrGwj5xKTCX7yM2ekQ&amp;ved=0ahUKEwjAlvC38NiIAxVQppUCHWZ_EbQQ4dUDCA4&amp;uact=5&amp;oq=wine%3A+WINEARCH+set+to+win64+but+%2F.wine%27+is+a+32-bit+installation.+&amp;gs_lp=Egdnd3Mtd2l6IkJ3aW5lOiBXSU5FQVJDSCBzZXQgdG8gd2luNjQgYnV0IC8ud2luZScgaXMgYSAzMi1iaXQgaW5zdGFsbGF0aW9uLiBIAFAAWABwAHgAkAEAmAEAoAEAqgEAuAEDyAEA-AEC-AEBmAIAoAIAmAMAkgcAoAcA&amp;sclient=gws-wiz" rel="nofollow">search</a> via any of the engines available (in this case, Google) you would have found the same link I found (first hit) to get an idea of what was be happening.</p><p>More than anything, it is a rather generic Wine / Linux installation issue.<br />Happens ...</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Mon, 23 Sep 2024 11:01:20 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52391#p52391</guid>
		</item>
		<item>
			<title><![CDATA[Wine 64-bit Prefix on Devuan 5 (daedalus)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52388#p52388</link>
			<description><![CDATA[<p>I am running 64-bit Devuan 5 (daedalus). I verified the 64-bit architecture using the terminal command:</p><div class="codebox"><pre><code> dpkg --print-architecture </code></pre></div><p>I received the response:</p><div class="codebox"><pre><code> amd64 </code></pre></div><p>I am attempting to load a 64-bit Wine prefix. </p><p>I installed Wine 9.0 Stable 64-bit (wine-stable-amd64) using the Synaptic Package Manger. I see the wine64 executable in the /opt/wine-stable/bin/ directory. </p><p>In the terminal I attempted to create a 64-bit Wine prefix:</p><div class="codebox"><pre><code> WINEARCH=win64 winecfg </code></pre></div><p>However, I receive the following response in the terminal:</p><div class="codebox"><pre><code> wine: created the configuration directory &#039;/home/gerald/.wine&#039; </code></pre></div><div class="codebox"><pre><code> wine: WINEARCH set to win64 but &#039;/home/gerald/.wine&#039; is a 32-bit installation. </code></pre></div><p>Can someone please help and tell me what I am doing wrong? I am still somewhat of a Linux noob. </p><p>Thanks in advance!</p>]]></description>
			<author><![CDATA[dummy@example.com (antims)]]></author>
			<pubDate>Sun, 22 Sep 2024 23:24:16 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52388#p52388</guid>
		</item>
	</channel>
</rss>
