Hello, first time user of AppGameKit Studio and new to this ecosystem in general. Half an hour or so ago I downloaded and successfully launched AppGameKit Studio.
AppGameKit Studio opened and everything seemed to worked, until it didn't. The first thing I did is to go to
File -> New Project.
A new window appeared with 2 input boxes, one for the Project Name and one for the Project Location. I named it Test and I clicked the button to open up a File Explorer to choose the location of the project.
It open a new window but it didn't properly read my files/folders, it was only reading the Home folder and in that only the Music and Pictures folders for some reason.
I was like we can fix this later lets just try the engine for a bit in the Music folder. So I selected that Folder and click create Project and nothing happened. Nothing was created and no notification or some kind of popup on what's going on.
So I decided to look on the Guides on the right panel of the Editor to see if there is a special guide for Linux and suddenly AppGameKit Studio crashed.
So I restarted the machine and Launched again from Steam, same problem.
I then just
went into the folder and run it manually from there and for some reasons everything worked (well not everything, now the button to select the Folder Location doesn't do anything, but
if you provide a path manually it will work just fine).
So I did the first thing that is a must for any developer that wants to learn a new language or framework. I created the infamous Hello, World program!
Hope this will help someone that might find himself in a similar situation. Also keep in mind that I still haven't tested a lot of things out such as importing assets, playing sounds etc.
So I might still find problems but I will be sure to try and fix them and upload it here.
Some info on my machine:
OS: Kubuntu 21.04 x86_64
Kernel: 5.11.0-40-generic
DE: Plasma 5.21.4
WM: KWin
CPU: Intel i7-9750HF (12) @ 4.500GHz
GPU: NVIDIA GeForce GTX 1650 Mobile / Max-Q
Memory: 8 GB
EDIT
How to fix the above issues (for why and what happened you can find more info in my comments bellow):
If you are on a Kubuntu or Debian based distro follow step by step and you will be good to go.
1. Install zenity:
sudo apt-get install zenity
2. Close AppGameKit Studio (if you have it open already).
3. Open AppGameKit Studio
MANUALLY (
not from
Steam but from the folder that it's installed, you can find it easily if you go: Steam -> Library -> Right Click on AppGameKit Studio -> Manage -> Browse Local Files it will then open up your file explorer and in there you will find
AgkStudio64, execute that and everything will work).
Additional info:
If you don't wanna open up the folder each time then you can create "shortcut" and open it up from there ( I will only mention how to do this if you are using KDE but keep in mind that you can do something similar with other DEs such as Xfce)
1. Right Click on the Application Launcher
2. Click on Edit Applications (a new window will appear).
3. Click your parent node (I clicked on Development for example).
4. Press New Item.
5. Give a name: AgkStudio
6. Right next to the name choose an icon (this is optional but it's a good way to distinguish from other apps on your system).
7. In the Command field give the path to the executable
AgkStudio64 that you found earlier on.
8. Click on Save.
You just added it to your Application Launcher so you can launch it easily from there.