wizzomafizzo / starcheat

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

Crash when opening #333

Open smeefus opened 7 years ago

smeefus commented 7 years ago

Traceback (most recent call last): File "C:\Python34\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 help?Thank you! [i'm using version 0.27 ,and i'm 32-bit i don't know if i can use the 1.0 ver :( ]

Obesitobi commented 7 years ago

I have the same issue as the person above me, a prompt comes up and asks to rebuild the starbound assets index. Whether I click yes, no or close the prompt the result is the same; the program crashes.

The operating system I use is windows 8.1 and I'm using the 64-bit version of the 0.27.1 starcheat build for windows.

Here is the report and a link to a screenshot of the text in case it shows up oddly like the message above me.

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

https://puu.sh/vS3kZ/adb38e3fee.png

If I can give you any more information please ask.

rubellyte commented 7 years ago

You're using a pre-1.0 version of Starcheat with a 1.x version of Starbound. Download the latest build with 1.x support here.