forum

osu!StreamCompanion - live pp display / ingame overlay!

posted
Total Posts
613
show more
VenomThor2
panda dome says its virus lul
sealos
Well when I try to install it i get a error - "The drive or UNC share you selected does not exist or is not accessible. Please select another"
RhytmicPantsu
i cant seem to get the PP thing to work.. is there anything else i need to keep in mind? got the OBS plugin an i set the source to the name, but it always stays like this
Topic Starter
Piotrekol

VenomThor2 wrote:

panda dome says its virus lul
Everything used to compile SC is contained on github & it's built with appveyor(you can see build process).
If you still don't want to use it despite that, you're free to compile yourself from source.

chad6828 wrote:

Well when I try to install it i get a error - "The drive or UNC share you selected does not exist or is not accessible. Please select another"
You might have deleted SC folder manually instead of uninstalling it in the past - that's what google is telling me(and all I can help with given info).

Emerald-chan wrote:

is there anything else i need to keep in mind?
That obs message is default one and basically means that file doesn't exist in memory = SC haven't created it(it'll do it when first write to that file happens).

In SC settings, are both memory checkboxes checked?
hop on discord if you need help figuring this out https://discord.gg/N854wYZ
Asteos
Hello, can I somehow start a new line in np_ file, using formating line in Output patterns tab?
I want to get something like this in np_playing_details file:
example
CS:4
AR:4
OD:3
HP:7
Topic Starter
Piotrekol
Sure, use !lb! for line breaks
CS:!cs! !lb!AR:!ar! !lb!OD:!od! !lb!HP:!hp!
spaces are there just for readability - you can remove these if necessary
Asteos
Thank you! Good job with this program :)
hxjz233
Nice program! Is it or will it be compatible with mania? (including the pp system and ranks on every hit, where there is no 300g and 200 in osu!std):)
LazyOPerson
I keep trying to open stream companion but it always says "osu!stream companion is already running!" and i cant do anything.
ThatsNotAName

LazyOPerson wrote:

I keep trying to open stream companion but it always says "osu!stream companion is already running!" and i cant do anything.


It is running but you have to close it from your system tray. I'm not sure what causes it but sometimes after returning to osu after leaving stream companion open you have to restart it to make it work.
F1shbowl
Hey, sorry if this was just me messing something up, but for some reason, Stream Companion will only load 200 select beatmaps no matter what I do. It works fine for the loaded beatmps but for every other beatmap, the window states: "map data not found: Beatmap Name - Beatmap Artist" Just to add, there's literally no pattern I could discern from the loaded beatmaps at all. I've tried restarting, reinstalling, changing osu! release streams, reinstalling osu!, rebooting, hitting F5, and changing settings in both osu! and the stream companion client. It's weird because this never happened in my old install that had even more beatmaps. Do you guys have any ideas on what's causing this?
Hoaq
So .... basically it wouldn't load all maps (stuck at 7300 maps, as in pic) and most maps showed up as no data found.
Hopefully it'll work again in the next update or so.
-Miky-
i keep getting this error.. <.<

Impossibile trovare il metodo 'System.Collections.Generic.IEnumerable`1<!!0> System.Linq.Enumerable.Prepend(System.Collections.Generic.IEnumerable`1<!!0>, !!0)'.
in osu.Game.Beatmaps.Formats.Decoder`1.Decode(StreamReader primaryStream, StreamReader[] otherStreams)
in PpCalculator.ProcessorWorkingBeatmap.readFromFile(String filename)
in PpCalculator.ProcessorWorkingBeatmap..ctor(String file, Nullable`1 beatmapId)
in BeatmapPpReplacements.PpReplacements.GetMapReplacements(MapSearchResult map)
in osu_StreamCompanion.Code.Core.Maps.Processing.MainMapDataGetter.GetMapReplacements(MapSearchResult mapSearchResult)
in osu_StreamCompanion.Code.Core.Maps.Processing.MainMapDataGetter.ProcessMapResult(MapSearchResult mapSearchResult)
in osu_StreamCompanion.Code.Core.Maps.Processing.MapStringFormatter.ConsumerTask()
in System.Threading.ThreadHelper.ThreadStart_Context(Object state)
in System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
in System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback
Green_Planet
I am currently running version 190308.17 and already tried to set up the visualizer for my stream-
My current issue is, that the map displayed by the visualizer doesn't really change but the pp display still works. I'll descirbe what happens when I change a map:

1. I start SC and run a map - https://ibb.co/XpPXfBp - everything works fine
2. I change the map in menus - https://ibb.co/XFz7t5t - the graph and osu! preview picture gets sort of "overwritten". This issue happens over and over again when opening a new beatmap.

3. I just realised, that the problem only occurs when running osu! in Fullscreen mode. I just tried it without fullscreen and it works flawless.
browiec

hm

