forum

Ingame Overlay of RealTimePPDisplayer(Compatible mode is supported)

posted
Total Posts
171
Topic Starter
KedamaOvO
The original topics of this plugin is https://osu.ppy.sh/community/forums/topics/697214.
Now, this plugin is maintained by me.

Latest Version: 0.3.2
OSU! Version: Stable
Supported Graphics API: OpenGL,OpenGL ES(Compatible mode)


Source:
https://github.com/OsuSync/IngameOverlay
https://github.com/KedamaOvO/osu-sync-overlay


- No randomly reset position to center.
- The font was antialiasing while rendering.
- Support for line breaks.
- Support Display when break time. (0.2.4 after)
- Compatibility mode is supported. (0.3.0 after)


Known issue:
  1. No


Note: This version requires Sync2.18 and ConfigGUI plugin.




It's now based on mmf, you can use the "OsuLiveStatusPanel" plugin for more information.
like:
Image
Mods: DT
Enable Mods Changed At Listening (OsuRTDataProvider) : True


How to install
  1. Follow this thread https://osu.ppy.sh/forum/t/685031, download 'Realtime PP Displayer'
  2. Install ConfigGui, type "plugins install configgui" in Sync2.18.(If you have problems that cannot be saved. Download this version)
  3. Install IngameOverlay, type "plugins install overlay", or download it from github and Extract to the Sync directory.
  4. Find OutputMethods and change value to mmf or mmf-split. If you using multi-way to output, use ',' to split them.
    e.g : OutputMethods=wpf,mmf
  5. Save config, and open 'Sync.exe', If you complete follow steps, it will show a EUAL like :
  6. Make sure you are not running osu!. To accept eual, type 'o i' and press 'enter' to allow us inject to osu!.
  7. If you accept, will recive this tip, now open osu!. In Sync, will recive this tips when inject success.
  8. type "config" in sync. The configuration window will open. Now find RealTimePPIngameOverlay > OverlayConfig.
  9. Click "Open Editor" button, Open the overlay edit window. Click "New" Button.
  10. If everything is ok, a black square will appear in Osu!.
  11. Back to Overlay Editor.Enter "rtpp" in the MMF Name. (MMF = Memory Mapping File)


How to use?


If you need non-latin text. You need to set "Glyph ranges" to the range you want.


If you use OBS to capture OSU, the overlay will flash. But you can check "Capture third-party overlays" to make the capture work.



Update Note

If your Sync has an early IngameOverlay plugin (0.1.0~0.2.0), please remove the previous version.
Then rename "RealtimePPIngameOverlay.OverlayConfig" to "IngameOverlay.OverlayConfig" in Config.ini





Command
o i - accept EUAL and start Injector
o osu - start osu! with overlay(need to set "Osu! game path")

Warning
It will inject to osu!(Like Steam's overlay or FARPS's fps counter) and render additional texts.

Changelog

-v0.3.2
  1. Fix crash when changing mmf name.
  2. Empty the window when exiting.

-v0.3.1
  1. Built-in Loader, remove Loader.exe
  2. Clean up the overlay code

-v0.3.0(beta)
  1. Overlay using Rust rewrite.
  2. Compatibility mode is supported.

-v0.2.4
  1. Add "Break Time" option. (Displayed when Break Time.)

-v0.2.3
  1. Adapt OsuRTDataProvider 1.4.3

- v0.2.2
  1. Fix bug (https://osu.ppy.sh/community/forums/topics/773429?n=29)

- v0.2.1
  1. Rename RealTimePPIngameOverlay to IngameOverlay
  2. Fix crash when clicking "Select Font" button
  3. Fix Chinese in Glyph ranges
  4. Fix each font can only have one size
  5. Add "font scale" option



Other links
Sync repo: https://github.com/Deliay/Sync
RealTimePPDisplayer repo: https://github.com/KedamaOvO/RealTimePPDisplayer
IngameOverlay Plugin repo: https://github.com/OsuSync/IngameOverlay
OsuLiveStatusPanel Plugin repo: https://github.com/MikiraSora/OsuLiveStatusPanel
Meow
I have followed all the instructions, but instead of PP counter I see only black 2 squares (1 for rtpp and 1 for rtpp-pp)
Edit: Problem looks like have been solved after a few osu (and osusync) restarts. Idk why...
Topic Starter
KedamaOvO

Meow wrote:

I have followed all the instructions, but instead of PP counter I see only black 2 squares (1 for rtpp and 1 for rtpp-pp)

You can add as many black squares as you want.
Clicking the "new" button once will add a black square.
You can delete it by clicking on "Delete THIS".
toolate12
Hi, nice work with your ppdisplayer, very simple to configure.
But all configurations are not save when you quit sync. Any way to fix that?
Topic Starter
KedamaOvO

toolate12 wrote:

Hi, nice work with your ppdisplayer, very simple to configure.
But all configurations are not save when you quit sync. Any way to fix that?

emm..., Maybe a bug in Sync.
This has a ConfigGui with a "Save" button that might be useful to you. link
oSumAtrIX
Thanks again for an awesome plugin like this one =] If I am right, this doesn't work ingame? Also whats the difference between this and the standard WPF plugin?


Also can you update the source code section =]? Don't want to add the directive references by hand everytime ^^
Kyesu
it crashes when i click "open editor" :'(
Topic Starter
KedamaOvO

Pizz4lpha wrote:

it crashes when i click "open editor" :'(

Can you send me your Sync?
or try this(Sync with RealtimePPPlugin + OsuLiveStatusPanelPlugin + IngameDisplayerPlugin)
Topic Starter
KedamaOvO

oSumAtrIX wrote:

Thanks again for an awesome plugin like this one =] If I am right, this doesn't work ingame? Also whats the difference between this and the standard WPF plugin?


Also can you update the source code section =]? Don't want to add the directive references by hand everytime ^^

The WPF output is an early implementation, which has a high CPU usage when displaying fast changing text. And if you play in fullscreen, WPF will stop working(Unless you have two monitors). but WPF is very easy to use.
Ingame pre-renders all the letters and numbers onto a texture. A lot of CPU time is not used when rendering text.
So, the recommended output method is mmf or mmf-split now. Both the obs plugin and ingame can get text from mmf.

The source code is on the new-overlay branch. The end of the test will be merged into the master branch.
oSumAtrIX

KedamaOvO wrote:

oSumAtrIX wrote:

Thanks again for an awesome plugin like this one =] If I am right, this doesn't work ingame? Also whats the difference between this and the standard WPF plugin?


Also can you update the source code section =]? Don't want to add the directive references by hand everytime ^^

The WPF output is an early implementation, which has a high CPU usage when displaying fast changing text. And if you play in fullscreen, WPF will stop working(Unless you have two screens). but WPF is very easy to use.
Ingame pre-renders all the letters and numbers onto a texture. A lot of CPU time is not used when rendering text.
So, the recommended output method is mmf or mmf-split now. Both the obs plugin and ingame can get text from mmf.

The source code is on the new-overlay branch. The end of the test will be merged into the master branch.


Thank you very much <3 You're the best =]
Sorry, i didn't test out the new ingame overlay, i just missunderstood, that it works like wpf, anyways, now after testing it, is this update the new layout for the ingame overlay? As an output method I guess "ingame" doesn't work anymore and got replaced with the new one? Also, based on mmf and usable with OsuLiveStatusPanel, I should be able to show text from OsuLiveStatusPanel on the song selection menu, but I am not sure if I am doing everything the right way, since I cannot see anything from the live status panel. Do I have to add the live status panel to the ingame overlay in the config?
Topic Starter
KedamaOvO

oSumAtrIX wrote:

KedamaOvO wrote:

oSumAtrIX wrote:

Thanks again for an awesome plugin like this one =] If I am right, this doesn't work ingame? Also whats the difference between this and the standard WPF plugin?


Also can you update the source code section =]? Don't want to add the directive references by hand everytime ^^

The WPF output is an early implementation, which has a high CPU usage when displaying fast changing text. And if you play in fullscreen, WPF will stop working(Unless you have two screens). but WPF is very easy to use.
Ingame pre-renders all the letters and numbers onto a texture. A lot of CPU time is not used when rendering text.
So, the recommended output method is mmf or mmf-split now. Both the obs plugin and ingame can get text from mmf.

The source code is on the new-overlay branch. The end of the test will be merged into the master branch.


Thank you very much <3 You're the best =]
Sorry, i didn't test out the new ingame overlay, i just missunderstood, that it works like wpf, anyways, now after testing it, is this update the new layout for the ingame overlay? As an output method I guess "ingame" doesn't work anymore and got replaced with the new one? Also, based on mmf and usable with OsuLiveStatusPanel, I should be able to show text from OsuLiveStatusPanel on the song selection menu, but I am not sure if I am doing everything the right way, since I cannot see anything from the live status panel. Do I have to add the live status panel to the ingame overlay in the config?

Yes, it's a new ingame overlay.
The "ingame" output method was removed. It does not now rely on RealtimePPDisplay.
You can let the overlay display any text via MMF.
So if you want the overlay to display the text of OsuLiveStatusPanel, you need to set the output of OsuLiveStatusPanel to MMF.
OsuLiveStatusPanel also has an editor, you may need to resize the configuration window to see the "open editor" button.
oSumAtrIX
Alright, I found out that live status panel handels it with mmf://pp for example, but I cannot see the pp with {pp:100.00%}pp fa. Anyways I guess this should be a problem with live panel so I shouldn't bother you with that :> thanks for responding btw

W0W, after configuring stuff with live status panel i get this problem :D


Running as administrator, removing certain plugins, resetting settings, updating libraries seem to not work. It worked fine before and after doing some changes it started to happen. Can I dump the events somehow ? :)

