Page 1 of 1

Me and My Shadow nightly builds

PostPosted: 16 Jul 2018, 17:47
by acme_pjz
Hi everyone,

After some works I managed to compile and package nightly builds for Windows and Linux using CI. Currently the nightly builds are automatically uploaded to https://bintray.com/acmepjz/meandmyshad ... uild#files .

  • Windows nightly build: bin+data-***-Release.7z. Extract and run meandmyshadow.exe. You may need the Visual C++ 2013 redistributable.
  • Linux nightly build: ***.AppImage. chmod a+x and run. You may need to install the package libwayland-egl1-mesa.

Re: Me and My Shadow nightly builds

PostPosted: 29 Oct 2018, 09:50
by eugeneloza
Hi! I'm having trouble with running nightly builds (Thu Oct 25 14:47:33 2018 +0800) on Windows 7 x 64.
181029_MMS_dll_error1.jpg

I have Visual C++ 2013 redistributable installed. Full list of those is here:
181029_MMS_dll_error2.jpg

Maybe it requires some specific version? Or should I install game in a regular way first?

Re: Me and My Shadow nightly builds

PostPosted: 29 Oct 2018, 16:05
by acme_pjz
Hi eugeneloza,

You must be downloading the the debug binary, right? Unfortunately, according to M$ the debug runtime library is not included in the VC redistributable; it is only included in Visual Studio installation. So you should download the release binary.

Sorry for the confusion (maybe I shouldn't upload the debug binary to the nightly build hosting website).

Re: Me and My Shadow nightly builds

PostPosted: 29 Oct 2018, 17:47
by eugeneloza
Yes, that was exactly the case! Thanks a lot, now everything is working! :)