<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=6150&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / devuan daedalus: nothing is running in wine]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6150</link>
		<description><![CDATA[The most recent posts in devuan daedalus: nothing is running in wine.]]></description>
		<lastBuildDate>Mon, 20 Nov 2023 19:14:55 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: devuan daedalus: nothing is running in wine]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45532#p45532</link>
			<description><![CDATA[<p>Thank you for the replies.</p><p>The &quot;missing&quot; files are there. Checking the file from the first error message:</p><div class="codebox"><pre><code> $ find $HOME -type f | grep -i &quot;zlib1\.dll&quot;
/home/bob/.wine/drive_c/windows/system32/zlib1.dll
$</code></pre></div><p>In the meantime, I tried something that I knew would not work and it worked. I have multiple distros on this computer, so I, still in Devuan, ran the wine from the Slackware install. It runs fine.</p><p>I will check out the staging thing. Thank you.</p><p>EDIT: staging version from winehq.org works. Yay!&#160; Thank you.</p>]]></description>
			<author><![CDATA[dummy@example.com (durham)]]></author>
			<pubDate>Mon, 20 Nov 2023 19:14:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45532#p45532</guid>
		</item>
		<item>
			<title><![CDATA[Re: devuan daedalus: nothing is running in wine]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45503#p45503</link>
			<description><![CDATA[<p>try using wine-staging direct from wine repos. Follow instructions for debian installation.</p>]]></description>
			<author><![CDATA[dummy@example.com (czeekaj)]]></author>
			<pubDate>Mon, 20 Nov 2023 03:14:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45503#p45503</guid>
		</item>
		<item>
			<title><![CDATA[Re: devuan daedalus: nothing is running in wine]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45495#p45495</link>
			<description><![CDATA[<p>Are there files in &quot;$HOME/.wine/drive_c/windows/system32&quot; ?<br />I would proabaly start with a fresh wine setup.</p><div class="codebox"><pre><code>$ mv .wine .wine_old      # backup
$ winecfg</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (delgado)]]></author>
			<pubDate>Sun, 19 Nov 2023 12:24:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45495#p45495</guid>
		</item>
		<item>
			<title><![CDATA[devuan daedalus: nothing is running in wine]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45483#p45483</link>
			<description><![CDATA[<p>Nothing is running in wine. I&#039;ve not used wine in devuan in a while so I am not sure what changed. That said, I recently finally got around to an upgrade to the latest Stable version of devuan.</p><p>The error message seems the same for all programs I&#039;ve tried to run (in this next, an attempt to run guild wars, a windows game that up to how has always worked fine in wine):</p><div class="codebox"><pre class="vscroll"><code>~ $ wine Gw.exe -bmp -fps 30
0024:err:module:import_dll Library zlib1.dll (which is needed by L&quot;C:\\windows\\system32\\USER32.dll&quot;) not found
0024:err:module:import_dll Library USER32.dll (which is needed by L&quot;Z:\\home\\bob\\win_hold\\proggy\\Guild Wars\\Gw.exe&quot;) not found
0024:err:module:import_dll Library zlib1.dll (which is needed by L&quot;C:\\windows\\system32\\user32.dll&quot;) not found
0024:err:module:import_dll Library user32.dll (which is needed by L&quot;C:\\windows\\system32\\msacm32.dll&quot;) not found
0024:err:module:import_dll Library msacm32.dll (which is needed by L&quot;C:\\windows\\system32\\WINMM.dll&quot;) not found
0024:err:module:import_dll Library zlib1.dll (which is needed by L&quot;C:\\windows\\system32\\user32.dll&quot;) not found
0024:err:module:import_dll Library user32.dll (which is needed by L&quot;C:\\windows\\system32\\combase.dll&quot;) not found
0024:err:module:import_dll Library combase.dll (which is needed by L&quot;C:\\windows\\system32\\ole32.dll&quot;) not found
0024:err:module:import_dll Library zlib1.dll (which is needed by L&quot;C:\\windows\\system32\\user32.dll&quot;) not found
0024:err:module:import_dll Library user32.dll (which is needed by L&quot;C:\\windows\\system32\\ole32.dll&quot;) not found
0024:err:module:import_dll Library ole32.dll (which is needed by L&quot;C:\\windows\\system32\\WINMM.dll&quot;) not found
0024:err:module:import_dll Library zlib1.dll (which is needed by L&quot;C:\\windows\\system32\\user32.dll&quot;) not found
0024:err:module:import_dll Library user32.dll (which is needed by L&quot;C:\\windows\\system32\\WINMM.dll&quot;) not found
0024:err:module:import_dll Library WINMM.dll (which is needed by L&quot;Z:\\home\\bob\\win_hold\\proggy\\Guild Wars\\Gw.exe&quot;) not found
0024:err:module:import_dll Library zlib1.dll (which is needed by L&quot;C:\\windows\\system32\\user32.dll&quot;) not found
0024:err:module:import_dll Library user32.dll (which is needed by L&quot;C:\\windows\\system32\\shlwapi.dll&quot;) not found
0024:err:module:import_dll Library shlwapi.dll (which is needed by L&quot;C:\\windows\\system32\\SHELL32.dll&quot;) not found
0024:err:module:import_dll Library zlib1.dll (which is needed by L&quot;C:\\windows\\system32\\user32.dll&quot;) not found
0024:err:module:import_dll Library user32.dll (which is needed by L&quot;C:\\windows\\system32\\SHELL32.dll&quot;) not found
0024:err:module:import_dll Library SHELL32.dll (which is needed by L&quot;Z:\\home\\bob\\win_hold\\proggy\\Guild Wars\\Gw.exe&quot;) not found
0024:err:module:import_dll Library zlib1.dll (which is needed by L&quot;C:\\windows\\system32\\user32.dll&quot;) not found
0024:err:module:import_dll Library user32.dll (which is needed by L&quot;C:\\windows\\system32\\imm32.dll&quot;) not found
0024:err:module:import_dll Library imm32.dll (which is needed by L&quot;C:\\windows\\system32\\COMCTL32.dll&quot;) not found
0024:err:module:import_dll Library zlib1.dll (which is needed by L&quot;C:\\windows\\system32\\user32.dll&quot;) not found
0024:err:module:import_dll Library user32.dll (which is needed by L&quot;C:\\windows\\system32\\COMCTL32.dll&quot;) not found
0024:err:module:import_dll Library COMCTL32.dll (which is needed by L&quot;Z:\\home\\bob\\win_hold\\proggy\\Guild Wars\\Gw.exe&quot;) not found
0024:err:module:import_dll Library zlib1.dll (which is needed by L&quot;C:\\windows\\system32\\user32.dll&quot;) not found
0024:err:module:import_dll Library user32.dll (which is needed by L&quot;C:\\windows\\system32\\combase.dll&quot;) not found
0024:err:module:import_dll Library combase.dll (which is needed by L&quot;C:\\windows\\system32\\ole32.dll&quot;) not found
0024:err:module:import_dll Library zlib1.dll (which is needed by L&quot;C:\\windows\\system32\\user32.dll&quot;) not found
0024:err:module:import_dll Library user32.dll (which is needed by L&quot;C:\\windows\\system32\\ole32.dll&quot;) not found
0024:err:module:import_dll Library ole32.dll (which is needed by L&quot;C:\\windows\\system32\\OLEAUT32.dll&quot;) not found
0024:err:module:import_dll Library zlib1.dll (which is needed by L&quot;C:\\windows\\system32\\user32.dll&quot;) not found
0024:err:module:import_dll Library user32.dll (which is needed by L&quot;C:\\windows\\system32\\OLEAUT32.dll&quot;) not found
0024:err:module:import_dll Library OLEAUT32.dll (which is needed by L&quot;Z:\\home\\bob\\win_hold\\proggy\\Guild Wars\\Gw.exe&quot;) not found
0024:err:module:import_dll Library zlib1.dll (which is needed by L&quot;C:\\windows\\system32\\user32.dll&quot;) not found
0024:err:module:import_dll Library user32.dll (which is needed by L&quot;C:\\windows\\system32\\combase.dll&quot;) not found
0024:err:module:import_dll Library combase.dll (which is needed by L&quot;C:\\windows\\system32\\ole32.dll&quot;) not found
0024:err:module:import_dll Library zlib1.dll (which is needed by L&quot;C:\\windows\\system32\\user32.dll&quot;) not found
0024:err:module:import_dll Library user32.dll (which is needed by L&quot;C:\\windows\\system32\\ole32.dll&quot;) not found
0024:err:module:import_dll Library ole32.dll (which is needed by L&quot;Z:\\home\\bob\\win_hold\\proggy\\Guild Wars\\Gw.exe&quot;) not found
0024:err:module:import_dll Library zlib1.dll (which is needed by L&quot;C:\\windows\\system32\\user32.dll&quot;) not found
0024:err:module:import_dll Library user32.dll (which is needed by L&quot;C:\\windows\\system32\\MSACM32.dll&quot;) not found
0024:err:module:import_dll Library zlib1.dll (which is needed by L&quot;C:\\windows\\system32\\user32.dll&quot;) not found
0024:err:module:import_dll Library user32.dll (which is needed by L&quot;C:\\windows\\system32\\combase.dll&quot;) not found
0024:err:module:import_dll Library combase.dll (which is needed by L&quot;C:\\windows\\system32\\ole32.dll&quot;) not found
0024:err:module:import_dll Library zlib1.dll (which is needed by L&quot;C:\\windows\\system32\\user32.dll&quot;) not found
0024:err:module:import_dll Library user32.dll (which is needed by L&quot;C:\\windows\\system32\\ole32.dll&quot;) not found
0024:err:module:import_dll Library ole32.dll (which is needed by L&quot;C:\\windows\\system32\\winmm.dll&quot;) not found
0024:err:module:import_dll Library zlib1.dll (which is needed by L&quot;C:\\windows\\system32\\user32.dll&quot;) not found
0024:err:module:import_dll Library user32.dll (which is needed by L&quot;C:\\windows\\system32\\winmm.dll&quot;) not found
0024:err:module:import_dll Library winmm.dll (which is needed by L&quot;C:\\windows\\system32\\MSACM32.dll&quot;) not found
0024:err:module:import_dll Library MSACM32.dll (which is needed by L&quot;Z:\\home\\bob\\win_hold\\proggy\\Guild Wars\\Gw.exe&quot;) not found
0024:err:module:LdrInitializeThunk Importing dlls for L&quot;Z:\\home\\bob\\win_hold\\proggy\\Guild Wars\\Gw.exe&quot; failed, status c0000135
bob@moonshadow:~ $ MESA-INTEL: warning: Haswell Vulkan support is incomplete
MESA-INTEL: warning: Haswell Vulkan support is incomplete

~ $</code></pre></div><p>The files are there. Not sure why wine can&#039;t find file &lt;whatever&gt;when fie &lt;whatever&gt; is right there.</p><p>Googling indicates that others have had this problem, but the solutions were unclear, though many results indicated that installing winetricks would fix it.</p><p>I then installed winetricks. Not sure what the difference is. Still nothing runs, so winetricks is not the trick? I&#039;m out of ideas. Can anyone advise, please?</p><p>Thank you.</p>]]></description>
			<author><![CDATA[dummy@example.com (durham)]]></author>
			<pubDate>Sun, 19 Nov 2023 00:53:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45483#p45483</guid>
		</item>
	</channel>
</rss>
