Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Zukamimozu

Pages: [1]
1
Bug Reports / Re: Custom Map crashes on Launch
« on: August 18, 2014, 05:11:44 PM »
Thanks so much!

BTW There was another level start if you went to the top left where the door is then went all the way to the left but it wasn't the right one.

2
Bug Reports / Re: Custom Map crashes on Launch
« on: August 18, 2014, 02:04:26 AM »
I attached the .hwm

I don't exactly know how to work the levels.xml and if you could help me or show me a tutorial it would be appreciated, thanks!

3
Bug Reports / Re: Custom Map crashes on Launch
« on: August 17, 2014, 10:08:31 PM »
Did as you said and still the same problem :(

I'd really like to get this working. Do you need more information to solve this?

4
Bug Reports / Custom Map crashes on Launch
« on: August 17, 2014, 08:16:43 PM »
In the editor whenever I tested my map it worked fine so I used the Levelpacked.exe and finished my map. I put it in the levels/workshop folder. My plan was to play it with my friends, so I tested it first in single player first and when I hit launch the game crashed. It creates and error file that I tried to understand but I wasn't able to. I was wondering if someone could help me get my level working?

The Error it gave me

Code: [Select]
--- UNHANDLED EXCEPTION - 16/08/2014 11:02:43 PM - HMW 1.23 DEBUG ---
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at ARPGGame.LevelList.SetLevel(String id, Int32 startPointId, WorldNode world, MinimapObscurer mapObs) in c:\Projects\ARPGProj\trunk\ARPG\ARPGGame\LevelList.cs:line 120
   at ARPGGame.GameBase.ClearLevel() in c:\Projects\ARPGProj\trunk\ARPG\ARPGGame\GameBase.cs:line 541
   at ARPGGame.GameBase.Update(Int32 ms) in c:\Projects\ARPGProj\trunk\ARPG\ARPGGame\GameBase.cs:line 783
   at ARPGGame.ARPGGame.OnUpdateFrame() in c:\Projects\ARPGProj\trunk\ARPG\ARPGGame\Program.cs:line 958
   at ARPGGame.ARPGGame.Run() in c:\Projects\ARPGProj\trunk\ARPG\ARPGGame\Program.cs:line 557
   at ARPGGame.Program.Main(String[] args) in c:\Projects\ARPGProj\trunk\ARPG\ARPGGame\Program.cs:line 193

Pages: [1]