0 users browsing Bug Reports. | 1 guest  
Main » Bug Reports » Crashes when killing a wild dog » New reply
Alert
You are about to bump an old thread. This is usually a very bad idea. Please think about what you are about to do before you press the Post button.
New reply
Post help

Presentation

[b]…[/b] — bold type
[i]…[/i] — italic
[u]…[/u] — underlined
[s]…[/s] — strikethrough
[code]…[/code] — code block
[spoiler]…[/spoiler] — spoiler block
[spoiler=…]…[/spoiler]
[source]…[/source] — colorcoded block, assuming C#
[source=…]…[/source] — colorcoded block, specific language[which?]

Links

[img]http://…[/img] — insert image
[url]http://…[/url]
[url=http://…]…[/url]
>>… — link to post by ID
[user=##] — link to user's profile by ID

Quotations

[quote]…[/quote] — untitled quote
[quote=…]…[/quote] — "Posted by …"
[quote="…" id="…"]…[/quote] — ""Post by …" with link by post ID

Embeds


Most plain HTML also allowed.
Thread review
Kawa The problem was untested new code from when I got my groove somewhat back:
var droppedItem = new DroppedItem(drop.Text)

This should be
var droppedItem = new DroppedItem(drop)


:YES:
Nohran
Exception type: InvalidOperationException
Main message: Sequence contains no matching element

Stack trace:
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
at Noxico.DroppedItem..ctor(String item)
at Noxico.BoardChar.LeaveCorpse(String obituary)
at Noxico.BoardChar.Hurt(Single damage, String obituary, BoardChar aggressor, Boolean finishable, Boolean leaveCorpse)
at Noxico.BoardChar.MeleeAttack(BoardChar target)
at Noxico.Player.MeleeAttack(BoardChar target)
at Noxico.Player.Move(Direction targetDirection, SolidityCheck check)
at Noxico.Player.Update()
at Noxico.Board.Update(Boolean active, Boolean surrounding)
at Noxico.NoxicoGame.Update()
at Noxico.MainForm.timer_Tick(Object sender, EventArgs e)

Background info:
Noxico 0.1.4
Microsoft Windows NT 6.1.7601 Service Pack 1
64-bit OS, 64-bit process.
D:\Download\noxico\bin\Release
Main » Bug Reports » Crashes when killing a wild dog » New reply