Hi All
I don't have time for a full project at the second, so thought I'd bash through a couple of the bounty hunting bugs. I was successfully able to clone a copy of Hanabi a couple of days ago without too many issues (there was a small glitch when trying to start a game, but otherwise fine).
Yesterday, I tried cloning a different game to do a bug fix (Noir : killer vs inspector) and there have been a few issues:
1. During project creation the log noted 3 missing files. (I can't remember which ones, but suspect it may have something to do with another issue below).
2. I renamed the project NoirkviBugFixes although weirdly the gamename in the project became NoirkviBugFixesbugfixes.
3. Due to (2) I got an error when trying to start the game about missing files (the files were all called noirkvibugfixes.<ext> whilst the links were obviously to the longer version. Fixed with find/replace. (same error message as in viewtopic.php?f=12&t=11298&p=35920&hili ... php#p35920)
4. Now trying to start the game I'm getting the error message. I have checked the stats.inc.php and it has definitely been reloaded, but clearly it is not linking to the game. Commenting out all of the references to statistics gets a bit further and game creates.
5. Game then shows 'Could not find:NoirkviBugFixes/NoirkviBugFixes.view.php'.
At this point, I think I'm going to probably leave it for now as there are clearly issues here.
Is it possible to make a bug reports section for the studio? (I don't really want to add this to the one for the main site).
Cheers
Adam
EDIT:
1. Out of curiousity I tried the cloning process again. The three files referenced in (1) were:
2. despite calling it NoirkviApollo, this has gone for NoirkviApolloapollo and the same errors are thus present.
EDIT 2:
I checked my hanabi clone and the gamename was all lowercase and hadn't been repeated. A third test with name 'noirapollotest' has worked first time without any errors.
So (based on limited knowledge) the bug appears to simply be that the new project name must be all lower case.
Hope that helps others if they have a similar problem.
I don't have time for a full project at the second, so thought I'd bash through a couple of the bounty hunting bugs. I was successfully able to clone a copy of Hanabi a couple of days ago without too many issues (there was a small glitch when trying to start a game, but otherwise fine).
Yesterday, I tried cloning a different game to do a bug fix (Noir : killer vs inspector) and there have been a few issues:
1. During project creation the log noted 3 missing files. (I can't remember which ones, but suspect it may have something to do with another issue below).
2. I renamed the project NoirkviBugFixes although weirdly the gamename in the project became NoirkviBugFixesbugfixes.
3. Due to (2) I got an error when trying to start the game about missing files (the files were all called noirkvibugfixes.<ext> whilst the links were obviously to the longer version. Fixed with find/replace. (same error message as in viewtopic.php?f=12&t=11298&p=35920&hili ... php#p35920)
4. Now trying to start the game I'm getting the error message
Code: Select all
Unknow statistic id: player suspectsKilled 5. Game then shows 'Could not find:NoirkviBugFixes/NoirkviBugFixes.view.php'.
At this point, I think I'm going to probably leave it for now as there are clearly issues here.
Is it possible to make a bug reports section for the studio? (I don't really want to add this to the one for the main site).
Cheers
Adam
EDIT:
1. Out of curiousity I tried the cloning process again. The three files referenced in (1) were:
Code: Select all
cp: cannot stat '/var/tournoi/games/noirkvi/img/README': No such file or directory
cp: cannot stat '/var/tournoi/games/noirkvi/modules/README': No such file or directory
cp: cannot stat '/var/tournoi/games/noirkvi/misc/README': No such file or directory
EDIT 2:
I checked my hanabi clone and the gamename was all lowercase and hadn't been repeated. A third test with name 'noirapollotest' has worked first time without any errors.
So (based on limited knowledge) the bug appears to simply be that the new project name must be all lower case.
Hope that helps others if they have a similar problem.