show more
mummy momo
so for the discord rich presence i didn't seem to have the discord rpc dll file in there yet and when i put in a new one and launch osu it just deletes the file. Any solution?

Still doesn't work
The Tiffanys
How long will it take for this to be imported to macOS Catalina?
DegenerateBeing
Hi, I'm on a 2017 Macbook Air 8 Gb ram. Recently I've had a crap ton of lag spikes out of nowhere mid-song. This happens about even 40-60 seconds, and its only started ever since I've upgraded to Mac Mojave and has gotten progressively worse. Is there any fix to make this stable more compatible with mojave to reduce the lag spikes?
thaiboy digital
any updates on osu! for catalina?
SaintePayette

RichardMupp wrote:

so for the discord rich presence i didn't seem to have the discord rpc dll file in there yet and when i put in a new one and launch osu it just deletes the file. Any solution?


Same problem
Topic Starter
Technocoder
This is an experimental build for osu! on macOS Catalina.
Download link: https://mega.nz/#!1wUhSK5b!UOh3p73XnupbZktFgsljieoIdf_L1PkxDFwjBvflNGM
After extraction follow the steps under osu! or Wineskin will not open! from my guide. Ignore any "Operation not permitted" errors.

If you are on a version of macOS older than 10.15.4 System Integrity Protection must also be disabled. You can check if it is enabled:
Steps
  1. Open Terminal
  2. Type csrutil status and press enter
  3. Check if it says it is enabled
If it is enabled, you can follow these steps from official Apple documentation to disable it: https://developer.apple.com/library/archive/documentation/Security/Conceptual/System_Integrity_Protection_Guide/ConfiguringSystemIntegrityProtection/ConfiguringSystemIntegrityProtection.html#//apple_ref/doc/uid/TP40016462-CH5-SW1

One person has confirmed that the Wineskin does work on Catalina with no apparent issues as long System Integrity Protection is disabled.

Technical Build Information:
This build augments Peppy's (@peppy) July 2019 build with the newer Crossover 19.0.1 build designed to run on macOS Catalina from the Unofficial Wineskin releases: https://github.com/Gcenx/WineskinServer/releases/tag/V1.8.4
The (extracted) application size has increased to 2.56 gigabytes which suggests that it may be more space efficient to rebuild the Wineskin from scratch.
osulover_old_1
after installing osu by the way you mentioned I am getting an error
System.ComponentModel.Win32Exception (0x80004005): Błąd wewnętrzny
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at #=zfx4YmktRjFRJMjRCIw==.#=z21atl_k=(Boolean #=zz37TCDhPZt7T, Exception #=zd$QcV_I=)
at #=zECDBzTWwbaPTpTsrQb0uALU=.#=zzgK5Nt5FWiHc(Object #=zyyMutHw=, EventArgs #=zd$QcV_I=)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Do you know what shall I do? I know it is still alpha, but you know...
Topic Starter
Technocoder
"osulover"

osulover wrote:

after installing osu by the way you mentioned I am getting an error
System.ComponentModel.Win32Exception (0x80004005): Błąd wewnętrzny
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at #=zfx4YmktRjFRJMjRCIw==.#=z21atl_k=(Boolean #=zz37TCDhPZt7T, Exception #=zd$QcV_I=)
at #=zECDBzTWwbaPTpTsrQb0uALU=.#=zzgK5Nt5FWiHc(Object #=zyyMutHw=, EventArgs #=zd$QcV_I=)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Do you know what shall I do? I know it is still alpha, but you know...

Can you clarify where you are getting this error? Does this happen when you launch the game or when you play a beatmap or something else?

(It would also be helpful to know if you have System Integrity Protection enabled. Type csrutil status in Terminal and press enter to check.)
nyauni
I also tried Catalina build and my osu! crashed automatically when I started it up.



Error:
System.ComponentModel.Win32Exception (0x80004005): Niepowodzenie DDE
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Paydru
I was ready to update to catalina but theres still people with errors :( guess ill wait until it is resolved
Topic Starter
Technocoder
Going by this comment on the Unofficial Wineskin page (and my tester):
these have not been signed or notarized so to make use of these you need to disable SIP in order for wine32on64 to set the kernal flag to allow 32Bit code execution.

it looks like for the Catalina build to work correctly System Integrity Protection needs to be disabled.
I'm not sure whether this is something that can be fixed in the future (it seems that there is a method to sign the engine). I'll link an article on disabling SIP in the original Catalina post.
nyauni

Technocoder wrote:

Going by this comment on the Unofficial Wineskin page (and my tester):
these have not been signed or notarized so to make use of these you need to disable SIP in order for wine32on64 to set the kernal flag to allow 32Bit code execution.

it looks like for the Catalina build to work correctly System Integrity Protection needs to be disabled.
I'm not sure whether this is something that can be fixed in the future (it seems that there is a method to sign the engine). I'll link an article on disabling SIP in the original Catalina post.


osu! looks and works just fine now without any problems. thanks!

---
after restart I got another crash with this type of error:

System.BadImageFormatException: Zły format. (Exception from HRESULT: 0x8007000B)
at #=zZQxv518qVKROUiQPwbWgTZ0=.#=z3yZu7DN4B2BRBgmayg==(Int32 #=zPUugZWQ=, #=zRZWZnGM3MIXD7ReruX9T_H6a_0hIEKA6xUsLpGIgFN8k& #=zi_qKPgk=)
at #=zZQxv518qVKROUiQPwbWgTZ0=.#=zhUMWxy48qeAhNKlcsQ==(Int32 #=zPUugZWQ=, #=za1OJjy3FLdUZnYkbSEi409aObgByGORR5olBu_A= #=zi_qKPgk=)
at #=zZQxv518qVKROUiQPwbWgTZ0=.#=z1UVvLa3xfwH0bXf_XQ==()
at #=zA3hSbco8uK0sKiIQ4Q==.#=z$NzUus8FUH3H(String #=z_qtqZfQM0CQK, Boolean #=zCxwmJWU=)
at #=zawrZjcDFGFN3WxT5WQ==.#=zDHXf2aC0PWn8()
at #=zawrZjcDFGFN3WxT5WQ==..ctor(String #=zNPNE6w0=)
at #=zsxC23dam3M26SVlPAA==.#=zBFA$LxQqV3VR(String #=zKT0vJ19XlKiR, Boolean #=zFal$SqUTp_kaIDi5zqOJw_8=, Boolean #=zn74D38aoz386Xfo46A==)

---

Nevermind, got it to work after clicking "restart osu!" on crash screen.
- Ephemeral -
I'm having an issue opening the application, even after disabling the System Integrity Protection on my laptop. It keeps bringing up this issue about the .NET framework.

"This application could not be started. You must enable the .NET Framework from the Windows Features dialog box (from Control Panel, choose Programs, Turn Windows features on or off). Do you want to view information about this issue?"
Topic Starter
Technocoder
"- Ephemeral -"

- Ephemeral - wrote:

I'm having an issue opening the application, even after disabling the System Integrity Protection on my laptop. It keeps bringing up this issue about the .NET framework.

"This application could not be started. You must enable the .NET Framework from the Windows Features dialog box (from Control Panel, choose Programs, Turn Windows features on or off). Do you want to view information about this issue?"

That's certainly a strange error to be getting. I know this sounds rather dumb but it might be worth downloading the file again just in case it was a one off error. If that doesn't work check if there are any files in Show Package Contents > drive_c > osu! > Songs > Logs. If there are, paste the contents of those files here (preferably in a pastebin).

It seems that there's an option to view information about the issue as well. Paste that information here as well if you can. Otherwise, you can try installing the .NET Framework manually (although I don't know if that will help):
Steps
  1. Open Wineskin from Show Package Contents
  2. Click on Advanced > Tools > Winetricks
  3. Click on dlls and check the box next to dotnet40 (theoretically, there should be a mark in the Installed column as well)
  4. Click on Run