Sum relevant info from the logs:
Log.txt
[22:45:11] [OsuRTDataProvider]OSU Client Verison:b20180626.1
[22:45:11] [OsuRTDataProvider][ID:0]Found osu!.exe process
[22:45:11] [OsuRTDataProvider]ZqPpK5OwbKsqRnBskCnALlUoPly6I59EOFVegWWjGozC2eEVVrpRiJLNtKvB2nJkbTN21WsCpL//0ELvmXk/mPUIMyt+R0d+RiUHqkha3HfVtv0k/9CwssqBBErxo7u4KN11A10cX+HAe+iTP7I7FRkxYSHjq7+y4RjTNcWkI2YvqBRAD7eR8w7o9B1FendWcXqtcVDNK6/nV9vHhFAK79uDBILsstAZTNc26MR/DDaREfHYu/BM3MwYz3E5M4GCRqbpXY2igYCdMF7a+yneynrvtNfmqK5kAE121qIchuFmNEz8OEWPvESFmWPRLNbjKz+CANmd2gV8X+HqYAQjvA==
[22:45:11] [OsuRTDataProvider]B6prRisRScn5FBTMhfTHp6bpHMnReqHxiNJ52q/aRjR/uONsSker/02QvQN7m1kFOxk8LIwgllqpf1Ow2/sQT98GLaGNR+UGOECNvzxlgmpaZpZ1f05Lh78MbQLPzNO5YUINLGupBiEGy0bB+bmOBeELl3UVkiN1m5xuknZNnMhl5nJ8CsbfTk8Hn5Ye0Mq36iQz/CZdn4f2rio0s8D/DhtWRUkLggL6RARkzPfVAArtY6ADJYltGbMyecKzIqFB6xyEnmFvTa1k1EpbsW8FeH+EJIYYFoHLBkAxwNuoHtXafvJZWvU0cy6SMSXHioYy6ZpFYCXgIQjoSaKIgzB6zg==
[22:45:11] [OsuRTDataProvider][ID:0]Init StatusFinder Failed! Retry after 3 seconds
[22:45:15] [OsuRTDataProvider]I1fe3po9gFLdqVdzbTKoNlkuqKijzvCFfwQwNST3exaP68v6LZizVA6LlSqMbivbD543KPVgguJXogIJ70k//rXVG7Lq+LWfEHsoSFdJ5SkALLMxxFCeLByXDM0/NXaNTFSIhOkKSWX6t4zCAVU9nXcdAxGnW1DHtN6KprLhlNLT13cEgMRjhLcIin7igJcubV/kJL4BC6dLuLTtwbAuKwS7GAO0lxabT8azYj0Z9pm6l21BtsMmYZ16wzbw/Um1G2EFyWPSCNLTZqAp5RspQC/h+Xe/EiJdALJMdcZziO3CQ7G8KMyYTAuntmAJNVfDmIMSvyyrvBYvJJI1SeemHw==
[22:45:15] [OsuRTDataProvider]xXTvZLWrlaRSJ5gPl5jhRYtw5sNQamnEh3MZWIXkvZOaKGh4FSZLtNcjC5QphZDDm1A8UiXf4KNjdMtd0g14Um/5R0cIIkMHaV56KX0Ery967kQIbtJvkp/0RYdkUms5fX2xrK/vdw1oGbW+XfpEqeTD/0FK+EPPYOFehjKdqAfN1x2wHC2D2lWsZt/NZAYNMKTpCJBRyy3hLc9mrsv+IJO6MpppdqIj1z9w0exvBzayWQL0HMqBX3zq8QxoWqIq3MPErbE6H7O1j8UgEBo5Y9V4Xdb0Kn/rBLNg3dxyak7ldi3FdyWXr8LhININ+CTRSQD5B4ykIC+UJwQfE+YMAw==
[22:45:15] [OsuRTDataProvider][ID:0]Init StatusFinder Success!
[22:45:15] [OsuRTDataProvider]czWjyr7GDGEjOWbKC2Zi8/lqI8CLZZZBf5OECAAKUgP0oydTeOBcU3aBRuk1/e1cMvJE+FjOwLmqmMtRQ2myNkN3Lw7nzgTuLSMSVoR3ZNc5PDCi3uyWYmVvPCOAyplL/E6WrL/yQfxqP/pgl6g1T5S+Q+dwvJMY77dMX3GY9cnCY8P/lNrcSubjl+fcRDy0KMoaSsjgR5Xh4i6NZ0BBMCPTkcv6viwcHv6gA67LJV1QYkeeHIFXLCQVrLbYmvA2Cg4Q27xBdHzS1y6RLPD/1LQTeoakqelDGahvRyJ3meyyZpduogazjjOz17+T9mmj5fpeUKPiFMoAzIOrD8jnHQ==
[22:45:15] [OsuRTDataProvider]CYutuLRcSA07yiO44F0rMcC3WAuSVtwiKZeXtVOfO5GUA92G9gJxD0cvOnF0GKRHbaPx62GG+2Xcq58xYa8UmsPE4cbrHm400lRjPpE1cywvBKL2f/0rDdBi2gBTBwu2LyJCT04t7tOR2NK61+jnqzq2Mt1lKKVivGBNpmDe4BpHt1kPdguMKyCaZAf6rUjpJVQvv8qGxu+gLyy6aSIXLCFXICsPYI0/mNmmrh+HK0pvanbvaXAhtH0ps7o/pzboETHep9BBQ5IsfCuLEBWkidwMnPrJ3zoYPMdkhLrPCvPXWZCrgnB3s9cBoJzRTIBCdpDcJnZClzA55+SG8pNRXQ==
[22:45:15] [OsuRTDataProvider][ID:0]Init BeatmapFinder Success!
Topic Starter
KedamaOvO

oSumAtrIX wrote:

Alright, I found out that live status panel handels it with mmf://pp for example, but I cannot see the pp with {pp:100.00%}pp fa. Anyways I guess this should be a problem with live panel so I shouldn't bother you with that :> thanks for responding btw

RealtimePPDisplay thread updated a compressed file containing RealtimePPDisplayer, OsuLiveStatusPanle and Ingame. There are pre-configured OsuLiveStatusPanle and Ingame. You can download and see how the overlay reads the output of OsuLiveStatusPanle.
I hope it is useful to you.

edit: I will also try to make a gif or video to demonstrate how to use the output of OsuLiveStatusPanle.
oSumAtrIX

KedamaOvO wrote:

oSumAtrIX wrote:

Alright, I found out that live status panel handels it with mmf://pp for example, but I cannot see the pp with {pp:100.00%}pp fa. Anyways I guess this should be a problem with live panel so I shouldn't bother you with that :> thanks for responding btw

RealtimePPDisplay thread updated a compressed file containing RealtimePPDisplayer, OsuLiveStatusPanle and Ingame. There are pre-configured OsuLiveStatusPanle and Ingame. You can download and see how the overlay reads the output of OsuLiveStatusPanle.
I hope it is useful to you.

edit: I will also try to make a gif or video to demonstrate how to use the output of OsuLiveStatusPanle.


Thought I already found out how live panel works, {pp:100.00%}pp looks in osu like this -> pp
the content of the brackets is not beeing shown, but anyways this is a problem with live panel so I shouldn't bother you with that :)
Topic Starter
KedamaOvO

oSumAtrIX wrote:

KedamaOvO wrote:

oSumAtrIX wrote:

Alright, I found out that live status panel handels it with mmf://pp for example, but I cannot see the pp with {pp:100.00%}pp fa. Anyways I guess this should be a problem with live panel so I shouldn't bother you with that :> thanks for responding btw

RealtimePPDisplay thread updated a compressed file containing RealtimePPDisplayer, OsuLiveStatusPanle and Ingame. There are pre-configured OsuLiveStatusPanle and Ingame. You can download and see how the overlay reads the output of OsuLiveStatusPanle.
I hope it is useful to you.

edit: I will also try to make a gif or video to demonstrate how to use the output of OsuLiveStatusPanle.


Thought I already found out how live panel works, {pp:100.00%}pp looks in osu like this -> pp
the content of the brackets is not beeing shown, but anyways this is a problem with live panel so I shouldn't bother you with that :)

