How can I determine if my Vulkan install is 32 or 64bit? (64bit Ubuntu) - linux

How do I find out if my installed version of Vulkan is 32bit or 64bit? (I'm running 64bit Ubuntu 18.04.1.)
I'm trying to get a 32bit DirectX game (using 64bit Wine) to use Vulkan via "DxVk", and I'm being told by others I need the 32bit version of Vulkan.
I don't know if that's true or not, but all I know (from running: "/usr/bin/vulkaninfo | head -n 100" from the Terminal) is I have v1.1.73 installed. "smoketest" works fine.
TIA.

Related

How to build QT 4.8.7 For 32-bit

I am using Ubuntu 14.04 (64-bit). I want to build QT 4.8.7 Source code for 32-bit. How to configure the build?
Well if all solutions in the comments fail. Do it as me in VirtualBox. Install 32b operating system there and build what you want.

python 3.5 installation on window 7 - 64 bit [compatability issue]

Current version python 2.7.10 32 BIT is installed on my system.Yes, 32 Bit version is working correctly.
>python -V
Python 2.7.10
My Processor and operating system details are as follow:
Processor : Intel(R) Core(TM) i7-4790K CPU#4.00GHz
System Type : 64 bit Operating System
I'm trying to download correct version for my system from this link.
[https://www.python.org/downloads/windows/]
I go to link --> Latest Python 3 Release - Python 3.5.0
After this i have 2 option
1) Windows x86-64 web-based installer -for AMD64/EM64T/x64, not Itanium processors
2) Windows x86 web-based installer
Both of these version of Python are giving me incompatibility issues.
Please suggest how to diagnose or point out the correct version for my system.
I found the 64-bit installer on FileHorse. Just be sure you change the path to C:/Python35 or is installs it on your Users folder. I use the i7-4771 processor and run this version just fine.

Build native 64bit and 32bit exe with JXCore

I'm looking for a way to builn a native 32bit exe on my 64bit developing machine.
Usually I would run: jx compile .\PhotoFly.jxp
But that produces a 64bit version.
Any ideas how to get the 32bit version?
To build a native 32bit app on 64bit platform, you should use jx compiled for ia32 processor.
If this is on Windows, you can either use the Windows Setup (x32/x64/SM/V8) (on x64 Windows you will have an option to install x32 JXcore binaries as well) or download the exact binary e.g. Windows 32 (V8) - all available on JXcore download page.
Then you can pack the app on 64bit Windows as usual:
> c:\path_to_jx_32\jx compile .\PhotoFly.jxp

Lazarus cross compile from 32bit to 64bit

I know I can cross compile from 64bit to 32bit in Lazarus:
http://wiki.lazarus.freepascal.org/Cross_compiling#From_Linux_x64_to_Linux_i386
But I need to compile 64bit from a 32bit OS install. My CPU is 64bit but I never installed 64bit Ubuntu when I did my OS install.
I want to try to keep away from installing a virtualbox with 64bit Ubuntu as it's a lot of time required and my Lazarus is very customized. So I'm looking for some way to compile into 64bit from my 32bit Linux OS.
According to http://wiki.freepascal.org/Cross_compiling#Host_and_target_on_different_CPUs it should be no problem!

Aptana Studio 3.3.0 crashes on start - Arch Linux

here's my system specs;
Arch Linux x86_64,
Kernel: 3.6.10-1-ARCH,
Gnome 3.6.2,
xf86-video-nouveau 1.0.4-1,
jdk7-openjdk 7.u9_2.3.3-1,
jre7-openjdk 7.u9_2.3.3-1,
jre7-openjdk-headless 7.u9_2.3.3-1,
lib32-libjpeg-turbo 1.2.1-1, libjpeg-turbo 1.2.1-1, libjpeg6-turbo 1.2.1-1
libpng12 1.2.50-2,
net-tools 1.60.20120804git-2,
unzip 6.0-6.
Ok, so there's the list of requirements that are installed, version numbers as well. Upon launch, the loading/splash screen won't even show, and then nothing... it just dies out. I attempted to launch it "aptana -v" and no output in the shell. I have looked for any error logs in ~/ , but nothing is there.
Other steps I've done is to delete any configuration folders/files for eclipse and aptana-secure in ~/. Also did a clean uninstall of just Aptana (not the dependencies), reinstall. Same result.
Any suggestions?
It appears that there is a mix up in the downloads. 32-bit and 64-bit got switched. If you are on 32-bit download 64-bit and vice versa. Hopefully it will be fixed soon.
See issues below:
Aptana 64 bit version crashes on startup on 64bit Linux OS with 64bit Oracle 7 java
Linux Installer Aptana_Studio_3_Setup_Linux_x86_3.3.0.zip contains x64 bit version of the project

Resources