midoshouse / ootr-multiworld

An alternative implementation of multiworld for the Ocarina of Time randomizer
https://midos.house/mw
MIT License
9 stars 0 forks source link

The specified image file did not contain a resource section #19

Closed fenhl closed 1 year ago

fenhl commented 1 year ago

Some users attempting to install multiworld are running into the following error message

error in multiworld-installer version 9.0.0: The specified image file did not contain a resource section. (os error 1812)

Winver(Io(Os { code: 1812, kind: Uncategorized, message: "The specified image file did not contain a resource section." }))

Presumably this is happening during the BizHawk version check. I've pushed an update to the winver crate which should improve the error message here. Still need to publish a new multiworld release that includes this update.