- Ephemeral -
I redownloaded the osu! Catalina build, but this time, it told me that '"osu!" is damaged and can't be opened. You should move it to the Trash." So I deleted this new version and tried to reopen the first version that I downloaded.

Using this first version, I tried manually installing the .NET Framework using your steps, but it gave me another error. The following pastebin link has the error messages and information you requested in your reply.

https://pastebin.com/GMbyJETa
Topic Starter
Technocoder
"- Ephemeral -"

- Ephemeral - wrote:

I redownloaded the osu! Catalina build, but this time, it told me that '"osu!" is damaged and can't be opened. You should move it to the Trash." So I deleted this new version and tried to reopen the first version that I downloaded.

Using this first version, I tried manually installing the .NET Framework using your steps, but it gave me another error. The following pastebin link has the error messages and information you requested in your reply.

https://pastebin.com/GMbyJETa

You have ran this command right? sudo xattr -dr com.apple.quarantine 'osu!.app'
This needs to run on the osu! application each time it is downloaded. If you get the message xattr: No such file it means you have not set the working directory in Terminal correctly (the steps in my guide go into more detail). This is most likely the reason why you get "osu! is damaged and can't be opened". I suggest you try downloading it again.

I found this interesting error in the logs: wine: Bad CPU type in executable which seems to suggest that you're not using the Catalina build for some reason? It might just be an issue with winetricks.

There is a failure when osu! tries to update: _pending\osu!.exe => osu!.exe: FAIL. You can try updating osu! manually (there is a set of steps in my guide for this). There's also the error: No available GL context found.. Have you managed to get osu! on Wineskin working before? It might be that your graphics card is too old (I don't know what model of computer you have) but that seems unlikely.
elliotttate
Works perfectly for me! (sudo xattr -dr com.apple.quarantine 'osu!.app' isn't necessary if you enable "install from anywhere" in Catalina)
- Ephemeral -
Okay, got it on my laptop. Is there a way to transfer skins? I tried to move my skins and songs to the new osu! folder, but the crossover application said there "is no windows application configured to open this file" when I tried to open the game with the new skin.
Topic Starter
Technocoder
"- Ephemeral -"

- Ephemeral - wrote:

Okay, got it on my laptop. Is there a way to transfer skins? I tried to move my skins and songs to the new osu! folder, but the crossover application said there "is no windows application configured to open this file" when I tried to open the game with the new skin.

Drag your skins into the skins folder (Show Package Contents > drive_c > osu! > Skins). Alternatively, perform the sections How to do a data backup on the old Wineskin and How to restore a data backup on the new Wineskin from my guide.
BlasterLizard
The app doesn't open.
AstroThePony
OK GUYS I NEED HELP SO MUCH.
My osu runs fine on my macbook pro screen but on my secondary monitor i got 14 ms.How can i fix that?
PinkBunny19

Technocoder wrote:

This is an experimental build for osu! on macOS Catalina.
Download link: https://mega.nz/#!1wUhSK5b!UOh3p73XnupbZktFgsljieoIdf_L1PkxDFwjBvflNGM
After extraction, you must run the following command on the application:
sudo xattr -dr com.apple.quarantine 'osu!.app'
(or otherwise apply the steps from the section: osu! or Wineskin will not open! from my guide. Ignore any "Operation not permitted" or "No such file" errors.)

For the moment, System Integrity Protection must also be disabled. You can check if it is enabled:
Steps

  1. Open Terminal
  2. Type csrutil status and press enter
  3. Check if it says it is enabled

If it is enabled, you can follow these steps from official Apple documentation to disable it: https://developer.apple.com/library/archive/documentation/Security/Conceptual/System_Integrity_Protection_Guide/ConfiguringSystemIntegrityProtection/ConfiguringSystemIntegrityProtection.html#//apple_ref/doc/uid/TP40016462-CH5-SW1

One person has confirmed that the Wineskin does work on Catalina with no apparent issues as long System Integrity Protection is disabled.

Technical Build Information:
This build augments Peppy's (@peppy) July 2019 build with the newer Crossover 19.0.1 build designed to run on macOS Catalina from the Unofficial Wineskin releases: https://github.com/Gcenx/WineskinServer/releases/tag/V1.8.4
The (extracted) application size has increased to 2.56 gigabytes which suggests that it may be more space efficient to rebuild the Wineskin from scratch.



I don´t understand the part "you must run the following command", I download the app but I don´t know how to follow the steps :c
Topic Starter
Technocoder

BlasterLizard wrote:

The app doesn't open.

Provide more information.

AstroThePony wrote:

OK GUYS I NEED HELP SO MUCH.
My osu runs fine on my macbook pro screen but on my secondary monitor i got 14 ms.How can i fix that?

14 ms is about as high as you can get with a 60 or 70 refresh rate monitor. Have you disabled VSync or chosen a higher frame rate in the graphics options?

PinkBunny19 wrote:

I don´t understand the part "you must run the following command", I download the app but I don´t know how to follow the steps :c

What part of the steps in my guide are you having trouble with?
Jyxle
I downloaded the zip file, but it says it's damaged and cannot be opened. When you say copy and paste the command, do you mean in Terminal? I have no idea what you mean when you said to paste it onto the osu! application. When I typed the command into Terminal, it just asked for a 'Password: " with a key symbol. How do I fix this?


Update: I disabled system integrity and I've run the command, it said no such file. (where can I find your osu! or Wineskin will not open! guide?) osu! still says its damaged, can't be opened, and that I should move it to the bin.

I don't see how the Wineskin thing plays into the installment. I have the unofficial one you provided downloaded.
Topic Starter
Technocoder
"Jyxle"

Jyxle wrote:

I downloaded the zip file, but it says it's damaged and cannot be opened. When you say copy and paste the command, do you mean in Terminal? I have no idea what you mean when you said to paste it onto the osu! application. When I typed the command into Terminal, it just asked for a 'Password: " with a key symbol. How do I fix this?


Update: I disabled system integrity and I've run the command, it said no such file. (where can I find your osu! or Wineskin will not open! guide?) osu! still says its damaged, can't be opened, and that I should move it to the bin.

I don't see how the Wineskin thing plays into the installment. I have the unofficial one you provided downloaded.

I've included the guide in my signature. You can also find the guide in the first post of this thread. The password won't show up when you type it in but it will still be registered. Press enter after you've typed it in. The command will also fix the damaged error.

The working directory of your Terminal is likely not in the same place as your osu! file. There are more detailed steps on this in my guide.
Paydru
is anyone else experiencing slight cursor delay? or is it just me
Jyxle
It's working now. I got some errors after running the command in Terminal, but it seems like osu! is still working fine with them. Here's what popped up if you want to look into it

Thanks!

xattr: [Errno 30] Read-only file system: 'osu!.app/Contents/Resources/dosdevices/z:'
xattr: No such file: osu!.app/Contents/Resources/dosdevices/d:
xattr: No such file: osu!.app/Contents/Resources/dosdevices/d::
xattr: No such file: osu!.app/Contents/Frameworks/libidn.11.dylib
thaiboy digital
i had "install from anywhere" enabled and i still had to do the sudo thingy, and every time i start up osu, it shows a "osu! crashed" message, then "updating", then starts up the game. other then that, its working fine
LOVINGK9Z
Hey! When I download the extraction thingy, it just installs Osu onto my computer. When I click on Osu it gives me an error saying "osu! is damaged and can't be opened. You should move it to the Trash."

Did I do anything wrong?

Edit: I entered the command into a blank terminal, it asked for a password and then said "felixmayhew is not in the sudoers file. This incident will be reported."

I'm fairly lost and could use some help, I don't have any clue what I'm doing.
Topic Starter
Technocoder
felixohno

felixohno wrote:

Hey! When I download the extraction thingy, it just installs Osu onto my computer. When I click on Osu it gives me an error saying "osu! is damaged and can't be opened. You should move it to the Trash."

Did I do anything wrong?

Follow this section: osu! or Wineskin will not open! in my guide.

felixohno wrote:

Edit: I entered the command into a blank terminal, it asked for a password and then said "felixmayhew is not in the sudoers file. This incident will be reported."

I've never come across that before. Are there multiple users on your machine? You may need to run the command as the main user.
DeclanIdiot

Technocoder wrote:

"- Ephemeral -"

- Ephemeral - wrote:

I redownloaded the osu! Catalina build, but this time, it told me that '"osu!" is damaged and can't be opened. You should move it to the Trash." So I deleted this new version and tried to reopen the first version that I downloaded.

Using this first version, I tried manually installing the .NET Framework using your steps, but it gave me another error. The following pastebin link has the error messages and information you requested in your reply.

https://pastebin.com/GMbyJETa

You have ran this command right? sudo xattr -dr com.apple.quarantine 'osu!.app'
This needs to run on the osu! application each time it is downloaded. If you get the message xattr: No such file it means you have not set the working directory in Terminal correctly (the steps in my guide go into more detail). This is most likely the reason why you get "osu! is damaged and can't be opened". I suggest you try downloading it again.

I found this interesting error in the logs: wine: Bad CPU type in executable which seems to suggest that you're not using the Catalina build for some reason? It might just be an issue with winetricks.

There is a failure when osu! tries to update: _pending\osu!.exe => osu!.exe: FAIL. You can try updating osu! manually (there is a set of steps in my guide for this). There's also the error: No available GL context found.. Have you managed to get osu! on Wineskin working before? It might be that your graphics card is too old (I don't know what model of computer you have) but that seems unlikely.


