rcmaehl / NotCPUCores

Work, Play, Stream - Without the Stutter. Download using Releases button below
Other
746 stars 44 forks source link

load profile with different language doesnt work correct! #114

Closed Benman2785 closed 3 years ago

Benman2785 commented 3 years ago

image here i loaded a profile with custom core affinity it sould say: "physische Kerne" but says custom

on streaming tab its also strange: image also looks wrong :/

Benman2785 commented 3 years ago

when i look into the *.ncc files it is clear why that happens

you should give fixed variables for each setting (like physical cores is "x" and non physical cores are "y" etc) - then they would load correct with each language

micwoj92 commented 3 years ago

Good catch, I haven't tested the translation systems extensively.

rcmaehl commented 3 years ago

I may have broken this a few releases ago trying to make the settings file look nicer. Try saving a new profile after changing languages, that profile probably works

Benman2785 commented 3 years ago

@rcmaehl using a language file and then saving profile fixes this.

i would suggest you use this:

[Variables] a = all cores b = first core c = first 2 cores d = first 4 cores etc... p1 = low p2 = below normal p3 = normal etc... o1 = broadcaster cores o2 = main process cores o3 = remaining cores [General] Process= SplitAs="f" Threads=1,3,5,7,9,11,13,15 // I changed this to show what it actually does Children=false Priority= "p3" [Streaming] SplitAs="g" Threads=2,4,6,8,10,12,14,16 // I changed this to show what it actually does Software=OBS // doesnt needs to be changed Children=false Priority="p4" Assignment="o1"