Pages: « 1 2 3 4
  Print  
Author Topic: Croky  (Read 31775 times)
Offline (Male) rcobra
Reply #45 Posted on: September 21, 2016, 08:39:49 am
Member
Joined: Nov 2015
Posts: 67

View Profile WWW
thanks, this is only version for Linux
I tried to build windows through cross compile but I got an error

my spec
os: Linux Mint 17.3 (x86)
gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3)
gcc-mingw-w64-i686 version 4.8.2 (GCC)
openjdk version "1.8.0_91"
OpenJDK Runtime Environment (build 1.8.0_91-8u91-b14-0ubuntu4~14.04-b14)
OpenJDK Server VM (build 25.91-b14, mixed mode)

Code: [Select]
echo // GENERATED RESOURCE FILE FRONTEND > /home/rcobra/.enigma/.eobjs/Linux/Windows/Compile/resources.rc
for %%r in (Preprocessor_Environment_Editable/Resources.rc) do echo #include "%%r" >> /home/rcobra/.enigma/.eobjs/Linux/Windows/Compile/resources.rc
/bin/sh: 1: Syntax error: Bad for loop variable
make[1]: *** [/home/rcobra/.enigma/.eobjs/Linux/Windows/Compile/resources.res] Błąd 2
make[1]: Opuszczenie katalogu `/home/rcobra/dev/enigma-dev/ENIGMAsystem/SHELL'
make: *** [Game] Błąd 2

« Last Edit: September 21, 2016, 10:00:11 am by rcobra » Logged
ps.sorry for my english
Offline (Unknown gender) time-killer-games
Reply #46 Posted on: September 21, 2016, 08:05:07 pm
"Guest"


Email
Hey cobra! I am not able to play it because when I extract the file is "croky.bin.x86". I tried changing the extension to ".exe" but that did not help and I am unable to run it.

He said Linux, and there is no file extension for Linux applications, therefore don't use *.exe or anything.
« Last Edit: September 21, 2016, 08:06:44 pm by time-killer-games » Logged
Offline (Male) Goombert
Reply #47 Posted on: September 21, 2016, 08:29:41 pm

Developer
Location: Cappuccino, CA
Joined: Jan 2013
Posts: 2993

View Profile
Right, can you show that rc file there rcobra? Odd message because there isn't even a for loop in the rc file.
Logged
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect.

Offline (Male) rcobra
Reply #48 Posted on: September 22, 2016, 01:42:12 pm
Member
Joined: Nov 2015
Posts: 67

View Profile WWW
I checked is create empty file resources.res, my older version enigma i worked

ps.added versions for Windows
Logged
ps.sorry for my english
Offline (Male) Goombert
Reply #49 Posted on: September 22, 2016, 08:03:56 pm

Developer
Location: Cappuccino, CA
Joined: Jan 2013
Posts: 2993

View Profile
Hrm... I'm getting "The application was unable to start correctly (0xc000007b)."

I may try running it in GDB to see.

Edit:

Code: [Select]
(gdb) run
Starting program: C:\Users\Owner\Desktop\croky_newb1\croky_newb1\croky.exe
[New Thread 8016.0x2a6c]
During startup program exited with code 0xc000007b.
(gdb) bt
No stack.
(gdb) run
Starting program: C:\Users\Owner\Desktop\croky_newb1\croky_newb1\croky.exe
[New Thread 10752.0x15d4]
During startup program exited with code 0xc000007b.
(gdb)
« Last Edit: September 22, 2016, 08:06:01 pm by Goombert » Logged
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect.

Offline (Male) rcobra
Reply #50 Posted on: September 23, 2016, 08:16:14 am
Member
Joined: Nov 2015
Posts: 67

View Profile WWW
I checked my netbook Windows XP sp3(x86) is worked game
Logged
ps.sorry for my english
Offline (Male) Goombert
Reply #51 Posted on: September 24, 2016, 01:55:44 pm

Developer
Location: Cappuccino, CA
Joined: Jan 2013
Posts: 2993

View Profile
Hrm, I even tried running in compatible mode for all XP service packs but it still says the same thing. Did you add anything new to this version, like one of the extensions?
Logged
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect.

Offline (Male) rcobra
Reply #52 Posted on: September 24, 2016, 05:42:00 pm
Member
Joined: Nov 2015
Posts: 67

View Profile WWW
no extension is default setting
testing version enigma https://github.com/enigma-dev/enigma-dev/tree/7ab4d6d0187c61fe73a32e8dd94e2a473959640a
and lgm version 1.8.7.11 is worked build cross compiling on linux
Logged
ps.sorry for my english
Offline (Male) Goombert
Reply #53 Posted on: September 25, 2016, 12:58:22 pm

Developer
Location: Cappuccino, CA
Joined: Jan 2013
Posts: 2993

View Profile
Hrmph can you http://www.pastebin.com a full copy of the output log from building the game? I'm stumped because I don't know much about that cross-compiler as fundies built it.
Logged
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect.

Offline (Male) rcobra
Reply #54 Posted on: September 25, 2016, 02:28:48 pm
Member
Joined: Nov 2015
Posts: 67

View Profile WWW
my game log https://www.dropbox.com/s/5e6hquczniw5mgn/crosslog.txt

my configuration under the cross compiling under http://enigma-dev.org/docs/Wiki/CrossCompileWithAudio
the x86 versions for Ubuntu 14.04 / Linux Mint 17.3

Step One: Build Tools and Environment setup
ready package setting for x86
https://www.dropbox.com/s/c05eqd8pztt6zxt/mingw-root.tar.gz

Step Two: Compiling Dependencies

Please refer to the http://enigma-dev.org/docs/Wiki/CrossCompileWithAudio

x86_64-W64-mingw32 change on i686-W64-mingw32

Proceed as described http://enigma-dev.org/docs/Wiki/CrossCompileWithAudio
Logged
ps.sorry for my english
Offline (Male) faissaloo
Reply #55 Posted on: November 05, 2016, 03:49:38 am

Contributor
Location: Britbongistan
Joined: Jan 2013
Posts: 87

View Profile WWW Email
thanks, this is only version for Linux
I tried to build windows through cross compile but I got an error

my spec
os: Linux Mint 17.3 (x86)
gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3)
gcc-mingw-w64-i686 version 4.8.2 (GCC)
openjdk version "1.8.0_91"
OpenJDK Runtime Environment (build 1.8.0_91-8u91-b14-0ubuntu4~14.04-b14)
OpenJDK Server VM (build 25.91-b14, mixed mode)

Code: [Select]
echo // GENERATED RESOURCE FILE FRONTEND > /home/rcobra/.enigma/.eobjs/Linux/Windows/Compile/resources.rc
for %%r in (Preprocessor_Environment_Editable/Resources.rc) do echo #include "%%r" >> /home/rcobra/.enigma/.eobjs/Linux/Windows/Compile/resources.rc
/bin/sh: 1: Syntax error: Bad for loop variable
make[1]: *** [/home/rcobra/.enigma/.eobjs/Linux/Windows/Compile/resources.res] Błąd 2
make[1]: Opuszczenie katalogu `/home/rcobra/dev/enigma-dev/ENIGMAsystem/SHELL'
make: *** [Game] Błąd 2

Just came across this issue, I've filed an issue here: https://github.com/enigma-dev/enigma-dev/issues/1033
Logged
Offline (Male) rcobra
Reply #56 Posted on: December 08, 2016, 06:14:08 pm
Member
Joined: Nov 2015
Posts: 67

View Profile WWW
hi,new update version croky!

the final version is already available, a nice play :)

Home Project https://rcobra.itch.io/croky
« Last Edit: December 08, 2016, 06:23:52 pm by rcobra » Logged
ps.sorry for my english
Pages: « 1 2 3 4
  Print