the app just stops working when i launch osu, works fine when osu is turned off
Sandals_old_1
I have an issue with the visualizer where the graph and the preview picture works fine but the pp counter didnt change at all when I play a map, can someone help me with this? ;(

My SC version is 190308.17
UMofuwMofuU
There seems to be an issue with the latest update, at least for me. When I open the program, it spits back an error message that says this.
Error message

"Could not load file or assembly 'System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
at osu.Game.Rulesets.Osu.Objects.OsuHitWindows.SetDifficulty(Double difficulty)
at osu.Game.Rulesets.Objects.HitObject.ApplyDefaultsToSelf(ControlPointInfo controlPointInfo, BeatmapDifficulty difficulty)
at osu.Game.Rulesets.Osu.Objects.OsuHitObject.ApplyDefaultsToSelf(ControlPointInfo controlPointInfo, BeatmapDifficulty difficulty)
at osu.Game.Rulesets.Osu.Objects.Slider.ApplyDefaultsToSelf(ControlPointInfo controlPointInfo, BeatmapDifficulty difficulty)
at osu.Game.Rulesets.Objects.HitObject.ApplyDefaults(ControlPointInfo controlPointInfo, BeatmapDifficulty difficulty)
at osu.Game.Beatmaps.WorkingBeatmap.GetPlayableBeatmap(RulesetInfo ruleset)
at PpCalculator.PpCalculator.Calculate(Nullable`1 time, Dictionary`2 categoryAttribs)
at BeatmapPpReplacements.PpReplacements.GetPp(PpCalculator ppCalculator, Double acc, String mods, Int32 score)
at BeatmapPpReplacements.PpReplacements.GetMapReplacements(MapSearchResult map)
at osu_StreamCompanion.Code.Core.Maps.Processing.MainMapDataGetter.GetMapReplacements(MapSearchResult mapSearchResult)
at osu_StreamCompanion.Code.Core.Maps.Processing.MainMapDataGetter.ProcessMapResult(MapSearchResult mapSearchResult)
at osu_StreamCompanion.Code.Core.Maps.Processing.MapStringFormatter.ConsumerTask()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()"

I am not a software developer, and have no idea what this means. Any help is greatly appreciated.
Zedrikk
How Do you turn on the in game overlay?
Topic Starter
Piotrekol
All of the issues above should be addressed in newest release.

ThatOneThot wrote:

How Do you turn on the in game overlay?

https://github.com/Piotrekol/StreamCompanion/wiki/8.-Ingame-overlay-display

Overall, I tend to forget to look on osu! forums for a longer periods of time. In the future if you have any particular issue please post it on github https://github.com/Piotrekol/StreamCompanion/issues to get fast response.
Mandirin
When im browsing songs, my game lags and freezes to wait for Stream Companion to catch up and display the new song. I don't think it's my computer's fault since it's decent. Is there anyway to fix this? Who else has this issue?
Topic Starter
Piotrekol
Should be fixed in next release. I was aware of that happening and never looked at it since it wasn't noticeable, but with introduction of LiveVisualizer it escalated.
slaviic
Ive got a problem, everytime i have osu companion open, it gives me weird input lag from my mouse to osu, like it makes my sensitivity of my mouse different at random points when im switching through maps ect. Really need this figured out, thanks!
EnanoASD
I got a problem. when i'm installing sc it says this "The Drive or UNC share you selected does not exist or is not accessible. Please select another" Pls help.
chixki_
for some reason it says the file is a virus. plz help
Sakamoto3301
Virus detected, Trojan, duh.
Topic Starter
Piotrekol

EnanoASD wrote:

I got a problem. when i'm installing sc it says this "The Drive or UNC share you selected does not exist or is not accessible. Please select another" Pls help.

That is indication of dirty uninstall (most likely you manually removing SC folder instead of using uninstaller). Use something like ccleaner to remove registry remains of previous install.

RhysCTV wrote:

for some reason it says the file is a virus. plz help

Was caused by ingame overlay code that is now removed in newest version. It is now provided as a separate download zip(but still detected as virus, due to how it works).
chixki_

Piotrekol wrote:

RhysCTV wrote:

for some reason it says the file is a virus. plz help

Was caused by ingame overlay code that is now removed in newest version. It is now provided as a separate download zip(but still detected as virus, due to how it works).

So how can i get ingame overlay now?
Topic Starter
Piotrekol
wiki page has been updated with relevant information https://github.com/Piotrekol/StreamCompanion/wiki/8.-Ingame-overlay-display
__Neo
Can you make a sliderbreak counter in the future?
Noko_BSF
-
janis2068
When i am in Fullscreen the pp counter always says 0pp .Window mode works
Jahrein
When i play a map and pause it somewhere in sc it says the pp, map, link etc. but in-game overlay isn't working why? Am i doing something wrong!!??! RTPP isn't working too. Is there any other ingame pp displayer?!!??
Chiralit_y
Alright i can't open stream companion

chooga
PP counter isn't tracking pp. It always stays at 0pp. Pls help.
zeplic

OfficialChooga wrote:

PP counter isn't tracking pp. It always stays at 0pp. Pls help.



I was streaming with this daily and it was just fine, but suddenly it stopped for me as well and only shows 0pp , the setup has been running itself every time i restart the application when it did not previously do so- additionally when it performs the small test with a map and mod combination it no longer detects anything

edit: I fixed my own issue by doing the following-

I ran the uninstaller inside the stream companion folder as an admin, uninstalled everything.
Downloaded the latest version from the github link provided in this thread-
Ran the installer as Admin
When selecting the install location, i put it in a folder on my desktop (which is also where my osu folder is)
Ran stream companion as Admin & osu! as Admin - Worked first time.
- raspy

Noko_BSF wrote:

I cant Launch the app


I'm late, but running the uninstaller and then freshly installing fixed it for me if your error log showed something about the ingame overlay. Hope this helps
Akumaii
http://prntscr.com/oc1tpm
It keeps giving me this message even tho i've installed .NET Framework a couple of times and tried installing the latest version (4.8) Several times and this message keeps appearing
teffek
pp counter not working while playing full screen, anyone help please
Xi Flashlight
your creation is awesome! but there's 1 problem...
how do I use output patterns?
I just added the new output pattern and made the text file on here.
but, it doesn't work. how should I do?
Nicki-San
Bruh, why my SC don't find the map in the window???
show more
Please sign in to reply.

New reply