Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with godot 4.1 #11

Open
Michaelwhite34 opened this issue Jun 4, 2023 · 5 comments
Open

Not working with godot 4.1 #11

Michaelwhite34 opened this issue Jun 4, 2023 · 5 comments

Comments

@Michaelwhite34
Copy link

scons platform=windows
scons: Reading SConscript files ...
Auto-detected 8 CPU cores available for build parallelism. Using 7 cores by default. You can override it with the -j argument.
Found MSVC version 14.2, arch x86_64
Building for platform "windows", architecture "x86_64", target "editor".
TypeError: can_build() takes 1 positional argument but 2 were given:
File "D:\godot_c\godot\SConstruct", line 812:
if config.can_build(env, selected_platform):

@surendra019
Copy link

I have a solution of it, change the config.py file content

@jkb0o
Copy link
Contributor

jkb0o commented Oct 18, 2023

I'm sorry, I will not support Godot4 most probably.

@Michaelwhite34
Copy link
Author

I have a solution of it, change the config.py file content

Did it work tho ?

@Yunxi-awa
Copy link

I have a solution of it, change the config.py file content我有一个解决方案,更改config.py文件内容

Did it work tho ?它有效吗?

If you want to upgrade a godot module from version 3 to version 4, you need to not only modify config.py, but also upgrade the api.
I tried to modify it, but it was too hard for me because there is no official article about it.( if you know please tell me that.

@E72UJ
Copy link

E72UJ commented Sep 29, 2024

Hello, my program (which calls many SWF files) is no longer supported on Flash Player version 4.2, do you have any solutions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants