when i start playing after about 10 hand elephant freezes
i figured it out it freezes me when i try to open hud popup window on partypoker.
can anyone help me with this?
Is there anything in the logfile? Please also check the old logfile after the restart and post it here.
Software version: 0.65
(10) 23:21:05.81 -- Logfile cleared: C:\Documents and Settings\jure\Local Settings\Application Data\PokerStrategy\Elephant\log.txt
(10) 23:46:51.14 -- COPY (SELECT TRIM(comment,'\''), author_id, player_name, site_id FROM comment_on_player) TO 'C:/Documents and Settings/All Users/Application Data/CommentsPlayers.ele' WITH DELIMITER ',' CSV QUOTE AS '\'' NULL AS 'NULL'
(10) 23:46:53.00 -- , line 0: Npgsql.NpgsqlException:
(10) must be superuser to COPY to or from a file
(10) Severity: ERROR
(10) Code: 42501
(10) Hint: Anyone can COPY to stdout or from stdin. psql's \copy command also works for anyone.
(10) at Npgsql.NpgsqlState.<ProcessBackendResponses_Ver_3>d__a.MoveNext()
(10) at Npgsql.ForwardsOnlyDataReader.GetNextResponseObject()
(10) at Npgsql.ForwardsOnlyDataReader.GetNextRowDescription()
(10) at Npgsql.ForwardsOnlyDataReader.NextResult()
(10) at Npgsql.ForwardsOnlyDataReader..ctor(IEnumerable`1 dataEnumeration, CommandBehavior behavior, NpgsqlCommand command, NotificationThreadBlock threadBlock, Boolean synchOnReadError)
(10) at Npgsql.NpgsqlCommand.GetReader(CommandBehavior cb)
(10) at Npgsql.NpgsqlCommand.ExecuteNonQuery()
(10) at PBN.Database.PostgreSQL.ExecuteNonQuery(String in_sQueryString)