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

PackagePath is not iterable #1628

Closed
zooz8882 opened this issue Jul 6, 2021 · 1 comment · Fixed by #1630
Closed

PackagePath is not iterable #1628

zooz8882 opened this issue Jul 6, 2021 · 1 comment · Fixed by #1630
Labels
App Crash Something is causing the app to crash Done in next release This has been addressed in the next release

Comments

@zooz8882
Copy link

zooz8882 commented Jul 6, 2021

Bee2 version: Newest version, 4.40.1.

Description of bug: The application opens, begins loading and crashes half way through the 3rd bar and gives the error log.

Steps to reproduce: I am unsure how to reproduce this error. No one else has had it to my knowledge.

Additional Information:

Traceback (most recent call last):
File "BEE2_launch.pyw", line 50, in
File "", line 991, in _find_and_load
File "", line 975, in _find_and_load_unlocked
File "", line 671, in _load_unlocked
File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
File "app\BEE2.py", line 108, in
File "app\UI.py", line 1919, in init_windows
File "app\CompilerPane.py", line 893, in make_pane
File "app\CompilerPane.py", line 505, in make_widgets
File "app\CompilerPane.py", line 827, in make_map_widgets
File "app\CompilerPane.py", line 239, in load_corridors
File "utils.py", line 380, in parse
TypeError: argument of type 'PackagePath' is not iterable

@zooz8882 zooz8882 added the App Crash Something is causing the app to crash label Jul 6, 2021
@TeamSpen210 TeamSpen210 added the Done in next release This has been addressed in the next release label Jul 6, 2021
@zooz8882
Copy link
Author

zooz8882 commented Jul 6, 2021

I noticed the "done" tag was added, is this bug something that will be fixed in the next version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App Crash Something is causing the app to crash Done in next release This has been addressed in the next release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants