Skip to content

GameFinder fails to parse Steam Manifest if there is a quotation mark used in a drive label #127

Open
@2KDrop

Description

As title says, when a drive for a Steam library is labelled with a " in the name, such as Game Drive 3.5" it will fail to parse the file.

Renaming the drive in the Steam drive menu to not include the " solves the issue as a bandaid solution

Example from the libraryfolders.vdf file

	"path"		"F:\\Games\\Steam"
	"label"		"Game Drive 3.5\""
	"contentid"		"2288888475556474100"
	"totalsize"		"1000191553536"

Renaming the drive in steam to no longer include the " turns it to this

	"path"		"F:\\Games\\Steam"
	"label"		"Game Drive 3.5"
	"contentid"		"2288888475556474100"
	"totalsize"		"1000191553536"

Which can be read no issue

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions