Can not connect to server in Streamster Marketiva

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
mastri
Level 1
Level 1
Posts: 6
Joined: Tue Jun 09, 2009 2:14 am

Can not connect to server in Streamster Marketiva

Post by mastri »

Hello All,

I use EeePC (Xandros) and my Streamster Marketiva : http://www.marketiva.com/index.ncre?page=downloads can not connect to server.
I have to right click and select 'open with' Wine everytime I try to open. But that's nevermind if it can connect.

There's no problem at all if running in windows

Sorry for my English

Can anyone help me please?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Can not connect to server in Streamster Marketiva

Post by austin987 »

On Tue, Jun 9, 2009 at 2:44 AM, mastri<[email protected]> wrote:
Hello All,

 I use EeePC (Xandros) and my Streamster Marketiva : http://www.marketiva.com/index.ncre?page=downloads can not connect to server.
I have to right click and select 'open with' Wine everytime I try to open. But that's nevermind if it can connect.

There's no problem at all if running in windows

Sorry for my English

Can anyone help me please?
Terminal output/wine version?

--
-Austin
mastri
Level 1
Level 1
Posts: 6
Joined: Tue Jun 09, 2009 2:14 am

Can not connect to server in Streamster Marketiva

Post by mastri »

I never run from terminal. I'll check first after I get home. I still in my office.

thank you
mastri
Level 1
Level 1
Posts: 6
Joined: Tue Jun 09, 2009 2:14 am

Can not connect to server in Streamster Marketiva

Post by mastri »

wine version : wine-1.0.1-174-gc4039bd

I can not run from terminal after I don't know how to type "Program Files" from terminal. It always say "No such file or directory". How to do that ?
jorl17
Level 5
Level 5
Posts: 365
Joined: Mon Jul 28, 2008 6:44 pm

Re: Can not connect to server in Streamster Marketiva

Post by jorl17 »

mastri wrote:wine version : wine-1.0.1-174-gc4039bd

I can not run from terminal after I don't know how to type "Program Files" from terminal. It always say "No such file or directory". How to do that ?
cd ~/.wine/Prog*les should do it
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Can not connect to server in Streamster Marketiva

Post by austin987 »

On Tue, Jun 9, 2009 at 7:11 PM, mastri<[email protected]> wrote:
wine version  : wine-1.0.1-174-gc4039bd

I can not run from terminal after I don't know how to type "Program Files" from terminal. It always say "No such file or directory". How to do that ?
Surround paths with spaces with "" or escape with a \, e.g.,
cd .wine/drive_c/Program\ Files


--
-Austin
mastri
Level 1
Level 1
Posts: 6
Joined: Tue Jun 09, 2009 2:14 am

Re: Can not connect to server in Streamster Marketiva

Post by mastri »

austin987 wrote:On Tue, Jun 9, 2009 at 2:44 AM, mastri<[email protected]> wrote:
Hello All,

 I use EeePC (Xandros) and my Streamster Marketiva : http://www.marketiva.com/index.ncre?page=downloads can not connect to server.
I have to right click and select 'open with' Wine everytime I try to open. But that's nevermind if it can connect.

There's no problem at all if running in windows

Sorry for my English

Can anyone help me please?
Terminal output/wine version?

--
-Austin
This is the result :

wine version : wine-1.0.1-174-gc4039bd

Output Terminal :

/home/user/.wine/drive_c/Program Files/Novativa Streamster> wine Streamster
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure th at ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of y our distribution.
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file o r directory
fixme:win:UpdateLayeredWindow (0x10028,(nil),0x32eedc,0x32eed4,0x13bc,0x32eecc,0 x00000000,0x32eec0,2): stub!
fixme:system:SystemParametersInfoW Unimplemented action: 8202 (SPI_GETFONTSMOOTH INGTYPE)
fixme:system:SystemParametersInfoW Unimplemented action: 8202 (SPI_GETFONTSMOOTH INGTYPE)
fixme:system:SystemParametersInfoW Unimplemented action: 8202 (SPI_GETFONTSMOOTH INGTYPE)
fixme:system:SystemParametersInfoW Unimplemented action: 8202 (SPI_GETFONTSMOOTH INGTYPE)
fixme:secur32:schan_InitializeSecurityContextA stub

please help me
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Can not connect to server in Streamster Marketiva

Post by austin987 »

On Wed, Jun 10, 2009 at 1:17 AM, mastri<[email protected]> wrote:
/home/user/.wine/drive_c/Program Files/Novativa Streamster> wine Streamster
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure th     at ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of y     our distribution.
Try installing winbind.

--
-Austin
mastri
Level 1
Level 1
Posts: 6
Joined: Tue Jun 09, 2009 2:14 am

Re: Can not connect to server in Streamster Marketiva

Post by mastri »

Try installing winbind.

--
-Austin[/quote]

After I instaled windbind :

/home/user> sudo apt-get install winbind
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
winbind: Depends: samba-common (= 3.0.24-6) but 3.0.24-6xandros12 is to be installed
E: Broken packages

and still can not connect.

What should I do next ?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Can not connect to server in Streamster Marketiva

Post by austin987 »

On Wed, Jun 10, 2009 at 10:58 AM, mastri<[email protected]> wrote:
Try installing winbind.

--
-Austin
After I instaled windbind :

/home/user> sudo apt-get install winbind
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 winbind: Depends: samba-common (= 3.0.24-6) but 3.0.24-6xandros12 is to be installed
E: Broken packages

and still can not connect.

What should I do next ?
[/quote]
File a bug with your distro.


--
-Austin
mastri
Level 1
Level 1
Posts: 6
Joined: Tue Jun 09, 2009 2:14 am

Can not connect to server in Streamster Marketiva

Post by mastri »

So should I change the distro ? What distro you recomend ?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Can not connect to server in Streamster Marketiva

Post by austin987 »

On Wed, Jun 10, 2009 at 7:38 PM, mastri<[email protected]> wrote:
So should I change the distro ? What distro you recomend ?
I don't know that it would help, winbind was a suggestion. The problem
may be in secur32, but the native version does not work in wine.


--
-Austin
Locked