Could not open dungeon
Could not open dungeon
[string "SoundSystem.lua"]:0: attmpt to index global 'party' (a nil value)
What does this mean?
What does this mean?
If we do not end the war, the war will end us.
Re: Could not open dungeon
I'm taking a look into your dungeon right now and I'll see if I can spot something.
Steven Seagal of gaming industry
Re: Could not open dungeon
there's a gold key on the trap door in the secret room at lvl 2.antti wrote:I'm taking a look into your dungeon right now and I'll see if I can spot something.
If we do not end the war, the war will end us.
Re: Could not open dungeon
The gold key crash could be due to the fact that the gold key tries to fall down to level 3, which doesn't exist. I'm still working on why the level crashes though when opening it in the dungeon editor. This far I've managed to find out that the problem is somewhere in level 1.Daght wrote:there's a gold key on the trap door in the secret room at lvl 2.antti wrote:I'm taking a look into your dungeon right now and I'll see if I can spot something.
Steven Seagal of gaming industry
Re: Could not open dungeon
Very thanks for the fast reply. I'm waiting... this is my first "encounter" with an editor, so I can do a lot of mistakes. Thanks again.antti wrote:The gold key crash could be due to the fact that the gold key tries to fall down to level 3, which doesn't exist. I'm still working on why the level crashes though when opening it in the dungeon editor. This far I've managed to find out that the problem is somewhere in level 1.Daght wrote:there's a gold key on the trap door in the secret room at lvl 2.antti wrote:I'm taking a look into your dungeon right now and I'll see if I can spot something.
If we do not end the war, the war will end us.
Re: Could not open dungeon
Ah, I found the issue. There's some funny business going on with items that are spawned on top of pressure plates at the moment. It definitely should be allowed but at this moment it crashes the editor when trying to open the saved project. I'll send you the dungeon.lua where I have moved the item off from the pressure plate (the tattered cloak at 10,22) so you can continue working on your dungeon.
edit: I'll now take a closer look on the preview crash.
edit2: nevermind, it seems like spawning the item on the pressure plate might have been causing the preview crashes as well. Let me know if your preview still freezes.
edit: I'll now take a closer look on the preview crash.
edit2: nevermind, it seems like spawning the item on the pressure plate might have been causing the preview crashes as well. Let me know if your preview still freezes.
Steven Seagal of gaming industry
Re: Could not open dungeon
I'm sorry for my incompentece, where i must put the dungeon.lua file?antti wrote:Ah, I found the issue. There's some funny business going on with items that are spawned on top of pressure plates at the moment. It definitely should be allowed but at this moment it crashes the editor when trying to open the saved project. I'll send you the dungeon.lua where I have moved the item off from the pressure plate (the tattered cloak at 10,22) so you can continue working on your dungeon.
edit: I'll now take a closer look on the preview crash.
edit2: nevermind, it seems like spawning the item on the pressure plate might have been causing the preview crashes as well. Let me know if your preview still freezes.
If we do not end the war, the war will end us.
-
- Posts: 2
- Joined: Sun Sep 16, 2012 4:10 pm
Re: Could not open dungeon
Hi,
I've got the same issue with my own dungeon. I put a key on a preassure plate on the second floor and when I tried to launch the dungeon it crashes. An error message pops-up : "[string "SoundSystem.lua"]:0: attmpt to index global 'party' (a nil value)".
Could you please help me fixing it?
Thanks in advance.
I've got the same issue with my own dungeon. I put a key on a preassure plate on the second floor and when I tried to launch the dungeon it crashes. An error message pops-up : "[string "SoundSystem.lua"]:0: attmpt to index global 'party' (a nil value)".
Could you please help me fixing it?
Thanks in advance.
Re: Could not open dungeon
This is currently the highest priority bug to fix and also a known bug (please check known bugs in the beta-1.2.7 thread). The only workaround is to not place items on pressure plates until this bug is fixed.