About Monkey 2 › Forums › Monkey 2 Development › Binary and Source wont execute
This topic contains 19 replies, has 6 voices, and was last updated by
Mark Sibly
2 years, 8 months ago.
-
AuthorPosts
-
August 4, 2016 at 10:20 am #2736
After downloading the binary for Windows, I tried running (Windows 7 64bit) and the hourglass spins for a couple of seconds then nothing! no error no TED. So I downloaded the source and built using the indicated commands produced the binary without error but again the program fails to run, any ideas?
August 4, 2016 at 10:25 am #2738Do you have spaces in your monkey2 directory path?
August 4, 2016 at 10:26 am #2739C:\monkey2-v1.0.0
August 4, 2016 at 10:56 am #2740are you noticed of any errors (like “vcruntime140.dll is missing” for example?) or is it just not doing anything?
August 4, 2016 at 11:17 am #2742No errors, just a brief delay as indicated by the swirling pointer, and then nothing? No task appears in the task manager.
August 4, 2016 at 11:39 am #2743I used this version of MinGW:
123http://www.monkey-x.com/mak/devtools/i686-5.3.0-posix-dwarf-rt_v4-rev0.exe(noted here: https://github.com/blitz-research/monkey2)And extracted it here:
Monkey1234567D:\Programs\monkey2\devtools>dir /b.gitignoremingw-w64.batmingw-w64.urlmingw32uninstall.exeuninstall.iniAlso just for safety I created a user environment variable called PATH and added this line:
Monkey12D:\Programs\monkey2\devtools\mingw32\bin\g++.exeI don’t know if the PATH variable is needed for using Ted, but I remember when doing command line compilations it was needed.
August 4, 2016 at 11:57 am #2744@cocon thanks for that info just tried it same problem? same filesize as before
the Ubuntu 64 version also required some additional setup:
apt-get update
apt-get install libudev-dev
apt-get install libsdl2-dev./rebuildall.sh
Raspbery Pi3
git clone https://github.com/nitrologic/monkey2
apt-get update
apt-get install libudev-dev
apt-get install libsdl2-dev
cd monkey2/scripts
./updatemods.shAugust 4, 2016 at 1:32 pm #2746does anyone have this working under Windows 7 64bit?
August 4, 2016 at 1:53 pm #2750yes, me
August 4, 2016 at 1:55 pm #2751But I have the folder in my desktop. And without the version number.
August 4, 2016 at 2:08 pm #2753Working for me on W7 x64, m2 folder in my home dir. Always better to be in that authorised part (desktop is in that part too) to avoid UAC and other security blockers.
Had to copy vcruntime140.dll in a PATH because I don’t have VC runtime installed but the dll should not be necessary so this should change.
August 4, 2016 at 2:23 pm #2754Try to make a command line compilation and see if you can spot any errors related to the system or g++ compiler. I had tried this also myself:
http://monkey2.monkey-x.com/forums/topic/small-correction-to-the-mx2cc-documentation/P.S. The mx2cc is a user environment variable.
D:\Programs\monkey2\bin\mx2cc_windows.exeAugust 4, 2016 at 3:18 pm #2757No errors reported calling c:\monkey2\scripts\rebuildall
rebuildmods 100%
rebuildted2 100% all files copiedUser environment variables set:
c:\monkey2\devtools\mingw\bin\g++.exe; c:\monkey2\bin\mx2cc_windows.execopied vcruntime140.dll to c:\monkey2\
copied the contents of i686-5.3.0-posix-dwarf-rt_v4-rev0 to c:\monkey2\devtools\
thanks for all thge suggestions nothing seems to be failing in the build?
August 4, 2016 at 8:51 pm #2759I had issues with windows monkey2 binaries on my win7 laptop.
I am testing again now…
August 4, 2016 at 8:55 pm #2760The first issue detected is the folder created by 7zip is readonly!
The permission bits on the mx2cc.exe also look like an issue.
back soon…
-
AuthorPosts
You must be logged in to reply to this topic.