B4J Tutorial B4LinuxInstall script to use B4X tools in linux

johnaaronrose

Active Member
Licensed User
Longtime User
A suggestion for Ubuntu 16.04, in a terminal execute this commandes :
sudo apt-get update
sudo apt-get install winbind
Winbind was not installed. I installed it. Starting B4A leads to a small black window being displayed. Starting it from Terminal with:
export WINEPREFIX="/home/john/workspace_b4/wine_b4"
wine start /d "c:\\Program Files\\Anywhere Software\\Basic4android" B4A.exe
gives a loop on the following 3 messages:
fixme:win:EnumDisplayDevicesW ((null),0,0x513e414,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x513e530,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x513e530,0x00000000), stub!
 

zolive33

Active Member
Licensed User
Longtime User
did you use PlayOnLinux?
did you install Microsoft .Net Framework 4?
 
Last edited:

zolive33

Active Member
Licensed User
Longtime User
I haven't other idea to help you, sorry.
For me, everything works well, except copy/past on designer (Wine crashes, I don't no why!).
 

Attachments

  • Capture du 2017-02-14 21-25-42.png
    25 KB · Views: 302
  • Capture du 2017-02-14 21-25-54.png
    25.2 KB · Views: 288
  • Capture du 2017-02-14 21-26-28.png
    40.4 KB · Views: 282

johnaaronrose

Active Member
Licensed User
Longtime User
I just installed B4A successfully on a laptop running Ubuntu Trusty and using B4A version 5.8 (as opposed to version 6.0 which I can't run on my desktop using Ubuntu Xenial). So I thought that I'd try again on my Xenial desktop with B4A v5.8. It didn't install B4A even though I said y to the question asking ifit should install! I'm baffled by some code in b4linuxinstall.sh: what does wget_download ${b4aURL} do (in line 521)? There is no other reference to b4aURL in the script.

I would have expected an invocation of the installer b4a.exe to install B4A. So I tried that:
john@NewDesktop:~/Downloads$ export WINEPREFIX="/home/john/workspace_b4/wine_b4"
john@NewDesktop:~/Downloads$ cp /home/john/Downloads/b4a.exe "/home/john/workspace_b4/wine_b4/drive_c/Program Files/b4a.exe"
john@NewDesktop:~/Downloads$ wine "C:\\Program Files\\b4a.exe"
fixmerocess:SetProcessDEPPolicy (1): stub
fixme:shell:SIC_Initialize Failed to load IDI_SHELL_DOCUMENT icon!
fixme:shell:SIC_Initialize Failed to load IDI_SHELL_DOCUMENT icon!
fixmerocess:SetProcessDEPPolicy (1): stub
errle:apartment_createwindowifneeded CreateWindow failed with error 317
fixme:winisableProcessWindowsGhosting : stub
 

zolive33

Active Member
Licensed User
Longtime User
This script is obsolete. It does not install "Microsoft .Net Framework 4".
The solution is to use PlayOnLinux (see my tutorial).
 

johnaaronrose

Active Member
Licensed User
Longtime User
I have same problem. Did you find a solution? If not, could you tell me where to find the log? What are the unsupported functions?
 

johnaaronrose

Active Member
Licensed User
Longtime User
Fixed b4linuxinstall.sh (download from https://app.box.com/s/r31f1jltwhfp3tjd2ficysu8zo3jtblw) so that it installs things OK. Problems were that B4A v5.8 used different directory names on installation from version 4. When I run B4A, it asks for License file OK and accepts it. But it then displays a solid black window approx 10cms x 5cms and nothing else happens.

I'm not able to run it successfully from Terminal. When I use "export WINEARCH=win32", "export WINEPREFIX=/home/john/workspace_b4/wine_b4" and "wine C:\\\\windows\\\\command\\\\start.exe /Unix /home/john/workspace_b4/wine_b4/dosdevices/c:/users/Public/Start\\ Menu/Programs/B4A/B4A.lnk" (taken from B4A.desktop), it displays a popup titled Error stating "File not found". If only I knew which file! Clicking OK gives:
john@NewDesktop:~$ wine C:\\\\windows\\\\command\\\\start.exe /Unix /home/john/workspace_b4/wine_b4/dosdevices/c:/users/Public/Start\\ Menu/Programs/B4A/B4A.lnk
fixme:exec:SHELL_execute flags ignored: 0x00000100
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: Success.

Both B4A.desktop (in .local/share/applications/wine/Programs/B4A) & wine-extension-b4a.desktop (in .local(/share/applications) were created by B4A install. I have uploaded both of them, changing the .desktop file extension to .txt. I don't know enough about Wine to see what I'm doing wrong when I try to run B4A from a Terminal. Can anybody tell me what I should do?

I've tried using winecfg to change the Windows version to Windows 7 and made other changes in the Libraries tab to set the following libraries:
* fusion (built-in)
* gdiplus (native)
* mscoree (native)
* msvcr100 (native,built-in)
* msxml3 (native)
I've tried both Wine 1.6 & 1.8 using Ubuntu Xenial.
All combinations make no difference.
 

Attachments

  • B4A.txt
    370 bytes · Views: 357
  • wine-extension-b4a.txt
    235 bytes · Views: 306
Last edited:

Juan Marrero

Active Member
Licensed User
Longtime User
I manage to install B4A, B4J and B4i using PlayOnLinux, and installing Java 7 (Configure Button/<your virtual drive/Miscellaneous Tab/ Run a .exe file in this virtual drive) For some reason Java 8 always got stuck during the initial part of the installation. I haven't deployed any app but they open correctly.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…