Hmm, that is pretty cool looking. I'm curious about the user.cfg though?boat wrote:
^ The script is validated.
http://www.playonlinux.com/en/app-1856-osu.html
Hmm, that is pretty cool looking. I'm curious about the user.cfg though?boat wrote:
^ The script is validated.
http://www.playonlinux.com/en/app-1856-osu.html
Hmm, what driver are you using?antiflash wrote:
I don't have any graphical issues and OpenGL works fine.
HW:
AMD Radeon HD7770
sudo apt-get install p7zip-full
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo wget http://deb.playonlinux.com/playonlinux_precise.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install curl6.
sudo apt-get install playonlinux
Is all of that really necessary? I was on Ubuntu 13.10 a few days ago, and the only thing I had to do to get PoL was download their .deb package from their website, install it, and run it (all done from GUI). Didn't need to manually install p7zip, add any keys, or mess with curl.Lomadriel wrote:
Hello
For Ubuntu 13.10, i have a nice trick :
The following commands install PlayoneLinux and osu
Okay so open the official repository and install playonlinux is sufficient ^^marshallracer wrote:
13.10 has the newest PoL package in its repository
As long as you use strict draw ordering, you won't have any graphical issues with RadeonSI, but you will have significantly lower performance. He's probably using Catalyst, as I only recommend Catalyst 13.11 with RadeonSI GPUs. I've been able to get 1000-2000FPS with my HD 7950 with strict draw ordering disabled with Cat 13.11 on Ubuntu 13.04 with kernel 3.12.Espionage724 wrote:
Hmm, what driver are you using?antiflash wrote:
I don't have any graphical issues and OpenGL works fine.
HW:
AMD Radeon HD7770
Yeah but the thing I was curious about was him using OpenGL rendering with osu!. At least in my experience, osu! will always use DirectX, regardless of ticking the OpenGL box from options or setting it via cfg.mmstick wrote:
As long as you use strict draw ordering, you won't have any graphical issues with RadeonSI, but you will have significantly lower performance. He's probably using Catalyst, as I only recommend Catalyst 13.11 with RadeonSI GPUs. I've been able to get 1000-2000FPS with my HD 7950 with strict draw ordering disabled with Cat 13.11 on Ubuntu 13.04 with kernel 3.12.
Your first and biggest issue is the fact that you are using Catalyst for a non-GCN card. It's only advised to use Catalyst if, and only if, you have a Radeon HD 7000 or higher. For everyone else, AMD is putting almost all of their development effort into the open source drivers, which massively outperforms Catalyst on non-GCN hardware.marshallracer wrote:
hey, has anyone an idea why I'm having a pure black screen in all wine applications on 13.10 (including osu!, ofcourse)?
I completely reinstalled Ubuntu a few days ago since I had problems with the display manager in 12.04 and I got myself Saucy now and somehow Starting osu results in a simple black screen
Newest Catalyst Beta is installed using a HD 5670 and osu was installed using boats POL script
## Install Kernel 3.12-rc6 (It has massively improved performance due to CPU governor improvements)
cd /tmp
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-rc6-saucy/linux-headers-3.12.0-031200rc6-generic_3.12.0-031200rc6.201310191635_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-rc6-saucy/linux-headers-3.12.0-031200rc6_3.12.0-031200rc6.201310191635_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-rc6-saucy/linux-image-3.12.0-031200rc6-generic_3.12.0-031200rc6.201310191635_amd64.deb
sudo dpkg -i linux*.deb
## Install the latest 'Updated and Optimized' open source drivers via Oibaf's PPA then reboot
sudo add-apt-repository -y ppa:oibaf/graphics-drivers; sudo apt-get update; sudo aptitude upgrade -y; sudo aptitude dist-upgrade -y; sudo reboot
Have you verified fglrx to be working properly? Try typing fglrxinfo in Terminal to see info, and then fgl_glxgears and see if anything appears.marshallracer wrote:
hey, has anyone an idea why I'm having a pure black screen in all wine applications on 13.10 (including osu!, ofcourse)?
I completely reinstalled Ubuntu a few days ago since I had problems with the display manager in 12.04 and I got myself Saucy now and somehow Starting osu results in a simple black screen
Newest Catalyst Beta is installed using a HD 5670 and osu was installed using boats POL script
Last I heard, Oibaf's PPA had little-to-no support for saucy (still appears to be the case). Only things you'd get out of it on saucy are "glamor-egl" and "wayland" if I understand right, unless you manually specify the raring branch instead?mmstick wrote:
First, uninstall Catalyst and then do the following:## Install the latest 'Updated and Optimized' open source drivers via Oibaf's PPA then reboot
sudo add-apt-repository -y ppa:oibaf/graphics-drivers; sudo apt-get update; sudo aptitude upgrade -y; sudo aptitude dist-upgrade -y; sudo reboot
Espionage724 wrote:
Have you verified fglrx to be working properly? Try typing fglrxinfo in Terminal to see info, and then fgl_glxgears and see if anything appears.marshallracer wrote:
hey, has anyone an idea why I'm having a pure black screen in all wine applications on 13.10 (including osu!, ofcourse)?
I completely reinstalled Ubuntu a few days ago since I had problems with the display manager in 12.04 and I got myself Saucy now and somehow Starting osu results in a simple black screen
Newest Catalyst Beta is installed using a HD 5670 and osu was installed using boats POL script
As for mmstick's note, the open-source radeon driver is also something to try if fglrx isn't working out for you.Last I heard, Oibaf's PPA had little-to-no support for saucy (still appears to be the case). Only things you'd get out of it on saucy are "glamor-egl" and "wayland" if I understand right, unless you manually specify the raring branch instead?mmstick wrote:
First, uninstall Catalyst and then do the following:## Install the latest 'Updated and Optimized' open source drivers via Oibaf's PPA then reboot
sudo add-apt-repository -y ppa:oibaf/graphics-drivers; sudo apt-get update; sudo aptitude upgrade -y; sudo aptitude dist-upgrade -y; sudo reboot
saucy: https://launchpad.net/~oibaf/+archive/g ... lter=saucy is only showing glamor and wayland packages.mmstick wrote:
Support for Saucy was added two days ago. The benefit of Oibaf is more than just glamor, but that the xorg drivers that shipped with Ubuntu 13.10 are nearly 3 months old. Marek Olsak joined AMD's open source team and began submitting patches on July 30th 2013, of which he has regularly submitted a substantial amount of patches, especially in the last 3 months. To benefit from that, you need the latest drivers, aka Oibaf, who stays up-to-date with the latest git efforts.
Did you follow proper procedure to remove fglrx?marshallracer wrote:
Edit: sooo, I can tell something's not right .. or atleast I guess so
How I come to this conclusion .. well, I can't start Steam anymore, which was possible before, due to missing libraries
I don't know what to do, but then again I only followed your steps anyway, updating the Kernel (if that's what I've been doing), adding the repo, updating/upgrading and rebooting
martin@martinPC:~$ glxinfo | grep OpenGL
OpenGL vendor string: X.Org
OpenGL renderer string: Gallium 0.4 on AMD REDWOOD
OpenGL core profile version string: 3.1 (Core Profile) Mesa 9.2.1
OpenGL core profile shading language version string: 1.40
OpenGL core profile context flags: (none)
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 9.2.1
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
How did you install fglrx before? Did you just use the hardware tab thing from Ubuntu's Software and Sources window, or did you download it manually?marshallracer wrote:
martin@martinPC:~$ glxinfo | grep OpenGL
OpenGL vendor string: X.Org
OpenGL renderer string: Gallium 0.4 on AMD REDWOOD
OpenGL core profile version string: 3.1 (Core Profile) Mesa 9.2.1
OpenGL core profile shading language version string: 1.40
OpenGL core profile context flags: (none)
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 9.2.1
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
I guess I simply need to wait until everything's ready
Just to be clear, you installed the 13.11 BETA1 driver? Did you do it in-accordance to this guide?: http://wiki.cchtml.com/index.php/Ubuntu ... PERIMENTALmarshallracer wrote:
well, the very first thing I did after installing Saucy was downloading the latest drivers from AMD and installing them manually without any problems
Why I had a black screen on osu! then is way beyond my understanding
Ah, yeah apparently running the installer as-is isn't ideal on a few Linux distros (Ubuntu especially; afaik, the installer can only be ran as-is on SUSE). That guide lets you use the installer to generate some saucy-specific installers, which, in-short, leads to a better experience.marshallracer wrote:
well, for once I tried the latest stable one and the Beta, but seemingly I simply installed it automatically through the installer and I was done with it .. habits of using windows, just installing everything without thinking about what to do or what'd be neccessary
Maybe I'll give it a last try, let's see, but this time I don't want to screw up again
martin@martinPC:~$ fglrxinfofglrx installed and working (I assume) and no stragely pixelated frame anymore when scrolling through menus .. but osu now stops responding after switching through menus (following was after going back from map selection, applies to other actions aswell)
display: :0 screen: 0
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: ATI Radeon HD 5670
OpenGL version string: 4.3.12458 Compatibility Profile Context 13.20.16
martin@martinPC:~$ fgl_glxgears
Using GLX_SGIX_pbuffer
6114 frames in 5.0 seconds = 1222.800 FPS
5580 frames in 5.0 seconds = 1116.000 FPS
5210 frames in 5.0 seconds = 1042.000 FPS
6082 frames in 5.0 seconds = 1216.400 FPS
5838 frames in 5.0 seconds = 1167.600 FPS
5941 frames in 5.0 seconds = 1188.200 FPS
5894 frames in 5.0 seconds = 1178.800 FPS
[...]
-YesEspionage724 wrote:
Hmm, and this is with the latest version of Wine 1.7 (1.7.4 or 1.7.5; whatever Ubuntu has in it's repository atm), in a clean 32-bit wineprefix with only dotnet20 installed?
Edit : regarding my personal problem .. the solution was disturbingly easy ...Espionage724 wrote:
Once you have Wine installed, you first run WINEARCH=win32 winecfg to create the 32-bit prefix (you can close the Wine Configuration window once it appears). Then from there, you run the winetricks dotnet20 command. If it completes without error, you've successfully created a 32-bit prefixIf it mentions it can't install on a 64-bit OS, that means the prefix isn't 32-bit.
$ su -c "pacman -S wine winetricks lib32-alsa-lib lib32-mpg123 lib32-giflib lib32-libjpeg lib32-libpng"
$ rm -rf ~/.wine
$ WINEARCH=win32 winecfg
$ winetricks dotnet20
$ cd /mnt/sda2/Program\ Files\ \(x86\)/osu\! (Basically my osu! folder, obviously)
$ wine osu!.exe
┌─[yucachaaaan @ kininarimars]-[1:57:05]
└─[~]-[$]> lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Thames [Radeon 7550M/7570M/7650M] (rev ff)
# echo OFF > /sys/kernel/debug/vgaswitcheroo/switchsince it tends to overheat. I don't think it'll affect anything if I turn it on, I did just to check *just in case* and it's still the same.
Go to your home folder, press CTRL + H to unhide all files/folders, and delete the .wine folder (as long as you don't have anything in it you want to keep); then do WINEARCH=win32 winecfg to make the 32-bit prefix. Then try the guide again, or try PlayOnLinux if you want.Shock_T wrote:
When I typed in "mkdir '.wine/drive_c/Program Files/osu!' && mv osume.exe '.wine/drive_c/Program Files/osu!' && cd '.wine/drive_c/Program Files/osu!' && wine osume.exe" it said "mkdir: cannot create directory ‘.wine/drive_c/Program Files/osu!’: File exists"
It also said something about my OS being a 64 bit OS and the program being 32 bit when installing the dot net 20 thing or whatever...
I don't like Linux. I only use it because it's much faster than my old Windows Vista. Please help - I have no idea what I'm doing.
Hmm, hasn't crossed my mind to try that lol, but great that it worksmarshallracer wrote:
Why not using proprietary drivers provided by Ubuntu?
I decided to uninstall fglrx manually and choose fglrx-updates here, restarted Ubuntu to be sure and voila, osu!'s finally running (a bit slow due to StrictDrawordering I guess, but still)
Not entirely sure what's up with the sliders (maybe try the Force slider setting from osu!'s Options), but as for Fonts, maybe try installing gdiplus with winetricks?mekadon wrote:
Sliders look terribly ugly
Fonts look terrible (maybe I should change the font rendering in wineprefix, but I'm kinda sleepy so doing that later when I wake up)
Tried forcing slider rendering, doesn't work. Gdiplus helps with my fonts though.Espionage724 wrote:
Not entirely sure what's up with the sliders (maybe try the Force slider setting from osu!'s Options), but as for Fonts, maybe try installing gdiplus with winetricks?mekadon wrote:
Sliders look terribly ugly
Fonts look terrible (maybe I should change the font rendering in wineprefix, but I'm kinda sleepy so doing that later when I wake up)
Hmm from winecfg, try toggling the settings that reference to controlling Windows and Borders.m42a wrote:
Yeah, that happens on xmonad as well. If I sink the window and force it to tile it stops moving. I think the window border is messing it up.
What does sinking a window mean? I know it's a term used in xmonad, but I'm not sure how do they call it in DWM.m42a wrote:
Emulating a virtual desktop and running osu! in fulscreen also works, but then I can't see the window title. Sinking the window is, IMO, the least bad option.
Unhandled Exception:
System.InvalidProgramException: Invalid IL code in #ryb.#syb:#Zqb (string[]): IL_0165: stloc.3
[ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidProgramException: Invalid IL code in #ryb.#syb:#Zqb (string[]): IL_0165: stloc.3
Hmm, that error particularly I believe occurs when dotnet20 wasn't installed properly. I might recommend trying it again.Katsuo wrote:
when i try to wine osume.exe i get this:Unhandled Exception:
System.InvalidProgramException: Invalid IL code in #ryb.#syb:#Zqb (string[]): IL_0165: stloc.3
[ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidProgramException: Invalid IL code in #ryb.#syb:#Zqb (string[]): IL_0165: stloc.3
can someone help me? I added repository, i also setup 32-bit prefix for wine, i have installed net framework 2.0... any ideas?
boat wrote:
If doing it manually seems too complicated (even though it really isn't), install playonlinux http://www.playonlinux.com/en/download.html and use this script to install osu! http://www.playonlinux.com/en/app-1856-osu.html
It's pretty much literally the same procedure, just that the script does it for you.
Can you get the screenshot or quote of the exact problem?ukeluppi wrote:
boat wrote:
If doing it manually seems too complicated (even though it really isn't), install playonlinux http://www.playonlinux.com/en/download.html and use this script to install osu! http://www.playonlinux.com/en/app-1856-osu.html
It's pretty much literally the same procedure, just that the script does it for you.
^the specified location is not supported^ no found! help me
I really do not understand anything, you could upload a video tutorialbahamete wrote:
Okay, here are my general points of advice for running osu! in Arch Linux (I recently bought a new hard drive and had to do it all again)
1. Create a NEW, FRESH 32-bit wineprefix. ($ WINEARCH=win32 WINEPREFIX='~/.wine'; rm -rf ~/.wine; wine 'wineboot') or so
2. Install .NET 2.0 ($ winetricks dotnet20)
3. Install image libraries. (# pacman -S lib32-libpng lib32-giflib lib32-libjpeg-turbo)
4. Install graphics libraries. (# pacman -S lib32-mesa) but choose your graphics card of course ($ lspci | grep VGA)
4. Set proper audio output in Wine. ($ winecfg)
DO NOT run osu! with Mono though that seems counter-intuitive; it will immediately throw an InvalidProgram exception.
If you get pink sliders and backgrounds do not load, etc, you need the 32-bit image libraries mentioned above.
If you aren't using open-source driver for your graphics card, you probably should be, but it's your system so you know best.
These steps work for me. It is very finicky but once you get it, it should run absolutely fine. Good luck
Maybe, if you don't understand what I said or don't want to research the stuff, Linux isn't really for you.ukeluppi wrote:
I really do not understand anything, you could upload a video tutorial
judging at the pkgbuild it should be pretty much the same anyway. Also for convenience I just write a bash script that launches the game and dumped it into /usr/bin so that I can run it with dmenubahamete wrote:
For those Arch users, I realised there is an "osu!" package on the AUR (https://aur.archlinux.org/packages/osu/). I haven't tried it, yet.
I had the same error.Katsuo wrote:
when i try to wine osume.exe i get this:Unhandled Exception:
System.InvalidProgramException: Invalid IL code in #ryb.#syb:#Zqb (string[]): IL_0165: stloc.3
[ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidProgramException: Invalid IL code in #ryb.#syb:#Zqb (string[]): IL_0165: stloc.3
can someone help me? I added repository, i also setup 32-bit prefix for wine, i have installed net framework 2.0... any ideas?
I had to make sure to doboat wrote:
Well I got it running without reinstalling, I just messed up the prefix step..
You're using osu!install.exe. Either you altered my script, you're using a different one or you're trying to install it without one at all, which doesn't work and generates this error message.ukeluppi wrote:
Didn't work for me either, installed takao/tahoma just in case and still didn't work.boat wrote:
In the meantime you could try launching it through the terminal using LANG=ja_JP.UTF-8 wine osu.exe
?ukeluppi wrote:
url failed playonlinux help meee
~120fps with a laptop with Core i7-3517U @ 3GHz, 1GB AMD Radeon 7570M, 8GB RAM and the game at 800*600 resolution.ohyou wrote:
Hi.
Too lazy to read the entire thread, so i'll just ask here.
I'm planning on using ArchLinux as my main OS at the desktop PC. And the only thing i'm aware of is osu! performance under wine.
Can someone report their pc configuration and fps you got under linux? Also, if you can, tell me the fps you got on the same machine under windows.
Try using the enviroment variable vblank_mode=0 if you haven't already.Frizz wrote:
...Framerate can never get past 60fps no matter what I do (245fps max on Win7 though) and I get both input and audio delay which are really noticeable in standard mode but it's rather less noticeable in osu!mania. Framerate would drop down to <35fps in some cases especially on beatmap select.]
mekadon wrote:
~120fps with a laptop with Core i7-3517U @ 3GHz, 1GB AMD Radeon 7570M, 8GB RAM and the game at 800*600 resolution.ohyou wrote:
Hi.
Too lazy to read the entire thread, so i'll just ask here.
I'm planning on using ArchLinux as my main OS at the desktop PC. And the only thing i'm aware of is osu! performance under wine.
Can someone report their pc configuration and fps you got under linux? Also, if you can, tell me the fps you got on the same machine under windows.
~400fps on Windows on 1366*668 resolution, 800*600 is around ~800-1000fps
Thank you kindly.Sakisan wrote:
I have 60-80 fps in linux
and 1500-3000 fps in windows ^^'
I found instructions on how to improve fps in wine, but it involves recompiling the kernel. Seems very risky as I haven't ever done that before. :p
vblank_mode=0 wine osu\!.exe
I'm getting the exact same error - winemenubuilder.exe breaks as of the 15th's snow update.Aposke wrote:
Wow, the snow update somehow broke my osu! installation on Ubuntu 12.10. and now I can't start up the program at all, not even if I try re-installing it.
For some VERY strange reason this update also seems to have had some weird effect on my wine installation, as I keep getting the "winemenubuilder.exe has encountered a serious error" problem , no matter what I try to start with wine.
Also, @boat: Something always breaks when I try to tinker around with it under Linux. No exceptions. This time, even pressing the "update" button was enough. :/
edit: Suddenly started getting a more precise error message from osu!.exe: "Application has generated an exception that could not be handled. Process ID=0x24 (36), Thread ID=0x25 (37)."
Thanks a lot, sir! This version works flawlessly. Now to remember not to update it until the end of winter!zed-kun wrote:
Sort of a fix in the mean time - I pulled an older version of osu (from a few days ago) from my laptop and dropped that into my wine folder and ran that directly.
You can get it here if you want to try yourself: http://gibsonsec.org/~zed/files/osu!.exe (md5sum: d47ef68157ed98a4973a7b0d53eddc78)
Hopefully peppy won't mind me distributing this as a fix in the mean time.
I've just been keeping a copy of the functional version handy, then when it eventually updates itself into a not working state, I just copy the old version over the new version and start it.lemonadejuice wrote:
Confirmed here too...
but then... is there anyway to disable autoupdate, it keep updating to the latest update
Damn, you're not kidding. Installing xna31 and dotnet35 via winetricks also worked for me (even though like you said the dotnet30sp2 installer failed which looks like because of a parsing error in the winetricks script, so only dotnet30sp1 is the highest version actually installed).Itachi17 wrote:
You don't need to do anything special with this issue nor download older version of osu!. Open up terminal and enter:
winetricks dotnet35
if it fails don't care about that and install also
winetricks xna31
It should start now!
On my second computer dotnet35 fails so I installed xna31 and then again dotnet35 but it fails again. But who cares? It works.
Hm, that's weird. My fps is the same at about 120.Fenek Alfa wrote:
Dunno what that last update did, but I can't even get 20fps now. We really need that Mono build if things are gonna break left and right like they do now.
Did you try run osu! with vblank_mode=0?Fenek Alfa wrote:
Dunno what that last update did, but I can't even get 20fps now. We really need that Mono build if things are gonna break left and right like they do now.
vblank_mode=0 wine osu\!.exe
I haven't tried osu! yet recently (just got done installing some Xubuntu though), but last I checked, only dotnet20 was still required.Itachi17 wrote:
You don't need to do anything special with this issue nor download older version of osu!. Open up terminal and enter:
winetricks dotnet35
if it fails don't care about that and install also
winetricks xna31
It should start now!
On my second computer dotnet35 fails so I installed xna31 and then again dotnet35 but it fails again. But who cares? It works.
Thanks, it worked fine in Ubuntu 12.04.zikxxx wrote:
hello guys i have solution for this problemi made a video tutorial http://youtu.be/SPWR8PDrytQ
i hope it will be helpful
tested on linux mint 16