Page 1 of 1

Hearts Tutorial: New Developer Help

Posted: 15 October 2020, 04:06
by mickismo
Hello!

I am working on the Hearts tutorial and consistently keep getting these errors:

Unexpected error: Propagating error from GS 1 (method: createGame): Fatal error during heartssmo setup: Error while processing SQL request: SELECT MAX( card_location_arg ) res FROM cards WHERE card_location='deck' Table 'ebd_heartssmo_198957.cards' doesn't exist

11:02 PM
Unexpected error: Invalid player number for this game: 1

I have searched my code, compared it to the example and debugged. Nothing really seems to be working. Does anyone have any ideas?

Thanks in advance. :)

Re: Hearts Tutorial: New Developer Help

Posted: 15 October 2020, 08:05
by tchobello
Hi,

first, check if your DB table is 'card' or 'cards'...

Re: Hearts Tutorial: New Developer Help

Posted: 15 October 2020, 14:48
by mickismo
Oh geez that's silly of me...

Working now! Thank you SO much! :)