Announcement

Collapse
No announcement yet.

Some bad stuff after updating to 6.10

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Some bad stuff after updating to 6.10

    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)
    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'
    Do I need to install something related to python?

    2. it seems I cannot run programs with
    Code:
     ./appname
    command.
    I get the following error :
    Code:
    $ ./BinkPlayer
    /bin/dash: ./BinkPlayer: Permission denied
    $
    I tried to change user from "bin/bash" to "bin/dash", but it didn't help. Does anyone has a solution?
    Join the dark side<br />---------------------------------------------------------------------<br />Samsung NC10 netbook running<br />PCLinuxOS 2010 // Win XP

    #2
    Re: Some bad stuff after updating to 6.10

    Originally posted by Gediminas2
    2. it seems I cannot run programs with
    Code:
     ./appname
    command.
    I get the following error :
    Code:
    $ ./BinkPlayer
    /bin/dash: ./BinkPlayer: Permission denied
    $
    I tried to change user from "bin/bash" to "bin/dash", but it didn't help. Does anyone has a solution?
    A few things to try
    1. Check that the file is executable (right-click and choose Properties>Permissions)
    2. Check that the file is executable for the user (If it's not owned by the same user)
    3. Check that the partition is not mounted with the noexec option in fstab

    Comment


      #3
      Re: Some bad stuff after updating to 6.10

      checked everything.

      Even started the session as root. Even root cannot run executables
      Join the dark side<br />---------------------------------------------------------------------<br />Samsung NC10 netbook running<br />PCLinuxOS 2010 // Win XP

      Comment


        #4
        Re: Some bad stuff after updating to 6.10

        Hmm...is the partition the file on mounted with 'user' or 'users' option in fstab? those options imply 'noexec', and you have to explicitly set 'exec' to allow execution from the partition.

        Did it work under dapper?...same files?

        Comment


          #5
          Re: Some bad stuff after updating to 6.10

          Code:
          /dev/hdb1	/media/home	ext3	defaults,users	0	1
          /dev/hda5	/media/old	ext2	defaults,users	0	1
          I will try to add exec. I will reply soon

          EDIT: same error. I will try to reboot and se if it still helps.
          Cedega seems to work with the command
          Code:
           kdesu cedega
          Join the dark side<br />---------------------------------------------------------------------<br />Samsung NC10 netbook running<br />PCLinuxOS 2010 // Win XP

          Comment


            #6
            Re: Some bad stuff after updating to 6.10

            Originally posted by Gediminas2
            I will try to add exec. I will reply soon

            EDIT: same error. I will try to reboot and se if it still helps.
            Cedega seems to work with the command
            Code:
             kdesu cedega
            Dang, I'm running out of quick ideas...you added 'exec' after 'users'? (it won't help if it's before)

            Comment


              #7
              Re: Some bad stuff after updating to 6.10

              Thanks, I'll put exec after users. Hope it helps

              That Helped!
              Thanks a million, kubicle!
              Join the dark side<br />---------------------------------------------------------------------<br />Samsung NC10 netbook running<br />PCLinuxOS 2010 // Win XP

              Comment

              Working...
              X