Page 1 of 6

gE 1.4.1

PostPosted: Sat May 02, 2015 6:59 am
by skydereign
Here's the current 1.4.1 build (currently Linux exe only). I'll upload the windows one when I'm back at school and have access to a windows machine as well as an official changelog. I haven't had the time to make a pretty release, but I'll try to throw together some nice demos of the new stuff.

-Edit
Linux build removed for now

Re: gE 1.4.1

PostPosted: Sat May 02, 2015 8:45 am
by koala
skydereign wrote:Here's the current 1.4.1 build (currently Linux exe only). I'll upload the windows one when I'm back at school and have access to a windows machine as well as an official changelog. I haven't had the time to make a pretty release, but I'll try to throw together some nice demos of the new stuff.
Respect and props and kudos to you. High five!

Re: gE 1.4.1

PostPosted: Sat May 02, 2015 11:07 pm
by bat78
gameEditorLinux: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

Re: gE 1.4.1

PostPosted: Sun May 03, 2015 12:52 am
by Hblade
You need to install the libs bat.

Re: gE 1.4.1

PostPosted: Sun May 03, 2015 1:30 am
by bat78
Hblade wrote:You need to install the libs bat.

I thought I have pre-installed C++ in debian 6.6.0.
7.8.0 Doesn't want to run on vbox and I have everything installed there.

Re: gE 1.4.1

PostPosted: Sun May 03, 2015 3:10 am
by Jagmaster
I'll have to boot up my craptop to test this out (since that's the only machine I have handy with linux installed)
Looking forward to the windows build and the new demos! :D

Re: gE 1.4.1

PostPosted: Sun May 03, 2015 8:21 am
by Turon
Wow GE 1.4.4 has arrived! Congrats Skydereign! :D just out of curiosity how is the Mac port doing?

Re: gE 1.4.1

PostPosted: Sun May 03, 2015 6:33 pm
by lverona
Hey fellas!

I am on Ubuntu. Does not work for me (1.4.0 works normally).

~/Downloads/gameEditor1.4.1$ ./gameEditorLinux
open /dev/sequencer: No such file or directory
Segmentation fault (core dumped)

Re: gE 1.4.1

PostPosted: Sat May 09, 2015 6:38 pm
by Turon
I have tried the Linux version I clicked on it and it did nothing... I am not very fimiliar with linux so I may have been missing something...
I was using Ubuntu 14.02

Re: gE 1.4.1

PostPosted: Sun May 10, 2015 7:14 pm
by Hblade
haven't tested so dunno yet O: but try this in terminal:
Code: Select all
sudo apt-get install apt-file

Code: Select all
sudo apt-file update && sudo apt-file find libstdc++.so.6 && sudo apt-get install libstdc++6


Source:
http://askubuntu.com/questions/409821/i ... -libraries

Re: gE 1.4.1

PostPosted: Mon May 11, 2015 8:25 pm
by PookDGuru
I'll just have to wait for windows build. Linux exp is at 0%

Re: gE 1.4.1

PostPosted: Tue May 12, 2015 2:12 am
by 420foxbot
PookDGuru wrote:I'll just have to wait for windows build. Linux exp is at 0%


You might be waiting a very long time, with the rest of us.

Re: gE 1.4.1

PostPosted: Tue May 12, 2015 9:37 am
by bat78
PookDGuru wrote:I'll just have to wait for windows build. Linux exp is at 0%


Line up first.

Re: gE 1.4.1

PostPosted: Wed May 13, 2015 1:01 am
by skydereign
Turon wrote:I have tried the Linux version I clicked on it and it did nothing... I am not very fimiliar with linux so I may have been missing something...
I was using Ubuntu 14.02

I figured out what was causing some of the problems. It wasn't autogenerating the script editor color themes properly. I can just package it in to fix this. However this won't fix the /dev/sequencer problem which may be fixable just by installing the right library. I'll see if I can borrow my friend's ubuntu machine to figure it out.

On another note, the windows build is done but I'm not going to upload it publicly for now.

Re: gE 1.4.1

PostPosted: Wed May 13, 2015 9:08 pm
by speckford123
skydereign wrote:On another note, the windows build is done but I'm not going to upload it publicly for now.


Why must you tease us so.

Haha, no problem, glad to hear that it's finished at least.
Doing some testing before you release it?