Home-made .NET2.0 app doesn't work properly

Questions about Wine on Linux
Locked
Kerrex
Newbie
Newbie
Posts: 3
Joined: Tue Aug 20, 2013 12:24 pm

Home-made .NET2.0 app doesn't work properly

Post by Kerrex »

Hello,
I've problem to get home-made app to work properly. It's made using NET2.0, as mentioned in subject. The app seems not to connect to server to check its status.
Here's the executable, if you want to check it
https://dl.dropboxusercontent.com/u/149 ... acz0.2.exe

Here's my terminal ouput:
http://wklej.org/id/1112018/

My Linux is up-to-date Arch Linux, using wine 1.7.0.
Thanks in advance.
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: Home-made .NET2.0 app doesn't work properly

Post by lahmbi5678 »

Hi,

your terminal output shows at least two issues:

You should install the ncurses library, this is probably a package called libncurses or similar. If you are running a 64bit linux, you'd need the 32bit version of ncurses, too. A missing ncurses may not be the real issue here, yet it's wiser to have it installed.

You really need to install the winbind package. Again, if you are on 64bit, you'll still need the 32bit version, too.

Do you have .NET installed in wine, using winetricks?

If it still wouldn't work, file a bug report and provide a sample application there.
Kerrex
Newbie
Newbie
Posts: 3
Joined: Tue Aug 20, 2013 12:24 pm

Re: Home-made .NET2.0 app doesn't work properly

Post by Kerrex »

Sorry to bother you, I just want to be sure I did everything fine before submitting a bug report.
I've installed ncurses, lib32-ncurses, samba, libwbclient (which is included in samba package) and lib32-libwbclient from AUR.
Nothing seems to be changed, but I'm not an expert, so here's the output:
http://wklej.org/id/1114253/
I didn't mention it before, but you've probably noticed that I use 64bit Arch.
I hope I'm not causing much trouble.
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: Home-made .NET2.0 app doesn't work properly

Post by lahmbi5678 »

Well, the error messages about ncurses and winbind (samba) seem to be gone. Some of the error messages indicate, that you should install .NET Framework in wine, if it isn't already. I'd recommend to use an uptodate winetricks to install .NET.
Kerrex
Newbie
Newbie
Posts: 3
Joined: Tue Aug 20, 2013 12:24 pm

Re: Home-made .NET2.0 app doesn't work properly

Post by Kerrex »

Looks like I forgot to say that .NET2.0 is already installed via winetricks.
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: Home-made .NET2.0 app doesn't work properly

Post by lahmbi5678 »

So please file a bug report and attach a testcase.
Locked