Huh; I hadn't considered that possibility. If it does, I'd guess it comes with a packaged version of WINE.<div><br></div><div>One thing you can do is copy the run.sh from Sword and Sworcery and tweak it, so you can keep a log of what comes out of Psychonauts.. Something like this:</div>
<div><br></div><div><div>#!/bin/bash</div><div>export SDL_VIDEO_FULLSCREEN_HEAD=1</div><div>./Psychonauts $@ 2>&1 | tee -a log.txt</div><div><br></div><div><br></div><div>Hope that helps a bit.</div><div><br></div>
<div class="gmail_quote">On Tue, Jun 19, 2012 at 5:10 AM, Jonathan Groll <span dir="ltr"><<a href="mailto:lists@groll.co.za" target="_blank">lists@groll.co.za</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Mon, 18 Jun 2012 21:39:03 -0400, Aldric Giacomoni <<a href="mailto:trevoke@gmail.com">trevoke@gmail.com</a>> wrote:<br>
<br>
> WINE? You shouldn't need to be using WINE for this; Psychonauts is available<br>
> for Linux.<br>
<br>
</div>This is the Linux version (from the humble bundle). I assumed that<br>
psychonauts used wine internally and the version of wine installed on<br>
the system might be relevant.<br>
<span class="HOEnZb"><font color="#888888"><br>
-Jonathan<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
psychonauts mailing list<br>
<a href="mailto:psychonauts@icculus.org">psychonauts@icculus.org</a><br>
<a href="http://icculus.org/mailman/listinfo/psychonauts" target="_blank">http://icculus.org/mailman/listinfo/psychonauts</a><br>
</div></div></blockquote></div><br></div>