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.
Home-made .NET2.0 app doesn't work properly
-
- Level 7
- Posts: 823
- Joined: Thu Aug 27, 2009 6:23 am
Re: Home-made .NET2.0 app doesn't work properly
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.
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.
Re: Home-made .NET2.0 app doesn't work properly
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.
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.
-
- Level 7
- Posts: 823
- Joined: Thu Aug 27, 2009 6:23 am
Re: Home-made .NET2.0 app doesn't work properly
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.
Re: Home-made .NET2.0 app doesn't work properly
Looks like I forgot to say that .NET2.0 is already installed via winetricks.
-
- Level 7
- Posts: 823
- Joined: Thu Aug 27, 2009 6:23 am
Re: Home-made .NET2.0 app doesn't work properly
So please file a bug report and attach a testcase.