Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

gandrademachine

3
Posts
A member registered Aug 14, 2020

Recent community posts

Thank you. Now it works fine :)

The following message is shown:

--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.8/logging/__init__.py", line 1081, in emit
    msg = self.format(record)
  File "/usr/lib/python3.8/logging/__init__.py", line 925, in format
    return fmt.format(record)
  File "/usr/lib/python3.8/logging/__init__.py", line 664, in format
    record.message = record.getMessage()
  File "/usr/lib/python3.8/logging/__init__.py", line 369, in getMessage
    msg = msg % self.args
TypeError: not all arguments converted during string formatting
Call stack:
  File "/usr/bin/ec4Linux.py", line 508, in <module>
    app.ec.inicializate()
  File "/usr/bin/ec4Linux.py", line 210, in inicializate
    logger.error('ioperm:', os.strerror(status))
Message: 'ioperm:'
Arguments: ('Operation not permitted',)

Sorry but it seems that does not work properly in my machine. When I run the .appimage it appears that I have to run with sudo, but when I do it,  gives me a core dump. Do you have any idea how to solve this?