logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git

osu!.shtml (1244B)


  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <!--#include file="/templates/head.shtml" -->
  5. <title>osu! — lanodan’s cyber-home</title>
  6. </head>
  7. <body>
  8. <!--#include file="/templates/en/nav.shtml" -->
  9. <main>
  10. <ul>
  11. <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>
  12. <li>Problems: <ul>
  13. <li>.NET Frameworks: winetricks dotnet40</li>
  14. <li>CJK fonts: winetricks cjkfonts</li>
  15. <li>"no $DISPLAY error" → remerge X11(appears to be libX11)</li>
  16. <li><code>Unhandled exception: page fault on read access 0x00000000 in 32-bit code</code></li>
  17. </ul></li>
  18. </ul>
  19. <h2>Libre Osu!</h2>
  20. <ul>
  21. <li>Install mono</li>
  22. <li>Take NuGet (2.8.7-MonoDevelop)</li>
  23. <li>update it (<code>mono nuget-Release-2.8.7-MonoDevelop/lib/NuGet.exe update</code>)</li>
  24. <li>install dependencies (<code>mono <i>nuget-path/NuGet.exe</i> restore</code>)</li>
  25. <li>Build osu (<code>xbuild</code>)</li>
  26. <li>Run ! (<code>mono osu.Desktop/bin/Debug/osu!.exe</code>, found working argument is pointing to a .osz)</li>
  27. </ul>
  28. </main>
  29. <!--#include file="/templates/en/footer.shtml" -->
  30. </body>
  31. </html>