Networking problems with IDU Verwaltung software

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
lemzwerg
Newbie
Newbie
Posts: 2
Joined: Sat Aug 02, 2008 9:55 am

Networking problems with IDU Verwaltung software

Post by lemzwerg »

[wine 1.1.2 on openSuSE 11.0, kernel 2.6.25.9 for i686]

I have network problems running Idu_Verwaltung.exe. Here the various error and warning messages.

o I get a Runtime Error R6034 regarding the C runtime library. After pressing OK it continues.

o The terminal output of the program:

fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.

I don't know whether this or the former causes the network problem I experience.

o After trying a few seconds, the programs says

Es konnte keine Verbindung mit der Datenbank hergestellt werden
(It wasn't possible to establish a connection with the database)

The German message either means that there are problems with the connection in general (which I think) or that it can't specifically connect to the data base (which I don't think -- I have set up the firewall to allow postgresql). Since the installation program already tried to ping the database host unsuccessfully, I believe there is a general networking problem.

I tried the networking trick described in the FAQ, section 2.38, without success. Please guide me how to proceed debugging. For interested people: The software bundle is available online for testing, however, you need a password for it which I don't want to post here; please contact me via email for details (I will probably be able to read my emails not before Monday morning).


Werner
lemzwerg
Newbie
Newbie
Posts: 2
Joined: Sat Aug 02, 2008 9:55 am

Networking problems with IDU Verwaltung software

Post by lemzwerg »

Any help? Or shall I contact a developers' list? As mentioned
earlier, I'm willing to debug this thoroughly, but since I'm only a
casual Wine user I need some guidance how to proceed.


Werner

[wine 1.1.2 on openSuSE 11.0, kernel 2.6.25.9 for i686]

I have network problems running Idu_Verwaltung.exe. Here the
various error and warning messages.

o I get a Runtime Error R6034 regarding the C runtime library.
After pressing OK it continues.

o The terminal output of the program:

fixme:actctx:parse_depend_manifests Could not find dependent
assembly L"Microsoft.VC80.CRT"
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is
outdated. Make sure that ntlm_auth >= 3.0.25 is in your
path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the
winbind package of your distribution.

I don't know whether this or the former causes the network problem I
experience.

o After trying a few seconds, the programs says

Es konnte keine Verbindung mit der Datenbank hergestellt werden
(It wasn't possible to establish a connection with the database)

The German message either means that there are problems with the
connection in general (which I think) or that it can't
specifically connect to the data base (which I don't think -- I
have set up the firewall to allow postgresql). Since the
installation program already tried to ping the database host
unsuccessfully, I believe there is a general networking problem.

I tried the networking trick described in the FAQ, section 2.38,
without success. Please guide me how to proceed debugging. For
interested people: The software bundle is available online for
testing, however, you need a password for it which I don't want to
post here; please contact me via email for details (I will probably
be able to read my emails not before Monday morning).
qwertymn
Level 4
Level 4
Posts: 236
Joined: Thu Mar 27, 2008 3:42 am

Post by qwertymn »

Hi, first you should get rid of the 2 error messages:
fixme:actctx:parse_depend_manifests Could not find dependent
assembly L"Microsoft.VC80.CRT"

and


err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is
outdated. Make sure that ntlm_auth >= 3.0.25 is in your
path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the
winbind package of your distribution.

I'd suggest start all over again installing the app in a new fresh .wine (You could use a new WINEPREFIX to do so)

First try get rid of first error message:

'WINEPREFIX=/tmp/test wget http://kegel.com/wine/winetricks && sh winetricks vcrun2005'

For the second one, you should install the winbind package as suggested by the terminal output. (For Fedora for example it's called "mod_auth_ntlm_winbind.i386", you can install it with yum, but probably you're using another distro?)

Now install the app again and run it again (e.g. , 'WINEPREFIX=/tmp/test wine installer_of_the_app.exe' etc etc)
if the error messages are gone, and you still can't connect post console output again. Regards
Locked