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

Python #359

Open
ghost opened this issue Jul 7, 2018 · 3 comments
Open

Python #359

ghost opened this issue Jul 7, 2018 · 3 comments

Comments

@ghost
Copy link

ghost commented Jul 7, 2018

Traceback (most recent call last):
File "C:\Python34-x64\lib\site-packages\cx_Freeze\initscripts\Console.py", line 27, in
File "build\starcheat.py", line 83, in
File "build\starcheat.py", line 80, in main
File "build\gui\mainwindow.py", line 154, in init
File "build\gui\utils.py", line 103, in check_index_valid
File "build\gui\utils.py", line 64, in build_assets_db
File "build\assets\core.py", line 127, in find_assets
File "build\assets\core.py", line 156, in scan_asset_folder
File "build\starbound\helpers.py", line 213, in open
File "build\starbound\helpers.py", line 220, in read_stream
File "build\starbound\btreedb4.py", line 119, in initialize
File "build\starbound\sbbf02.py", line 89, in initialize
AssertionError: Invalid file format

I got this error message while trying to open. I have python and starbound, but it still doesn't work. Any help?

@0Zero-00
Copy link

Got a similar issue with Python.

Traceback (most recent call last):
File "C:\Python34-x64\lib\site-packages\cx_Freeze\initscripts\Console.py", line 27, in
File "build\starcheat.py", line 83, in
File "build\starcheat.py", line 80, in main
File "build\gui\mainwindow.py", line 154, in init
File "build\gui\utils.py", line 103, in check_index_valid
File "build\gui\utils.py", line 52, in build_assets_db
File "build\assets\core.py", line 54, in init
sqlite3.OperationalError: unable to open database file

@chrmoritz
Copy link
Collaborator

@0Zero-00: This looks unrelated and more like your assets.db is corrupt. Try resetting it following:
https://github.com/wizzomafizzo/starcheat/wiki/help#reset-all-settings

@0Zero-00
Copy link

0Zero-00 commented Sep 19, 2018

@0Zero-00: This looks unrelated and more like your assets.db is corrupt. Try resetting it following:
https://github.com/wizzomafizzo/starcheat/wiki/help#reset-all-settings

You're a legend, thank you very much!

(Also sorry for posting this in two threads, both of which this is unrelated to, or so it seems)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants