Das Forum

[Issue] Installing chromacam

Autor Antworten
maeloterkim Friday 26 July 2019 at 17:28
maeloterkimAnonymous

Hi :)

I have an isuue with chromacam software, installing it

This is the software and hardware data i have :

SOFTWARE DATA:
wine-3.6 (Ubuntu 3.6-1)

PlayOnLinux Version  4.2.12

Ubuntu 18.04.2 LTS


 

HARDWARE DATA:
Intel® Core™ i5-4440 CPU @ 3.10GHz × 4

Intel® Haswell Desktop

GNOME :  3.28.2

64 bits

RAM : 15,5 GiB


 

This chromacam Its a legal sofware that was working on my windows but i'm interested that will work on ubuntu linux


When i try to install chromacam  with PlayOnLinux its all Ok until the program have an error while installing

opens a typical windows error alert that says :

"Personify Chromacam requires CPU and Hardware
wich supports AVX instruction set and OpenCL
1.2 (32bit) or above

Click OK to open our article on how to check
and enable OpenCL for your system the try again
"

and then i can't continue PlayonLinux says:   Error in POL_Wine

This is the log tha playOnLinux has with the sofware data:


 

INI LOG

------------------------------------------------------------------------------------------------------------------------------------------------------------


 

[07/26/19 17:01:50] - Running wine- --version (Working directory : /home/manuel/.PlayOnLinux/shortcuts)
wine-3.6 (Ubuntu 3.6-1)

PlayOnLinux logfile
-------------------
Date: 07/26/19 17:01:50

> PlayOnLinux Version
  4.2.12
> uname -a
  Linux manuel-All-Series 5.2.2-050202-generic #201907231250 SMP Tue Jul 23 12:53:21 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
> lsb_release -a
 
> wine --version
  wine-3.6 (Ubuntu 3.6-1)
> POL_WINEVERSION
 
> WINEPREFIX
  /home/manuel/.PlayOnLinux//wineprefix/chromacam
> Distribution
  Ubuntu 18.04.2 LTS
> glxinfo \| grep rendering
  direct rendering: Yes
> glxinfo \| grep renderer
      GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
    GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, GLX_MESA_query_renderer,
Extended renderer info (GLX_MESA_query_renderer):
OpenGL renderer string: Mesa DRI Intel(R) Haswell Desktop
> OpenGL libs (Direct rendering testing)
  check_dd_x86 missing, test skipped
  check_dd_amd64 missing, test skipped

[07/26/19 17:01:51] - This is a 64bits prefix!
[07/26/19 17:01:51] - Running wine- cmd /c echo %ProgramFiles% (Working directory : /home/manuel/.PlayOnLinux/shortcuts)
C:\Program Files (x86)
[07/26/19 17:02:01] - Running wine- /home/manuel/Descargas/chromacam/el-ultimo/ChromaCam-2.3.0.19.exe (Working directory : /)
0030:err:mscoree:LoadLibraryShim error reading registry key for installroot
0030:err:mscoree:LoadLibraryShim error reading registry key for installroot
0030:err:mscoree:LoadLibraryShim error reading registry key for installroot
0030:err:mscoree:LoadLibraryShim error reading registry key for installroot
0030:err:mscoree:LoadLibraryShim error reading registry key for installroot
0030:err:mscoree:LoadLibraryShim error reading registry key for installroot
0030:err:mscoree:LoadLibraryShim error reading registry key for installroot
0030:err:mscoree:LoadLibraryShim error reading registry key for installroot
003c:err:mscoree:LoadLibraryShim error reading registry key for installroot
003c:err:mscoree:LoadLibraryShim error reading registry key for installroot
003c:err:mscoree:LoadLibraryShim error reading registry key for installroot
003c:err:mscoree:LoadLibraryShim error reading registry key for installroot
003c:err:mscoree:LoadLibraryShim error reading registry key for installroot
003c:err:mscoree:LoadLibraryShim error reading registry key for installroot
003c:err:mscoree:LoadLibraryShim error reading registry key for installroot
003c:err:mscoree:LoadLibraryShim error reading registry key for installroot


 

--------------------------------------------------------------------------------------------------------------------------------------------------------------------

END LOG


 

I tried some things for installing drivers like

sudo -i
cd /etc/apt/sources.list.d
echo "deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse" >ia32-libs-raring.list
apt-get update
apt-get install ia32-libs


 

and others that i found on the web

but didn't work

 

If someone want to try, can dowload the free version of the program here  :    https://www.chromacam.me/#pricing

I think that the free version is the same as the paid version but with watermarks
 

Thanks in advance :)

 

 

Editiert von: maeloterkim

Dadu042 Sunday 28 July 2019 at 0:28
Dadu042

I tried POL v4.3.4 with Wine 4.0.1 (64 bits) and have the same error window :

"Personify Chromacam requires CPU and Hardware

wich supports AVX instruction set and OpenCL
1.2 (32bit) or above

Click OK to open our article on how to check
and enable OpenCL for your system the try again
"

 

I searched about enabling OpenCL on Wine on this website and on winehq.org without success. sad

 

I wrote the following script in order to try on my laptop (GPU Intel + Nvidia GTX950M) without success (same error message as above).

 

#!/bin/bash
# Date : (2019-06-27)
# Last revision : (see changelog)
# Wine version used : see below
# Distribution used to test : Kubuntu 18.04 x64
# Author : see changelog
#
# Game based on: OpenCL.
#
# CHANGELOG
# [Dadu042] (2019-06-27)
#   Initial writing.

# KNOWN ISSUES
# - When installing, the software does open a error window asking for AVX and OpenCL 1.2 features, then closes.

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Chromacam"
PREFIX="chromacam"
WORKING_WINE_VERSION="4.0.1"
PUBLISHER="GraphPad"
GAME_URL="https://www.graphpad.com"
AUTHOR="Dadu042"
 
# Setup
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init
   
POL_SetupWindow_presentation "$TITLE" "x" "https://www.chromacam.me/" "Dadu042" "$PREFIX"
 
POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
 
 
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "4.11"
   
POL_System_TmpCreate "$PREFIX"
cd "$POL_System_TmpDir"
 
#######################################
# Setup GPU                           #
#######################################
 
# Select Graphic Card (useful if laptop with dual GPU)
POL_Wine_SetVideoDriver

 
# POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
POL_SetupWindow_InstallMethod "LOCAL"

POL_SetupWindow_message "Please do not run the software as soon installed." "$TITLE"

if [ "$INSTALL_METHOD" == "LOCAL" ]; then
        cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run:')" "$TITLE"
        SETUP_EXE="$APP_ANSWER"
        POL_Wine start /unix "$SETUP_EXE"
        POL_Wine_WaitExit "$TITLE"
 
elif [ "$INSTALL_METHOD" == "DOWNLOAD" ];then
        POL_Download ""
        POL_Wine_WaitBefore "$TITLE"
        POL_Wine "" "/SILENT"
fi
   
POL_Shortcut "chromacam.exe" "$TITLE"  "Video"

POL_SetupWindow_message "Software installed." "$TITLE"

POL_SetupWindow_Close
POL_System_TmpDelete
exit 0

Editiert von: Dadu042