This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: 1
1
Issues Help Desk / Re: fatal error: ffi.h: No such file
« on: May 28, 2019, 12:01:44 pm »
I found one of reasons to this bug and paste it on GitHub, so now you should wait when devs fix that, or:
Open enigma-dev\Compilers\Windows\gcc.ey in Notepad++/ any other text editor which show lines
change line 15 to this:
cxxflags: -std=c++11 -I/mingw32/lib/libffi-3.2.1/include -I/mingw64/lib/libffi-3.2.1/include -I../Additional/i686-w64-mingw32/include
[ https://github.com/enigma-dev/enigma-dev/issues/1734 ]
Open enigma-dev\Compilers\Windows\gcc.ey in Notepad++/ any other text editor which show lines
change line 15 to this:
cxxflags: -std=c++11 -I/mingw32/lib/libffi-3.2.1/include -I/mingw64/lib/libffi-3.2.1/include -I../Additional/i686-w64-mingw32/include
[ https://github.com/enigma-dev/enigma-dev/issues/1734 ]
2
General ENIGMA / Re: ENIGMA - Easy installation
« on: April 16, 2019, 12:27:00 pm »
Thanks for feedback! Going to fix that.
UPD. I fixed .bat bug, now you can re-download the attachement. (it's in the post #6)
Also, i dont know how you get this problem. Are you trying to change installation directory? Never get that problem.
I'm re-installing ENIGMA with that script and looking for errors.
Quick note: this script (in default state) installing all stuff in MSYS_ROOT/ENIGMA ignoring home folder. (Cause script is using relative paths. I guess changing "/" to "~" should install all stuff to user folder.)
The difference between STD and PRO is the type of installation.
STD is the installation for newbies, it's doing all stuff without user presence.
PRO installation provides Y/N dialogs for user that know what to do.
UPD. I fixed .bat bug, now you can re-download the attachement. (it's in the post #6)
Also, i dont know how you get this problem. Are you trying to change installation directory? Never get that problem.
I'm re-installing ENIGMA with that script and looking for errors.
Quick note: this script (in default state) installing all stuff in MSYS_ROOT/ENIGMA ignoring home folder. (Cause script is using relative paths. I guess changing "/" to "~" should install all stuff to user folder.)
The difference between STD and PRO is the type of installation.
STD is the installation for newbies, it's doing all stuff without user presence.
PRO installation provides Y/N dialogs for user that know what to do.
3
General ENIGMA / Re: ENIGMA - Easy installation
« on: April 14, 2019, 05:34:38 am »
Here's updated version of scripts! v2 [BETA]
Changelog:
- re-writed with MUCH MORE relative structure, which provide some new functions:
- Cross-platform update. (Windows - 100% worked, Linux - not tested, Mac - not available now). Working on it.
- Freedom! Now you able to define your parameters for install/ launch. MAKE SURE THAT YOU MADE BACKUP OF VARS.INI BEFORE EDIT!
For Windows, script (as always) should be extracted from 7z and dropped to msys root folder (in order to get .bat files work).
It still needs test. If you will find some bugs - drop info here and I'll fix that.
Changelog:
- re-writed with MUCH MORE relative structure, which provide some new functions:
- Cross-platform update. (Windows - 100% worked, Linux - not tested, Mac - not available now). Working on it.
- Freedom! Now you able to define your parameters for install/ launch. MAKE SURE THAT YOU MADE BACKUP OF VARS.INI BEFORE EDIT!
For Windows, script (as always) should be extracted from 7z and dropped to msys root folder (in order to get .bat files work).
It still needs test. If you will find some bugs - drop info here and I'll fix that.
4
General ENIGMA / Re: Sorry, I really tried
« on: March 10, 2019, 02:08:08 pm »
Agree with you guys. ENIGMA installation is not an ordinary. You need to understand what you're doing. After ~2 weeks i understand the whole process and after 2 weeks (again) made 1st version of .sh script that 'snapshoted' all steps shown in the official video/official wiki and it seems to work. You can look it here - https://enigma-dev.org/forums/index.php?topic=2954.0
But, i think that strange method to get dependencies that ENIGMA using isn't good. Some cross-platform projects (which can work on linux, yep) can do it without any special terminals/hacker moves/etc.
Small community is a sign of not making binary releases, i guess. And it's no good.
But, i think that strange method to get dependencies that ENIGMA using isn't good. Some cross-platform projects (which can work on linux, yep) can do it without any special terminals/hacker moves/etc.
Small community is a sign of not making binary releases, i guess. And it's no good.
5
General ENIGMA / Re: ENIGMA - Easy installation on Windows.
« on: March 06, 2019, 01:27:35 pm »What Windows version is this for? Or is it for all of them?All sys requirements are going from MSYS.
MSYS 2 requirements are Windows 7 SP1
(but if you can magically run it on older versions, script should work too)
6
General ENIGMA / Re: ENIGMA - Easy installation on Windows.
« on: February 16, 2019, 12:15:23 pm »
It works on 32-bit (tested on VM) and 64-bit (tested on real hardware)! 
Git is installed already (from msys)

Git is installed already (from msys)
7
General ENIGMA / ENIGMA - Easy installation
« on: February 06, 2019, 05:27:06 am »
Hello there!
I think that many Windows users dropping ENIGMA because of hard installation. And yep - it's true.
I got ~2 weeks to understand how it should work, and made installation script to make this easy.
Usage:
1. Install MSYS2 and do pacman -Syu as the ENIGMA Wiki says.
2. Unpack this script to your msys folder.
3. Install:
a) for 32-bit machines: via mingw32 folder;
b) for 64-bit machines: via mingw64 (for 64-bit compilation) and via mingw32(for 32-bit compilation)
4. Enjoy!
NOTE: All useful .bat files for install and launch located in YOUR MSYS FOLDER\ENIGMA\scripts\windows
NOTE #2: If you don't trust .EXE files (which is compressed 7z archive), you can unpack it via 7-zip like normal archive
I think that many Windows users dropping ENIGMA because of hard installation. And yep - it's true.
I got ~2 weeks to understand how it should work, and made installation script to make this easy.
Usage:
1. Install MSYS2 and do pacman -Syu as the ENIGMA Wiki says.
2. Unpack this script to your msys folder.
3. Install:
a) for 32-bit machines: via mingw32 folder;
b) for 64-bit machines: via mingw64 (for 64-bit compilation) and via mingw32(for 32-bit compilation)
4. Enjoy!
NOTE: All useful .bat files for install and launch located in YOUR MSYS FOLDER\ENIGMA\scripts\windows
NOTE #2: If you don't trust .EXE files (which is compressed 7z archive), you can unpack it via 7-zip like normal archive
8
Issues Help Desk / Re: LGM/Enigma lib errors
« on: December 06, 2018, 12:00:37 pm »
FIXED.
If you had the same errors, you need:
1. Build the project with MINGW32(64) shell, not MSYS2.
2. install grpc package:
for x86_64:
pacman -Sy mingw-w64-i686-grpc
for x64:
pacman -Sy mingw-w64-grpc
for x32:
pacman -Sy mingw-i686-grpc
3. To get compiler working, launch it with MSYS2 terminal with some tweaks (see Wiki) to initialize it correctly.
If you had the same errors, you need:
1. Build the project with MINGW32(64) shell, not MSYS2.
2. install grpc package:
for x86_64:
pacman -Sy mingw-w64-i686-grpc
for x64:
pacman -Sy mingw-w64-grpc
for x32:
pacman -Sy mingw-i686-grpc
3. To get compiler working, launch it with MSYS2 terminal with some tweaks (see Wiki) to initialize it correctly.
9
Issues Help Desk / Re: LGM/Enigma lib errors
« on: December 05, 2018, 05:41:07 am »
I test this on ALL 32bit components already - it does the same error.
make utility is crashed on building EMAKE, but protobuf was installed.
LGM shows only icons (compile/debug/etc), but this buttons are inactive and i can't compile.
make utility is crashed on building EMAKE, but protobuf was installed.
LGM shows only icons (compile/debug/etc), but this buttons are inactive and i can't compile.
10
Issues Help Desk / [SOLVED]LGM/Enigma lib errors
« on: December 04, 2018, 10:21:50 am »
Hello!
I have a problem with enigma library.
1. I cannot build emake: no grpc_cpp_plugin. How to install it on MSYS2? I don't see it in packages/repos, .sh file from MSYS wiki don't work too.
2. LGM cannot compile apps, i see the buttons, but they are turned off. I think that the problem with my PATH, but i can't fix that. MSYS32\mingw32\bin don't work too.
3. 64-bit CompileEGMF don't work on latest LateralGM.
So, what i need to do? Please, help me in this situation.
P.S. Can ENIGMA run without MSYS environment at all with only mingw32 installed?
--------------------------------------------------------------------
by the way, some details:
My PATH contains only msys dir: C:\msys32\usr\bin
I'm using portable Java 8.0 x32, packed with Launch4j, so, the installation and PATH for it is not needed.
ENIGMA is installed in C:\ENIGMA
OS: Windows 7 SP1 x32\ Windows 10 LTSB 2016 x64
I have a problem with enigma library.
1. I cannot build emake: no grpc_cpp_plugin. How to install it on MSYS2? I don't see it in packages/repos, .sh file from MSYS wiki don't work too.
2. LGM cannot compile apps, i see the buttons, but they are turned off. I think that the problem with my PATH, but i can't fix that. MSYS32\mingw32\bin don't work too.
3. 64-bit CompileEGMF don't work on latest LateralGM.
So, what i need to do? Please, help me in this situation.
P.S. Can ENIGMA run without MSYS environment at all with only mingw32 installed?
--------------------------------------------------------------------
by the way, some details:
My PATH contains only msys dir: C:\msys32\usr\bin
I'm using portable Java 8.0 x32, packed with Launch4j, so, the installation and PATH for it is not needed.
ENIGMA is installed in C:\ENIGMA
OS: Windows 7 SP1 x32\ Windows 10 LTSB 2016 x64
11
Issues Help Desk / RGM crashes on startup
« on: November 11, 2018, 06:48:08 am »
Hello there!
I installed RadialGM[v1.0.122-64bit], but it crashes after startup.
By the way, I:
1. Installed MSYS2[x86_64]
2. Built a CompileEGMF.dll[x64]
But RGM is crashing again.
What I'm doing wrong? Please, help me.
I installed RadialGM[v1.0.122-64bit], but it crashes after startup.
By the way, I:
1. Installed MSYS2[x86_64]
2. Built a CompileEGMF.dll[x64]
But RGM is crashing again.
What I'm doing wrong? Please, help me.
Pages: 1