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 ...
- 10-23-2011 #1Just 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]#
- 10-23-2011 #2
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.
- 10-23-2011 #3Just 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.
- 10-23-2011 #4
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.
- 10-23-2011 #5Just Joined!
- Join Date
- Oct 2011
- Posts
- 3
- 10-23-2011 #6
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.
- 10-24-2011 #7
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.


Reply With Quote
