Issue424

Title Game, Editor, -e, and -b dialog not working
Priority bug Status resolved
Assigned To Keywords
Linked issues Watchers

Submitted on 2011-07-31 22h13 by salimiles, last changed by ahuillet.

Messages
Author: salimiles Date: 2011-07-31   22h13
I run -b dialog and I have the following issue:

Freedroid has encountered a problem:
In function: add_obstacle.
FreedroidRPG package and version number: freedroidrpg 0.14.1+svn.
	    Ran out of obstacle positions (4000) in level 0 !
Author: salimiles Date: 2011-07-31   22h18
I should mention that this is with svn4896, and does not occur if you start the
game normally. Also -r/-w/-f work.

However it also occurs when -e is used, and if the editor is started.
Author: salimiles Date: 2011-07-31   22h20
Apparently new games cannot be started, and old games cannot be loaded.

Updating to critical.
Author: matthiaskrgr Date: 2011-07-31   22h44
Mmmh I seem to be unable to reproduce.

Can you give some more details?


Try  make clean   and recompile.
Author: matthiaskrgr Date: 2011-07-31   22h55
Especially the obstacle limit being maxed out in -b dialog seems very strange to me.

Are you sure your fdrpg copy is clean?
Author: salimiles Date: 2011-07-31   23h51
Well it worked last week. Tried:
svn revert -R . && svn up && ./autogen.sh && ./configure && make
Author: matthiaskrgr Date: 2011-08-01   06h59
Try deleting your ./src/ dir and svn up to re-download it, then recompile etc..

Does this fix it?
Author: salimiles Date: 2011-08-01   14h36
It did. I'm still unclear how the game could have become corrupted in the first
place.

Bumping this down to 'bug' level.
Author: ahuillet Date: 2011-08-03   18h44
If the bug cannot be reproduced, then it doesn't exist.
Please investigate if you can find out where it came from, otherwise close this
ticket.
Author: ahuillet Date: 2011-10-31   16h48
Miles: "rejected" is a correct status in this case.

I consider both "rejected" and "resolved" as equivalent to "closed" (which we
don't use). My message was a bit confusing because it didn't say that I was
indeed closing the ticket. :)
History
Date User Action Args
2011-10-31 16:48:24ahuilletsetmessages: + msg1816
2011-10-31 16:43:55salimilessetstatus: rejected -> resolved
2011-09-11 09:11:16ahuilletsetstatus: open -> rejected
2011-08-03 18:44:52ahuilletsetmessages: + msg1455
2011-08-01 14:36:53salimilessetpriority: critical -> bug
messages: + msg1447
2011-08-01 06:59:39matthiaskrgrsetmessages: + msg1434
2011-07-31 23:51:53salimilessetmessages: + msg1432
2011-07-31 22:55:49matthiaskrgrsetmessages: + msg1431
2011-07-31 22:44:49matthiaskrgrsetmessages: + msg1430
2011-07-31 22:20:52salimilessetpriority: important -> critical
messages: + msg1429
title: Editor, -e, and -b dialog not working -> Game, Editor, -e, and -b dialog not working
2011-07-31 22:18:03salimilessetmessages: + msg1428
title: -b dialog not working -> Editor, -e, and -b dialog not working
2011-07-31 22:13:59salimilescreate