Pages: 1 2 3 4
Author Topic: Croky  (255,568 Views)
Offline (Unknown gender) rcobra

Member
Joined: Nov 2015
Posts: 67
View profile WWW
Reply #45 Posted on: September 21, 2016, 01:39:49 PM
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)


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

Offline (Unknown gender) time-killer-games
Guest


Email
Reply #46 Posted on: September 22, 2016, 01:05:07 AM
Quote from: Goombert on September 21, 2016, 06:48:59 AM
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.
Offline (Unknown gender) Goombert

Developer
Joined: Jan 2013
Posts: 2,991
View profile
Reply #47 Posted on: September 22, 2016, 01:29:41 AM
Right, can you show that rc file there rcobra? Odd message because there isn't even a for loop in the rc file.
Offline (Unknown gender) rcobra

Member
Joined: Nov 2015
Posts: 67
View profile WWW
Reply #48 Posted on: September 22, 2016, 06:42:12 PM
I checked is create empty file resources.res, my older version enigma i worked

ps.added versions for Windows
Offline (Unknown gender) Goombert

Developer
Joined: Jan 2013
Posts: 2,991
View profile
Reply #49 Posted on: September 23, 2016, 01:03:56 AM
Hrm... I'm getting "The application was unable to start correctly (0xc000007b)."

I may try running it in GDB to see.

Edit:

(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)
Offline (Unknown gender) rcobra

Member
Joined: Nov 2015
Posts: 67
View profile WWW
Reply #50 Posted on: September 23, 2016, 01:16:14 PM
I checked my netbook Windows XP sp3(x86) is worked game
Offline (Unknown gender) Goombert

Developer
Joined: Jan 2013
Posts: 2,991
View profile
Reply #51 Posted on: September 24, 2016, 06:55:44 PM
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?
Offline (Unknown gender) rcobra

Member
Joined: Nov 2015
Posts: 67
View profile WWW
Reply #52 Posted on: September 24, 2016, 10:42:00 PM
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
Offline (Unknown gender) Goombert

Developer
Joined: Jan 2013
Posts: 2,991
View profile
Reply #53 Posted on: September 25, 2016, 05:58:22 PM
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.
Offline (Unknown gender) rcobra

Member
Joined: Nov 2015
Posts: 67
View profile WWW
Reply #54 Posted on: September 25, 2016, 07:28:48 PM
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
Offline (Unknown gender) faissaloo

Contributor
Joined: Jan 2013
Posts: 87
View profile WWW
Reply #55 Posted on: November 05, 2016, 08:49:38 AM
Quote from: rcobra on September 21, 2016, 01:39:49 PM
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)


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
Offline (Unknown gender) rcobra

Member
Joined: Nov 2015
Posts: 67
View profile WWW
Reply #56 Posted on: December 08, 2016, 11:14:08 PM
hi,new update version croky!

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

Home Project https://rcobra.itch.io/croky
Pages: 1 2 3 4