wizzomafizzo / starcheat

Starbound player save editor and Python library
MIT License
113 stars 47 forks source link

Mac Error El Capitan 10.11.6 #331

Open Repethen opened 7 years ago

Repethen commented 7 years ago

Hi there, just homebrewed my mac and tried running starcheat for the first time, but I've been presented with the following message (Glad Giraffe 0.27.1):

Traceback (most recent call last): File "/usr/local/opt/starcheat/bin/starcheat", line 83, in main() File "/usr/local/opt/starcheat/bin/starcheat", line 80, in main gui.mainwindow.MainWindow() File "/usr/local/Cellar/starcheat/0.27.1/libexec/gui/mainwindow.py", line 154, in init if not check_index_valid(self.window): File "/usr/local/Cellar/starcheat/0.27.1/libexec/gui/utils.py", line 103, in check_index_valid return build_assets_db(parent) File "/usr/local/Cellar/starcheat/0.27.1/libexec/gui/utils.py", line 64, in build_assets_db asset_files = assets_db.find_assets() File "/usr/local/Cellar/starcheat/0.27.1/libexec/assets/core.py", line 127, in find_assets vanilla_assets = self.scan_asset_folder(vanilla_path) File "/usr/local/Cellar/starcheat/0.27.1/libexec/assets/core.py", line 156, in scan_asset_folder db = starbound.open_file(pak_path) File "/usr/local/Cellar/starcheat/0.27.1/libexec/starbound/helpers.py", line 213, in open return read_stream(builtins.open(path, 'rb'), extension) File "/usr/local/Cellar/starcheat/0.27.1/libexec/starbound/helpers.py", line 220, in read_stream file.initialize() File "/usr/local/Cellar/starcheat/0.27.1/libexec/starbound/btreedb4.py", line 119, in initialize super(FileBTreeDB4, self).initialize() File "/usr/local/Cellar/starcheat/0.27.1/libexec/starbound/sbbf02.py", line 89, in initialize assert stream.read(6) in (b'SBBF02', b'SBBF03'), 'Invalid file format' AssertionError: Invalid file format

Also here is the starcheat log

2017-05-04 22:50:35,082 INFO starcheat init 2017-05-04 22:50:35,082 INFO Version: 0.27.1 (Glad Giraffe) 2017-05-04 22:50:35,082 INFO Platform: Darwin 2017-05-04 22:50:35,083 INFO Checking for updates 2017-05-04 22:50:35,679 INFO Main window init 2017-05-04 22:50:35,680 DEBUG Setting up wieldable bag 2017-05-04 22:50:35,680 DEBUG Setting up head bag 2017-05-04 22:50:35,680 DEBUG Setting up chest bag 2017-05-04 22:50:35,681 DEBUG Setting up legs bag 2017-05-04 22:50:35,681 DEBUG Setting up back bag 2017-05-04 22:50:35,681 DEBUG Setting up main_bag bag 2017-05-04 22:50:35,681 DEBUG Setting up action_bar bag 2017-05-04 22:50:35,682 DEBUG Setting up object_bag bag 2017-05-04 22:50:35,682 DEBUG Setting up tile_bag bag 2017-05-04 22:50:35,682 DEBUG Setting up essentials bag 2017-05-04 22:50:35,682 DEBUG Setting up mouse bag 2017-05-04 22:50:35,683 DEBUG Showing main window 2017-05-04 22:50:35,756 INFO First setup dialog 2017-05-04 22:50:40,382 INFO Scanning vanilla assets 2017-05-04 22:50:40,387 DEBUG Traceback (most recent call last):

2017-05-04 22:50:40,387 DEBUG File "/usr/local/opt/starcheat/bin/starcheat", line 83, in main()

2017-05-04 22:50:40,387 DEBUG File "/usr/local/opt/starcheat/bin/starcheat", line 80, in main gui.mainwindow.MainWindow()

2017-05-04 22:50:40,387 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/gui/mainwindow.py", line 148, in init if not new_setup_dialog(self.window):

2017-05-04 22:50:40,387 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/gui/utils.py", line 197, in new_setup_dialog if not build_assets_db(parent):

2017-05-04 22:50:40,388 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/gui/utils.py", line 64, in build_assets_db asset_files = assets_db.find_assets()

2017-05-04 22:50:40,388 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/assets/core.py", line 127, in find_assets vanilla_assets = self.scan_asset_folder(vanilla_path)

2017-05-04 22:50:40,388 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/assets/core.py", line 156, in scan_asset_folder db = starbound.open_file(pak_path)

2017-05-04 22:50:40,388 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/starbound/helpers.py", line 213, in open return read_stream(builtins.open(path, 'rb'), extension)

2017-05-04 22:50:40,388 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/starbound/helpers.py", line 220, in read_stream file.initialize()

2017-05-04 22:50:40,388 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/starbound/btreedb4.py", line 119, in initialize super(FileBTreeDB4, self).initialize()

2017-05-04 22:50:40,388 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/starbound/sbbf02.py", line 89, in initialize assert stream.read(6) in (b'SBBF02', b'SBBF03'), 'Invalid file format'

2017-05-04 22:50:40,388 DEBUG AssertionError: Invalid file format

2017-05-04 22:50:40,389 DEBUG Starbound folder: /Users/Reppa/Library/Application Support/Steam/SteamApps/common/Starbound 2017-05-04 22:50:40,389 DEBUG Assets folder: /Users/Reppa/Library/Application Support/Steam/SteamApps/common/Starbound/assets 2017-05-04 22:50:40,390 DEBUG Player folder: /Users/Reppa/Library/Application Support/Steam/SteamApps/common/Starbound/giraffe_storage/player 2017-05-04 23:11:11,842 INFO starcheat init 2017-05-04 23:11:11,846 INFO Version: 0.27.1 (Glad Giraffe) 2017-05-04 23:11:11,846 INFO Platform: Darwin 2017-05-04 23:11:11,852 INFO Checking for updates 2017-05-04 23:11:12,883 INFO Main window init 2017-05-04 23:11:12,883 DEBUG Setting up wieldable bag 2017-05-04 23:11:12,884 DEBUG Setting up head bag 2017-05-04 23:11:12,884 DEBUG Setting up chest bag 2017-05-04 23:11:12,885 DEBUG Setting up legs bag 2017-05-04 23:11:12,885 DEBUG Setting up back bag 2017-05-04 23:11:12,885 DEBUG Setting up main_bag bag 2017-05-04 23:11:12,885 DEBUG Setting up action_bar bag 2017-05-04 23:11:12,886 DEBUG Setting up object_bag bag 2017-05-04 23:11:12,886 DEBUG Setting up tile_bag bag 2017-05-04 23:11:12,887 DEBUG Setting up essentials bag 2017-05-04 23:11:12,888 DEBUG Setting up mouse bag 2017-05-04 23:11:12,889 DEBUG Showing main window 2017-05-04 23:11:12,983 INFO First setup dialog 2017-05-04 23:11:12,990 INFO Starbound folder: /Users/Reppa/Library/Application Support/Steam/SteamApps/common/Starbound 2017-05-04 23:11:12,991 INFO Checking assets hash 2017-05-04 23:11:12,995 INFO Hashes don't match, updating index 2017-05-04 23:11:17,983 INFO Scanning vanilla assets 2017-05-04 23:11:17,997 DEBUG Traceback (most recent call last):

2017-05-04 23:11:17,997 DEBUG File "/usr/local/opt/starcheat/bin/starcheat", line 83, in main()

2017-05-04 23:11:17,997 DEBUG File "/usr/local/opt/starcheat/bin/starcheat", line 80, in main gui.mainwindow.MainWindow()

2017-05-04 23:11:17,997 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/gui/mainwindow.py", line 154, in init if not check_index_valid(self.window):

2017-05-04 23:11:17,997 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/gui/utils.py", line 103, in check_index_valid return build_assets_db(parent)

2017-05-04 23:11:17,997 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/gui/utils.py", line 64, in build_assets_db asset_files = assets_db.find_assets()

2017-05-04 23:11:17,997 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/assets/core.py", line 127, in find_assets vanilla_assets = self.scan_asset_folder(vanilla_path)

2017-05-04 23:11:17,997 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/assets/core.py", line 156, in scan_asset_folder db = starbound.open_file(pak_path)

2017-05-04 23:11:17,997 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/starbound/helpers.py", line 213, in open return read_stream(builtins.open(path, 'rb'), extension)

