Pages: « 1 2 3 4 5 »
  Print  
Author Topic: ENIGMA R4  (Read 58392 times)
Offline (Unknown gender) luiscubal
Reply #15 Posted on: September 08, 2010, 07:53:25 am
Member
Joined: Jun 2009
Posts: 452

View Profile Email
Is there any file named "mingw32-make" in C:\MinGW\bin? If so, make a copy and rename the copy to "make"

EDIT: You'll need to install the JRE (Java 6) too.

http://www.java.com/en/download/manual.jsp
« Last Edit: September 08, 2010, 07:55:34 am by luiscubal » Logged
Offline (Male) polygone
Reply #16 Posted on: September 08, 2010, 07:56:51 am

Contributor
Location: England
Joined: Mar 2009
Posts: 794

View Profile
Yes I just realised. In winmake.txt it's directing to C:\MinGW\bin\make.exe when it's installing as C:\MinGW\bin\mingw32-make.exe

So renaming to make.exe does the trick. But yes 11th plague you do need to check win-make as well to install it using the installer.
« Last Edit: September 08, 2010, 08:25:32 am by polygone » Logged
I honestly don't know wtf I'm talking about but hopefully I can muddle my way through.
Offline (Unknown gender) The 11th plague of Egypt
Reply #17 Posted on: September 08, 2010, 07:59:08 am
Member
Joined: Dec 2009
Posts: 274

View Profile
Hum, no. Mine points to C:\MinGW\bin\make.exe

Probably installing the MinGW-Make you messed things up.
Logged
Offline (Unknown gender) r9k
Reply #18 Posted on: September 08, 2010, 08:08:24 am
Member
Joined: Aug 2010
Posts: 25

