Ancestors

Toot

Written by Sherri W (SyntaxSeed) on 2025-01-24 at 04:31

EDIT: Solved!! Thank you!

Is there anyone around here with experience using #Godot on #Linux? πŸ™

Taking a desperate long shot before bed..

My kids and I are doing a game jam (#GGJ), spent a week on a cute game... and I have spent soul-crushing day trying to get this thing to export for any platform. Trying to keep a brave face for the kids but I'm at table-flip levels of frustrated. 😭

Short version: Error in export can't copy export template.

Details in replies.

🀞 Thank you!

[#]GameDev

=> More informations about this toot | More toots from syntaxseed@phpc.social

Descendants

Written by Sherri W (SyntaxSeed) on 2025-01-24 at 04:40

-Says it can't copy the export templates

[#]GameDev #Godot

=> More informations about this toot | More toots from syntaxseed@phpc.social

Written by Sherri W (SyntaxSeed) on 2025-01-24 at 04:41

Really hoping we don't end the game jam with nothing to show for it. 😣

=> View attached media

=> More informations about this toot | More toots from syntaxseed@phpc.social

Written by Sherri W (SyntaxSeed) on 2025-01-24 at 13:35

Folks... I don't know what else you have going on in your lives, but please know that today you made a little Canadian family's entire week and saved the project.!! πŸ’š πŸ€— πŸŽ‰

Uninstalling #Godot and re-installing from the direct download off their website for Linux has solved the problem!!

I am beyond thankful and amazed at the awesome response here on Mastodon. You all are fantastic people. Thank you!!

@chaton @chaton @fred @dbat @eibriel @starwolf3000

=> View attached media

=> More informations about this toot | More toots from syntaxseed@phpc.social

Written by jaxter184 on 2025-01-24 at 04:38

@syntaxseed might help to have access to the files if that's something you're willing to share?

=> More informations about this toot | More toots from jaxter184@social.linux.pizza

Written by Sherri W (SyntaxSeed) on 2025-01-24 at 04:43

@jaxter184 I think it even happens with a basic proof of concept project. But I will double check in the morning!

Our game is VERY tiny. πŸ˜…

=> More informations about this toot | More toots from syntaxseed@phpc.social

Written by kenmc on 2025-01-24 at 04:52

@syntaxseed template version matches engine version?

=> More informations about this toot | More toots from kenmc@mastodon.social

Written by dbat :godot: on 2025-01-24 at 06:08

@syntaxseed I use Godot on Ubuntu. I've not messed with exports yet, but one tip:

run godot from the terminal.

Open a terminal, go to your project directory and:

$ godot project.godot

After that, you will see a lot more useful output in the terminal that could give you ideas for fixing problems.

Also, try fetch Godot from them: https://godotengine.org/

Let us know!

πŸ¦‡

=> More informations about this toot | More toots from dbat@mastodon.gamedev.place

Written by Bryce Dixon on 2025-01-24 at 08:33

@syntaxseed Maybe I'm paranoid and hope I don't waste your time, but maybe try ditching the Ubuntu software installer version and just download the program from GitHub (or https://godotengine.org/download/linux/ directly)

I've had bad experiences with Ubuntu trying to sandbox stuff and making basic functionality not work.

=> More informations about this toot | More toots from bryce@mastodon.brycedixon.dev

Written by Robin Ward on 2025-01-24 at 12:40

@syntaxseed my guess is it’s not where it’s copying the templates from but where it’s copying them TO. I would check the destination directory and its permissions.

=> More informations about this toot | More toots from eviltrout@carpdiem.online

Written by dbat :godot: on 2025-01-24 at 14:16

@syntaxseed Yay!! πŸ€—

=> More informations about this toot | More toots from dbat@mastodon.gamedev.place

Written by Fred :godot: on 2025-01-24 at 15:30

Yeaahhhh 😎 We rock! Have a good jam!

=> More informations about this toot | More toots from fred@mastodon.gamedev.place

Written by Bryce Dixon on 2025-01-24 at 23:46

@syntaxseed @chaton @fred @dbat @eibriel @starwolf3000 Yaaay, I'm so glad the solution was that simple!

For reference: Ubuntu really likes Snap for its packages under the idea that it's much safer to put every application in its own sandbox and give them minimal permissions iOS style. The problem is that so many programs expect basic stuff like arbitrary file access and network access that expecting users to manage hundreds of sets of permissions and rules for basic features is unrealistic.

=> More informations about this toot | More toots from bryce@mastodon.brycedixon.dev

Written by Sherri W (SyntaxSeed) on 2025-01-24 at 23:52

@bryce This is making me second guess how wonky some of my other programs are. This might be a problem for a few of my other applications! πŸ˜‚πŸ€¦β€β™€οΈ

=> More informations about this toot | More toots from syntaxseed@phpc.social

Written by Bryce Dixon on 2025-01-24 at 23:55

@syntaxseed it wouldn't be as bad if the permissions were easily accessible and clear! I recently had to switch my Telegram install from the "official" package for Linux Mint to the "normal" executable because it didn't allow file drag and drop and it seemed like the only way to fix that would have been a dozen obtuse commands (which also just didn't work when I tried it).

=> More informations about this toot | More toots from bryce@mastodon.brycedixon.dev

Written by Fred :godot: on 2025-01-24 at 06:12

@syntaxseed Try using directly from the website rather than Software Center. These appstores often run apps in sandbox mode, which causes all sorts of problems (but is safer). It does look like your Godot is trying to access the templates outside the sandbox.

=> More informations about this toot | More toots from fred@mastodon.gamedev.place

Written by Sherri W (SyntaxSeed) on 2025-01-24 at 12:38

@fred Oh man, several people have said that. First thing I'm going to try! Thank you. 😎

=> More informations about this toot | More toots from syntaxseed@phpc.social

Written by elektito on 2025-01-24 at 04:49

@syntaxseed Two ideas to try:

or something like that. Even if there are still errors, maybe you can get more details this way.

=> More informations about this toot | More toots from elektito@mastodon.social

Written by Eibriel on 2025-01-24 at 04:54

@syntaxseed You can download Godot from their website. Downloading and unzipping is all it's needed to run it.

Hopefully the templates will work as expected

https://godotengine.org/

=> More informations about this toot | More toots from eibriel@sigmoid.social

Written by Fred :godot: on 2025-01-24 at 06:08

@syntaxseed I think since you're using Linux, try to have a Linux build first. Exporting to other platforms always complicate things.

=> More informations about this toot | More toots from fred@mastodon.gamedev.place

Written by Eskibrew on 2025-01-24 at 07:28

@syntaxseed my son and I have been playing with Godot on Linux recently. I've successfully exported his game as html and uploaded it to a website, it works fine.

Are you trying to export as windows format? I've not tried that but would be willing to give it a go to see what happens.

=> More informations about this toot | More toots from eskibrew@floss.social

Written by Sherri W (SyntaxSeed) on 2025-01-24 at 12:37

@eskibrew I tried Linux, Windows & HTML formats. None work. But will try installing Godot another way.

=> More informations about this toot | More toots from syntaxseed@phpc.social

Written by Eskibrew on 2025-01-24 at 12:43

@syntaxseed what does your export dialog show? - this is mine

=> View attached media

=> More informations about this toot | More toots from eskibrew@floss.social

Written by chaton on 2025-01-24 at 09:25

@syntaxseed hi! It's considered best practice to download the editor from the Godot website and keep it alongside your projects. That way you don't have to worry about breaking changes when a new Godot version is released

I would not be surprised if the software center version had a few permission issues, and the error seems to point that way. I'd check the version you used to make the game, download the same one from Godot, open the project with it, reimport templates, then try exporting again

=> More informations about this toot | More toots from chaton@gamedev.lgbt

Written by Sherri W (SyntaxSeed) on 2025-01-24 at 12:36

@chaton I will def try that! Thanks!

=> More informations about this toot | More toots from syntaxseed@phpc.social

Written by Volk on 2025-01-24 at 09:52

@syntaxseed A quick google search tells me you need to download godot's templates from their website for each platform you want to export to. Have you done this?

=> More informations about this toot | More toots from volk64@tkz.one

Written by Sherri W (SyntaxSeed) on 2025-01-24 at 12:35

@volk64 Yes. Serveral times in several ways. It says "failed to copy" not failed to find. πŸ€”

=> More informations about this toot | More toots from syntaxseed@phpc.social

Written by Volk on 2025-01-24 at 12:39

@syntaxseed oh, and I assume that the current user has execution rights to those files, correct?

=> More informations about this toot | More toots from volk64@tkz.one

Proxy Information
Original URL
gemini://mastogem.picasoft.net/thread/113881453763310628
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
410.519646 milliseconds
Gemini-to-HTML Time
14.438867 milliseconds

This content has been proxied by September (3851b).