So, hi I tried putting in the command into terminal- and you're right, it said that there is no such file, and I checked your guide and I didn't see how to fix it. Can you please tell me what I'm doing wrong or how to fix it?
Topic Starter
Technocoder
"ErzaDrago"

ErzaDrago wrote:

So, hi I tried putting in the command into terminal- and you're right, it said that there is no such file, and I checked your guide and I didn't see how to fix it. Can you please tell me what I'm doing wrong or how to fix it?

It is under the section osu! or Wineskin will not open!.
Specifically, you need to move the osu! application to the desktop and then type cd Desktop in Terminal first before running the command.
_fluffyy
Hey, I'm having a bit of an issue with my cursor. Sometimes it can't keep up with where my mouse actually is. When I'm in full screen, it only happens in the editor. When I'm not, however, it happens everywhere. Is there a fix? (I'm on cutting edge BTW)
EDIT: fixed by itself somehow
DeclanIdiot

Technocoder wrote:

"ErzaDrago"

ErzaDrago wrote:

So, hi I tried putting in the command into terminal- and you're right, it said that there is no such file, and I checked your guide and I didn't see how to fix it. Can you please tell me what I'm doing wrong or how to fix it?

It is under the section osu! or Wineskin will not open!.
Specifically, you need to move the osu! application to the desktop and then type cd Desktop in Terminal first before running the command.

so, i did move it to applications, it says there is no such file :(
Topic Starter
Technocoder

ErzaDrago wrote:

so, i did move it to applications, it says there is no such file :(

To the desktop.
_fluffyy

Paydru wrote:

is anyone else experiencing slight cursor delay? or is it just me

yea I have been too. For some reason it's everywhere when I'm not in full screen, but only in edit mode when I am. Is it the same for you?
Botanist2008
uhh

whenever anybody who knows what is going on with this,
I have the experimental Catalina version Technocoder posted and I did the sudo xattr -dr com.apple.quarantine 'osu!.app' and all that stuff, it worked, but osu crashes while it is opening
(I disabled SIP as well)


this is the error I got:


System.ComponentModel.Win32Exception (0x80004005): Internal error
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at #=zfx4YmktRjFRJMjRCIw==.#=z21atl_k=(Boolean #=zz37TCDhPZt7T, Exception #=zd$QcV_I=)
at #=zECDBzTWwbaPTpTsrQb0uALU=.#=zzgK5Nt5FWiHc(Object #=zyyMutHw=, EventArgs #=zd$QcV_I=)
at System.Windows.Forms.ButtonBase.OnKeyUp(KeyEventArgs kevent)
at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
at System.Windows.Forms.Control.WmKeyChar(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Topic Starter
Technocoder
"Botanist2008"

Botanist2008 wrote:

uhh

whenever anybody who knows what is going on with this,
I have the experimental Catalina version Technocoder posted and I did the sudo xattr -dr com.apple.quarantine 'osu!.app' and all that stuff, it worked, but osu crashes while it is opening
(I disabled SIP as well)


this is the error I got:


System.ComponentModel.Win32Exception (0x80004005): Internal error
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at #=zfx4YmktRjFRJMjRCIw==.#=z21atl_k=(Boolean #=zz37TCDhPZt7T, Exception #=zd$QcV_I=)
at #=zECDBzTWwbaPTpTsrQb0uALU=.#=zzgK5Nt5FWiHc(Object #=zyyMutHw=, EventArgs #=zd$QcV_I=)
at System.Windows.Forms.ButtonBase.OnKeyUp(KeyEventArgs kevent)
at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
at System.Windows.Forms.Control.WmKeyChar(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


Going by the pattern of error messages I would really recommend that you check the System Integrity Protection is still disabled by typing csrutil status in Terminal. Otherwise, if it is disabled, the only other option at this stage is to try opening osu! repeatedly (and pressing restart when it crashes) until it works.
jjini
First of all, a big thank you to Technocoder for putting in the time and energy for making osu! work on macOS and trying to solve player's issues! Seriously, thank you!

My experience using the posted Wineskin on macOS Mojave has been pretty good. There are always some hiccups shortly after starting osu! but I can obviously deal with that. But regularly (about once in 1 to 2 hours) I have serious lag, sometimes to the point that I can't get more than 5 to 15 FPS. Restarting doesn't help. I just have to wait a few minutes and then it gets better.
It seems, the process "tccd" is eating up a LOT of CPU during that time. I have read in forums that this issue has been solved with newer unofficial wineskin releases on portingteam's website. Clicking on the Wineskin app and going to advanced reveals I have "Wrapper Version: Wineskin 2.6.2" and "Engine: WS9Wine2.22". Updating the wrapper under Tools does not work.
I am very much a novice when it comes to his stuff, so forgive me, if I am being stupid:
Can I just download the latest version from portingteam's website and replace the "Wineskin" file, that is visible when "showing package contents" of the osu! application? Do you think that could actually help or should I try something else?
Topic Starter
Technocoder
"jjini"

jjini wrote:

First of all, a big thank you to Technocoder for putting in the time and energy for making osu! work on macOS and trying to solve player's issues! Seriously, thank you!

My experience using the posted Wineskin on macOS Mojave has been pretty good. There are always some hiccups shortly after starting osu! but I can obviously deal with that. But regularly (about once in 1 to 2 hours) I have serious lag, sometimes to the point that I can't get more than 5 to 15 FPS. Restarting doesn't help. I just have to wait a few minutes and then it gets better.
It seems, the process "tccd" is eating up a LOT of CPU during that time. I have read in forums that this issue has been solved with newer unofficial wineskin releases on portingteam's website. Clicking on the Wineskin app and going to advanced reveals I have "Wrapper Version: Wineskin 2.6.2" and "Engine: WS9Wine2.22". Updating the wrapper under Tools does not work.
I am very much a novice when it comes to his stuff, so forgive me, if I am being stupid:
Can I just download the latest version from portingteam's website and replace the "Wineskin" file, that is visible when "showing package contents" of the osu! application? Do you think that could actually help or should I try something else?


I don't know if replacing the Wineskin application will actually work without any issues. I'm inclined to believe that it will work but if you want to do this I suggest you save the original Wineskin file somewhere so that if it doesn't you can easily replace it.

Alternatively, both peppy's July 2019 build and my Catalina build (based on peppy's) and I believe slc's December 2018 build uses Unofficial Wineskin with the newer engines that fix the tccd issue so you could try using those instead (and dragging over your data to the newer Wineskin wrapper). Just keep in mind that for peppy's Wineskin and my Catalina build you must follow the steps: osu! or Wineskin will not open! in my guide.
Botanist2008
technocoder, its complaining about a .NET framework
"This application could not be started. You must enable the .NET framework from the Windows Features dialog box (from Control Panel, choose Programs, turn Windows features on or off).

uhhh help lol
Topic Starter
Technocoder
"Botanist2008"

Botanist2008 wrote:

technocoder, its complaining about a .NET framework
"This application could not be started. You must enable the .NET framework from the Windows Features dialog box (from Control Panel, choose Programs, turn Windows features on or off).

uhhh help lol

Here's what I've suggested to another person who had the same issue:

Technocoder wrote:

"- Ephemeral -"

- Ephemeral - wrote:

I'm having an issue opening the application, even after disabling the System Integrity Protection on my laptop. It keeps bringing up this issue about the .NET framework.

"This application could not be started. You must enable the .NET Framework from the Windows Features dialog box (from Control Panel, choose Programs, Turn Windows features on or off). Do you want to view information about this issue?"

That's certainly a strange error to be getting. I know this sounds rather dumb but it might be worth downloading the file again just in case it was a one off error. If that doesn't work check if there are any files in Show Package Contents > drive_c > osu! > Songs > Logs. If there are, paste the contents of those files here (preferably in a pastebin).

It seems that there's an option to view information about the issue as well. Paste that information here as well if you can. Otherwise, you can try installing the .NET Framework manually (although I don't know if that will help):
Steps
  1. Open Wineskin from Show Package Contents
  2. Click on Advanced > Tools > Winetricks
  3. Click on dlls and check the box next to dotnet40 (theoretically, there should be a mark in the Installed column as well)
  4. Click on Run


If that still doesn't work, run my troubleshooting tool: https://osu.ppy.sh/community/forums/topics/1036678 and paste the report here.
iNotritious
I Still can't open osu! with this update that came out for macOS called catalina, and im having trouble still opening osu

Is there any solution to this?
hbumaze

iNotritious wrote:

I Still can't open osu! with this update that came out for macOS called catalina, and im having trouble still opening osu

Is there any solution to this?

your best bet is either running Bootcamp or installing Osu!Lazer.
Topic Starter
Technocoder

iNotritious wrote:

I Still can't open osu! with this update that came out for macOS called catalina, and im having trouble still opening osu

Is there any solution to this?

Run my troubleshooting tool: https://osu.ppy.sh/community/forums/topics/1036678 and paste the report here.
Botanist2008
technocoder, I'm getting an error message saying Error moving the file: you can't save the file "system.reg" because the volume "Macintosh HD" is read only.
(this applies for files other than "system.reg"
(this is after I checked the dotnet40 in the wineskin and hit run)
im
Jia Qian
I can't open the application. After right click then click "Open",nothing happen. Is there any soulution?
Topic Starter
Technocoder

Jia Qian wrote:

I can't open the application. After right click then click "Open",nothing happen. Is there any soulution?

Run my troubleshooting tool: https://osu.ppy.sh/community/forums/topics/1036678 and paste the report here or follow the steps in the section: osu! or Wineskin will not open! from my troubleshooting guide.
SchokiEllen
Worked fine for me! Thank you very much!! <3
JohnnyRO

Technocoder wrote:

"- Ephemeral -"

- Ephemeral - wrote:

Okay, got it on my laptop. Is there a way to transfer skins? I tried to move my skins and songs to the new osu! folder, but the crossover application said there "is no windows application configured to open this file" when I tried to open the game with the new skin.

Drag your skins into the skins folder (Show Package Contents > drive_c > osu! > Skins). Alternatively, perform the sections How to do a data backup on the old Wineskin and How to restore a data backup on the new Wineskin from my guide.

How Do I add new maps/songs in? I have tried dragging the downloaded .osz files in the "songs" folder but nothing happens. The existing songs are each under a different folder containing all the components of the map.
Topic Starter
Technocoder
Press F5 (or Fn + F5) when you're in game to load the beatmaps.
Paydru
is anyone else getting big delay? or is it just me
hbumaze
Could you help me? Whenever I try opening the app it just says that the file is damaged. Also, whenever I run the command sudo xattr -dr com.apple.quarantine 'osu!.app'it just says no such file: osu!.app
haxax
First thank you so much for making osu! work again on catalina. I am able to run osu! after following all the steps but whenever I open the app it first crashes, then updates the game client and starts normally afterwards. I ran the troubleshooter too and there are no errors.

This is the error message I get whenever osu! crashes and asks me to restart:

System.BadImageFormatException: Bad format. (Exception from HRESULT: 0x8007000B)
at #=zRWfUnGWu3dupv3GcaidhrEM=.#=zo_VpCR76ldxajeamow==(Int32 #=z3Ymp2q8=, #=zI$lBDALgiBWzhnt6J_ek3LgQswInPZ5h9nThwu5xsPeX& #=zHYO6oZA=)
at #=zRWfUnGWu3dupv3GcaidhrEM=.#=zWbpV7bNcN$Hc5dOmTA==(Int32 #=z3Ymp2q8=, #=zhixrP2TuQ0j1Eo_vBIUOMkbQfpkpsUwqgvhOsZE= #=zHYO6oZA=)
at #=zRWfUnGWu3dupv3GcaidhrEM=.#=zId51ukLOXUqhbFIwKg==()
at #=zMKA23i3ZQQe_MPyQtg==.#=zM1u_yUCUYqvU(String #=z62D1dlD72b1m, Boolean #=zDsB_wFk=)
at #=zOwH6k5vR7JpRdp$OGQ==.#=zc_f2Vpqd4bWY()
at #=zOwH6k5vR7JpRdp$OGQ==..ctor(String #=z92hvd3Q=)
at #=znEjmn$ghy7MB5$dGqA==.#=zaTahEecpvTTu(String #=zCGzszQwmnWPo, Boolean #=zAUV4BpbCymAhnSu1LTRgncc=, Boolean #=ziTHNh8xkdq3JmkAPng==)

It is honestly not a big issue as it restarts normally after updating the client but I am wondering what is causing this error.
Topic Starter
Technocoder
"hbumaze"

hbumaze wrote:

Could you help me? Whenever I try opening the app it just says that the file is damaged. Also, whenever I run the command sudo xattr -dr com.apple.quarantine 'osu!.app'it just says no such file: osu!.app

You haven't placed the osu!.app in the right location or you haven't ran cd Desktop. If you still can't get it working, run my troubleshooter: https://osu.ppy.sh/community/forums/topics/1036678.

"haxax"

haxax wrote:

First thank you so much for making osu! work again on catalina. I am able to run osu! after following all the steps but whenever I open the app it first crashes, then updates the game client and starts normally afterwards. I ran the troubleshooter too and there are no errors.

This is the error message I get whenever osu! crashes and asks me to restart:

System.BadImageFormatException: Bad format. (Exception from HRESULT: 0x8007000B)
at #=zRWfUnGWu3dupv3GcaidhrEM=.#=zo_VpCR76ldxajeamow==(Int32 #=z3Ymp2q8=, #=zI$lBDALgiBWzhnt6J_ek3LgQswInPZ5h9nThwu5xsPeX& #=zHYO6oZA=)
at #=zRWfUnGWu3dupv3GcaidhrEM=.#=zWbpV7bNcN$Hc5dOmTA==(Int32 #=z3Ymp2q8=, #=zhixrP2TuQ0j1Eo_vBIUOMkbQfpkpsUwqgvhOsZE= #=zHYO6oZA=)
at #=zRWfUnGWu3dupv3GcaidhrEM=.#=zId51ukLOXUqhbFIwKg==()
at #=zMKA23i3ZQQe_MPyQtg==.#=zM1u_yUCUYqvU(String #=z62D1dlD72b1m, Boolean #=zDsB_wFk=)
at #=zOwH6k5vR7JpRdp$OGQ==.#=zc_f2Vpqd4bWY()
at #=zOwH6k5vR7JpRdp$OGQ==..ctor(String #=z92hvd3Q=)
at #=znEjmn$ghy7MB5$dGqA==.#=zaTahEecpvTTu(String #=zCGzszQwmnWPo, Boolean #=zAUV4BpbCymAhnSu1LTRgncc=, Boolean #=ziTHNh8xkdq3JmkAPng==)

It is honestly not a big issue as it restarts normally after updating the client but I am wondering what is causing this error.

Sorry, but I don't know what causes the error (other than the generic error message that describes a corrupted osu!.exe file). The Catalina Wine engine is still very new so it's likely that crashes like these will be fixed in a future update to the engine.
Botanist2008
technocoder, I'm getting an error message saying Error moving the file: you can't save the file "system.reg" because the volume "Macintosh HD" is read only.
(this applies for files other than "system.reg"
(this is after I checked the dotnet40 in the wineskin and hit run)


I need help lol



also if you know an easy way to just straight up downgrade to High Sierra/Sierra that would be awesome so I don't have to deal with all this
_fluffyy
osu! refuses to open. I've used the macOS client and done all the troubleshooting, but nothing works.
client report

Version 10.13.6 (Build 17G11023)
Engine: WS9Wine2.22
Wineskin 2.6.2
Release: CuttingEdge
Quarantine attribute is absent
Detect Direct3D is disabled
Compatibility mode is disabled
Razer Synapse is absent
System Integrity Protection is enabled
Engine version is supported
No errors in: update.log
No errors in: runtime.log
Topic Starter
Technocoder
"Botanist2008"

Botanist2008 wrote:

technocoder, I'm getting an error message saying Error moving the file: you can't save the file "system.reg" because the volume "Macintosh HD" is read only.
(this applies for files other than "system.reg"
(this is after I checked the dotnet40 in the wineskin and hit run)


I need help lol



also if you know an easy way to just straight up downgrade to High Sierra/Sierra that would be awesome so I don't have to deal with all this

Sorry, I don't know how to fix your issue. My only guess is that the quarantine attribute hasn't been fully erased. Try running my troubleshooter on it if you haven't already. The only way I know of to downgrade to High Sierra requires reinstalling your entire system which is not exactly "easy".

"_fluffyy"

_fluffyy wrote:

osu! refuses to open. I've used the macOS client and done all the troubleshooting, but nothing works.

I know you're not using macOS Catalina but try using my experimental Catalina build: community/forums/posts/7367239. It uses an updated Wine engine which is likely to work better. Note that you do not need to follow the steps for disabling System Integrity Protection. Make sure to run my troubleshooter on it as well to remove the quarantine attribute.
kiadeiaz
i'm using mojave. macbook air, mid 2013.

my osu crashes when opened with this error message after the latest update.
the error message reads; osu! was unable to obtain a graphics context. If this is the first time you've seen this, please try restarting your PC. If this is a fresh install, you may be missing graphics drivers.

https://imgur.com/3XIanyh

https://imgur.com/fdo1zdS

when clicking restart osu!, it will proceed to update the client, then say the client is up to date, process repeats with crash and same error message.
obviously i've tried restarting multiple times lol

i've tried the solutions in the osu thread with no result (replacing the osu!.exe file with osu!install.exe renamed to osu!.exe, etc.). in hopes that maybe those solutions would work for me.

i don't use wine with osu, but when osu worked (before the latest update), it ran perfectly fine with no flaws, crashes, frame drop, etc. should i install wine? or reinstall osu?
Topic Starter
Technocoder
"kiadeiaz"

kiadeiaz wrote:

i'm using mojave. macbook air, mid 2013.

my osu crashes when opened with this error message after the latest update.
the error message reads; osu! was unable to obtain a graphics context. If this is the first time you've seen this, please try restarting your PC. If this is a fresh install, you may be missing graphics drivers.

https://imgur.com/3XIanyh

https://imgur.com/fdo1zdS

when clicking restart osu!, it will proceed to update the client, then say the client is up to date, process repeats with crash and same error message.
obviously i've tried restarting multiple times lol

i've tried the solutions in the osu thread with no result (replacing the osu!.exe file with osu!install.exe renamed to osu!.exe, etc.). in hopes that maybe those solutions would work for me.

i don't use wine with osu, but when osu worked (before the latest update), it ran perfectly fine with no flaws, crashes, frame drop, etc. should i install wine? or reinstall osu?

Same advice I would suggest trying:

Technocoder wrote:

I know you're not using macOS Catalina but try using my experimental Catalina build: community/forums/posts/7367239. It uses an updated Wine engine which is likely to work better. Note that you do not need to follow the steps for disabling System Integrity Protection. Make sure to run my troubleshooter on it as well to remove the quarantine attribute.


Otherwise, if it really is a problem with the latest update you can try downloading the Wineskin again and included inside it will be an older osu!.exe that you can copy over and see if it works.
kiadeiaz

Technocoder wrote:

"kiadeiaz"

kiadeiaz wrote:

i'm using mojave. macbook air, mid 2013.

my osu crashes when opened with this error message after the latest update.
the error message reads; osu! was unable to obtain a graphics context. If this is the first time you've seen this, please try restarting your PC. If this is a fresh install, you may be missing graphics drivers.

https://imgur.com/3XIanyh

https://imgur.com/fdo1zdS

when clicking restart osu!, it will proceed to update the client, then say the client is up to date, process repeats with crash and same error message.
obviously i've tried restarting multiple times lol

i've tried the solutions in the osu thread with no result (replacing the osu!.exe file with osu!install.exe renamed to osu!.exe, etc.). in hopes that maybe those solutions would work for me.

i don't use wine with osu, but when osu worked (before the latest update), it ran perfectly fine with no flaws, crashes, frame drop, etc. should i install wine? or reinstall osu?

Same advice I would suggest trying:

Technocoder wrote:

I know you're not using macOS Catalina but try using my experimental Catalina build: community/forums/posts/7367239. It uses an updated Wine engine which is likely to work better. Note that you do not need to follow the steps for disabling System Integrity Protection. Make sure to run my troubleshooter on it as well to remove the quarantine attribute.


Otherwise, if it really is a problem with the latest update you can try downloading the Wineskin again and included inside it will be an older osu!.exe that you can copy over and see if it works.



everything seems to be working pretty fine now, thank you, i appreciate the help :)
only issue is that although osu runs fine, every time i open up osu there is the 'osu crashed' error message.
after clicking restart, osu launches as normal. so no real problem there, just bothersome.

https://imgur.com/5ieLiUt

i cannot import any beatmaps to osu, an error will show. i've tried to remove any strange characters and restart osu.
error reads; there is no windows program configured to open this type of file

https://imgur.com/fDxLF10
Topic Starter
Technocoder
"kiadeiaz"

kiadeiaz wrote:

everything seems to be working pretty fine now, thank you, i appreciate the help :)
only issue is that although osu runs fine, every time i open up osu there is the 'osu crashed' error message.
after clicking restart, osu launches as normal. so no real problem there, just bothersome.

https://imgur.com/5ieLiUt

i cannot import any beatmaps to osu, an error will show. i've tried to remove any strange characters and restart osu.
error reads; there is no windows program configured to open this type of file

https://imgur.com/fDxLF10[/quote:1337]

Okay, the Wine engine that I suggested using might have been too new. Sorry about that. If you still have time, try using either slc's: community/forums/posts/6919344 or peppy's community/forums/posts/7140911 Wineskin build that should use a far more stable engine and should fix the crash you're having. Keep in mind you must run my troubleshooter on these Wineskins to remove the quarantine attribute as well.

How are you importing maps into osu!? If you drag them into the Songs folder and press F5 you shouldn't have any problem importing them.
kiadeiaz
oh alright, works perfectly fine now. i think i'll stay with the version of osu i have currently (even with the bothersome error message at the start, just too lazy to install the other ones)

dragging into the songs folder works, no errors :)
i used to drag the beatmap into the app or manually open it (open with > osu! application).

thank you so much for your help :D
Kakise

Technocoder wrote:

This is an experimental build for osu! on macOS Catalina.
Download link: https://mega.nz/#!1wUhSK5b!UOh3p73XnupbZktFgsljieoIdf_L1PkxDFwjBvflNGM
After extraction follow the steps under osu! or Wineskin will not open! from my guide. Ignore any "Operation not permitted" errors.

For the moment, System Integrity Protection must also be disabled. You can check if it is enabled:
Steps

  1. Open Terminal
  2. Type csrutil status and press enter
  3. Check if it says it is enabled

If it is enabled, you can follow these steps from official Apple documentation to disable it: https://developer.apple.com/library/archive/documentation/Security/Conceptual/System_Integrity_Protection_Guide/ConfiguringSystemIntegrityProtection/ConfiguringSystemIntegrityProtection.html#//apple_ref/doc/uid/TP40016462-CH5-SW1

One person has confirmed that the Wineskin does work on Catalina with no apparent issues as long System Integrity Protection is disabled.

Technical Build Information:
This build augments Peppy's (@peppy) July 2019 build with the newer Crossover 19.0.1 build designed to run on macOS Catalina from the Unofficial Wineskin releases: https://github.com/Gcenx/WineskinServer/releases/tag/V1.8.4
The (extracted) application size has increased to 2.56 gigabytes which suggests that it may be more space efficient to rebuild the Wineskin from scratch.

I just successfully opened osu! on Catalina on my Mac. Can I enable System Integrity Protection now that it's properly opening?
Thanks
Topic Starter
Technocoder

Kakise wrote:

I just successfully opened osu! on Catalina on my Mac. Can I enable System Integrity Protection now that it's properly opening?
Thanks

No, you must keep System Integrity Protection disabled.
PinkBunny19
I tried all the steps but anything work ; - ; it´s so frustrating. I disabled System Integrity Protection but still not working with the same message "osu! is damaged and can't be opened. You should move it to the Trash."

What can I do? ; - ; help
Topic Starter
Technocoder
"PinkBunny19"

PinkBunny19 wrote:

I tried all the steps but anything work ; - ; it´s so frustrating. I disabled System Integrity Protection but still not working with the same message "osu! is damaged and can't be opened. You should move it to the Trash."

What can I do? ; - ; help

Run my troubleshooter on the application: community/forums/topics/1036678. You're missing the steps osu! or Wineskin will not open! from my guide.
SnipAssassin907

Technocoder wrote:

This is an experimental build for osu! on macOS Catalina.
Download link: https://mega.nz/#!1wUhSK5b!UOh3p73XnupbZktFgsljieoIdf_L1PkxDFwjBvflNGM
After extraction follow the steps under osu! or Wineskin will not open! from my guide. Ignore any "Operation not permitted" errors.

For the moment, System Integrity Protection must also be disabled. You can check if it is enabled:
Steps

  1. Open Terminal
  2. Type csrutil status and press enter
  3. Check if it says it is enabled

If it is enabled, you can follow these steps from official Apple documentation to disable it: https://developer.apple.com/library/archive/documentation/Security/Conceptual/System_Integrity_Protection_Guide/ConfiguringSystemIntegrityProtection/ConfiguringSystemIntegrityProtection.html#//apple_ref/doc/uid/TP40016462-CH5-SW1

One person has confirmed that the Wineskin does work on Catalina with no apparent issues as long System Integrity Protection is disabled.

Technical Build Information:
This build augments Peppy's (@peppy) July 2019 build with the newer Crossover 19.0.1 build designed to run on macOS Catalina from the Unofficial Wineskin releases: https://github.com/Gcenx/WineskinServer/releases/tag/V1.8.4
The (extracted) application size has increased to 2.56 gigabytes which suggests that it may be more space efficient to rebuild the Wineskin from scratch.



Technocoder wrote:

This is an experimental build for osu! on macOS Catalina.
Download link: https://mega.nz/#!1wUhSK5b!UOh3p73XnupbZktFgsljieoIdf_L1PkxDFwjBvflNGM
After extraction follow the steps under osu! or Wineskin will not open! from my guide. Ignore any "Operation not permitted" errors.

For the moment, System Integrity Protection must also be disabled. You can check if it is enabled:
Steps

  1. Open Terminal
  2. Type csrutil status and press enter
  3. Check if it says it is enabled

If it is enabled, you can follow these steps from official Apple documentation to disable it: https://developer.apple.com/library/archive/documentation/Security/Conceptual/System_Integrity_Protection_Guide/ConfiguringSystemIntegrityProtection/ConfiguringSystemIntegrityProtection.html#//apple_ref/doc/uid/TP40016462-CH5-SW1

One person has confirmed that the Wineskin does work on Catalina with no apparent issues as long System Integrity Protection is disabled.

Technical Build Information:
This build augments Peppy's (@peppy) July 2019 build with the newer Crossover 19.0.1 build designed to run on macOS Catalina from the Unofficial Wineskin releases: https://github.com/Gcenx/WineskinServer/releases/tag/V1.8.4
The (extracted) application size has increased to 2.56 gigabytes which suggests that it may be more space efficient to rebuild the Wineskin from scratch.

i cant input my downloaded beatmap and skin. It say "There is no windows program configured to open tihs type of file". But i can open the osu app somehow without using your step
Topic Starter
Technocoder
"SnipAssassin907"

SnipAssassin907 wrote:

i cant input my downloaded beatmap and skin. It say "There is no windows program configured to open tihs type of file". But i can open the osu app somehow without using your step

Drag your beatmaps and skins into the Songs and Skins folder. You can find these folders by right clicking osu! > Show Package Contents > drive_c > osu!. You need to extract skins as well. Do this by changing the extension of the skin to .zip and then extracting it as normal inside of the Skins folder.

(also you've quoted me twice in your reply. I know what you're talking about so you don't need to quote me)
kyakugon
hello! i tried following your guide and am having a few troubles-- it says my osu file is damaged? and won't open the program. wondering if you could give any help. thank you so much. i tried troubleshooting with the osu!macOS Agent. i also tried repair but it didn't seem to work either. an image is attached here: https://imgur.com/jqf3qwx
Topic Starter
Technocoder
"kyakugon"

kyakugon wrote:

hello! i tried following your guide and am having a few troubles-- it says my osu file is damaged? and won't open the program. wondering if you could give any help. thank you so much. i tried troubleshooting with the osu!macOS Agent. i also tried repair but it didn't seem to work either. an image is attached here: https://imgur.com/jqf3qwx[/quote:1337]

Please paste the full report. Try following the steps: osu! or Wineskin will not open! from my guide manually. Otherwise, right click osu! > Show Package Contents > Contents > MacOS and double click on WineskinLauncher and see if that works.
kyakugon
here is the full report:


Report

Version 10.15.4 (Build 19E287)
Engine: WS11WineCX64Bit19.0.1
Wineskin 2.9.0.2
Release: Stable40
Quarantine attribute is absent
Detect Direct3D is disabled
Game user configuration is absent
Razer Synapse is absent
System Integrity Protection is disabled
Engine version is supported
No errors in: update.log
Logging file: runtime.log is absent


i've troubleshooted already. is that what you mean by "osu! won't open"? also, could you link me ? i couldn't find that post it seems, (sorry about the inconvenience there!!).
thank you so so much for your help, i very much appreciate this.
Topic Starter
Technocoder
"kyakugon"

kyakugon wrote:

here is the full report:
i've troubleshooted already. is that what you mean by "osu! won't open"? also, could you link me ? i couldn't find that post it seems, (sorry about the inconvenience there!!).
thank you so so much for your help, i very much appreciate this.

Here's the link to my guide: community/forums/topics/679205. It's also in my forum signature.
Please try following the latter half of my reply as well:

Technocoder wrote:

Otherwise, right click osu! > Show Package Contents > Contents > MacOS and double click on WineskinLauncher and see if that works.
kyakugon
hello! i am trying to be prompt on replying because i much appreciate your help.

attached is are screenshots of me following your instructions to your second half of your first reply:) (is it possible i need to update wineskin launcher?

https://imgur.com/a/upfnWY6

part one^

https://imgur.com/a/EdGIeGO

part two^


moreover, when i try following your post guide it says that there is no "osu.app"? i will attach the screenshot here of me following your instructions:


https://imgur.com/a/aXyYN05

^ part 3; this was after i had typed in my password and followed the previous steps.


i have also tried dragging the osu! from my mac to the computer to do the command but no luck either


https://imgur.com/a/jcolt3v


^part 4
Topic Starter
Technocoder
Try renaming the osu! 2.app application on your Desktop to osu!.app and then run the command again. When you dragged the file into the Terminal there was a leading space which might have caused it to fail.

One additional to thing to try is running this command while you are cded into the Desktop in Terminal:
chmod -R +x 'osu!.app'

(You probably don't need to update the WineskinLauncher itself. It's not usually the component that needs to be updated; That "Waiting to Update" message is from your iCloud Drive waiting to upload the file.)
kyakugon
IT WORKED!! bro you absolutely rule!! thank you so so so much!! i think the chmod -R +x 'osu!.app' helped. thank you so much!! you're awesome:') so happy to finally be able to play again


https://imgur.com/a/iVKMXu0

^ :)))))
Topic Starter
Technocoder
No problem! Let me know if you have any more issues. I think I'll add that command to my troubleshooter when I get the chance so other people won't have the same problem.
kyakugon
for sure! the only problem i had was it saying before i open it that osu had crashed, but simply restarting the app seems to solve the problem (since it wasn't open in the first place).


i haven't played osu! yet, (so i don't know if this will affect the game [which i kind of doubt it will]) but once i get on the app by just pressing restart osu!, it seems to work perfectly.


