osu!.shtml (1244B)
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <!--#include file="/templates/head.shtml" -->
- <title>osu! — lanodan’s cyber-home</title>
- </head>
- <body>
- <!--#include file="/templates/en/nav.shtml" -->
- <main>
- <ul>
- <li>Espionage: <a href="https://osu.ppy.sh/forum/p/2577747">osu! forum</a>, <a href="https://gitlab.com/Espionage724/Linux/blob/master/Wine/osu.txt">notes</a></li>
- <li>Problems: <ul>
- <li>.NET Frameworks: winetricks dotnet40</li>
- <li>CJK fonts: winetricks cjkfonts</li>
- <li>"no $DISPLAY error" → remerge X11(appears to be libX11)</li>
- <li><code>Unhandled exception: page fault on read access 0x00000000 in 32-bit code</code></li>
- </ul></li>
- </ul>
- <h2>Libre Osu!</h2>
- <ul>
- <li>Install mono</li>
- <li>Take NuGet (2.8.7-MonoDevelop)</li>
- <li>update it (<code>mono nuget-Release-2.8.7-MonoDevelop/lib/NuGet.exe update</code>)</li>
- <li>install dependencies (<code>mono <i>nuget-path/NuGet.exe</i> restore</code>)</li>
- <li>Build osu (<code>xbuild</code>)</li>
- <li>Run ! (<code>mono osu.Desktop/bin/Debug/osu!.exe</code>, found working argument is pointing to a .osz)</li>
- </ul>
- </main>
- <!--#include file="/templates/en/footer.shtml" -->
- </body>
- </html>