Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Runtime Issue

A topic by madonkey created Jan 09, 2019 Views: 325 Replies: 10
Viewing posts 1 to 2

Hello -


There seems to be an issue where the game crashed and leaves you with a VCRUNTIME140D.dll error. Says its missing from my computer. Might be reliant on some Service Pack of Windows that I might now have, 

Developer

Hi madonkey, what Windows version do you have?

windows 7. 

Developer

I believe that installing the VC 2017 Redistributable Package will solve the problem, here's the link: https://aka.ms/vs/15/release/VC_redist.x86.exe

Please let me know if that solves the issue, thanks!

Hello, I've installed that Package and verified that the game still continue to crash on launch.

Developer

I've just released a new build that should fix this issue: https://shawyadventures.itch.io/shawy-adventures/devlog/64210/shawy-adventures-d...

Please let me know this new build works fine, thanks!

The new build works now! Thanks, it seems to launch in a different Monitor than the default Main Monitor though. Not sure if there is a way to change that. I dont see it in options. I could maybe force it to the Main Monitor via some hacky things in Windows. Not sure if you've tested with 2 or 3 monitors. Not a big deal though as now the game is playable! Thanks!

Developer

Glad that its working now! :)

The game should start on the last monitor that it was used, does this works for you? I have tested it using 2 monitors but only on Windows 10, I'll try to test it with Windows 7 too.

Thanks for reporting!

Hmm. It seems to always use my furthest left monitor no matter which monitor was the last one used. Not sure exactly how it's even doing that. By default applications use the Main monitor (even with Godots default settings). Maybe you have some fullscreen custom logic set up somewhere that's picking a monitor? 

Developer (1 edit)

Yes, I have included this PR: https://github.com/godotengine/godot/pull/23926 which I'm using to start the game on the last monitor that it was used, though seems that somehow its buggy when you use it. I'm rechecking the code now to see if I find the issue.

Developer

A couple of questions, what are the contents of the file C:\Users\<user>\AppData\Roaming\ShawyAdventures\shawy_ps.dat ? And if you remove that file does the game still starts up in the furthest monitor?

Thanks for the help again!