https://imgur.com/a/eyb14kg


^image attached here:)
Topic Starter
Technocoder
Yeah, that crash seems to be an issue with the current Wine engine and there doesn't seem to be a fix for it at the moment. Restarting osu! each time should work though.
LadenCentaur924
hey i tried doing this and it wouldnt open maybe i need to wait longer but it just wouldnt work. i am on high sierra 10.13.6 if you need anymore informationg please tell me
Topic Starter
Technocoder

LadenCentaur924 wrote:

hey i tried doing this and it wouldnt open maybe i need to wait longer but it just wouldnt work. i am on high sierra 10.13.6 if you need anymore informationg please tell me

Run my troubleshooter: community/forums/topics/1036678 and paste the full report here if it doesn't work.
LadenCentaur924

Technocoder wrote:

LadenCentaur924 wrote:

hey i tried doing this and it wouldnt open maybe i need to wait longer but it just wouldnt work. i am on high sierra 10.13.6 if you need anymore informationg please tell me

Run my troubleshooter: community/forums/topics/1036678 and paste the full report here if it doesn't work.


yea that didnt work here is the report i did also use the repair function
Report

Version 10.13.6 (Build 17G65)
Engine: WS9Wine2.22
Wineskin 2.6.2
Release: Stable40
Quarantine attribute is absent
Detect Direct3D is disabled
Game user configuration is absent
Razer Synapse is absent
System Integrity Protection is enabled
Engine version is supported
Logging file: update.log is absent
Logging file: runtime.log is absent
Topic Starter
Technocoder
Use one of the newer Wineskins such as slc's community/forums/posts/6919344 or peppy's community/forums/posts/7140911. You must run the troubleshooter first on the Wineskin before opening otherwise it won't work.
LadenCentaur924