This is an OLSP bug, you need to restart sync.
oSumAtrIX
Doesn't work, will try to find the bug later :) Thanks again for helping
Hibiku
This is the only in game fullscreen PP display that I could get to work. Thanks for this! :D
Kyesu

KedamaOvO wrote:

Pizz4lpha wrote:

it crashes when i click "open editor" :'(

Can you send me your Sync?
or try this(Sync with RealtimePPPlugin + OsuLiveStatusPanelPlugin + IngameDisplayerPlugin)

i downloaded from this link, i redownloaded it but it still crashes
Topic Starter
KedamaOvO

Pizz4lpha wrote:

KedamaOvO wrote:

Pizz4lpha wrote:

it crashes when i click "open editor" :'(

Can you send me your Sync?
or try this(Sync with RealtimePPPlugin + OsuLiveStatusPanelPlugin + IngameDisplayerPlugin)

i downloaded from this link, i redownloaded it but it still crashes

Can you give me the console screenshots and log files when Sync crashes?
-ShadyDesu-
What? The game also shows these questions.
Topic Starter
KedamaOvO

-ShadyDesu- wrote:

What? The game also shows these questions.

Try changing "," to "."
-ShadyDesu-

KedamaOvO wrote:

-ShadyDesu- wrote:

What? The game also shows these questions.
Try changing "," to "."
No, it not working :(
Topic Starter
KedamaOvO

-ShadyDesu- wrote:

KedamaOvO wrote:

-ShadyDesu- wrote:

What? The game also shows these questions.

Try changing "," to "."


No, it not working :(

try this. https://puu.sh/AZPsz/cdae42dec9.7z
If it still doesn't work, can you tell us your region and language?
We have to try to reproduce the problem.
-ShadyDesu-


No, that doesn't work either.
BUT.
For some reason, the program shows me the numbers (in the example) only when I add acc-pp again, but change there", " to ".(you can see it in the screenshot). But in the game it's all the same questions. "p p" is the one that should have appeared with numbers, and" P P " is the question as in the sample. But still, and the first and second,"???" in the game.
country Russia
Region: Moscow
Language: Russian
DarkProjector

-ShadyDesu- wrote:



No, that doesn't work either.
BUT.
For some reason, the program shows me the numbers (in the example) only when I add acc-pp again, but change there", " to ".(you can see it in the screenshot). But in the game it's all the same questions. "p p" is the one that should have appeared with numbers, and" P P " is the question as in the sample. But still, and the first and second,"???" in the game.
country Russia
Region: Moscow
Language: Russian
Plz try this updated OLSP plugin: OLSP2.1.0 just download it and then extract to Sync folder directly.
Or you can try this I packed: Sync
-ShadyDesu-

DarkProjector wrote:

-ShadyDesu- wrote:



No, that doesn't work either.
BUT.
For some reason, the program shows me the numbers (in the example) only when I add acc-pp again, but change there", " to ".(you can see it in the screenshot). But in the game it's all the same questions. "p p" is the one that should have appeared with numbers, and" P P " is the question as in the sample. But still, and the first and second,"???" in the game.
country Russia
Region: Moscow
Language: Russian
Plz try this updated OLSP plugin: OLSP2.1.0 just download it and then extract to Sync folder directly.
Or you can try this I packed: Sync
Now work. Thanks so much. Although I thought to abandon this idea and not concerned about you this problem. I'm sorry to have tormented you with this problem. :D
DarkProjector

-ShadyDesu- wrote:

Now work. Thanks so much. Although I thought to abandon this idea and not concerned about you this problem. I'm sorry to have tormented you with this problem. :D
Because this plugins doesnt completely support gobalization for other region.
in your region(ru-RU) , decimal separator is "," like "12,64"
but in our region(zh-CN) , separator is "." like "12.64"
So plugin cant parse float because of confused value format。

If you still found some problems and tell me immediatly. :D
YourSandwich
thanks KedamaOvO i got this finally to run i took his Sync folder and modded them a little bit and its startet to work but i dont get it to run on the compatibility mode becouse of the api and this is sad becouse i lose like 400FPS on my laptop thanks nvidia optimus. The problem was that the nvidia laptops have two graphiccards and they runing useing the nvidia optimus technology whats work like a simulator and put the program what runs on the nvidia card in a seperated system becouse that Sync cant inject properly i hope it will work for you guys too i put my configuration here GL and dont forget to disable compatibility mode in osu
https://mega.nz/#!TQQ2FIqT!MelS5pT5-JVml1sURhWLGzJWak1QmSRFa2yW0UKAyEo

is there a way to run it in compatibility mode KedamaOvO? cosue my laptop have 60fps cap without them.
Kyesu

KedamaOvO wrote:

Pizz4lpha wrote:

KedamaOvO wrote:

Pizz4lpha wrote:

it crashes when i click "open editor" :'(

Can you send me your Sync?
or try this(Sync with RealtimePPPlugin + OsuLiveStatusPanelPlugin + IngameDisplayerPlugin)

i downloaded from this link, i redownloaded it but it still crashes

Can you give me the console screenshots and log files when Sync crashes?


There you go :
Exception non gérée : System.TypeInitializationException: Une exception a été levée par l'initialiseur de type pour 'SelectFontCommand'. ---> System.ArgumentException: Un élément avec la même clé a déjà été ajouté.
à System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
à System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
à System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
à RealTimePPIngameOverlay.Gui.OverlayEditor.ConfigItemProxy.SelectFontCommand..cctor()
--- Fin de la trace de la pile d'exception interne ---
à RealTimePPIngameOverlay.Gui.OverlayEditor.ConfigItemProxy.SelectFontCommand..ctor()
à RealTimePPIngameOverlay.Gui.OverlayEditor.ConfigItemProxy..ctor(OverlayConfigItem obj, OverlayEditor win)
à RealTimePPIngameOverlay.Gui.OverlayEditor.<.ctor>b__5_0(OverlayConfigItem c)
à System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
à System.Collections.ObjectModel.ObservableCollection`1.CopyFrom(IEnumerable`1 collection)
à System.Collections.ObjectModel.ObservableCollection`1..ctor(IEnumerable`1 collection)
à RealTimePPIngameOverlay.Gui.OverlayEditor..ctor()
à RealTimePPIngameOverlay.Gui.OverlayConfigurationItemCreator.<CreateControl>b__1_0(Object s, RoutedEventArgs e)
à System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
à System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
à System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
à System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
à System.Windows.Controls.Primitives.ButtonBase.OnClick()
à System.Windows.Controls.Button.OnClick()
à System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
à System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
à System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
à System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
à System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
à System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
à System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
à System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
à System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
à System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
à System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
à System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
à System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
à System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
à System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
à System.Windows.Input.InputManager.ProcessStagingArea()
à System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
à System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
à System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
à System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
à System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
à MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
à MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
à System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
à System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
à System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
à MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
à MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
à System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
à System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
à System.Windows.Application.RunDispatcher(Object ignore)
à System.Windows.Application.RunInternal(Window window)
à System.Windows.Application.Run(Window window)
à ConfigGUI.ConfigGuiPlugin.<>c.<.ctor>b__6_0()
à System.Threading.ThreadHelper.ThreadStart_Context(Object state)
à System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
à System.Threading.ThreadHelper.ThreadStart()
Topic Starter
KedamaOvO

Srayer wrote:

thanks KedamaOvO i got this finally to run i took his Sync folder and modded them a little bit and its startet to work but i dont get it to run on the compatibility mode becouse of the api and this is sad becouse i lose like 400FPS on my laptop thanks nvidia optimus. The problem was that the nvidia laptops have two graphiccards and they runing useing the nvidia optimus technology whats work like a simulator and put the program what runs on the nvidia card in a seperated system becouse that Sync cant inject properly i hope it will work for you guys too i put my configuration here GL and dont forget to disable compatibility mode in osu
https://mega.nz/#!TQQ2FIqT!MelS5pT5-JVml1sURhWLGzJWak1QmSRFa2yW0UKAyEo

is there a way to run it in compatibility mode KedamaOvO? cosue my laptop have 60fps cap without them.


I have not used DirectX, so it takes a while to support compatibility mode.
YourSandwich

KedamaOvO wrote:

Srayer wrote:

thanks KedamaOvO i got this finally to run i took his Sync folder and modded them a little bit and its startet to work but i dont get it to run on the compatibility mode becouse of the api and this is sad becouse i lose like 400FPS on my laptop thanks nvidia optimus. The problem was that the nvidia laptops have two graphiccards and they runing useing the nvidia optimus technology whats work like a simulator and put the program what runs on the nvidia card in a seperated system becouse that Sync cant inject properly i hope it will work for you guys too i put my configuration here GL and dont forget to disable compatibility mode in osu
https://mega.nz/#!TQQ2FIqT!MelS5pT5-JVml1sURhWLGzJWak1QmSRFa2yW0UKAyEo

is there a way to run it in compatibility mode KedamaOvO? cosue my laptop have 60fps cap without them.


I have not used DirectX, so it takes a while to support compatibility mode.


ok thanks i will wait ;)
Topic Starter
KedamaOvO

Pizz4lpha wrote:

KedamaOvO wrote:

Pizz4lpha wrote:

KedamaOvO wrote:

Pizz4lpha wrote:

it crashes when i click "open editor" :'(

Can you send me your Sync?
or try this(Sync with RealtimePPPlugin + OsuLiveStatusPanelPlugin + IngameDisplayerPlugin)

i downloaded from this link, i redownloaded it but it still crashes

Can you give me the console screenshots and log files when Sync crashes?


There you go :
Exception non gérée : System.TypeInitializationException: Une exception a été levée par l'initialiseur de type pour 'SelectFontCommand'. ---> System.ArgumentException: Un élément avec la même clé a déjà été ajouté.
à System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
à System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
à System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
à RealTimePPIngameOverlay.Gui.OverlayEditor.ConfigItemProxy.SelectFontCommand..cctor()
--- Fin de la trace de la pile d'exception interne ---
à RealTimePPIngameOverlay.Gui.OverlayEditor.ConfigItemProxy.SelectFontCommand..ctor()
à RealTimePPIngameOverlay.Gui.OverlayEditor.ConfigItemProxy..ctor(OverlayConfigItem obj, OverlayEditor win)
à RealTimePPIngameOverlay.Gui.OverlayEditor.<.ctor>b__5_0(OverlayConfigItem c)
à System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
à System.Collections.ObjectModel.ObservableCollection`1.CopyFrom(IEnumerable`1 collection)
à System.Collections.ObjectModel.ObservableCollection`1..ctor(IEnumerable`1 collection)
à RealTimePPIngameOverlay.Gui.OverlayEditor..ctor()
à RealTimePPIngameOverlay.Gui.OverlayConfigurationItemCreator.<CreateControl>b__1_0(Object s, RoutedEventArgs e)
à System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
à System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
à System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
à System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
à System.Windows.Controls.Primitives.ButtonBase.OnClick()
à System.Windows.Controls.Button.OnClick()
à System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
à System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
à System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
à System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
à System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
à System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
à System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
à System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
à System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
à System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
à System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
à System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
à System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
à System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
à System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
à System.Windows.Input.InputManager.ProcessStagingArea()
à System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
à System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
à System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
à System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
à System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
à MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
à MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
à System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
à System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
à System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
à MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
à MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
à System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
à System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
à System.Windows.Application.RunDispatcher(Object ignore)
à System.Windows.Application.RunInternal(Window window)
à System.Windows.Application.Run(Window window)
à ConfigGUI.ConfigGuiPlugin.<>c.<.ctor>b__6_0()
à System.Threading.ThreadHelper.ThreadStart_Context(Object state)
à System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
à System.Threading.ThreadHelper.ThreadStart()

Try this:
https://github.com/OsuSync/IngameOverlay/releases/download/v0.2.2/IngameOverlay-0.2.2.zip
YourSandwich

KedamaOvO wrote:

Pizz4lpha wrote:

KedamaOvO wrote:

Pizz4lpha wrote:

KedamaOvO wrote:

