Page 1 of 1

Error while creating new project

Posted: 16 November 2015, 09:33
by GruppoTreBGA
I'm new on this platform, so I'm not practiced.
I was trying to create a new project in Control Panel > Manage Games > Create new project
But when I try to create I get this error:
Image
How can I solve this?

Thank you for your help :geek:

Re: Error while creating new project

Posted: 21 November 2015, 07:55
by andyg
Same here...

Re: Error while creating new project

Posted: 21 November 2015, 09:47
by pacnutek
Same here...

Re: Error while creating new project

Posted: 23 November 2015, 08:51
by profbotteon
Same problem here while creating a project (from Italy).

Error while processing SQL request: INSERT INTO w_studio_gameinfos (sg_gamename, sg_projectstart, sg_in_production, sg_comment) VALUES ('reversino',NOW(),'0','') Field 's_last_modified' doesn't have a default value

Re: Error while creating new project

Posted: 24 November 2015, 04:40
by Brederic
Same here

Re: Error while creating new project

Posted: 28 November 2015, 07:46
by andyg
The issue seems (partially) fixed. I just tried creating a new game and it gave me the following error:

Code: Select all

Create new project andygTest (andygtest)

Generating game files ...

$ /var/tournoi/release/release-current/scripts/dev/newgame.sh andygtest andygTest /var/tournoi/games/andygtest 2>&1


Creating new project andygtest on target directory /var/tournoi/games/andygtest
Build smaller images in this img/ directory:
/var/tournoi/games/andygtest/img
/var/tournoi/games/andygtest/img/game_box.png


$ /var/tournoi/release/release-current/scripts/dev/newgame_tostudio.sh andygtest 2>&1




$ echo " New game (andygtest)" > /tmp/andygtest-commitlog.txt; /var/tournoi/release/release-current/scripts/studio/commitgame.sh andygtest yes 2>&1


HAL says: committing andygtest...
HAL says: this is the first commit, Dave.
svn: Can't open file '/var/tournoi/games/.svn/tmp/entries': Permission denied
svn: '/var/tournoi/games/andygtest' is not a working copy
svn: '/var/tournoi/games/andygtest' is not a working copy
svn: '/var/tournoi/games/andygtest' is not a working copy
svn: '/var/tournoi/games/andygtest' is not a working copy
svn: '/var/tournoi/games/andygtest' is not a working copy
svn: '/var/tournoi/games/andygtest' is not a working copy
svn: '/var/tournoi/games/andygtest' is not a working copy
svn: '/var/tournoi/games/andygtest' is not a working copy
HAL says: done.


Done!
So it seems the creation is fine, but the code may not be versioned since the errors are svn related (probably the svn user doesn't have rights to open the project files)