Ark2000 / PankuConsole

Feature-packed real-time debugging toolkit for Godot Engine.
https://k2kra.xyz/PankuConsole/
MIT License
997 stars 38 forks source link

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

Closed smedelyan closed 2 months ago

smedelyan commented 3 months ago

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):

Ark2000 commented 2 months ago

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

francoisdlt commented 2 months ago

*.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 commented 2 months ago

image

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

Ark2000 commented 2 months ago

*.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"