Pizz4lpha wrote:

it crashes when i click "open editor" :'(

Can you send me your Sync?
or try this(Sync with RealtimePPPlugin + OsuLiveStatusPanelPlugin + IngameDisplayerPlugin)

i downloaded from this link, i redownloaded it but it still crashes

Can you give me the console screenshots and log files when Sync crashes?


There you go :
Exception non gérée : System.TypeInitializationException: Une exception a été levée par l'initialiseur de type pour 'SelectFontCommand'. ---> System.ArgumentException: Un élément avec la même clé a déjà été ajouté.
à System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
à System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
à System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
à RealTimePPIngameOverlay.Gui.OverlayEditor.ConfigItemProxy.SelectFontCommand..cctor()
--- Fin de la trace de la pile d'exception interne ---
à RealTimePPIngameOverlay.Gui.OverlayEditor.ConfigItemProxy.SelectFontCommand..ctor()
à RealTimePPIngameOverlay.Gui.OverlayEditor.ConfigItemProxy..ctor(OverlayConfigItem obj, OverlayEditor win)
à RealTimePPIngameOverlay.Gui.OverlayEditor.<.ctor>b__5_0(OverlayConfigItem c)
à System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
à System.Collections.ObjectModel.ObservableCollection`1.CopyFrom(IEnumerable`1 collection)
à System.Collections.ObjectModel.ObservableCollection`1..ctor(IEnumerable`1 collection)
à RealTimePPIngameOverlay.Gui.OverlayEditor..ctor()
à RealTimePPIngameOverlay.Gui.OverlayConfigurationItemCreator.<CreateControl>b__1_0(Object s, RoutedEventArgs e)
à System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
à System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
à System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
à System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
à System.Windows.Controls.Primitives.ButtonBase.OnClick()
à System.Windows.Controls.Button.OnClick()
à System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
à System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
à System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
à System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
à System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
à System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
à System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
à System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
à System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
à System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
à System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
à System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
à System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
à System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
à System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
à System.Windows.Input.InputManager.ProcessStagingArea()
à System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
à System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
à System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
à System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
à System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
à MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
à MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
à System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
à System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
à System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
à MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
à MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
à System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
à System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
à System.Windows.Application.RunDispatcher(Object ignore)
à System.Windows.Application.RunInternal(Window window)
à System.Windows.Application.Run(Window window)
à ConfigGUI.ConfigGuiPlugin.<>c.<.ctor>b__6_0()
à System.Threading.ThreadHelper.ThreadStart_Context(Object state)
à System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
à System.Threading.ThreadHelper.ThreadStart()

Try this:
https://github.com/OsuSync/IngameOverlay/releases/download/v0.2.2/IngameOverlay-0.2.2.zip


Hey kedamoOvO I dont know why but this version of the plugin fixed my compatibility modus problem and a now I can play with normal fps and no fps cap. Thank you very mcuh but i still hope for directx version :D
Kyesu
Haibara-Chan
The Sync with RealtimePPPlugin + OsuLiveStatusPanelPlugin + IngameDisplayerPlugin crashes.
The Sync with RealtimePPPlugin also crashes after almost finishing the step. Same with normal sync. Can we do teamviewer lool. Like I've tried for 30 times already and experimented sometimes I am able to reach the step where black thing appear then the nxt thing I know everytime I open sync its gonna stopped working everytime. Usually its after installing the overlay manually. since plugins install overlay isn't the way
kosma
woops my eula doesn't show despite changing around wpf,mmf to wpf,mff-split to only mff and mff-split


at least the pp counter works
kinda sucks that i can't make it transparent so i don't chokeeeeeee
Topic Starter
KedamaOvO

kosma wrote:

woops my eula doesn't show despite changing around wpf,mmf to wpf,mff-split to only mff and mff-split


at least the pp counter works
kinda sucks that i can't make it transparent so i don't chokeeeeeee

type "config", IngameOverlay ->OverlayConfig -> OpenEditor -> Color -> Background -> Standard Color-> 1st is transparent
J3vyn
I don't seem to have the EULA option... Any help?
Topic Starter
KedamaOvO

TripleJTheBest wrote:

I don't seem to have the EULA option... Any help?

type "o i"
Alma_Tes
when i open sync.exe everything seems to load fine but when i play a map or a replay it starts spamming the console with this https://imgur.com/a/UXNHylj

theres one thing thats not in english and thats "metoda nebyla nalezena" meaning the method was not found
thanks in advance
Topic Starter
KedamaOvO

Alma_Tes wrote:

when i open sync.exe everything seems to load fine but when i play a map or a replay it starts spamming the console with this https://imgur.com/a/UXNHylj

theres one thing thats not in english and thats "metoda nebyla nalezena" meaning the method was not found
thanks in advance


Install .net framework 4.6 or use the version.
Eddy1991
how to get this to work? i done everything explained in the first post.. nothing


nevermind.. Cutting Edge was the problem it seems D: xD ^^
Tornalex
I have a problem: once i click "new" in the Overlay Config Editor, no black squares appear in osu, however, the rtpp works fine, it's just a Overlay Config's problem. I did all the passages like 3 or 4 times. How can i solve this?
VeryOriginal
I did everything in the tutorial and managed to get a black square to appear. However, when I change the config MMF name to rtpp it displays nothing, changing to mmf-split and back shows nothing, using rtpp-pp does nothing, running in administrator does nothing. All I have is one black box sitting on my screen. Am I doing something wrong? What would I have to do to fix this?
Topic Starter
KedamaOvO

ReNeWaNcE wrote:

I did everything in the tutorial and managed to get a black square to appear. However, when I change the config MMF name to rtpp it displays nothing, changing to mmf-split and back shows nothing, using rtpp-pp does nothing, running in administrator does nothing. All I have is one black box sitting on my screen. Am I doing something wrong? What would I have to do to fix this?

If you use mmf as the output method, please fill in the "rtpp" in the "MMF Name" in the "Overlay Config Editor".
like this

Output Methods:

rtpp:

