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: 89
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: 92 91.1%
  • Better structured events

    Votes: 16 15.8%
  • Better structured racing club forum

    Votes: 16 15.8%
  • More use of default game content

    Votes: 11 10.9%
  • More use of fixed setups

    Votes: 28 27.7%
  • No 3rd party registration pages

    Votes: 33 32.7%
  • Less casual events

    Votes: 9 8.9%
  • More casual events

    Votes: 33 32.7%
  • Other, specify in thread

    Votes: 5 5.0%
Back
Top