wizzomafizzo / starcheat

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

New Starbound save file version! YAY! #232

Closed thakyZ closed 8 years ago

thakyZ commented 8 years ago

So, unstable build of Starbound came out not to long ago, and everything thing was fine, but then a new save file version came out, so you know what that mean, everything is broke. This is a list of what I know is broken so far:

That is all I have for now. BTW the new ID for the Starbound version is SBVJ01

wizzomafizzo commented 8 years ago

Hey. Thanks for letting me know. I'll see how I go with it... haven't been motivated at all to work on this stuff lately, hopefully they take a while to get this into stable.

thakyZ commented 8 years ago

@j4ck-no1r I don't know if you tested your commit but it's broken with this error: Traceback (most recent call last): File "C:\Python34\lib\site-packages\cx_Freeze\initscripts\Console.py", line 27, in exec(code, m.dict) File "build\starcheat.py", line 83, in File "build\starcheat.py", line 80, in main File "build\gui\mainwindow.py", line 180, in init File "build\gui\mainwindow.py", line 558, in open_file File "build\gui\mainwindow.py", line 263, in update File "build\gui\mainwindow.py", line 741, in update_bag File "build\gui\common.py", line 116, in init File "build\gui\common.py", line 63, in inv_icon File "build\assets\items.py", line 137, in get_item_icon TypeError: argument of type 'NoneType' is not iterable

thakyZ commented 8 years ago

Here is the log: http://pastebin.com/9VJcafBR

rubellyte commented 8 years ago

Looking through that log, it looks like the issue is with a modded item, "voidexcalibur.activeitem" from LillyMod. If you wouldn't mind sending me the mod, I could take a look.

thakyZ commented 8 years ago

That is one of my personal items I probably messed up on something but you can look at the mod here: https://github.com/thakyZ/LillyMod

thakyZ commented 8 years ago

I just tried wizzomafizzo's build and it works now but it may be because I also deleted the assets.db file from appdata/roaming/starcheat