Technocoder wrote:

Use one of the newer Wineskins such as slc's community/forums/posts/6919344 or peppy's community/forums/posts/7140911. You must run the troubleshooter first on the Wineskin before opening otherwise it won't work.

i got it to work tysm actually i dont think it did. It keeps on closing and reopening the updater this is the new report

Report

Version 10.13.6 (Build 17G65)
Engine: WS9Wine4.0-rc3
Wineskin 2.8.8Beta6
Release: Stable40
Quarantine attribute is absent
Detect Direct3D is disabled
Compatibility mode is disabled
Razer Synapse is absent
System Integrity Protection is enabled
Engine version is supported
[Warning] Errors in: update.log
2020-04-16T19:47:45: _pending\osu!.exe => osu!.exe: FAIL
2020-04-16T19:47:54: _pending\osu!.exe => osu!.exe: FAIL
2020-04-16T19:48:02: _pending\osu!.exe => osu!.exe: FAIL
2020-04-16T19:48:11: _pending\osu!.exe => osu!.exe: FAIL
2020-04-16T19:48:19: _pending\osu!.exe => osu!.exe: FAIL
2020-04-16T19:48:28: _pending\osu!.exe => osu!.exe: FAIL
2020-04-16T19:48:37: _pending\osu!.exe => osu!.exe: FAIL
2020-04-16T19:48:45: _pending\osu!.exe => osu!.exe: FAIL
2020-04-16T19:48:54: _pending\osu!.exe => osu!.exe: FAIL
2020-04-16T19:49:02: _pending\osu!.exe => osu!.exe: FAIL
2020-04-16T19:49:11: _pending\osu!.exe => osu!.exe: FAIL
2020-04-16T19:49:27: _pending\osu!.exe => osu!.exe: FAIL
Logging file: runtime.log is absent
Topic Starter
Technocoder
Follow the steps under the section: Updating the osu! executable in my guide: community/forums/topics/679205
LadenCentaur924

