Jump to content

Welcome to The Road 2 Success Forums

Welcome to The Road 2 Success Forums, like most online communities you must register to view or post in our community, but don't worry this is a simple free process that requires minimal information for you to signup. Be apart of The Road 2 Success Forums by signing in or creating an account.
  • Start new topics and reply to others
  • Subscribe to topics and forums to get email updates
  • Get your own profile page and make new friends
  • Send personal messages to other members.

Mark

Administrators
  • Posts

    5,268
  • Joined

  • Last visited

Posts posted by Mark

  1. To get it to work, all you had to do was use the exe you posted? I’ve tried it on my computer but it’s just stuck at “Loading New Database”

     

    No no just testing. This is the replace the one install. Ive just posted a new one above which you can try.

  2. Hi, after being investigating for a while, I noticed that when I try to locate a database, they will not appear because the game is actually looking for .r2s files, could it be the problem? that the game can't find the db? here's a screenshot.

     

    This is just the filter for the file locate.

     

    The Exe i have uploaed will write some locations into the errorlog when starting a new game.

  3. Its ok, I will just find a way. Thanks for staying up so long. I really appreciate the help. I will just reset my computer or something

     

    You dont need to reset your computer. I just tried with a non admin account and worked when put in admin password. There has to be another reason. Let me try one more exe file

  4. Thats normal windows bahaviour. Basically when you run the installer without admin rights on your account it wont install it correctly.

     

    Ive attached a quck app I wrote (code below) which will msgbox you the base.

     

    Private Sub Button1_Click(sender As System.Object, e As System.Windows.RoutedEventArgs) Handles Button1.Click

            MsgBox(AppDomain.CurrentDomain.BaseDirectory)

        End Sub

     

    Just place in game directory and run.

     

    Can you check and make sure there is not a game directory in your downloads folder too.

  5. It cannot be.

     

    AppDomain.CurrentDomain.BaseDirectory

     

    The game is thinking your basedirectory is c:\users\mohin\Downloads\

     

    Can you try installing the game again and making sure it installs to the Program Files(x86) folder. Run the exe from there and see if works.

  6. Where did you install the game.

     

    Basically it sets a record using the following.

     

    Resources.Add("BackgroundMain", New BitmapImage(New Uri(AppDomain.CurrentDomain.BaseDirectory & "Images\Backrounds\Background.jpg")))

     

    AppDomain.CurrentDomain.BaseDirectory <-- this is the games location according to the game, is this correct in your screenshot.

×
×
  • Create New...