2017-05-04 23:11:17,997 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/starbound/helpers.py", line 220, in read_stream file.initialize()

2017-05-04 23:11:17,997 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/starbound/btreedb4.py", line 119, in initialize super(FileBTreeDB4, self).initialize()

2017-05-04 23:11:17,997 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/starbound/sbbf02.py", line 89, in initialize assert stream.read(6) in (b'SBBF02', b'SBBF03'), 'Invalid file format'

2017-05-04 23:11:17,997 DEBUG AssertionError: Invalid file format

2017-05-04 23:11:17,998 DEBUG Starbound folder: /Users/Reppa/Library/Application Support/Steam/SteamApps/common/Starbound 2017-05-04 23:11:17,998 DEBUG Assets folder: /Users/Reppa/Library/Application Support/Steam/SteamApps/common/Starbound/assets 2017-05-04 23:11:17,999 DEBUG Player folder: /Users/Reppa/Library/Application Support/Steam/SteamApps/common/Starbound/giraffe_storage/player 2017-05-04 23:20:19,096 INFO starcheat init 2017-05-04 23:20:19,099 INFO Version: 0.27.1 (Glad Giraffe) 2017-05-04 23:20:19,100 INFO Platform: Darwin 2017-05-04 23:20:19,104 INFO Checking for updates 2017-05-04 23:20:22,631 INFO Main window init 2017-05-04 23:20:22,634 DEBUG Setting up wieldable bag 2017-05-04 23:20:22,638 DEBUG Setting up head bag 2017-05-04 23:20:22,638 DEBUG Setting up chest bag 2017-05-04 23:20:22,639 DEBUG Setting up legs bag 2017-05-04 23:20:22,639 DEBUG Setting up back bag 2017-05-04 23:20:22,640 DEBUG Setting up main_bag bag 2017-05-04 23:20:22,641 DEBUG Setting up action_bar bag 2017-05-04 23:20:22,642 DEBUG Setting up object_bag bag 2017-05-04 23:20:22,642 DEBUG Setting up tile_bag bag 2017-05-04 23:20:22,643 DEBUG Setting up essentials bag 2017-05-04 23:20:22,644 DEBUG Setting up mouse bag 2017-05-04 23:20:22,645 DEBUG Showing main window 2017-05-04 23:20:22,691 INFO First setup dialog 2017-05-04 23:20:22,696 INFO Starbound folder: /Users/Reppa/Library/Application Support/Steam/SteamApps/common/Starbound 2017-05-04 23:20:22,696 INFO Checking assets hash 2017-05-04 23:20:22,698 INFO Hashes don't match, updating index 2017-05-04 23:20:25,965 INFO Scanning vanilla assets 2017-05-04 23:20:25,969 DEBUG Traceback (most recent call last):

2017-05-04 23:20:25,969 DEBUG File "/Users/Reppa/Downloads/StarCheat.app/Contents/Resources/boot.py", line 399, in

2017-05-04 23:20:25,969 DEBUG File "/Users/Reppa/Downloads/StarCheat.app/Contents/Resources/boot.py", line 336, in _run

2017-05-04 23:20:25,969 DEBUG File "/Users/Reppa/Downloads/StarCheat.app/Contents/Resources/starcheat.py", line 83, in

2017-05-04 23:20:25,969 DEBUG File "/Users/Reppa/Downloads/StarCheat.app/Contents/Resources/starcheat.py", line 80, in main

2017-05-04 23:20:25,970 DEBUG File "gui/mainwindow.pyc", line 154, in init

2017-05-04 23:20:25,970 DEBUG File "gui/utils.pyc", line 103, in check_index_valid

2017-05-04 23:20:25,970 DEBUG File "gui/utils.pyc", line 64, in build_assets_db

2017-05-04 23:20:25,970 DEBUG File "assets/core.pyc", line 127, in find_assets

2017-05-04 23:20:25,970 DEBUG File "assets/core.pyc", line 156, in scan_asset_folder

2017-05-04 23:20:25,970 DEBUG File "starbound/helpers.pyc", line 213, in open

2017-05-04 23:20:25,970 DEBUG File "starbound/helpers.pyc", line 220, in read_stream

2017-05-04 23:20:25,970 DEBUG File "starbound/btreedb4.pyc", line 119, in initialize

2017-05-04 23:20:25,971 DEBUG File "starbound/sbbf02.pyc", line 89, in initialize

2017-05-04 23:20:25,971 DEBUG AssertionError: Invalid file format

2017-05-04 23:20:25,971 DEBUG Starbound folder: /Users/Reppa/Library/Application Support/Steam/SteamApps/common/Starbound 2017-05-04 23:20:25,972 DEBUG Assets folder: /Users/Reppa/Library/Application Support/Steam/SteamApps/common/Starbound/assets 2017-05-04 23:20:25,974 DEBUG Player folder: /Users/Reppa/Library/Application Support/Steam/SteamApps/common/Starbound/giraffe_storage/player 2017-05-04 23:20:53,605 INFO starcheat init 2017-05-04 23:20:53,606 INFO Version: 0.27.1 (Glad Giraffe) 2017-05-04 23:20:53,606 INFO Platform: Darwin 2017-05-04 23:20:53,611 INFO Checking for updates 2017-05-04 23:20:55,497 INFO Main window init 2017-05-04 23:20:55,498 DEBUG Setting up wieldable bag 2017-05-04 23:20:55,499 DEBUG Setting up head bag 2017-05-04 23:20:55,499 DEBUG Setting up chest bag 2017-05-04 23:20:55,500 DEBUG Setting up legs bag 2017-05-04 23:20:55,500 DEBUG Setting up back bag 2017-05-04 23:20:55,501 DEBUG Setting up main_bag bag 2017-05-04 23:20:55,501 DEBUG Setting up action_bar bag 2017-05-04 23:20:55,502 DEBUG Setting up object_bag bag 2017-05-04 23:20:55,503 DEBUG Setting up tile_bag bag 2017-05-04 23:20:55,503 DEBUG Setting up essentials bag 2017-05-04 23:20:55,504 DEBUG Setting up mouse bag 2017-05-04 23:20:55,505 DEBUG Showing main window 2017-05-04 23:20:55,546 INFO First setup dialog 2017-05-04 23:20:55,547 INFO Starbound folder: /Users/Reppa/Library/Application Support/Steam/SteamApps/common/Starbound 2017-05-04 23:20:55,547 INFO Checking assets hash 2017-05-04 23:20:55,549 INFO Hashes don't match, updating index 2017-05-04 23:20:57,132 INFO Scanning vanilla assets 2017-05-04 23:20:57,135 DEBUG Traceback (most recent call last):

2017-05-04 23:20:57,136 DEBUG File "/Users/Reppa/Downloads/StarCheat.app/Contents/Resources/boot.py", line 399, in

2017-05-04 23:20:57,136 DEBUG File "/Users/Reppa/Downloads/StarCheat.app/Contents/Resources/boot.py", line 336, in _run

2017-05-04 23:20:57,136 DEBUG File "/Users/Reppa/Downloads/StarCheat.app/Contents/Resources/starcheat.py", line 83, in

2017-05-04 23:20:57,136 DEBUG File "/Users/Reppa/Downloads/StarCheat.app/Contents/Resources/starcheat.py", line 80, in main

2017-05-04 23:20:57,136 DEBUG File "gui/mainwindow.pyc", line 154, in init

2017-05-04 23:20:57,136 DEBUG File "gui/utils.pyc", line 103, in check_index_valid

2017-05-04 23:20:57,137 DEBUG File "gui/utils.pyc", line 64, in build_assets_db

2017-05-04 23:20:57,137 DEBUG File "assets/core.pyc", line 127, in find_assets

2017-05-04 23:20:57,137 DEBUG File "assets/core.pyc", line 156, in scan_asset_folder

2017-05-04 23:20:57,137 DEBUG File "starbound/helpers.pyc", line 213, in open

2017-05-04 23:20:57,137 DEBUG File "starbound/helpers.pyc", line 220, in read_stream

2017-05-04 23:20:57,137 DEBUG File "starbound/btreedb4.pyc", line 119, in initialize

2017-05-04 23:20:57,137 DEBUG File "starbound/sbbf02.pyc", line 89, in initialize

2017-05-04 23:20:57,137 DEBUG AssertionError: Invalid file format

