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

Crash on startup after update #1721

Closed
BlueThrowaway37 opened this issue Aug 27, 2018 · 11 comments
Closed

Crash on startup after update #1721

BlueThrowaway37 opened this issue Aug 27, 2018 · 11 comments

Comments

@BlueThrowaway37
Copy link

BlueThrowaway37 commented Aug 27, 2018

Unable to open updated install after 2.3.0 release. Program crashes at startup and gives the following logfile as an error. Program was installed from .exe rather than source. Problem was encountered starting with 2.3.1 stable release .exe

Release: 2.3.1 stable to 2.5.0b1

### Other relevant information:

OS version: Windows-10-10.0.17134-SP0
Python version: 3.6.1 (v3.6.1:69c0db5, Mar 21 2017, 17:54:52) [MSC v.1900 32 bit (Intel)]
wxPython version: 4.0.0b2 (wxWidgets 3.0.4)
SQLAlchemy version: 1.1.10
Logbook version: 1.0.0
Requests version: 2.18.4
Dateutil version: 2.6.0

####################

Traceback (most recent call last):
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\engine\base.py", line 1182, in _execute_context
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\engine\default.py", line 470, in do_execute
sqlite3.OperationalError: no such column: invtypes.graphicID

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\pyfa.py", line 131, in <module>
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load
  File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\mainFrame.py", line 45, in <module>
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load
  File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\mainMenuBar.py", line 26, in <module>
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load
  File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\graphFrame.py", line 27, in <module>
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load
  File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\display.py", line 23, in <module>
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load
  File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\viewColumn.py", line 70, in <module>
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load
  File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\builtinViewColumns\baseName.py", line 33, in <module>
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load
  File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\builtinContextMenus\whProjector.py", line 1, in <module>
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load
  File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\contextMenu.py", line 182, in <module>
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load
  File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\builtinContextMenus\commandFits.py", line 12, in <module>
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\builtinContextMenus\commandFits.py", line 14, in CommandFits
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\service\market.py", line 348, in getInstance
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\service\market.py", line 221, in __init__
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\service\market.py", line 221, in <genexpr>
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\service\market.py", line 373, in getItem
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\eos\db\gamedata\queries.py", line 60, in checkAndReturn
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\eos\db\gamedata\queries.py", line 94, in getItem
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\orm\query.py", line 2755, in first
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\orm\query.py", line 2547, in __getitem__
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\orm\query.py", line 2855, in __iter__
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\orm\query.py", line 2878, in _execute_and_instances
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\engine\base.py", line 945, in execute
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\sql\elements.py", line 263, in _execute_on_connection
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\engine\base.py", line 1053, in _execute_clauseelement
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\engine\base.py", line 1189, in _execute_context
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\engine\base.py", line 1402, in _handle_dbapi_exception
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\util\compat.py", line 203, in raise_from_cause
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\util\compat.py", line 186, in reraise
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\engine\base.py", line 1182, in _execute_context
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\engine\default.py", line 470, in do_execute
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such column: invtypes.graphicID [SQL: 'SELECT invtypes."typeID" AS "invtypes_typeID", invtypes."typeName" AS "invtypes_typeName", invtypes."raceID" AS "invtypes_raceID", invtypes."factionID" AS "invtypes_factionID", invtypes.volume AS invtypes_volume, invtypes.mass AS invtypes_mass, invtypes.capacity AS invtypes_capacity, invtypes.published AS invtypes_published, invtypes."marketGroupID" AS "invtypes_marketGroupID", invtypes."iconID" AS "invtypes_iconID", invtypes."graphicID" AS "invtypes_graphicID", invtypes."groupID" AS "invtypes_groupID" \nFROM invtypes \nWHERE invtypes."typeName" = ?\n LIMIT ? OFFSET ?'] [parameters: ('Virtuoso', 1, 0)]
@blitzmann
Copy link
Collaborator

Are you able to eventually close out of the error dialog and get to the about dialog (Help > About)? If so, can you post a screenshot here.

It's super weird that this is happening, since this is part of the eve.db file. I'm hoping it's not another instance of #1622, where the Windows VirtualStore was more or less caching an old eve database

@BlueThrowaway37
Copy link
Author

BlueThrowaway37 commented Aug 28, 2018

The error triggers before the main screen comes up.

EDIT: If I close out of the error, the main screen does not appear either, and I need to force close Pyfa to free up system resources.

@blitzmann
Copy link
Collaborator

@BlueThrowaway37 Hrm... can you check if you have a pyfa directory at this location:

%userprofile%\AppData\Local\VirtualStore\Program Files (x86)\

If so, does it have an eve.db file in it? If so, can you zip that up and upload to this thread?

Additionally, navigate to where pyfa was installed with the exe and find the eve.db file and zip/upload that one as well please

I just tested the virtual store issue, and recent installers still remove the VirtualStore directory. The only other way I could think this may happen is if you installed using exe, and then unzipped another version on top of that (in which case, the installer isn't run which is what cleans up the virtual store directories). But even then, I thought we fixed that within the packaging process itself. :/

Anyway, would be helpful to get those additional files.

@BlueThrowaway37
Copy link
Author

eve-AppData is the eve.db file from the AppData VirtualStore directory
eve-pyfa is from the install directory for Pyfa
eve-pyfa.zip
eve-appdata.zip

@blitzmann
Copy link
Collaborator

Are you sure you used the installer? Could you uninstall and then reinstall using the .exe file and see if that helps?

Indeed, the VirtualStore is keeping a copy of an old eve.db - one with TQ build 1279361 (generated back in March). I'm hoping the uninstall/reinstall fixes the issue.

Did you come back after a bit of a break by chance? One where you didn't update pyfa regularly?

@BlueThrowaway37
Copy link
Author

BlueThrowaway37 commented Aug 28, 2018

I just tried uninstall/reinstall, both with 2.5.0 beta and then first with the 2.3.0 stable then 2.5.0 beta. Problem is still occurring.

I did come back form a break, but not recently. I've been successfully using pyfa since the 2.0.0 update and keeping it fairly regularly updated to stable.

@blitzmann
Copy link
Collaborator

k, as a last resort, if you could do the following, that would be amazing

  1. Backup you user database, just in case :) (%userprofile%\.pyfa\saveddata.db)
  2. Uninstall all previous instances of pyfa
  3. Delete the pyfa directory at %userprofile%\AppData\Local\VirtualStore\Program Files (x86)\ , that should reset the virtual store for pyfa.
  4. Install each released version from 2.0.0 to present (if you never used the beta releases, don't worry about including them). With each one, please check Help > About and note the EVE data version (if you can get that far, if not, note the error here and try the next one)

You could probably get away with deleting the VirtualStore and just using the latest release, but I don't want us to get another release or two in the future and find out that there's still an issue. If we can install each version and see if we can reproduce and figure out exactly which version bump seems to be causing this, that would be ideal.

The eve data versions should roughly match the following (earlier versions may or may not reflect this exactly, since they were hit with the VirtualStore issue):

  • v2.0.0: 1279361 (this is the version you're at!)
  • v2.0.1: 1279361
  • v2.0.2: 1279361
  • v2.1.0: 1321734
  • v2.1.1: 1321734 (this is the version that first addressed the VirtualStore issue)
  • v2.2.0b1: 1330057 (mutaplasmid testing)
  • v2.3.0: 1348988 (apparently I missed a stable 2.2.0 release? lol)
  • v2.3.1: 1348988
  • v2.4.0: 1369747
  • v2.5.0b1: 1369747

I know that's tedious, but I think that would give me as much information as I could collect. If nothing comes of it, then we can chaulk it up to it simply being a fluke.

Let me know what you find :)

@BlueThrowaway37
Copy link
Author

BlueThrowaway37 commented Aug 29, 2018

Finally able to spend time doing the uninstall/reinstall cycle...

Results:
2.0.2->2.1.0 successful
2.1.0->2.1.1 successful
2.1.1->2.3.0 Throws error.

Error log:

OS version: Windows-10-10.0.17134-SP0
Python version: 3.6.1 (v3.6.1:69c0db5, Mar 21 2017, 17:54:52) [MSC v.1900 32 bit (Intel)]
wxPython version: 4.0.0b2 (wxWidgets 3.0.4)
SQLAlchemy version: 1.1.10
Logbook version: 1.0.0
Requests version: 2.18.4
Dateutil version: 2.6.0

####################

Traceback (most recent call last):
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\engine\base.py", line 1182, in _execute_context
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\engine\default.py", line 470, in do_execute
sqlite3.OperationalError: no such column: invtypes.graphicID

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\pyfa.py", line 131, in <module>
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load
  File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\mainFrame.py", line 45, in <module>
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load
  File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\mainMenuBar.py", line 26, in <module>
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load
  File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\graphFrame.py", line 27, in <module>
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load
  File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\display.py", line 23, in <module>
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load
  File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\viewColumn.py", line 70, in <module>
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load
  File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\builtinViewColumns\baseName.py", line 33, in <module>
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load
  File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\builtinContextMenus\whProjector.py", line 1, in <module>
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load
  File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\contextMenu.py", line 182, in <module>
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load
  File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\builtinContextMenus\commandFits.py", line 12, in <module>
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\builtinContextMenus\commandFits.py", line 14, in CommandFits
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\service\market.py", line 359, in getInstance
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\service\market.py", line 221, in __init__
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\service\market.py", line 221, in <genexpr>
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\service\market.py", line 384, in getItem
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\eos\db\gamedata\queries.py", line 60, in checkAndReturn
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\eos\db\gamedata\queries.py", line 94, in getItem
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\orm\query.py", line 2755, in first
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\orm\query.py", line 2547, in __getitem__
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\orm\query.py", line 2855, in __iter__
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\orm\query.py", line 2878, in _execute_and_instances
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\engine\base.py", line 945, in execute
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\sql\elements.py", line 263, in _execute_on_connection
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\engine\base.py", line 1053, in _execute_clauseelement
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\engine\base.py", line 1189, in _execute_context
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\engine\base.py", line 1402, in _handle_dbapi_exception
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\util\compat.py", line 203, in raise_from_cause
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\util\compat.py", line 186, in reraise
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\engine\base.py", line 1182, in _execute_context
  File "C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\engine\default.py", line 470, in do_execute
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such column: invtypes.graphicID [SQL: 'SELECT invtypes."typeID" AS "invtypes_typeID", invtypes."typeName" AS "invtypes_typeName", invtypes."raceID" AS "invtypes_raceID", invtypes."factionID" AS "invtypes_factionID", invtypes.volume AS invtypes_volume, invtypes.mass AS invtypes_mass, invtypes.capacity AS invtypes_capacity, invtypes.published AS invtypes_published, invtypes."marketGroupID" AS "invtypes_marketGroupID", invtypes."iconID" AS "invtypes_iconID", invtypes."graphicID" AS "invtypes_graphicID", invtypes."groupID" AS "invtypes_groupID" \nFROM invtypes \nWHERE invtypes."typeName" = ?\n LIMIT ? OFFSET ?'] [parameters: ('Raven State Issue', 1, 0)]

@BlueThrowaway37
Copy link
Author

BlueThrowaway37 commented Aug 29, 2018

Will try removing the appdata store again and see if 2.3.0 to 2.4.0 or 2.5.0b1 has issues.

Clearing the AppData store and installing directly to the most recent beta release appears to work!

@blitzmann
Copy link
Collaborator

I also went through the reinstall cycle

2.1.1->2.3.0 Throws error.

This did not happen for me... So weird.

Did you try going from 2.3.0 > 2.4.0 > 2.5.0b1? Or did you just go straight to latest release? I'm still concerned that your system, for whatever reason, doesn't delete the virtual store correctly.

@blitzmann
Copy link
Collaborator

Oh damn... think I figured it out

kk, 2.1.1 is the version in which the installer should remove the virtual store. However, that was supposed to be more of a cleanup, not an actual fix. The actual fix was to tweak the exe in a way that Windows wouldn't use the virtual store. I think for that release it was a manual process, with the intension of making it automated. Don't think I ever got it to be automated...

I'll take another dive into that issue. Still not sure why your installer isn't removing old files from the VirtualStore, but that's besides the point. I'll keep this issue updated as to progress :)

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