Linux Client
8-8-19
Hi ,

Our customer wants to set up a linux client to connect tot heir windows server.

when opening the .exe with wine window programmer - nothing happens.

they also tried with .sh file from terminal but getting an error;
prashant.koradiya@desktop30:~/DomainUser/Projects/S&S/hansaworld-linux-client$ ./HansaWorld.sh
err:menubuilder:init_xdg error looking up the desktop directory
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"ps" (1.0.0.0)
err:module:import_dll Library MSVCP140.dll (which is needed by L"Z:\\home\\prashant.koradiya@9series.com\\DomainUser\\Projects\\S&S\\hansaworld-linux-client\\HansaWorld.exe") not found
err:module:import_dll Library VCRUNTIME140.dll (which is needed by L"Z:\\home\\prashant.koradiya@9series.com\\DomainUser\\Projects\\S&S\\hansaworld-linux-client\\HansaWorld.exe") not found
err:module:import_dll Library api-ms-win-crt-stdio-l1-1-0.dll (which is needed by L"Z:\\home\\prashant.koradiya@9series.com\\DomainUser\\Projects\\S&S\\hansaworld-linux-client\\HansaWorld.exe") not found
err:module:import_dll Library api-ms-win-crt-math-l1-1-0.dll (which is needed by L"Z:\\home\\prashant.koradiya@9series.com\\DomainUser\\Projects\\S&S\\hansaworld-linux-client\\HansaWorld.exe") not found
err:module:import_dll Library api-ms-win-crt-convert-l1-1-0.dll (which is needed by L"Z:\\home\\prashant.koradiya@9series.com\\DomainUser\\Projects\\S&S\\hansaworld-linux-client\\HansaWorld.exe") not found
err:module:import_dll Library api-ms-win-crt-utility-l1-1-0.dll (which is needed by L"Z:\\home\\prashant.koradiya@9series.com\\DomainUser\\Projects\\S&S\\hansaworld-linux-client\\HansaWorld.exe") not found
err:module:import_dll Library api-ms-win-crt-runtime-l1-1-0.dll (which is needed by L"Z:\\home\\prashant.koradiya@9series.com\\DomainUser\\Projects\\S&S\\hansaworld-linux-client\\HansaWorld.exe") not found
err:module:import_dll Library api-ms-win-crt-heap-l1-1-0.dll (which is needed by L"Z:\\home\\prashant.koradiya@9series.com\\DomainUser\\Projects\\S&S\\hansaworld-linux-client\\HansaWorld.exe") not found
err:module:import_dll Library api-ms-win-crt-string-l1-1-0.dll (which is needed by L"Z:\\home\\prashant.koradiya@9series.com\\DomainUser\\Projects\\S&S\\hansaworld-linux-client\\HansaWorld.exe") not found
err:module:import_dll Library api-ms-win-crt-filesystem-l1-1-0.dll (which is needed by L"Z:\\home\\prashant.koradiya@9series.com\\DomainUser\\Projects\\S&S\\hansaworld-linux-client\\HansaWorld.exe") not found
err:module:import_dll Library api-ms-win-crt-time-l1-1-0.dll (which is needed by L"Z:\\home\\prashant.koradiya@9series.com\\DomainUser\\Projects\\S&S\\hansaworld-linux-client\\HansaWorld.exe") not found
err:module:import_dll Library api-ms-win-crt-environment-l1-1-0.dll (which is needed by L"Z:\\home\\prashant.koradiya@9series.com\\DomainUser\\Projects\\S&S\\hansaworld-linux-client\\HansaWorld.exe") not found
err:module:import_dll Library api-ms-win-crt-locale-l1-1-0.dll (which is needed by L"Z:\\home\\prashant.koradiya@9series.com\\DomainUser\\Projects\\S&S\\hansaworld-linux-client\\HansaWorld.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\prashant.koradiya@9series.com\\DomainUser\\Projects\\S&S\\hansaworld-linux-client\\HansaWorld.exe" failed, status c0000135
prashant.koradiya@desktop30:~/DomainUser/Projects/S&S/hansaworld-linux-client$


I need help on how to do this - as we have never used the Linux client.

Thank you,
Rozmin
Tomas J.
8-12-19
Hello,

Linux client is not officially supported. Only server is supported for Linux. So the Linux client can run on some instances of Linux, but we do not test even them.

Regards,

Hansaworld support
Christoffer Riska
8-19-19
Hi,

I have run Hansa client version 8.2 on Ubuntu 16.04 and Ubuntu 18.04.
One thing that sometimes can cause the linux client to crash is if there is a /halpatch folder present when Hansa starts.
My own startup script looks like this:

#!/bin/bash
HANSAWORLDHOME="$(dirname $0)"
if ( [ "${HANSAWORLDHOME:0:1}" != "/" ] ) then
HANSAWORLDHOME="$(pwd)"
fi
cd "${HANSAWORLDHOME}"
rm -r ./halcust
wine ./HansaWorld.exe

I am also using the native wine installation within Ubuntu, so make sure that you have installed wine.
It might also work with the wine library that comes with the Hansa linux client, but I have not tested.
Martin A.
8-20-19
Hello,

Like Tomas said we do not support Linux clients. Will close this post


Regards,
Martin
Leave Comment
You can subscribe to notifications for this post by selecting the 'star' icon on the top right corner of the post.
Back to the list
Latest Posts
Carolina Valentino
are the activity set as Hansamanuals said? https://www.hansamanuals.com/main/mailnumber___62526/theconf___231/manuals/version___20250224/langcode___es/hwconvindex.htm?shortcode=HW0301SETTINGS_Order...
17:20 4 Apr 2025
Paul Timms
SendWebRequest3 is a boolean function, so if this returns true and the reply header has an accepted status, you can assume that the data was sent successfully and perform some actions on the record th...
11:12 4 Apr 2025