-
Notifications
You must be signed in to change notification settings - Fork 278
Description
Program suddenly stopped being able to load. Here is the CMD output:
Debug:
Web rendering engine used: QWebView
Running manuskript version 0.6.0.
Note: No translator found or loaded for locale en_US.
Loading: C:/Users/olsonac1.2CE12909PS/Google Drive/Hobbies/Stories/Story Manuskript/Keenan Story.msk
Detected file format version: 1. Zip: False.
Traceback (most recent call last):
File "manuskript\ui\welcome.py", line 68, in showEvent
File "manuskript\mainWindow.py", line 517, in loadProject
File "manuskript\mainWindow.py", line 742, in loadDatas
File "manuskript\loadSave.py", line 66, in loadProject
File "manuskript\load_save\version_1.py", line 656, in loadProject
FileNotFoundError: [Errno 2] No such file or directory: 'C:/Users/olsonac1.2CE12
909PS/Google Drive/Hobbies/Stories/Story Manuskript\Keenan Story\outline\1-JM
Turned-Keenan-s_age_revealed\0-Finish_Marty-s_investigation\0-JM_adjusting
to_vampirism_and_living_at_Lucas-_place-_and_Marty_investigation_becoming_releva
nt-.md'
The "file not found" is in fact there. For context, this project was the last one opened in the program and I did not edit the files outside the program.
Here is the info for that MSK's settings.txt in case it's relevant:
{
"autoSave": true,
"autoSaveDelay": 1,
"autoSaveNoChanges": true,
"autoSaveNoChangesDelay": 5,
"corkBackground": {
"color": "#926239",
"image": ""
},
"corkSizeFactor": 71,
"corkStyle": "new",
"defaultTextType": "md",
"dict": "en_US",
"dontShowDeleteWarning": false,
"folderView": "cork",
"frequencyAnalyzer": {
"phraseMax": 5,
"phraseMin": 2,
"wordExclude": "a, and, or",
"wordMin": 1
},
"fullScreenTheme": "newtheme",
"lastTab": 6,
"openIndexes": [
0,
[
"25"
],
null
],
"outlineViewColumns": [
0,
8,
9,
7,
11
],
"revisions": {
"keep": true,
"rules": {
"2592000": 8640.0,
"3600": 60.0,
"600": 6.0,
"86400": 360.0,
"null": 60480.0
},
"smartremove": true
},
"saveOnQuit": true,
"saveToZip": false,
"spellcheck": true,
"textEditor": {
"background": "#fff",
"backgroundTransparent": false,
"cursorNotBlinking": false,
"cursorWidth": 1,
"font": "MS Shell Dlg 2,10,-1,5,50,0,0,0,0,0",
"fontColor": "#000",
"indent": true,
"lineSpacing": 100,
"marginsLR": 0,
"marginsTB": 0,
"maxWidth": 0,
"misspelled": "#F00",
"spacingAbove": 5,
"spacingBelow": 5,
"tabWidth": 20,
"textAlignment": 0
},
"viewMode": "fiction",
"viewSettings": {
"Cork": {
"Background": "Nothing",
"Border": "Nothing",
"Corner": "Label",
"Icon": "Nothing",
"Text": "Nothing"
},
"Outline": {
"Background": "Nothing",
"Icon": "POV",
"Text": "Nothing"
},
"Tree": {
"Background": "Nothing",
"Icon": "Nothing",
"InfoFolder": "Count",
"InfoText": "WC",
"Text": "Compile",
"iconSize": 24
}
}
}