Technocoder wrote:

Follow the steps under the section: Updating the osu! executable in my guide: community/forums/topics/679205

it says "open the osu! folder" for step 4 what do you mean by that because when i rename the ous!install.exe to use osu! it doesnt replace anything edit:wait i figured it out testing if it works right now edit 2: it works now tysm the only problem i have is it wont let me switch windows so i cant easily get beatmaps while having the game in the background edit3: i also cant get skins to work im trying to fix that atm
casool
Hi whenever I open the app it instantly freezes on the main menu opener. I can still hear the music but I'm forced to manually reboot my MacBook because I can't close or click anything.

I'm running Mojave 10.14.6

Report

Version 10.14.6 (Build 18G84)
Engine: WS9Wine2.22
Wineskin 2.6.2
Release: Stable40
Quarantine attribute is absent
Execute flag is present
Detect Direct3D is disabled
Game user configuration is absent
Razer Synapse is absent
System Integrity Protection is disabled
Engine version is supported
Logging file: update.log is absent
No errors in: runtime.log
Topic Starter
Technocoder
Try using either slc's: community/forums/posts/6919344 or peppy's community/forums/posts/7140911 Wineskin build and running my troubleshooter on them. They use a newer engine.
casool

Technocoder wrote:

Try using either slc's: community/forums/posts/6919344 or peppy's community/forums/posts/7140911 Wineskin build and running my troubleshooter on them. They use a newer engine.


