Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Side addons affinity not working

Featured Replies

Trying to free Core Zero as much as possible for P3D itself, was able to take ChasePlane out of Core Zero, but not ActiveSky nor SkyForce. The batch file command line is identical for all three of them. What is going on?

Best regards,

Wanthuyr Filho

Instagram: AeroTacto

20 minutes ago, Wanthuyr Filho said:

The batch file command line is identical for all three of them.

Could you paste the command line of each app here?

Thanks,

Greg

  • Author

start /b "ActiveSky" /affinity 3E "c:\blablabla\AS_P3Dv4.exe"

 

Best regards,

Wanthuyr Filho

Instagram: AeroTacto

12 minutes ago, Wanthuyr Filho said:

start /b "ActiveSky" /affinity 3E "c:\blablabla\AS_P3Dv4.exe"

 

C:\Windows\System32\cmd.exe /c start "Active Sky" /affinity C0 "C:\Program Files (x86)\HiFi\AS_P3Dv4\AS_P3Dv4.exe"

works for me ...

 

- Harry 

9800x3D (Strix x870e-E)  -  64GB RAM (DDR5 6000, CL 30)  -  RTX 5090, 34'' 1440p OLED HDR  -  Windows 11 Pro (1TB M.2)  -  MSFS 2024 (MS Store, 4TB M.2).

  • Author
1 minute ago, Nemo said:

C:\Windows\System32\cmd.exe /c start "Active Sky" /affinity C0 "C:\Program Files (x86)\HiFi\AS_P3Dv4\AS_P3Dv4.exe"

works for me ...

 

This is the method I started with, but no success either for me.

Thanks!

Best regards,

Wanthuyr Filho

Instagram: AeroTacto

1 minute ago, Wanthuyr Filho said:

This is the method I started with, but no success either for me.

Thanks!

Do you start the app as administrator?

- Harry 

9800x3D (Strix x870e-E)  -  64GB RAM (DDR5 6000, CL 30)  -  RTX 5090, 34'' 1440p OLED HDR  -  Windows 11 Pro (1TB M.2)  -  MSFS 2024 (MS Store, 4TB M.2).

  • Author

I think I have solved the thing. Starting the two programs as Admin apparently made it work. As to ChasePlane maybe it was already set that way, I'm not sure.

Best regards,

Wanthuyr Filho

Instagram: AeroTacto

  • Author

Just confirmed ChasePlane was NOT set as Admin, despite the affinity setting worked right on first attempt. No idea what made it work!

Best regards,

Wanthuyr Filho

Instagram: AeroTacto

If someone is interested ...

 I've written a batch for the UTL client. It can be run after P3D has started. It first stops the UTL client and then re-starts with affinity mask active ...

Edited by Nemo

- Harry 

9800x3D (Strix x870e-E)  -  64GB RAM (DDR5 6000, CL 30)  -  RTX 5090, 34'' 1440p OLED HDR  -  Windows 11 Pro (1TB M.2)  -  MSFS 2024 (MS Store, 4TB M.2).

Just now, Nemo said:

If someone is interested ...

 I've written a batch for the UTL client. It can be run after P3D has started. It first stops the UTL client and then re-starts withAffininity mask active ...

I'd be instrested.

I'm still inexperienced in the cores3-4-5-6 hex value for my 6-core, but I assume I can go to the Gatwick site and get it.  i.e. C0 is probably not for me.

Rhett

7800X3D 96 GB G.Skill Flare  Gigabyte 4090  Crucial P5 Plus 2TB

3 minutes ago, Mace said:

I'd be instrested.

I'm still inexperienced in the cores3-4-5-6 hex value for my 6-core, but I assume I can go to the Gatwick site and get it.  i.e. C0 is probably not for me.

https://www.mathsisfun.com/binary-decimal-hexadecimal-converter.html

code:

@ECHO OFF
echo.
echo.
echo STEP 1: closing client . . .
echo.
TASKKILL /F /IM utl_client.exe
echo.
echo.
echo STEP 2: Starting Client with AffinityMask . . .
start "" /affinity C0 "E:\P3Dv4_ADDONS\V4_TRAFFIC\UTL\utl_client.exe"
echo.
echo SUCCESS: client restarted - will be active in approx. 15 seconds
echo.
echo.
Pause

 

 

- Harry 

9800x3D (Strix x870e-E)  -  64GB RAM (DDR5 6000, CL 30)  -  RTX 5090, 34'' 1440p OLED HDR  -  Windows 11 Pro (1TB M.2)  -  MSFS 2024 (MS Store, 4TB M.2).

Thanks.  I believe my hex val is simply "F", which is 001111, that should get UTL onto cores 3-4-5-6.

Rhett

7800X3D 96 GB G.Skill Flare  Gigabyte 4090  Crucial P5 Plus 2TB

8 minutes ago, Mace said:

Thanks.  I believe my hex val is simply "F", which is 001111, that should get UTL onto cores 3-4-5-6.

No, this will use cores 0,1,2,3. You have to read the bin value from right to left

You need to use hex 3C

Edited by willy647

AMD 7 7700X, 32GB DDR5, RTX 5060ti 16GB, 2 x Samsung 1TB NVMe, 1 x 4TB sata SSD, Windows 11 Prof

Ah yes, 3C -- right to left -- thank you.

Rhett

7800X3D 96 GB G.Skill Flare  Gigabyte 4090  Crucial P5 Plus 2TB

13 minutes ago, Mace said:

Thanks.  I believe my hex val is simply "F", which is 001111, that should get UTL onto cores 3-4-5-6.

No, The binary/AM works from right (core 0) to left. Core Numbering starts with core 0. In your case (6 cores) it must be Core 0, Core 1, .... Core 5.

Binary for the use of  core 2, core 3 core 4  core 5 corresponds to 111100 which corresponds to hexadecimal: 3C

 

Edited by Nemo

- Harry 

9800x3D (Strix x870e-E)  -  64GB RAM (DDR5 6000, CL 30)  -  RTX 5090, 34'' 1440p OLED HDR  -  Windows 11 Pro (1TB M.2)  -  MSFS 2024 (MS Store, 4TB M.2).

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.