2017-05-04 23:20:57,138 DEBUG Starbound folder: /Users/Reppa/Library/Application Support/Steam/SteamApps/common/Starbound 2017-05-04 23:20:57,139 DEBUG Assets folder: /Users/Reppa/Library/Application Support/Steam/SteamApps/common/Starbound/assets 2017-05-04 23:20:57,140 DEBUG Player folder: /Users/Reppa/Library/Application Support/Steam/SteamApps/common/Starbound/giraffe_storage/player 2017-05-05 06:25:03,104 INFO starcheat init 2017-05-05 06:25:03,114 INFO Version: 0.27.1 (Glad Giraffe) 2017-05-05 06:25:03,118 INFO Platform: Darwin 2017-05-05 06:25:03,129 INFO Checking for updates 2017-05-05 06:25:04,165 INFO Main window init 2017-05-05 06:25:04,166 DEBUG Setting up wieldable bag 2017-05-05 06:25:04,166 DEBUG Setting up head bag 2017-05-05 06:25:04,166 DEBUG Setting up chest bag 2017-05-05 06:25:04,166 DEBUG Setting up legs bag 2017-05-05 06:25:04,167 DEBUG Setting up back bag 2017-05-05 06:25:04,167 DEBUG Setting up main_bag bag 2017-05-05 06:25:04,167 DEBUG Setting up action_bar bag 2017-05-05 06:25:04,167 DEBUG Setting up object_bag bag 2017-05-05 06:25:04,168 DEBUG Setting up tile_bag bag 2017-05-05 06:25:04,168 DEBUG Setting up essentials bag 2017-05-05 06:25:04,168 DEBUG Setting up mouse bag 2017-05-05 06:25:04,169 DEBUG Showing main window 2017-05-05 06:25:04,285 INFO First setup dialog 2017-05-05 06:25:04,288 INFO Starbound folder: /Users/Reppa/Library/Application Support/Steam/SteamApps/common/Starbound 2017-05-05 06:25:04,288 INFO Checking assets hash 2017-05-05 06:25:04,291 INFO Hashes don't match, updating index 2017-05-05 06:25:17,453 INFO Scanning vanilla assets 2017-05-05 06:25:17,462 DEBUG Traceback (most recent call last):

2017-05-05 06:25:17,462 DEBUG File "/usr/local/opt/starcheat/bin/starcheat", line 83, in main()

2017-05-05 06:25:17,462 DEBUG File "/usr/local/opt/starcheat/bin/starcheat", line 80, in main gui.mainwindow.MainWindow()

2017-05-05 06:25:17,462 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/gui/mainwindow.py", line 154, in init if not check_index_valid(self.window):

2017-05-05 06:25:17,462 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/gui/utils.py", line 103, in check_index_valid return build_assets_db(parent)

2017-05-05 06:25:17,462 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/gui/utils.py", line 64, in build_assets_db asset_files = assets_db.find_assets()

2017-05-05 06:25:17,463 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/assets/core.py", line 127, in find_assets vanilla_assets = self.scan_asset_folder(vanilla_path)

2017-05-05 06:25:17,463 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/assets/core.py", line 156, in scan_asset_folder db = starbound.open_file(pak_path)

2017-05-05 06:25:17,463 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/starbound/helpers.py", line 213, in open return read_stream(builtins.open(path, 'rb'), extension)

2017-05-05 06:25:17,463 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/starbound/helpers.py", line 220, in read_stream file.initialize()

2017-05-05 06:25:17,463 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/starbound/btreedb4.py", line 119, in initialize super(FileBTreeDB4, self).initialize()

2017-05-05 06:25:17,463 DEBUG File "/usr/local/Cellar/starcheat/0.27.1/libexec/starbound/sbbf02.py", line 89, in initialize assert stream.read(6) in (b'SBBF02', b'SBBF03'), 'Invalid file format'

2017-05-05 06:25:17,463 DEBUG AssertionError: Invalid file format