Thanks! Fixed.
Topic Starter
Technocoder
Enable "automatically move beatmaps from the Downloads folder" and then download beatmaps from the osu! website. Alternatively, open the osu! folder and drag the beatmaps into the Songs folder. Then press F5 while you are in game.
Topic Starter
Technocoder
Are the default maps in the Songs folder? Can you paste what the Songs folder looks like? (like the directory structure).

The "automatically move beatmaps from the Downloads folder" option is part of my troubleshooter. If you open it up it'll be under the General tab. I find it makes it easier to download maps without having to drag it in manually :P.

There seems to be some issues with dragging beatmaps directly into the Songs folder recently (community/forums/topics/1058335). I'm not sure if its related or not. Instead of dragging them onto the osu! logo you can try dragging them into the osu! window itself (this is a little harder and might take some effort to get it working).
Topic Starter
Technocoder
Open osu! > Options > Scroll to graphics > and Uncheck "Fullscreen mode". After you do this osu! won't minimise when you select another window.
Topic Starter
Technocoder
You cannot. At least, not until the wine engine is code-signed and/or notarized (it hasn't been yet).
jinhan54
Hello.. I just got this message from the wineskin and osu app.. how can I resolve this?

file:///Users/jinhanchoi/Desktop/Screenshot%202020-04-27%20at%2015.36.24.png
Topic Starter
Technocoder
Upload the image to an image hosting website such as https://imgur.com.
Edit: And run my troubleshooter: community/forums/topics/1036678 if you haven't already and paste the report here.
_fluffyy
I've been having cursor lag on my osu! client. The automatic problem fixer doesn't help, and nothing on the troubleshooting page worked either. Help?
Topic Starter
Technocoder

_fluffyy wrote:

I've been having cursor lag on my osu! client. The automatic problem fixer doesn't help, and nothing on the troubleshooting page worked either. Help?

Yeah, my troubleshooter can't help with anything performance related. This is probably a consequence of the Catalina wine engine at the moment. I don't know any way to fix it.

WanderingKitten wrote:

in the editor, there is no file, edit, view etc. I tried turning off full screen and they still weren't there

edit: the "edit" tab was there

This is a known issue. There should be a black bar at the top of the editor window. If you press near the top left of the black bar you can access all the menus (although the menu bar itself probably won't show up). Alternatively, you can reenable XQuartz but I would not recommend that because that will impact performance significantly.
thaiboy digital
is there any way to play the catalina build without it updating every time i open it?
Topic Starter
Technocoder

brad lee wrote:

is there any way to play the catalina build without it updating every time i open it?

I spent some time experimenting with osu! and Wine and I've finally found a solution (or rather, a workaround). Here are the steps that need to be followed:
  1. Open the osu! folder (Right click osu! > Show Package Contents > drive_c > osu!)
  2. Create a new file in this location named execute.bat (with .bat as the extension)
  3. Type in: start C:\osu!\osu!.exe -nosplash
  4. Save execute.bat
  5. Open Wineskin (Right click osu! > Show Package Contents > Wineskin)
  6. Click Advanced
  7. Change the Windows EXE field to: "C:\osu!\execute.bat" (including the outer quotes)
  8. Close Wineskin

Now osu! will not crash on start up. This obviously isn't the most ideal work around but given the difficulty in getting winedbg to work properly along with the obfuscation in osu!'s stack trace it seems it's the best one at the moment.

If other users report success I'll add this as an automated fix to my troubleshooter.
mec11223
Hi!
Im having issues downloading osu on my Mac (Catalina). I've downloaded the Catalina build and disabled SIP and followed all the listed steps but after I right click and hit open on the application from my applications folder there is a little pop up from the wineskin that lasts about 10 seconds then disappears then nothing happens. What's strange is that about a week ago I tried downloading it (I believe I did all the same steps) except I did not disable SIP and it worked fine! I was able to download a bunch of maps and play for a few hours. when I came to play today however I tried opening the app and it never opened (hence me starting again today and trying to download osu once again). The only thing that has changed within the time of me downloading and playing osu last week and today is that I just downloaded a Wacom install software as I just bought a Wacom tablet to play osu. I would feel terrible having just bought a new tablet to play a game that doesn't work on my computer.
Please let me know your thought!
Thanks!!
Mili
show more
Please sign in to reply.

New reply

/