ItsDeltin / Overwatch-Script-To-Workshop

Converts scripts to Overwatch workshops.
209 stars 26 forks source link

Decompiling fails on 2.0-preview-b #215

Closed Andygmb closed 3 years ago

Andygmb commented 3 years ago

Decompiling on 2.0-preview-b with the following clipboard script results in the error below.

clipboard.txt

SuccessEnd of file not reached, stuck at: 'enabled heroes
            {
                Baptiste
            }
        }
    }
'

if you remove the settings block (clipboard_nosettings.txt), as #172 indicates may be causing issues, you get the following error:

clipboard_nosettings.txt

SuccessEnd of file not reached, stuck at: 'White, White,
            White, Visible To and String, De'
Protowalker commented 3 years ago

Are you decompiling from the extension or from the command line?

Andygmb commented 3 years ago

From the visual studio extension