How to make this program work?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
azizmars
Newbie
Newbie
Posts: 4
Joined: Wed Nov 05, 2008 12:27 pm

How to make this program work?

Post by azizmars »

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.....
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

How to make this program work?

Post by austin987 »

On Wed, Nov 5, 2008 at 11:30 AM, azizmars <[email protected]> wrote:
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.....





Install it in wine and try to run it. If it doesn't work, describe
what's wrong and post terminal output.

--
-Austin
azizmars
Newbie
Newbie
Posts: 4
Joined: Wed Nov 05, 2008 12:27 pm

Re: How to make this program work?

Post by azizmars »

austin987 wrote:On Wed, Nov 5, 2008 at 11:30 AM, azizmars <[email protected]> wrote:
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.....





Install it in wine and try to run it. If it doesn't work, describe
what's wrong and post terminal output.

--
-Austin
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
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

How to make this program work?

Post by austin987 »

On Wed, Nov 5, 2008 at 12:24 PM, azizmars <[email protected]> wrote:
austin987 wrote:
On Wed, Nov 5, 2008 at 11:30 AM, azizmars <[email protected]> wrote:
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.....






Install it in wine and try to run it. If it doesn't work, describe
what's wrong and post terminal output.

--
-Austin
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....





http://wiki.winehq.org/FAQ#head-a37de32 ... 52258551a4

--
-Austin
John Drescher

How to make this program work?

Post by John Drescher »

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....
http://wiki.winehq.org/FAQ#head-a37de32 ... 52258551a4
You probably also need to look at this link:

http://psychocats.net/ubuntu/terminal

John
azizmars
Newbie
Newbie
Posts: 4
Joined: Wed Nov 05, 2008 12:27 pm

Re: How to make this program work?

Post by azizmars »

austin987 wrote:On Wed, Nov 5, 2008 at 12:24 PM, azizmars <[email protected]> wrote:
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, describe
what's wrong and post terminal output.

--
-Austin
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....





http://wiki.winehq.org/FAQ#head-a37de32 ... 52258551a4

--
-Austin
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
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

How to make this program work?

Post by austin987 »

On Wed, Nov 5, 2008 at 12:45 PM, azizmars <[email protected]> wrote:
austin987 wrote:
On Wed, Nov 5, 2008 at 12:24 PM, azizmars <[email protected]> wrote:
austin987 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....






http://wiki.winehq.org/FAQ#head-a37de32 ... 52258551a4

--
-Austin




Please bottom post.

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
azizmars
Newbie
Newbie
Posts: 4
Joined: Wed Nov 05, 2008 12:27 pm

Re: How to make this program work?

Post by azizmars »

austin987 wrote:On Wed, Nov 5, 2008 at 12:45 PM, azizmars <[email protected]> wrote:
austin987 wrote:
On Wed, Nov 5, 2008 at 12:24 PM, azizmars <[email protected]> wrote:
http://wiki.winehq.org/FAQ#head-a37de32 ... 52258551a4

--
-Austin




Please bottom post.

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
Im sorry im kind of a noob at this but i ment how do i get this code for my program
$ cd ".wine/drive_c/Games/Tron"
$ wine tron.exe > log.txt 2>&1
?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

How to make this program work?

Post by austin987 »

On Wed, Nov 5, 2008 at 1:09 PM, azizmars <[email protected]> wrote:
austin987 wrote:
On Wed, Nov 5, 2008 at 12:45 PM, azizmars <[email protected]> wrote:
austin987 wrote:





Please bottom post.

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
Im sorry im kind of a noob at this but i ment how do i get this code for my program
$ cd ".wine/drive_c/Games/Tron"
$ wine tron.exe > log.txt 2>&1
?





It depends on your program, change the directory to reflect your
program location, and tron.exe to the program executable's name.

--
-Austin
Locked