Find the answer to your Linux question:
Results 1 to 7 of 7
I have the following VPS: Linux - CentOS 5 - 32-bit I want to be able to run .exe files on it. I have tried everything I know of, and ...
  1. #1
    Just Joined!
    Join Date
    Oct 2011
    Posts
    3

    Linux CentOS 5 - 32-bit VPS Help! (Running exe)

    I have the following VPS:
    Linux - CentOS 5 - 32-bit

    I want to be able to run .exe files on it. I have tried everything I know of, and I cant get it working.

    Heres what I get if I run through wine or mono:
    Code:
    [root]# wine Desktop/app.exe
    wine: Install the Windows version of Mono to run .NET executables
    [root]# mono Desktop/app.exe
    
    ** (Desktop/app.exe:1765): WARNING **: The following assembly referenced from /root/Desktop/app.exe could not be loaded:
         Assembly:   Microsoft.VisualBasic (assemblyref_index=1)
         Version:    8.0.0.0
         Public Key: b03f5f7f11d50a3a
    The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/root/Desktop/).
    
    
    ** (Desktop/app.exe:1765): WARNING **: Could not load file or assembly 'Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
    The entry point method could not be loaded
    [root]#

  2. #2
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    Hello and Welcome!

    I've never used Visual Basic, so take this for what it's worth.
    What version of Wine are you using? There have been some decent results in getting VB to run, with a little tweaking.
    See the HowTo on this page: WineHQ - Visual Basic 6.0 Enterprise Edition
    Scroll down just a bit, maybe it'll help.
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  3. #3
    Just Joined!
    Join Date
    Oct 2011
    Posts
    3
    Im using the newest version of everything. And I couldnt find any help using that page.

    Btw, Im not trying to run Visual Basic, im trying to run an app that was made on visual basic.

  4. #4
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    What program is it?
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  5. #5
    Just Joined!
    Join Date
    Oct 2011
    Posts
    3
    Quote Originally Posted by jayd512 View Post
    What program is it?
    I made the program in Visual Basic, its a little app I made.

    I built the app and downloaded it to my VPS desktop, I want to run it now.

  6. #6
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    If it's not been tested in Wine, then it's gonna be a project for you.
    You're best two options would be to ask on the Wine Forums, or install Windows in a VM to run it natively.
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  7. #7
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,100
    tbh, I think the best way is to re-implement that app in a language, that both systems (windows/linux) can run natively, because
    - it is a small app
    - you are the developer.

    perl or python come to mind.
    You must always face the curtain with a bow.

Posting Permissions

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