Closed danirabbit closed 7 years ago
Selecting a difficulty level yields this error message:
** (com.github.parnold-x.sudoku:9300): CRITICAL **: file /build/com.github.parnold-x.sudoku-0.1.6/src/logic/SudokuBoard.vala: line 37: uncaught error: Failed to execute child process "qqwing" (No such file or directory) (g-exec-error-quark, 8) ** (com.github.parnold-x.sudoku:9300): CRITICAL **: sudoku_tool_bar_set_board: assertion 'board != NULL' failed ** (com.github.parnold-x.sudoku:9300): CRITICAL **: sudoku_main_window_set_board: assertion 'sudoku_board != NULL' failed
Mhh yes, forgot to add a packaging dependency.
fixed
It looks like you added it to your build deps instead of the runtime deps, so I still get the same error :p
right, sry will be fixed in a minute
Selecting a difficulty level yields this error message: