-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Labels
App CrashSomething is causing the app to crashSomething is causing the app to crashDone in next releaseThis has been addressed in the next releaseThis has been addressed in the next release
Description
BEE2 version: v4.40.1 64bit
Description of the bug: BEEmod crashes immediately when it is started on Microsoft Windows 10
Steps to reproduce: Install BEE2, along with packages, as you normally would. Start the application.
Additional information:
Traceback (most recent call last):
File "BEE2_launch.pyw", line 50, in <module>
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
File "app\BEE2.py", line 5, in <module>
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
File "app\gameMan.py", line 35, in <module>
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
File "app\optionWindow.py", line 17, in <module>
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
File "app\contextWin.py", line 20, in <module>
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
File "app\itemconfig.py", line 17, in <module>
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
File "app\UI.py", line 25, in <module>
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
File "app\CompilerPane.py", line 78, in <module>
File "BEE2_config.py", line 180, in set_defaults
File "BEE2_config.py", line 170, in save_check
File "BEE2_config.py", line 163, in save
File "contextlib.py", line 117, in __enter__
File "atomicwrites\__init__.py", line 166, in _open
File "atomicwrites\__init__.py", line 183, in get_fileobject
File "tempfile.py", line 332, in mkstemp
File "tempfile.py", line 251, in _mkstemp_inner
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Thomas\\AppData\\Roaming\\BEEMOD2\\config\\tmp581cx9fz'After this error, it says "Failed to execute script BEE2_launch"
Workaround
This error only affects first time launch. Here's how to fix it manually:
- Press WINDOWS+R or search Run in the start menu
- Type
%AppData%/BEEMOD2and hit enter - Make a new folder and name it "Config"
After that BEEmod will launch.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
App CrashSomething is causing the app to crashSomething is causing the app to crashDone in next releaseThis has been addressed in the next releaseThis has been addressed in the next release