Page 1 of 9 123 ... LastLast
Results 1 to 10 of 83
  1. #1
    Member Kakurady's Avatar
    Join Date
    Nov 2006
    Location
    Ottawa, Canada
    Posts
    746

    Default [FAQ]I'm using Vista/Windows 7 and I can't find my data (ini/steps)!

    Vista does not allow programs running with normal privileges to write into Program Files anymore. (Even if you are using an administrator account, your programs are still running with the rights of a restricted user.)

    To maintain compatibility however, they are transparently stored into another place in your personal folder (the folder that bears your username, which can be accessed from the start menu).

    It is conveniently located at <your personal folder>\Appdata\Local\VirtualStore\<whatever the path is>.

    So for example, if your StepMania 3.9 is installed at Program Files\StepMania, you'll be able to find some files at \Appdata\Local\VirtualStore\Program Files\StepMania.



    To avoid this problem you can install StepMania in a folder where all users can write to, for example, \ProgramData\StepMania or in your personal folder.

    (This guide certainly still has room for improvement.)
    Last edited by Kakurady; 11-04-2008 at 02:01 AM.
    Since when has Kuri clearfied their gender?

    Kakurady Drakenar

  2. #2
    about 20% cooler shakesoda's Avatar
    Join Date
    Jun 2007
    Location
    Seattle, WA
    Posts
    6,886

    Default

    this was very necessary.

    somebody sticky this ASAP.
    < shakesoda> I have altered the subject
    < shakesoda> pray I do not alter it further

  3. #3

    Default Re: [UFAQ]I'm using Vista and I can't find my data (ini/step

    Quote Originally Posted by Kakurady

    LOOK!!! HIS NAME IS TENCENT!!! LOLOLOL111!!!



  4. #4
    Member henke37's Avatar
    Join Date
    Mar 2007
    Location
    Sweden
    Posts
    548

    Default

    So, how long will it take untill the developers have made stepmania Vista proof?
    To the degree that no compatibility folders is created and that it uses the new sound system.
    Henke37, the guy who comes up with great ideas that never get implemented.

  5. #5
    Administrator freem's Avatar
    Join Date
    Aug 2006
    Location
    Chicago
    Posts
    2,107

    Default Re: [UFAQ]I'm using Vista and I can't find my data (ini/step

    Quote Originally Posted by Zenatsu
    LOOK!!! HIS NAME IS TENCENT!!! LOLOLOL111!!!
    no, Tencent is the name of the company that makes QQ.

  6. #6
    Member Kakurady's Avatar
    Join Date
    Nov 2006
    Location
    Ottawa, Canada
    Posts
    746

    Default Re: [UFAQ]I'm using Vista and I can't find my data (ini/step

    Quote Originally Posted by AJ 187
    Quote Originally Posted by Zenatsu
    LOOK!!! HIS NAME IS TENCENT!!! LOLOLOL111!!!
    no, Tencent is the name of the company that makes QQ.
    Yeah, I wasn't willing to uninstall my current SM 3.9 for the purpose of demonstration >_<

    Edit: When a folder only contains folders but no files, Compatibility Files button will not show up.
    Defective by Design. (Not that I want to blame MS for their lameness, this functionality is added in the last minute.)

    Alternatively you can find the files by going to the file's usual location and click on the "Compatibility Files" button.
    Since when has Kuri clearfied their gender?

    Kakurady Drakenar

  7. #7
    Member henke37's Avatar
    Join Date
    Mar 2007
    Location
    Sweden
    Posts
    548

    Default

    What?
    Did you expect the show files button to show folders?
    Henke37, the guy who comes up with great ideas that never get implemented.

  8. #8
    Member Kakurady's Avatar
    Join Date
    Nov 2006
    Location
    Ottawa, Canada
    Posts
    746

    Default

    Yes.

    (See the screenshot. There's no button, and therefore you can't find My Creations folder by going into the SM directory. However if you create any file under songs it will show up.)
    Since when has Kuri clearfied their gender?

    Kakurady Drakenar

  9. #9
    Member henke37's Avatar
    Join Date
    Mar 2007
    Location
    Sweden
    Posts
    548

    Default

    I found out how to get vista to stop doing this.
    You just define that the application needs no administrative privileges in the embedded manifest when building the executable.
    Code:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> 
      <assemblyIdentity version="4.0.0.0"
         processorArchitecture="X86"
         name="Stepmania"
         type="win32"/> 
      <description>Description of your application</description> 
      
      <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
        <security>
          <requestedPrivileges>
            <requestedExecutionLevel
              level="asInvoker"
              uiAccess="false"/>
            </requestedPrivileges>
           </security>
      </trustInfo>
    </assembly>
    With this quick fix, we get no more stupid redirection, yay!

    On the other hand, we get some slight permission issues, but that's for the developers to fix, I mean, it's not hard to properly chose the directories, is it?
    Henke37, the guy who comes up with great ideas that never get implemented.

  10. #10
    Member Kakurady's Avatar
    Join Date
    Nov 2006
    Location
    Ottawa, Canada
    Posts
    746

    Default

    ... that's not gonna work, where are you going to install the songs as a restricted user?
    Since when has Kuri clearfied their gender?

    Kakurady Drakenar

Similar Threads

  1. [Vista] Can't find new songs folder in My Creations
    By Lebon14 in forum General questions
    Replies: 0
    Last Post: 06-06-2008, 03:40 PM
  2. windows vista...
    By r4vn152 in forum General questions
    Replies: 5
    Last Post: 01-08-2008, 07:18 AM
  3. Windows Vista!
    By tecia in forum Input, Adapter, and Controller questions
    Replies: 9
    Last Post: 09-29-2007, 06:43 PM
  4. Windows Vista
    By MrBob123 in forum General questions
    Replies: 7
    Last Post: 08-15-2007, 12:02 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Thanks to

SourceForge.net Logo