2017-05-05 06:25:17,464 DEBUG Starbound folder: /Users/Reppa/Library/Application Support/Steam/SteamApps/common/Starbound 2017-05-05 06:25:17,465 DEBUG Assets folder: /Users/Reppa/Library/Application Support/Steam/SteamApps/common/Starbound/assets 2017-05-05 06:25:17,466 DEBUG Player folder: /Users/Reppa/Library/Application Support/Steam/SteamApps/common/Starbound/giraffe_storage/player 2017-05-05 06:30:44,333 INFO starcheat init 2017-05-05 06:30:44,336 INFO Version: 0.27.1 (Glad Giraffe) 2017-05-05 06:30:44,337 INFO Platform: Darwin 2017-05-05 06:30:44,341 INFO Checking for updates 2017-05-05 06:30:46,897 INFO Main window init 2017-05-05 06:30:46,900 DEBUG Setting up wieldable bag 2017-05-05 06:30:46,901 DEBUG Setting up head bag 2017-05-05 06:30:46,901 DEBUG Setting up chest bag 2017-05-05 06:30:46,902 DEBUG Setting up legs bag 2017-05-05 06:30:46,902 DEBUG Setting up back bag 2017-05-05 06:30:46,903 DEBUG Setting up main_bag bag 2017-05-05 06:30:46,903 DEBUG Setting up action_bar bag 2017-05-05 06:30:46,904 DEBUG Setting up object_bag bag 2017-05-05 06:30:46,904 DEBUG Setting up tile_bag bag 2017-05-05 06:30:46,904 DEBUG Setting up essentials bag 2017-05-05 06:30:46,905 DEBUG Setting up mouse bag 2017-05-05 06:30:46,906 DEBUG Showing main window 2017-05-05 06:30:46,987 INFO First setup dialog 2017-05-05 06:30:46,991 INFO Starbound folder: /Users/Reppa/Library/Application Support/Steam/SteamApps/common/Starbound 2017-05-05 06:30:46,991 INFO Checking assets hash 2017-05-05 06:30:46,993 INFO Hashes don't match, updating index 2017-05-05 06:30:48,667 INFO Scanning vanilla assets 2017-05-05 06:30:48,671 DEBUG Traceback (most recent call last):

2017-05-05 06:30:48,671 DEBUG File "/Users/Reppa/Downloads/StarCheat.app/Contents/Resources/boot.py", line 399, in

2017-05-05 06:30:48,671 DEBUG File "/Users/Reppa/Downloads/StarCheat.app/Contents/Resources/boot.py", line 336, in _run

2017-05-05 06:30:48,671 DEBUG File "/Users/Reppa/Downloads/StarCheat.app/Contents/Resources/starcheat.py", line 83, in

2017-05-05 06:30:48,671 DEBUG File "/Users/Reppa/Downloads/StarCheat.app/Contents/Resources/starcheat.py", line 80, in main

2017-05-05 06:30:48,671 DEBUG File "gui/mainwindow.pyc", line 154, in init

2017-05-05 06:30:48,671 DEBUG File "gui/utils.pyc", line 103, in check_index_valid

2017-05-05 06:30:48,671 DEBUG File "gui/utils.pyc", line 64, in build_assets_db

2017-05-05 06:30:48,671 DEBUG File "assets/core.pyc", line 127, in find_assets

2017-05-05 06:30:48,671 DEBUG File "assets/core.pyc", line 156, in scan_asset_folder

2017-05-05 06:30:48,671 DEBUG File "starbound/helpers.pyc", line 213, in open

2017-05-05 06:30:48,671 DEBUG File "starbound/helpers.pyc", line 220, in read_stream

2017-05-05 06:30:48,671 DEBUG File "starbound/btreedb4.pyc", line 119, in initialize

2017-05-05 06:30:48,671 DEBUG File "starbound/sbbf02.pyc", line 89, in initialize

2017-05-05 06:30:48,672 DEBUG AssertionError: Invalid file format

2017-05-05 06:30:48,672 DEBUG Starbound folder: /Users/Reppa/Library/Application Support/Steam/SteamApps/common/Starbound 2017-05-05 06:30:48,672 DEBUG Assets folder: /Users/Reppa/Library/Application Support/Steam/SteamApps/common/Starbound/assets 2017-05-05 06:30:48,673 DEBUG Player folder: /Users/Reppa/Library/Application Support/Steam/SteamApps/common/Starbound/giraffe_storage/player

No idea what has caused this

rubellyte commented 7 years ago

You're using a pre-1.0 version of Starcheat with a 1.x version of Starbound. Please see the instructions here for building a 1.x version of Starcheat.

chrmoritz commented 7 years ago

More precisely you have to run the devel version (with Starbound 1.0) support,w hich you can install with brew install chrmoritz/starcheat/starcheat --devel.