ogarcia / opensudoku

Open Source Sudoku game for Android.
GNU General Public License v3.0
328 stars 144 forks source link

Unable to import puzzles #107

Closed Irihapeti closed 3 years ago

Irihapeti commented 3 years ago

I've been generating sudoku .sdm files using the terminal program sudoku in Linux, which are then imported into Open Sudoku. Import has stopped working in the 3.6.0 version.

I get the following error:

Unknown error occurred while importing puzzles; import was cancelled

Open Sudoku doesn't crash.

.xml files from generating puzzles online import successfully.

Android version: 10 (3 different devices) Opensudoku version 3.6.0 fron F-droid

ogarcia commented 3 years ago

@Irihapeti please, attach a sample file in the issue

Irihapeti commented 3 years ago

File attached.

I've had to change the extension from .sdm to .txt, otherwise Github won't accept it. puzzles_hard.txt

ogarcia commented 3 years ago

Bug found :wink:

Irihapeti commented 3 years ago

Confirmed that import is now working. Many thanks!