parnoldx / sudoku

Sudoku game for elementary OS
GNU General Public License v3.0
5 stars 6 forks source link

Error after clicking a difficulty level #7

Closed danirabbit closed 7 years ago

danirabbit commented 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
parnoldx commented 7 years ago

Mhh yes, forgot to add a packaging dependency.

parnoldx commented 7 years ago

fixed

danirabbit commented 7 years ago

It looks like you added it to your build deps instead of the runtime deps, so I still get the same error :p

parnoldx commented 7 years ago

right, sry will be fixed in a minute