Running 64 bit application

Questions about Wine on Linux
Locked
jbanting
Newbie
Newbie
Posts: 4
Joined: Fri Jan 20, 2017 7:15 pm

Running 64 bit application

Post by jbanting »

Hi All,

I'm having trouble installing a land use tool in wine under ubuntu 16.04

The application has both a 32 bit and 64 bit version. The 32 bit works, however, I'm required to use the 64 bit version
Tool in question. http://www.cnfer.on.ca/SEP/lsltool/download_page.htm

The tool says it installs fine. Running it is another question

I've tried the instructions here https://wiki.winehq.org/Ubuntu. That didn't work. I then tried using the ubuntu version of wine.

Code: Select all

sudo apt-get install wine
That didn't work.

This is the error i was getting initially.

Code: Select all

wine Lsl.exe 
fixme:storage:create_storagefile Storage share mode not implemented.
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:iphlpapi:NotifyAddrChange (Handle 0x103e368, overlapped 0x103e380): stub
fixme:storage:create_storagefile Storage share mode not implemented.
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:iphlpapi:NotifyAddrChange (Handle 0x10fe8a0, overlapped 0x10fe8ac): stub
wine: configuration in '/home/james/.wine' has been updated.
err:process:start_process L"C:\\Program Files\\LSLx64\\Lsl.exe" doesn't have an entry point, it cannot be executed
I installed winbind and now im getting simply this error.

Code: Select all

wine Lsl.exe 
err:process:start_process L"C:\\Program Files\\LSLx64\\Lsl.exe" doesn't have an entry point, it cannot be executed
I'm not very familiar with running applications under wine so I don't know where a log file or anything would be.
Can someone help me out?

Thanks,
James
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Running 64 bit application

Post by Bob Wya »

jbanting wrote:...
I've tried the instructions here https://wiki.winehq.org/Ubuntu. That didn't work. I then tried using the ubuntu version of wine.

Code: Select all

sudo apt-get install wine
That didn't work.
...
Hold on a minute... So you can't get wine correctly installed - so you go on to start installing Windows applications, using the broken wine install, anyway... Que??

Can you document what steps (precisely - i.e. what instructions you type and what the console output was) you performed in your attempts to get the WineHQ Ubuntu winehq-devel package installed?
You need to fix your winehq-devel package install - before you start trying to use it! A bit of a no-brainer there... :wink:

Bob
jbanting
Newbie
Newbie
Posts: 4
Joined: Fri Jan 20, 2017 7:15 pm

Re: Running 64 bit application

Post by jbanting »

Hi Bob,

Sorry i can see where my steps were unclear. Wine installed correctly.
I can get the 32 bit version of the application to work under the installed Wine, I can't get the 64 bit version of the application to work which, unfortunately, is what i need.

Reading though a couple different forums. Some people recommended trying to install different versions of wine (specifically the one packaged with ubuntu vs the one from the wine ppa) to get applications to work. This is what i was referring to when i said installing different Wine versions didn't work.

I followed the steps here.

Code: Select all

sudo dpkg --add-architecture i386
sudo add-apt-repository ppa:wine/wine-builds
sudo apt-get update
sudo apt-get install --install-recommends winehq-devel
Output

Code: Select all

sudo apt-get install --install-recommends winehq-devel
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  cabextract fonts-horai-umefont fonts-unfonts-core fonts-wqy-microhei gnome-exe-thumbnailer icoutils
  libgif7 libgif7:i386 libice6:i386 libmspack0 libp11-kit-gnome-keyring:i386 libsm6:i386
  libwine-development libwine-development:i386 libxt6:i386 ocl-icd-libopencl1:i386 odbcinst
  odbcinst1debian2 p11-kit-modules:i386 p7zip ttf-wqy-microhei unixodbc wine-gecko2.21:i386
  wine32-development:i386
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  libgsm1:i386 libodbc1:i386 wine-devel wine-devel-amd64 wine-devel-i386:i386
Suggested packages:
  libmyodbc:i386 odbc-postgresql:i386 tdsodbc:i386 unixodbc-bin:i386
The following NEW packages will be installed:
  libgsm1:i386 libodbc1:i386 wine-devel wine-devel-amd64 wine-devel-i386:i386 winehq-devel
0 upgraded, 6 newly installed, 0 to remove and 20 not upgraded.
Need to get 47.5 MB/47.7 MB of archives.
After this operation, 372 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://ppa.launchpad.net/wine/wine-builds/ubuntu xenial/main amd64 wine-devel-amd64 amd64 2.0~rc6~ubuntu16.04.1 [23.8 MB]
Get:2 http://ppa.launchpad.net/wine/wine-builds/ubuntu xenial/main i386 wine-devel-i386 i386 2.0~rc6~ubuntu16.04.1 [22.6 MB]
Get:3 http://ppa.launchpad.net/wine/wine-builds/ubuntu xenial/main amd64 wine-devel amd64 2.0~rc6~ubuntu16.04.1 [1,083 kB]
Get:4 http://ppa.launchpad.net/wine/wine-builds/ubuntu xenial/main amd64 winehq-devel amd64 2.0~rc6~ubuntu16.04.1 [1,960 B]
Fetched 47.5 MB in 16s (2,878 kB/s)                                                                    
Selecting previously unselected package libgsm1:i386.
(Reading database ... 228897 files and directories currently installed.)
Preparing to unpack .../libgsm1_1.0.13-4_i386.deb ...
Unpacking libgsm1:i386 (1.0.13-4) ...
Selecting previously unselected package wine-devel-amd64.
Preparing to unpack .../wine-devel-amd64_2.0~rc6~ubuntu16.04.1_amd64.deb ...
Unpacking wine-devel-amd64 (2.0~rc6~ubuntu16.04.1) ...
Selecting previously unselected package wine-devel-i386:i386.
Preparing to unpack .../wine-devel-i386_2.0~rc6~ubuntu16.04.1_i386.deb ...
Unpacking wine-devel-i386:i386 (2.0~rc6~ubuntu16.04.1) ...
Selecting previously unselected package wine-devel.
Preparing to unpack .../wine-devel_2.0~rc6~ubuntu16.04.1_amd64.deb ...
Unpacking wine-devel (2.0~rc6~ubuntu16.04.1) ...
Selecting previously unselected package libodbc1:i386.
Preparing to unpack .../libodbc1_2.3.1-4.1_i386.deb ...
Unpacking libodbc1:i386 (2.3.1-4.1) ...
Selecting previously unselected package winehq-devel.
Preparing to unpack .../winehq-devel_2.0~rc6~ubuntu16.04.1_amd64.deb ...
Unpacking winehq-devel (2.0~rc6~ubuntu16.04.1) ...
Processing triggers for libc-bin (2.23-0ubuntu5) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160824-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Setting up libgsm1:i386 (1.0.13-4) ...
Setting up wine-devel-amd64 (2.0~rc6~ubuntu16.04.1) ...
Setting up wine-devel-i386:i386 (2.0~rc6~ubuntu16.04.1) ...
Setting up wine-devel (2.0~rc6~ubuntu16.04.1) ...
Setting up libodbc1:i386 (2.3.1-4.1) ...
Setting up winehq-devel (2.0~rc6~ubuntu16.04.1) ...
Processing triggers for libc-bin (2.23-0ubuntu5) ...
Since the application i'm wanting to run is 64 bit should i build the WOW64 version and use that?

James
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: Running 64 bit application

Post by dimesio »

The WineHQ package is not the issue (according to your log, it installed successfully), and building Wine yourself won't help. I downloaded the app and got the same "doesn't have an entry point" message as you. Checking bugzilla for that message turned up https://bugs.winehq.org/show_bug.cgi?id=38661, which is marked STAGED, so you should try the wine-staging package. (Though that may simply get you to the next problem.)
jbanting
Newbie
Newbie
Posts: 4
Joined: Fri Jan 20, 2017 7:15 pm

Re: Running 64 bit application

Post by jbanting »

Ok, i'll give that a go.

Thanks for help
jbanting
Newbie
Newbie
Posts: 4
Joined: Fri Jan 20, 2017 7:15 pm

Re: Running 64 bit application

Post by jbanting »

Installing the wine-staging package worked.

Running

Code: Select all

wine64 Lsl.exe
got it up and going.
Thanks for the help.
Locked