godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
88.66k stars 20.11k forks source link

Giving Exporting Error: "Project export for platform: [platform] - x Failed." #64260

Open mixedissmiling opened 2 years ago

mixedissmiling commented 2 years ago

Godot version

3.5

System information

Windows 11

Issue description

When exporting my game I receive the error from above Project export for platform: [platform] - Failed. I've never had this issue before 3.5.

Steps to reproduce

Go to export a game of any version with the 3.5 export templates. NOTE: unable to reproduce with different project.

Minimal reproduction project

unable, the error only is in my project for some reason

Calinou commented 2 years ago

@mixedissmiling Please upload a minimal reproduction project to make this easier to troubleshoot. We can't do anything without access to a project.

Also, which platform are you trying to export to? If exporting to Windows, do you have rcedit configured?

mixedissmiling commented 2 years ago

@Calinou I cannot make a minimal reproduction project as, for some reason, the bug doesn't reproduce, I can upload the entire original project file though. I'm attempting to export to linux, windows, and macos, all separately and together gives me the same issue

Calinou commented 2 years ago

I can upload the entire original project file though.

Sounds good :slightly_smiling_face:

mixedissmiling commented 2 years ago

https://www.mediafire.com/file/n2y029fh42iblib/Rocket_Hamster.zip/file File was too big to upload through github @Calinou

mixedissmiling commented 2 years ago

@Calinou did you get the file okay?

Calinou commented 2 years ago

@Calinou did you get the file okay?

Yes, but I can't look into each project individually due to lack of time. Other contributors may have a look eventually, but I can't make any guarantees.

mixedissmiling commented 2 years ago

Alright, just wanted to make sure

mixedissmiling commented 2 years ago

UPDATE: Turns out the issue comes from a DiscordRPC Plugin, it said it had an issue with one of the scripts but I didn't think anything of it. Deleting the addons folder fixed the issue

Edit: The plugin is Discord Presence SDK by samsface