View Profile
Code: [Select]
Running make from `/MinGW/bin/mingw32-make.exe'
Full command line: /MinGW/bin/mingw32-make.exe Game GMODE=Run GFLAGS="-O3 -s" GLINKS="-lopengl32 '../additional/zlib/libzlib.a' '../additional/al/lib/Win32/OpenAL32.lib' 'Platforms/windows/ffi/libFFI.a' -lcomdlg32 -lgdi32 -o game.exe" GRAPHICS=OpenGL PLATFORM=windows
echo Okay.
process_easy: DuplicateHandle(In) failed (e=6)
process_easy() failed to launch process (e=6)
C:\Users\r9k\AppData\Local\Temp\make3004-1.bat
Counted 1 args in failed launch
----Make returned error 2----------------------------------

When compiling any gmk
« Last Edit: September 08, 2010, 08:12:27 am by r9k » Logged
Offline (Male) polygone
Reply #19 Posted on: September 08, 2010, 08:16:56 am

Contributor
Location: England
Joined: Mar 2009
Posts: 794

View Profile
OK got it running. It complained about OpenAL so I ran oalinst.exe but Windows is now saying 'wrap_oal.dll is either not designed to run on Windows or it contains an error'. However ignoring that error it's running correctly :)
Logged
I honestly don't know wtf I'm talking about but hopefully I can muddle my way through.
Offline (Unknown gender) The 11th plague of Egypt
Reply #20 Posted on: September 08, 2010, 08:19:42 am
Member
Joined: Dec 2009
Posts: 274

View Profile
Quote
Unhandled Exception:
org.lateralgm.file.GmFormatException - java.io.IOException: Cannot run program "C:\MinGW\bin\make.exe" (in directory "C:\Programmi\ENIGMA"): CreateProcess error=2, Impossibile trovare il file specificato

Stack trace:
java.lang.ProcessBuilder.start(Unknown Source)
java.lang.Runtime.exec(Unknown Source)
java.lang.Runtime.exec(Unknown Source)
org.enigma.EnigmaRunner.make(EnigmaRunner.java:166)
org.enigma.EnigmaRunner$1.run(EnigmaRunner.java:121)
I had to install Make too. Then LGM worked and asked me to update some other libraries.
Logged
Offline (Unknown gender) luiscubal
Reply #21 Posted on: September 08, 2010, 08:21:41 am
Member
Joined: Jun 2009
Posts: 452

View Profile Email
As I mentioned earlier, if make is not found but mingw32-make is, just make a copy of mingw32-make and call it make.
Logged
Offline (Unknown gender) The 11th plague of Egypt
Reply #22 Posted on: September 08, 2010, 08:24:20 am
Member
Joined: Dec 2009
Posts: 274

View Profile
What game should I test now? Are there some standard examples?
Logged
Offline (Unknown gender) r9k
Reply #23 Posted on: September 08, 2010, 08:25:54 am
Member
Joined: Aug 2010
Posts: 25

View Profile
Try this out : http://dl.dropbox.com/u/10495683/gmk/watersimulation_shading.gmk
Logged
Offline (Male) polygone
Reply #24 Posted on: September 08, 2010, 08:29:25 am

Contributor
Location: England
Joined: Mar 2009
Posts: 794

View Profile
Can we build up a list of things that are missing from gml somewhere?
Logged
I honestly don't know wtf I'm talking about but hopefully I can muddle my way through.
Offline (Unknown gender) The 11th plague of Egypt
Reply #25 Posted on: September 08, 2010, 08:31:41 am
Member
Joined: Dec 2009
Posts: 274

View Profile
Can we build up a list of things that are missing from gml somewhere?
There is, here

BTW, my winmake.txt file points to \MinGW\bin\mingw32-make.exe but I still get an error
Quote
----Make returned error 2----------------------------------
process_easy: DuplicateHandle(In) failed (e=6)
process_easy() failed to launch process (e=6)
C:\DOCUME~1\User5\IMPOST~1\Temp\make3744-1.bat
Counted 1 args in failed launch
Logged
Offline (Unknown gender) Micah
Reply #26 Posted on: September 08, 2010, 08:37:07 am

Resident Troll
Joined: May 2008
Posts: 128

View Profile
Stencyl's title of most hyperbolic description of a game engine has officially been toppled.
Logged
Offline (Male) polygone
Reply #27 Posted on: September 08, 2010, 08:37:39 am

Contributor
Location: England
Joined: Mar 2009
Posts: 794

View Profile
Quote
BTW, my winmake.txt file points to \MinGW\bin\mingw32-make.exe but I still get an error
Point it back to \MinGW\bin\make.exe but just rename mingw32-make.exe to make.exe

Quote
There is, here
That's just functions. It doesn't mention things like collisions, timelines, variables. I mean an entire list together somewhere so you can instantly know.
« Last Edit: September 08, 2010, 03:21:36 pm by polygone » Logged
I honestly don't know wtf I'm talking about but hopefully I can muddle my way through.
Offline (Unknown gender) The 11th plague of Egypt
Reply #28 Posted on: September 08, 2010, 08:44:56 am
Member
Joined: Dec 2009
Posts: 274

View Profile
Still no luck.
Quote
Full command line: /MinGW/bin/make.exe Game GMODE=Run GFLAGS="-O3 -s" GLINKS="-lopengl32 '../additional/zlib/libzlib.a' '../additional/al/lib/Win32/OpenAL32.lib' 'Platforms/windows/ffi/libFFI.a' -lcomdlg32 -lgdi32 -o game.exe" GRAPHICS=OpenGL PLATFORM=windows
echo Okay.
process_ea----Make returned error 2----------------------------------
sy: DuplicateHandle(In) failed (e=6)
process_easy() failed to launch process (e=6)
C:\DOCUME~1\User5\IMPOST~1\Temp\make3652-1.bat
Counted 1 args in failed launch
Logged
Offline (Unknown gender) TheExDeus
Reply #29 Posted on: September 08, 2010, 08:56:58 am

Developer
Joined: Apr 2008
Posts: 1860

View Profile
I also needed to rename make. I also installed OpenAl, but I didn't check if I even needed to. Thou when I launch LGM it asks me if I want to download r435, and when I press Yes, I think it downloads all of those files, but the next time I run LGM it asks me if I want to update to r435 again. Also, in help>about it says r456, so it asks me to download an older version?

Besides this, I can complile and run games. I tried r9k example and it runs.
Logged
Pages: « 1 2 3 4 5 »
  Print