If it is mmf-split. Please fill in the "rtpp-pp" or "rtpp-hit" in the "MMF Name" in the "Overlay Config Editor".
like this

Output Methods:

rtpp-pp:

rtpp-hit:


You can also type "rtpp add console" and use Autoplay to test if RTPPD is working. (RTPPD 1.5.0 or later)
Topic Starter
KedamaOvO

Tornalessandro wrote:

I have a problem: once i click "new" in the Overlay Config Editor, no black squares appear in osu, however, the rtpp works fine, it's just a Overlay Config's problem. I did all the passages like 3 or 4 times. How can i solve this?
Please check that osu is not in compatibility mode and osu is stabel.
Kelthon
In the video at the end of the original post it showed that your counter indicates max pp. How do i set that? D:
kanto69
guy I think my pp format doesn't work. All the current pp, max pp, max combo format, it's just show 0.00
Surabe
Is there a way to disable EULA on plagin starts?
Konomatari
Can I get this on mac
nanoya
HELP! when i try to move in the content of the ingameoverlay.rar file it says that i don't have perms to move that loader.exe file! what do i do?
i uhh
guess it just doesn't work for me oh well
flareCyborg
After I successfully inject the game, I type config and it says Command execution failed
Please help
Topic Starter
KedamaOvO

flareCyborg wrote:

After I successfully inject the game, I type config and it says Command execution failed
Please help
install ConfigGui.
https://1drv.ms/u/s!AiDHMZIqThV1hqBLQ_Ao02XTQi3Ssg
awen478
https://i.imgur.com/L3lX2fH.png

get this error

edit: its working now thanks for the program https://osu.ppy.sh/ss/11831808

this is my setting if anyone want it : - https://i.imgur.com/IL0jNdC.png
- https://i.imgur.com/ED66JVk.png
J I K A Z U
when i open sync it crashes instantly
[-ImArbitray-]
this is weird, everything in the console says it's fine, but it doesn't show me the overlay.

it also doesn't show me the settings such as "outputmethods"

edit: looks like i fixed it, but the pp counter doesn't show ingame??
Kirina Akarin
the thread link seems dead to me :/
Bread173811
I did all of the instructions up to the outputmethods. The thing is, my config.ini doesn't have Output Methods.
Here it is
[Sync.DefaultConfiguration]
Client=
Source=Bilibili
Language=en-US
LoggerFile=Log.txt
EnableViewersChangedNotify=False
EnableGiftChangedNotify=False
CheckUpdateOnStartup=True
MessageManagerDefaultOption=Auto
[Beatmap Suggest Command.BeatmapSuggestPlugin]
EnableInsoMirrorLink=False
OsuApiKey=
SuggestHistoryCapacity=10
[Now Playing.NpFilter]
EnableAdvanceFeature=False
[Default Plug-ins.BiliBili]
Cookies=
RoomID=
[Default Plug-ins.Twitch]
HostChannelName=
DefaultClientID=esmhw2lcvrgtqw545ourqjwlg7twee
CurrentClientID=
IsUsingCurrentClientID=1
SOAuth=
[Default Plug-ins.DirectOSUIRCBot]
IRCBotName=
IRCBotPasswd=
IRCNick=
[OsuRTDataProvider.SettingIni]
ListenInterval=100
EnableTourneyMode=
TeamSize=
DebugMode=
ForceOsuSongsDirectory=
GameMode=Auto
DisableProcessNotFoundInformation=False
EnableModsChangedAtListening=False
[IngameOverlay.OverlayConfig]
GlyphRanges=Default
OverlayConfigJson=H4sIAAAAAAAEAKtW8i9LLcpJrHTOz0vLTPcsSc0tVrKKjq0FAOTzsmIZAAAA
OsuExecPath=
AcceptEula=False
RxqK_
Sync closes as soon a i open it?
kaybee
I tried downloading the latest version of Sync for this but it doesn't let me type anything and crashes shortly after, and whenever it does stay it always has these weird characters that I can't read and makes me scared that I've downloaded a virus, despite using only link provided by this thread.
Topic Starter
KedamaOvO

kaijucorn wrote:

I tried downloading the latest version of Sync for this but it doesn't let me type anything and crashes shortly after, and whenever it does stay it always has these weird characters that I can't read and makes me scared that I've downloaded a virus, despite using only link provided by this thread.

Give me a screenshot of the sync crash. or you can check out this FAQs.
Grefer
I added a new overlay config nothing appear in the game but the RTPP displayer is still working normally outside main screen. I have tried doing it several times but still got the same result can you help me ? If anything is needed then tell me. Thx
ViAik
I seem to have done everything correctly, but for some reason all I see in osu! is a single black square; I can move it around, change its scale and colors, but no text is displayed on it. I tried setting the MMF name to rtpp, and I tried changing OutputMethods to mmf-split and then setting the MMF name to rtpp-pp, nothing works for me. Any help?
Topic Starter
KedamaOvO

ViAik wrote:

I seem to have done everything correctly, but for some reason all I see in osu! is a single black square; I can move it around, change its scale and colors, but no text is displayed on it. I tried setting the MMF name to rtpp, and I tried changing OutputMethods to mmf-split and then setting the MMF name to rtpp-pp, nothing works for me. Any help?
You may need to use Auto to play once. (Sync needs to play once to initialize the rtpp counter. )
Topic Starter
KedamaOvO

Grefer wrote:

I added a new overlay config nothing appear in the game but the RTPP displayer is still working normally outside main screen. I have tried doing it several times but still got the same result can you help me ? If anything is needed then tell me. Thx
Try typing "o osu" in sync to start osu.
Grefer

KedamaOvO wrote:

Grefer wrote:

I added a new overlay config nothing appear in the game but the RTPP displayer is still working normally outside main screen. I have tried doing it several times but still got the same result can you help me ? If anything is needed then tell me. Thx

Try typing "o osu" in sync to start osu.

There still nothing appear ingame.
Topic Starter
KedamaOvO

Grefer wrote:

KedamaOvO wrote:

Grefer wrote:

I added a new overlay config nothing appear in the game but the RTPP displayer is still working normally outside main screen. I have tried doing it several times but still got the same result can you help me ? If anything is needed then tell me. Thx

Try typing "o osu" in sync to start osu.

There still nothing appear ingame.

Is "compatible mode" checked in "osu!"?
Janko
I have two questions

First
Why is "???" visible for 94% (the numbers only appear with the percentages shown) and how to fix it?

Second
Can I change the colors of each of these lines? Is it limited by dividing it into "rtpp-pp" and "rtpp-hit"?

Thanks
Grefer

KedamaOvO wrote:

Grefer wrote:

KedamaOvO wrote:

Grefer wrote:

I added a new overlay config nothing appear in the game but the RTPP displayer is still working normally outside main screen. I have tried doing it several times but still got the same result can you help me ? If anything is needed then tell me. Thx

Try typing "o osu" in sync to start osu.

There still nothing appear ingame.

Is "compatible mode" checked in "osu!"?

Yes i have turned it on since i have a pretty crappy PC
Topic Starter
KedamaOvO

Grefer wrote:

KedamaOvO wrote:

Grefer wrote:

KedamaOvO wrote:

Grefer wrote:

I added a new overlay config nothing appear in the game but the RTPP displayer is still working normally outside main screen. I have tried doing it several times but still got the same result can you help me ? If anything is needed then tell me. Thx

Try typing "o osu" in sync to start osu.

There still nothing appear ingame.

Is "compatible mode" checked in "osu!"?

Yes i have turned it on since i have a pretty crappy PC

Now overlay only supports non-compatible mode.
Topic Starter
KedamaOvO

Janko wrote:

I have two questions

First
Why is "???" visible for 94% (the numbers only appear with the percentages shown) and how to fix it?

Second
Can I change the colors of each of these lines? Is it limited by dividing it into "rtpp-pp" and "rtpp-hit"?

Thanks
1. Restart sync. (the bug was fixed in new olsp)
2. No. A configuration item can only have one color.
Grefer

KedamaOvO wrote:

Grefer wrote:

KedamaOvO wrote:

Grefer wrote:

KedamaOvO wrote:

Grefer wrote:

I added a new overlay config nothing appear in the game but the RTPP displayer is still working normally outside main screen. I have tried doing it several times but still got the same result can you help me ? If anything is needed then tell me. Thx

Try typing "o osu" in sync to start osu.

There still nothing appear ingame.

Is "compatible mode" checked in "osu!"?

Yes i have turned it on since i have a pretty crappy PC

Now overlay only supports non-compatible mode.

No no no i have already turned it on and have been using it for a long time and its still not working.
P/s: I just have tried to download and use Sync with full plugins on the RTPP Displayer page, the RealTimePPDisplayer has disappear but there still nothing in the game. Im start to thinking maybe my PC might missing some program or something else needed so please help me. Thx
Topic Starter
KedamaOvO

Grefer wrote:

KedamaOvO wrote:

Grefer wrote:

KedamaOvO wrote:

Grefer wrote:

KedamaOvO wrote:

Grefer wrote:

I added a new overlay config nothing appear in the game but the RTPP displayer is still working normally outside main screen. I have tried doing it several times but still got the same result can you help me ? If anything is needed then tell me. Thx

Try typing "o osu" in sync to start osu.

There still nothing appear ingame.

Is "compatible mode" checked in "osu!"?

Yes i have turned it on since i have a pretty crappy PC

Now overlay only supports non-compatible mode.

No no no i have already turned it on and have been using it for a long time and its still not working.
P/s: I just have tried to download and use Sync with full plugins on the RTPP Displayer page, the RealTimePPDisplayer has disappear but there still nothing in the game. Im start to thinking maybe my PC might missing some program or something else needed so please help me. Thx

No, the overlay only supports non-compatible mode. so you should turned it off.
Grefer

KedamaOvO wrote:

Grefer wrote:

KedamaOvO wrote:

Grefer wrote:

KedamaOvO wrote:

Grefer wrote:

KedamaOvO wrote:

Grefer wrote:

I added a new overlay config nothing appear in the game but the RTPP displayer is still working normally outside main screen. I have tried doing it several times but still got the same result can you help me ? If anything is needed then tell me. Thx

Try typing "o osu" in sync to start osu.

There still nothing appear ingame.

Is "compatible mode" checked in "osu!"?

Yes i have turned it on since i have a pretty crappy PC

Now overlay only supports non-compatible mode.

No no no i have already turned it on and have been using it for a long time and its still not working.
P/s: I just have tried to download and use Sync with full plugins on the RTPP Displayer page, the RealTimePPDisplayer has disappear but there still nothing in the game. Im start to thinking maybe my PC might missing some program or something else needed so please help me. Thx

No, the overlay only supports non-compatible mode. so you should turned it off.

Oh my bad im sorry. But there still problem, after i typed o i and o osu, the game starts and closed instantly.
Topic Starter
KedamaOvO

Grefer wrote:

KedamaOvO wrote:

Grefer wrote:

KedamaOvO wrote:

Grefer wrote:

KedamaOvO wrote:

Grefer wrote:

KedamaOvO wrote:

Grefer wrote:

I added a new overlay config nothing appear in the game but the RTPP displayer is still working normally outside main screen. I have tried doing it several times but still got the same result can you help me ? If anything is needed then tell me. Thx

Try typing "o osu" in sync to start osu.

There still nothing appear ingame.

Is "compatible mode" checked in "osu!"?

Yes i have turned it on since i have a pretty crappy PC

Now overlay only supports non-compatible mode.

No no no i have already turned it on and have been using it for a long time and its still not working.
P/s: I just have tried to download and use Sync with full plugins on the RTPP Displayer page, the RealTimePPDisplayer has disappear but there still nothing in the game. Im start to thinking maybe my PC might missing some program or something else needed so please help me. Thx

No, the overlay only supports non-compatible mode. so you should turned it off.

Oh my bad im sorry. But there still problem, after i typed o i and o osu, the game starts and closed instantly.

Try to typing only "o osu".
show more
Please sign in to reply.

New reply