This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes

Whenever I go to my files to try and open Godot, it just goes to another app I have, IbisPaintX. Yea, I have Linux, just installed it actually, but is it because of my device? I use a Chromebook Acer R 11. Please tell me if I can use Godot!! I'm trying to make my first video game, and I'm still learning C++, but I want to create it with Godot. It's one of the only engines I can use with Chrome! I also went to the "Linux" tab to install it. Did I do something wrong? Please help!!!

P.S. There isn't any other category than "Engine" for me, but I don't really know what category this would be in

Godot version 3.4 I think- that's what is says on the downloading page: "Godot 3.4"
in Engine by (12 points)

1 Answer

0 votes

Do you just want to run the Godot IDE? That's the program in which you create the game. In that case this "file" should not normally be opened with another program but rather execute. On Linux you should check whether the file is executable. That can be done by going into the folder on your terminal and type "ls -la" left of the Godot executable there should be an x for execute. If not, try "chmod +x " to make it executable. should be the name of the Godot IDE. Btw if you want to run the Godot IDE and be sure that the program is run you ca also run it from the terminal by typing "./".

by (193 points)

Ok, thanks! I'm still a bit new to this coding stuff, so I need all the help I can get!!

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.