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

BEE2 App fails to launtch and gives me this ERROR #2097

Open
Stringfire8517 opened this issue Dec 31, 2024 · 7 comments
Open

BEE2 App fails to launtch and gives me this ERROR #2097

Stringfire8517 opened this issue Dec 31, 2024 · 7 comments
Labels
App Crash Something is causing the app to crash Bug Something isn't working correctly

Comments

@Stringfire8517
Copy link

BEE2 Application Version

BEE2.4 v4.45.2 64bit

BEE2 Package Version

BEE2.4 v4.45.2 64bit

What operating system are you running on?

Linux

Logs and Reports

[INFO] BEE2_launch.<module>(): Arguments: ['/home/daniel/BEE2.4/dist/64bit/BEE2/BEE2']
[INFO] BEE2_launch.<module>(): Running "bee2", version 2.4.45.2.dev+fa651881 64-bit:
[WARNING] BEE2_config.load(): Config "/home/daniel/.config/BEEMOD2/config/config.cfg" not found! Using defaults...
[INFO] BEE2_config.save(): Saving changes in config "/home/daniel/.config/BEEMOD2/config/config.cfg"!
[INFO] localisation.setup(): Language: 'en_US'
[DEBUG] localisation.setup(): Language codes: ['en_us', 'en']
[ERROR] logger.except_handler(): Uncaught Exception:
Traceback (most recent call last):
  File "BEE2_launch.py", line 88, in <module>
  File "PyInstaller/loader/pyimod02_importers.py", line 384, in exec_module
  File "app/backup.py", line 26, in <module>
  File "PyInstaller/loader/pyimod02_importers.py", line 384, in exec_module
  File "ui_tk/tk_tools.py", line 24, in <module>
ModuleNotFoundError: No module named 'idlelib'

Additional information

I was using the guide that was linked to this repository.
I was using the main and not the Dev version
I'm running Kubuntu 24.10.

@Stringfire8517 Stringfire8517 added App Crash Something is causing the app to crash Bug Something isn't working correctly labels Dec 31, 2024
@TeamSpen210
Copy link
Member

You'll need to install the python-idle package , since I use one thing from there.

@Stringfire8517
Copy link
Author

ok i will try that

@Stringfire8517
Copy link
Author

Stringfire8517 commented Jan 5, 2025

It gave me the same error and I tried to run tk_tools.py in idle and it gave me this error:
Traceback (most recent call last):
File "/usr/lib/python3.10/idlelib/run.py", line 578, in runcode
exec(code, self.locals)
File "/home/daniel/BEE2.4/src/ui_tk/tk_tools.py", line 29, in
from app import ICO_PATH, background_run
ModuleNotFoundError: No module named 'app'

EDIT: I tried to run BEE2_launch.py and i got this error:
Need implementation of utils.check_shift()!
[I] BEE2_launch.(): Arguments: ['/home/daniel/BEE2.4/src/BEE2_launch.py']
[I] BEE2_launch.(): Running "bee2_launch", version 2.4.45.2.dev+fa651881 64-bit:
[I] localisation.setup(): Language: 'en_US'
[I] BEE2_config.save(): Saving changes in config "/home/daniel/.config/BEEMOD2/config/compile.cfg"!
[E] logger.except_handler(): Uncaught Exception:
Traceback (most recent call last):
File "/usr/lib/python3.10/idlelib/run.py", line 578, in runcode
exec(code, self.locals)
File "/home/daniel/BEE2.4/src/BEE2_launch.py", line 101, in
raise ValueError(f'Invalid component name "{app_name}"!')
ValueError: Invalid component name "bee2_launch"!
Traceback (most recent call last):
File "/usr/lib/python3.10/idlelib/run.py", line 578, in runcode
exec(code, self.locals)
File "/home/daniel/BEE2.4/src/BEE2_launch.py", line 101, in
raise ValueError(f'Invalid component name "{app_name}"!')
ValueError: Invalid component name "bee2_launch"!

@TeamSpen210
Copy link
Member

If running that from source you need to pass "bee2" as a parameter.

@Stringfire8517
Copy link
Author

ok i will try that

@Stringfire8517
Copy link
Author

Stringfire8517 commented Jan 9, 2025

IT WORKS... except:
No compiler files were found in
"/home/daniel/BEE2.4/compiler".


EDIT:Screenshot from 2025-01-09 17-41-20


EDIT2: It will load the palate but wont build the puzzle

@TeamSpen210
Copy link
Member

Sounds like you didn't build the compiler.

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 Bug Something isn't working correctly
Projects
None yet
Development

No branches or pull requests

2 participants