How to make this program work?
How to make this program work?
Okay well my dad owns a store and in his store he has cameras that he views on the computer online. I have a program called Remote Viewer that we use on windows. Now im wondering how do i make it work on wine? Also i am using Ubuntu 8.10. If you need more info or something you can IM me on aim at AZIZMARS or send PM. Thx for the help guys.....
How to make this program work?
On Wed, Nov 5, 2008 at 11:30 AM, azizmars <[email protected]> wrote:
what's wrong and post terminal output.
--
-Austin
Install it in wine and try to run it. If it doesn't work, describeOkay well my dad owns a store and in his store he has cameras that he views on the computer online. I have a program called Remote Viewer that we use on windows. Now im wondering how do i make it work on wine? Also i am using Ubuntu 8.10. If you need more info or something you can IM me on aim at AZIZMARS or send PM. Thx for the help guys.....
what's wrong and post terminal output.
--
-Austin
Re: How to make this program work?
Okay idk what the terminal output is. But when i go to applications>wine>programs>and open the program it then on the bottom where it shows what things i have open it says Starting Remote Viewer.. for a couple seconds then it stops and disappears. Tell me if you need more info....austin987 wrote:On Wed, Nov 5, 2008 at 11:30 AM, azizmars <[email protected]> wrote:Install it in wine and try to run it. If it doesn't work, describeOkay well my dad owns a store and in his store he has cameras that he views on the computer online. I have a program called Remote Viewer that we use on windows. Now im wondering how do i make it work on wine? Also i am using Ubuntu 8.10. If you need more info or something you can IM me on aim at AZIZMARS or send PM. Thx for the help guys.....
what's wrong and post terminal output.
--
-Austin
How to make this program work?
On Wed, Nov 5, 2008 at 12:24 PM, azizmars <[email protected]> wrote:
--
-Austin
http://wiki.winehq.org/FAQ#head-a37de32 ... 52258551a4austin987 wrote:Okay idk what the terminal output is. But when i go to applications>wine>programs>and open the program it then on the bottom where it shows what things i have open it says Starting Remote Viewer.. for a couple seconds then it stops and disappears. Tell me if you need more info....On Wed, Nov 5, 2008 at 11:30 AM, azizmars <[email protected]> wrote:
Install it in wine and try to run it. If it doesn't work, describeOkay well my dad owns a store and in his store he has cameras that he views on the computer online. I have a program called Remote Viewer that we use on windows. Now im wondering how do i make it work on wine? Also i am using Ubuntu 8.10. If you need more info or something you can IM me on aim at AZIZMARS or send PM. Thx for the help guys.....
what's wrong and post terminal output.
--
-Austin
--
-Austin
How to make this program work?
You probably also need to look at this link:http://wiki.winehq.org/FAQ#head-a37de32 ... 52258551a4Okay idk what the terminal output is. But when i go to applications>wine>programs>and open the program it then on the bottom where it shows what things i have open it says Starting Remote Viewer.. for a couple seconds then it stops and disappears. Tell me if you need more info....
http://psychocats.net/ubuntu/terminal
John
Re: How to make this program work?
I kno about terminal but how do i know what code i type in for the program?? I was reading it and i couldnt seem to find out how i find the code for it... Thx for the help btw austin.austin987 wrote:On Wed, Nov 5, 2008 at 12:24 PM, azizmars <[email protected]> wrote:http://wiki.winehq.org/FAQ#head-a37de32 ... 52258551a4austin987 wrote:Okay idk what the terminal output is. But when i go to applications>wine>programs>and open the program it then on the bottom where it shows what things i have open it says Starting Remote Viewer.. for a couple seconds then it stops and disappears. Tell me if you need more info....On Wed, Nov 5, 2008 at 11:30 AM, azizmars <[email protected]> wrote:
Install it in wine and try to run it. If it doesn't work, describe
what's wrong and post terminal output.
--
-Austin
--
-Austin
How to make this program work?
On Wed, Nov 5, 2008 at 12:45 PM, azizmars <[email protected]> wrote:
What code? cd to the program directory and run it with "wine
your_program.exe &> /tmp/log.txt" Then past /tmp/log.txt here.
--
-Austin
Please bottom post.austin987 wrote:On Wed, Nov 5, 2008 at 12:24 PM, azizmars <[email protected]> wrote:
http://wiki.winehq.org/FAQ#head-a37de32 ... 52258551a4austin987 wrote:
Okay idk what the terminal output is. But when i go to applications>wine>programs>and open the program it then on the bottom where it shows what things i have open it says Starting Remote Viewer.. for a couple seconds then it stops and disappears. Tell me if you need more info....
--
-Austin
What code? cd to the program directory and run it with "wine
your_program.exe &> /tmp/log.txt" Then past /tmp/log.txt here.
--
-Austin
Re: How to make this program work?
Im sorry im kind of a noob at this but i ment how do i get this code for my programaustin987 wrote:On Wed, Nov 5, 2008 at 12:45 PM, azizmars <[email protected]> wrote:Please bottom post.austin987 wrote:On Wed, Nov 5, 2008 at 12:24 PM, azizmars <[email protected]> wrote:
http://wiki.winehq.org/FAQ#head-a37de32 ... 52258551a4
--
-Austin
What code? cd to the program directory and run it with "wine
your_program.exe &> /tmp/log.txt" Then past /tmp/log.txt here.
--
-Austin
$ cd ".wine/drive_c/Games/Tron"
$ wine tron.exe > log.txt 2>&1
?
How to make this program work?
On Wed, Nov 5, 2008 at 1:09 PM, azizmars <[email protected]> wrote:
program location, and tron.exe to the program executable's name.
--
-Austin
It depends on your program, change the directory to reflect youraustin987 wrote:Im sorry im kind of a noob at this but i ment how do i get this code for my programOn Wed, Nov 5, 2008 at 12:45 PM, azizmars <[email protected]> wrote:
Please bottom post.austin987 wrote:
What code? cd to the program directory and run it with "wine
your_program.exe &> /tmp/log.txt" Then past /tmp/log.txt here.
--
-Austin
$ cd ".wine/drive_c/Games/Tron"
$ wine tron.exe > log.txt 2>&1
?
program location, and tron.exe to the program executable's name.
--
-Austin