Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

The Exciting Adventures Of Master Chef Ogro RPG 2.0 Release!

The news hub -- read this stuff first!

Board Rules <-- Please read before posting.
Giorgos
Member
Member
Posts: 4
Joined: June 10th, 2013, 2:43 am
Name: Giorgos

Re: The Exciting Adventures Of Master Chef Ogro RPG 2.0 Rele

Post by Giorgos »

I'm getting the error:

Δευ Ιούν 10 . 10:28 πμ ~/Λήψεις/MasterChefOgro2.0>./sandbox-rpg_unix
A problem was encountered, please check which of the following it is.
1) There isn't an available executable for your platform x86_64
2) the executable was moved
3) There isn't an executable
the script will attempt to create a client in 10 seconds, press CTRL-C to cancel
./sandbox-rpg_unix: line 24: exec: build.sh: not found
Δευ Ιούν 10 . 10:28 πμ ~/Λήψεις/MasterChefOgro2.0>

My system is Kubuntu 13.04 x64.
Any hints :?:
TIA! :D
Hirato
Developer
Developer
Posts: 689
Joined: May 30th, 2009, 1:23 pm
IRC Username: hirato

Re: The Exciting Adventures Of Master Chef Ogro RPG 2.0 Rele

Post by Hirato »

looks like it's missing the build script.
Just build the thing;

Code: Select all

Make -C src install
And you should be good; just make sure you have the sdl, sdl-image, and sdl-mixer DEVELOPMENT libraries installed.
This is not a url, clicking it is pointless
Giorgos
Member
Member
Posts: 4
Joined: June 10th, 2013, 2:43 am
Name: Giorgos

Re: The Exciting Adventures Of Master Chef Ogro RPG 2.0 Rele

Post by Giorgos »

THANKS Hirato for your help!!! :D

I installed the development files, but I couldn't compile the files.

Code: Select all

Τρι Ιούν 11 . 08:31 μμ ~/TEMPG/MasterChefOgro2.0>sudo make -C src install
[sudo] password for giorgos: 
make: Entering directory `/home/giorgos/TEMPG/MasterChefOgro2.0/src'
cd enet; ./configure
/bin/sh: 1: ./configure: Permission denied
make: *** [enet/Makefile] Error 126
make: Leaving directory `/home/giorgos/TEMPG/MasterChefOgro2.0/src'
Τρι Ιούν 11 . 08:32 μμ ~/TEMPG/MasterChefOgro2.0>
Hirato
Developer
Developer
Posts: 689
Joined: May 30th, 2009, 1:23 pm
IRC Username: hirato

Re: The Exciting Adventures Of Master Chef Ogro RPG 2.0 Rele

Post by Hirato »

*sigh* stupid zips...

chmod +x src/enet/configure - try again
This is not a url, clicking it is pointless
Giorgos
Member
Member
Posts: 4
Joined: June 10th, 2013, 2:43 am
Name: Giorgos

Re: The Exciting Adventures Of Master Chef Ogro RPG 2.0 Rele

Post by Giorgos »

OK! :D I marked configure as executable.

Here's what I'm getting:

Code: Select all

Τετ Ιούν 12 . 10:37 μμ ~/TEMPG/MasterChefOgro2.0>sudo make -C src install
make: Entering directory `/home/giorgos/TEMPG/MasterChefOgro2.0/src'
make    -C enet/ all
make[1]: Entering directory `/home/giorgos/TEMPG/MasterChefOgro2.0/src/enet'
Making all in include
make[2]: Entering directory `/home/giorgos/TEMPG/MasterChefOgro2.0/src/enet/include'
make[3]: Entering directory `/home/giorgos/TEMPG/MasterChefOgro2.0/src/enet'
make[3]: Leaving directory `/home/giorgos/TEMPG/MasterChefOgro2.0/src/enet'
Making all in enet
make[3]: Entering directory `/home/giorgos/TEMPG/MasterChefOgro2.0/src/enet/include/enet'
make[4]: Entering directory `/home/giorgos/TEMPG/MasterChefOgro2.0/src/enet'
make[4]: Leaving directory `/home/giorgos/TEMPG/MasterChefOgro2.0/src/enet'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/giorgos/TEMPG/MasterChefOgro2.0/src/enet/include/enet'
make[3]: Entering directory `/home/giorgos/TEMPG/MasterChefOgro2.0/src/enet/include'
make[4]: Entering directory `/home/giorgos/TEMPG/MasterChefOgro2.0/src/enet'
make[4]: Leaving directory `/home/giorgos/TEMPG/MasterChefOgro2.0/src/enet'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/giorgos/TEMPG/MasterChefOgro2.0/src/enet/include'
make[2]: Leaving directory `/home/giorgos/TEMPG/MasterChefOgro2.0/src/enet/include'
make[2]: Entering directory `/home/giorgos/TEMPG/MasterChefOgro2.0/src/enet'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/giorgos/TEMPG/MasterChefOgro2.0/src/enet'
make[1]: Leaving directory `/home/giorgos/TEMPG/MasterChefOgro2.0/src/enet'
g++ -Wall -fsigned-char -O2 -fomit-frame-pointer -Ishared -Iengine -Ifpsgame -Imoviecube -Isspgame -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`  -o sandbox_client_x86_64 shared/tools.o shared/geom.o engine/3dgui.o engine/bih.o engine/blend.o engine/blob.o engine/client.o engine/command.o engine/console.o engine/cubeloader.o engine/decal.o engine/dynlight.o engine/glare.o engine/grass.o engine/lightmap.o engine/main.o engine/material.o engine/menus.o engine/normal.o engine/octa.o engine/octaedit.o engine/octarender.o engine/pvs.o engine/physics.o engine/rendergl.o engine/rendermodel.o engine/renderparticles.o engine/rendersky.o engine/rendertext.o engine/renderva.o engine/server.o engine/serverbrowser.o engine/shader.o engine/shadowmap.o engine/sound.o engine/texture.o engine/water.o engine/world.o engine/worldio.o fpsgame/fps.o sspgame/ssp.o rpggame/rpg.o -Lenet -lenet -L/usr/X11R6/lib `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL -lrt
/usr/bin/ld: engine/console.o: undefined reference to symbol 'XFree'
/usr/bin/ld: note: 'XFree' is defined in DSO /usr/lib/x86_64-linux-gnu/libX11.so.6 so try adding it to the linker command line
/usr/lib/x86_64-linux-gnu/libX11.so.6: could not read symbols: Μη έγκυρη διαδικασία
collect2: σφάλμα: η ld επέστρεψε κατάσταση εξόδου 1
make: *** [client] Error 1
make: Leaving directory `/home/giorgos/TEMPG/MasterChefOgro2.0/src'
Τετ Ιούν 12 . 10:37 μμ ~/TEMPG/MasterChefOgro2.0>
Hirato
Developer
Developer
Posts: 689
Joined: May 30th, 2009, 1:23 pm
IRC Username: hirato

Re: The Exciting Adventures Of Master Chef Ogro RPG 2.0 Rele

Post by Hirato »

you should probably preprend LC_ALL="C" just so I can read the text :P

You'll need to open up src/Makefile in a text editor.

Look for a line that reads something like this.

Code: Select all

CLIENT_LIBS= -Lenet/.libs -lenet -L/usr/X11R6/lib -lX11 `sdl2-config --libs` -lSDL2_image -lSDL2_mixer -lz -lGL 
Add "-lX11" into that list of values.
This is not a url, clicking it is pointless
Giorgos
Member
Member
Posts: 4
Joined: June 10th, 2013, 2:43 am
Name: Giorgos

Re: The Exciting Adventures Of Master Chef Ogro RPG 2.0 Rele

Post by Giorgos »

THANKS!!! :D
That did the trick!

PS. I found a README_LINUX in src directory that explain the process. I didn't noticed it earlier. :oops:
PS2. Sorry for the Greek strings at konsole output. Somehow, changing language to English don't really works with Konsole. It changes only the menu texts.
PS3. The game complains that can't change sandbox_server_x86_64 properties. I don't know if this is important. Launching it with kdesudo dissapears this warning.
It is also giving a warning about an uknown getname command.

Launching from konsole:

Code: Select all

Πεμ Ιούν 13 . 08:04 πμ ~/TEMPG/MasterChefOgro2.0>./sandbox-rpg_unix
chmod: αλλαγή δικαιωμάτων του «./bin/sandbox_client_x86_64»: Η λειτουργία δεν επιτρέπεται
chmod: αλλαγή δικαιωμάτων του «./bin/sandbox_server_x86_64»: Η λειτουργία δεν επιτρέπεται
init: sdl
init: default language strings
init: net
unknown command: spawn_player
init: video: mode
init: video: misc
init: gl
Renderer: GeForce 6150SE nForce 430/integrated/SSE2 (NVIDIA Corporation)
Driver: 2.1.2 NVIDIA 304.88
Rendering using the OpenGL GLSL shader path.
init: console                                                                                       
init: gl: effects                                                                                   
init: world
unknown command: spawn_player
init: sound
init: cfg
unknown command: addrpgfx
unknown command: addrpgfx
init: language strings
init: localconnect
read map packages/base/Ograria_Castle.ogz (2.4 seconds)
Ograria
using: starfruit
init: mainloop
unknown command: getname
Πεμ Ιούν 13 . 08:05 πμ ~/TEMPG/MasterChefOgro2.0>
Launching with kdesudo:

Code: Select all

Πεμ Ιούν 13 . 07:59 πμ ~/TEMPG/MasterChefOgro2.0>kdesudo ./sandbox-rpg_unix
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
init: sdl
init: default language strings
init: net
unknown command: spawn_player
init: video: mode
init: video: misc
init: gl
Renderer: GeForce 6150SE nForce 430/integrated/SSE2 (NVIDIA Corporation)
Driver: 2.1.2 NVIDIA 304.88
Rendering using the OpenGL GLSL shader path.
init: console
init: gl: effects
init: world
unknown command: spawn_player
init: sound
init: cfg
unknown command: addrpgfx
unknown command: addrpgfx
init: language strings
init: localconnect
read map packages/base/Ograria_Castle.ogz (2.4 seconds)
Ograria
using: starfruit
init: mainloop
unknown command: getname
Πεμ Ιούν 13 . 08:00 πμ ~/TEMPG/MasterChefOgro2.0>
THANKS AGAIN!!! :D :D :D
Endertamer1
Member
Member
Posts: 1
Joined: September 17th, 2013, 7:40 pm
Name: Ender Tamer

Re: The Exciting Adventures Of Master Chef Ogro RPG 2.0 Rele

Post by Endertamer1 »

Hey! I loved the map! It was awesome and very confusing at parts. And I want to make a trailer video on Youtube about it to get the site more views, but I don't have the "Home" Song which is what I want to use for the trailer. If you could send me the song file I would gladly appreciate it. :D
Locked