You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
puz.dll!puz::Square::GetCol() Line 181 C++
puz.dll!puz::GetDirection(const puz::Square & first, const puz::Square & second) Line 422 C++
puz.dll!puz::ListImpl::GetDirection() Line 226 C++
puz.dll!puz::Word::GetDirection() Line 327 C++
> XWord.exe!XGridCtrl::SetPuzzle(puz::Puzzle * puz) Line 299 C++
XWord.exe!MyFrame::ShowGrid() Line 829 C++
XWord.exe!MyFrame::ShowPuzzle(bool update) Line 807 C++
XWord.exe!MyFrame::LoadPuzzle(const wxString & filename, const puz::Puzzle::FileHandlerDesc * handler) Line 654 C++
XWord.exe!MyFrame::LoadPuzzle(const wxString & filename) Line 596 C++
XWord.exe!MyFrame::OnOpenPuzzle(wxCommandEvent & __formal) Line 1967 C++
Presumably GetDirection is failing because it doesn't work on a diagramless puzzle.
The text was updated successfully, but these errors were encountered:
jpd236
added a commit
to jpd236/xword
that referenced
this issue
Apr 12, 2021
This looks like a regression from #136:
Presumably GetDirection is failing because it doesn't work on a diagramless puzzle.
The text was updated successfully, but these errors were encountered: