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

Config loading does not work in exported projects in 1.7.8 #180

Closed
smedelyan opened this issue Jun 6, 2024 · 4 comments
Closed

Config loading does not work in exported projects in 1.7.8 #180

smedelyan opened this issue Jun 6, 2024 · 4 comments
Labels
Bug🐞 Something isn't working

Comments

@smedelyan
Copy link

Subj. Config does not get loaded and windows (e.g. native logger, expressions, history, etc.) are being opened automatically on start.

This seems to be the bug in 1.7.8. With 1.7.7 I don't have such problems

To Reproduce

  1. Add v1.7.8 plugin to the project, export project and run *.console.exe to see errors
  2. Console has parse errors reported for panku code
  3. Project launches with panku windows opened and stacked in top-left one on top of the other

Expected behavior
No warnings, project loads without panku windows all opened.

Desktop (please complete the following information):

  • OS: Windows
  • Version: 1.7.8
@Ark2000 Ark2000 added the Bug🐞 Something isn't working label Jun 12, 2024
@Ark2000
Copy link
Owner

Ark2000 commented Jun 12, 2024

Could you please provide more information about the reported errors? I'll give it a test later.

@francoisdlt
Copy link

*.cfg files are not included by default in the export templates. I've had to manually add the default preset cfg file in the include_filter of my export config.

@Ark2000
Copy link
Owner

Ark2000 commented Jul 4, 2024

image

it should be fixed in #178, I'll set a new release for it.

@Ark2000
Copy link
Owner

Ark2000 commented Jul 4, 2024

*.cfg files are not included by default in the export templates. I've had to manually add the default preset cfg file in the include_filter of my export config.

Are you saying that this file is not accessible in exported project by default?

const INITIAL_DEFAULT_CONFIG_FILE_PATH = "res://addons/panku_console/default_panku_config.cfg"

@Ark2000 Ark2000 closed this as completed Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants