On the first start screen there should be a space in the text between “gameseasily”.
Also another space is missed between “donationto”.
(Currently testing under Wine as i can’t get it to run natively under Linux).
victor
March 6, 2011, 5:51pm
#2
In order to run Game Develop on Linux, you’ve to launch the file “start game develop”, not directly the executable file, because GD need his library (libgdl) to run.
Ah problem is when i do that i get this (Am i launching it incorrectly?)
victor
March 6, 2011, 8:25pm
#4
try to launch it as root.
liam@liamspc:~$ sudo ‘/home/liam/Downloads/release/Start Game Develop’
[sudo] password for liam:
/home/liam/Downloads/release/Start Game Develop: line 5: ./GDEditor: No such file or directory
heh even though the file is in the folder with it.
4ian
March 8, 2011, 12:42pm
#6
You can try to type yourself the two commands you can see if you open the file Start Game Develop with a text editor. (i can’t remember the first one exactly, but the second is simply “./GDEditor” ). thanks for pointing out the errors.
Got a little further again, needed to set the GDEditor file as executable DOH!
Running via terminal gives this:
liam@liamspc:~/Downloads/gd/release$ ./GDEditor
bad banks
bad banks
OnInitCalled
CommandLineParsed
CwdSetted
ImageHandlersInit
Config file setted
Language loaded
Single instance checked
GDL checked
Help file setted
Crash management ended
ConsoleManager created
(GDEditor:4584): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so: wrong ELF class: ELFCLASS64
(GDEditor:4584): Gtk-WARNING **: Loading IM context type ‘ibus’ failed
Splash Screen created
Game Develop - 1.5.10138.51136 Release
Built 12/02/2011
Target system : Linux, 32-bits
Loading extensions
New extension added to manager : BuiltinObject
New extension added to manager : BuiltinCommonInstructions
New extension added to manager : BuiltinCommonConversions
New extension added to manager : BuiltinStringInstructions
New extension added to manager : Sprite
New extension added to manager : BuiltinVariables
New extension added to manager : BuiltinTime
New extension added to manager : BuiltinAudio
New extension added to manager : BuiltinMouse
New extension added to manager : BuiltinKeyboard
New extension added to manager : BuiltinJoystick
New extension added to manager : BuiltinCamera
New extension added to manager : BuiltinWindow
New extension added to manager : BuiltinFile
New extension added to manager : BuiltinNetwork
New extension added to manager : BuiltinScene
New extension added to manager : BuiltinAdvanced
New extension added to manager : Sprite
New extension added to manager : BuiltinAudio
New extension added to manager : BuiltinMouse
New extension added to manager : BuiltinKeyboard
New extension added to manager : BuiltinJoystick
New extension added to manager : BuiltinTime
New extension added to manager : BuiltinFile
New extension added to manager : BuiltinVariables
New extension added to manager : BuiltinCamera
New extension added to manager : BuiltinWindow
New extension added to manager : BuiltinNetwork
New extension added to manager : BuiltinScene
New extension added to manager : BuiltinAdvanced
New extension added to manager : Box3DObject
New extension added to manager : PhysicsAutomatism
New extension added to manager : Network
New extension added to manager : AES
New extension added to manager : VideoObject
New extension added to manager : TimedEvent
New extension added to manager : TextObject
New extension added to manager : PrimitiveDrawing
New extension added to manager : ParticleSystem
New extension added to manager : CommonDialogs
New extension added to manager : Function
New extension added to manager : TextEntryObject
New extension added to manager : PathAutomatism
Loading extensions : End
(GDEditor:4584): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so: wrong ELF class: ELFCLASS64
(GDEditor:4584): Gtk-WARNING **: Loading IM context type ‘ibus’ failed
(GDEditor:4584): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so: wrong ELF class: ELFCLASS64
(GDEditor:4584): Gtk-WARNING **: Loading IM context type ‘ibus’ failed
(GDEditor:4584): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so: wrong ELF class: ELFCLASS64
(GDEditor:4584): Gtk-WARNING **: Loading IM context type ‘ibus’ failed
(GDEditor:4584): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so: wrong ELF class: ELFCLASS64
(GDEditor:4584): Gtk-WARNING **: Loading IM context type ‘ibus’ failed
It stops there.
4ian
March 9, 2011, 6:45pm
#8
Is the program usable then ? There is no error message, excepting the warning, so I believe GD manages to launch properly ?
Odd i just tried it again and it did load up