1.First of all cedega doesn't seem to work.
It installed fine, but hangs when thrying to create a new game folder (since there was none)
Do I need to install something related to python?
2. it seems I cannot run programs with
command.
I get the following error :
I tried to change user from "bin/bash" to "bin/dash", but it didn't help. Does anyone has a solution?
It installed fine, but hangs when thrying to create a new game folder (since there was none)
Code:
X Error: BadDevice, invalid or uninitialized input device 169 Major opcode: 147 Minor opcode: 3 Resource id: 0x0 Failed to open device X Error: BadDevice, invalid or uninitialized input device 169 Major opcode: 147 Minor opcode: 3 Resource id: 0x0 Failed to open device Traceback (most recent call last): File "/usr/lib/transgaming_cedega/Point2Play_gui.py", line 1914, in add_progra m_title_cb retval = self.Point2Play.winex( 1, new_title, "", None, self.Point2Play.game dir + new_title + "/" + "games.ini.new", self.Point2Play.default_winex, Override GameProfile=install_profile) File "/usr/lib/transgaming_cedega/Point2Play.py", line 1236, in winex self.copy_profile_to_config(exe, game, OverrideGameProfile) File "/usr/lib/transgaming_cedega/Point2Play.py", line 1977, in copy_profile_t o_config pconfig.write( self.P2PFOLDER + game_name + "/config" ) File "/usr/lib/transgaming_cedega/config.py", line 132, in write f = file( filename, "w+" ) IOError: [Errno 2] No such file or directory: '/media/home/gediminas/.cedega/new /config'
2. it seems I cannot run programs with
Code:
./appname
I get the following error :
Code:
$ ./BinkPlayer /bin/dash: ./BinkPlayer: Permission denied $
Comment