Posted June 19, 2020
goguser28848: I'll start by saying thx gazdi, you lead me down the right path.
It turns out common.dll requires a cpu with AVX instructions, which my cpu doesn't have. gazdi's solution was to replace them with SSE equivalents, but the version of the game I have (Life is Strange: Complete Season, latest version: 1.0.0.397609_(38128)) must be different, because gazdi's solution alone wasn't enough. I had to replace way more AVX instructions with SSE equivalents. I'm working on a patch to my common.dll and I'll post it later; I was able to get it to start-up and run the first episode.
To those having problems, even with gazdi's solution, what cpu do you have (specifically, does it have AVX) and what version of the game do you have?
EDIT: side note - I don't have Galaxy or Steam installed. Just using the offline installers.
Good job goguser28848 !It turns out common.dll requires a cpu with AVX instructions, which my cpu doesn't have. gazdi's solution was to replace them with SSE equivalents, but the version of the game I have (Life is Strange: Complete Season, latest version: 1.0.0.397609_(38128)) must be different, because gazdi's solution alone wasn't enough. I had to replace way more AVX instructions with SSE equivalents. I'm working on a patch to my common.dll and I'll post it later; I was able to get it to start-up and run the first episode.
To those having problems, even with gazdi's solution, what cpu do you have (specifically, does it have AVX) and what version of the game do you have?
EDIT: side note - I don't have Galaxy or Steam installed. Just using the offline installers.