Apps Sidebar personal apps doesn’t show up

sidebar personal apps doesn’t show up.

I have activate the apps but only see at personal apps chat and g meter, but activate al other apps but dont show up like sol or camtool
 
this doesnot work
 

Attachments

  • Desktop Screenshot 2021.10.11 - 16.55.31.82.png
    Desktop Screenshot 2021.10.11 - 16.55.31.82.png
    606 KB · Views: 91
  • Assetto Corsa Screenshot 2021.10.11 - 16.57.11.10.png
    Assetto Corsa Screenshot 2021.10.11 - 16.57.11.10.png
    386.9 KB · Views: 90
Last edited:
@Neswo @klaasvrm

Hi mates,
I also had the same problem some hours ago until I realized I was doing something wrong so the app didn't initialize properly.
Make sure you create a folder with de app name, let's say <Test>, then your python script must have the same name that the folder in which is contained, in this case, <Test.py> (is case sensitive so make sure to respect uppercases)

Below I copy the most basic piece of code which works perfectly for me (I just tested it before writing this)

import ac
import acsys
import sys

appName = "App"

def acMain (ac_version):
appWindow = ac.newApp(appName)
#ac.setSize(appWindow, 200, 200)

ac.console("Everything works perfect")
ac.log(appName + ": acMain complete")

return appName
 
Last edited:

Latest News

To join the OverTake Racing Club races I want them to be: (multiple choice)

  • Free to access

    Votes: 137 86.2%
  • Better structured events

    Votes: 26 16.4%
  • Better structured racing club forum

    Votes: 24 15.1%
  • More use of default game content

    Votes: 19 11.9%
  • More use of fixed setups

    Votes: 49 30.8%
  • No 3rd party registration pages

    Votes: 56 35.2%
  • Less casual events

    Votes: 14 8.8%
  • More casual events

    Votes: 51 32.1%
  • Other, specify in thread

    Votes: 9 5.7%
Back
Top