photoshopCClinux icon indicating copy to clipboard operation
photoshopCClinux copied to clipboard

https://victor.poshtiban.io/p/gictor/photoshopCC/ "site cannot be reached"

Open hitchcliff opened this issue 1 year ago • 12 comments

is there something wrong with the site that hosted the file? that seems the issues I'm facing atm

hitchcliff avatar Oct 10 '23 01:10 hitchcliff

replacement.tgz: https://www.dropbox.com/s/17pv6aezl7wz6gs/replacement.tgz?dl=1 photoshop.tgz: https://drive.google.com/uc?id=1kDVL7xjcyxlQD7DTo5QI71KkXg1sfT1t

above are the links i'm using to install with python3 http server to running. some couple edits in p/scripts/PhotoshopSetup.sh

function replacement()

# local filelink="https://victor.poshtiban.io/p/gictor/photoshopCC/replacement.tgz"
   local filelink="http://0.0.0.0:8000/replacement.tgz"

function install_photoshopSE()

# local filelink="https://victor.poshtiban.io/p/gictor/photoshopCC/photoshopCC-V19.1.6-2018>
    local filelink="http://0.0.0.0:8000/photoshopCC-V19.1.6-2018x64.tgz"

hitchcliff avatar Oct 10 '23 01:10 hitchcliff

you can use python3 to host the current folder simply type: $ python3 -m http.server -d .

command above should run server at certain url and port

On Fri, Oct 13, 2023 at 2:11 AM Rafael Fernandes @.***> wrote:

Hey @hitchcliff https://github.com/hitchcliff I'm having the same error when installing. Something about curl "Could not resolve host: victor.poshtiban.io". I think this comment above you wrote is the solution, but I don't know how can I write this replacement. Can you help me with more steps?

I opened the folder in vscode, and now I understand that I need just to replace the variable filelink in the install_photosopSE and replacement functions. But how can I host them in localhost like you have done?

— Reply to this email directly, view it on GitHub https://github.com/Gictorbit/photoshopCClinux/issues/205#issuecomment-1760125954, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKXA2RORUZ2CU7TQXKU55ZDX7AXETANCNFSM6AAAAAA5ZRU3GM . You are receiving this because you were mentioned.Message ID: @.***>

hitchcliff avatar Oct 16 '23 12:10 hitchcliff

No need to run a local webserver. The script reads local files just fine:

local filelink="file:///home/example/Downloads/replacement.tgz" local filelink="file:///home/example/Downloads/photoshopCC-V19.1.6-2018x64.tgz"

morebrackets avatar Nov 03 '23 22:11 morebrackets

you can just download the files and change the functions to:

function replacement() {
    # path to replacement.tgz :
    local filepath="/home/$USER/Downloads/replacement.tgz"

    cp "$filepath" "$CACHE_PATH/"

    filepath="$CACHE_PATH/replacement.tgz"

    mkdir "$RESOURCES_PATH/replacement"
    show_message "extract replacement component..."
    tar -xzf "$filepath" -C "$RESOURCES_PATH/replacement"

    local replacefiles=("IconResources.idx" "PSIconsHighRes.dat" "PSIconsLowRes.dat")
    local destpath="$WINE_PREFIX/drive_c/users/$USER/PhotoshopSE/Resources"

    for f in "${replacefiles[@]}";do
        local sourcepath="$RESOURCES_PATH/replacement/$f"
        cp -f "$sourcepath" "$destpath" || error "cant copy replacement $f file..."
    done

    show_message "replace component compeleted..."
    unset filepath
}
function install_photoshopSE() {
    # path to photoshopCC-V19 :
    local filepath="/home/$USER/Downloads/photoshopCC-V19.1.6-2018x64.tgz"

    cp "$filepath" "$CACHE_PATH"

    filepath="$CACHE_PATH/photoshopCC-V19.1.6-2018x64.tgz"

    mkdir "$RESOURCES_PATH/photoshopCC"

    show_message "extract photoshop..."
    tar -xzf "$filepath" -C "$RESOURCES_PATH/photoshopCC"

    echo "===============| photoshop CC v19 |===============" >> "$SCR_PATH/wine-error.log"
    show_message "install photoshop..."
    show_message "\033[1;33mPlease don't change default Destination Folder\e[0m"

    wine64 "$RESOURCES_PATH/photoshopCC/photoshop_cc.exe" &>> "$SCR_PATH/wine-error.log" || error "sorry something went wrong during photoshop installation"

    show_message "removing useless helper.exe plugin to avoid errors"
    rm "$WINE_PREFIX/drive_c/users/$USER/PhotoshopSE/Required/Plug-ins/Spaces/Adobe Spaces Helper.exe"

    notify-send "Photoshop CC" "photoshop installed successfully" -i "photoshop"
    show_message "photoshopCC V19 x64 installed..."
    unset filepath
}

should work just fine.

superb00y avatar Nov 05 '23 23:11 superb00y

@hitchcliff @superb00y It works, thanks a lot!

eshfield avatar Nov 28 '23 09:11 eshfield

@superb00y I did this however it gives me the exact same error of

photoshopCC-V19.1.6-2018x64.tgz detected
extract photoshop...
install photoshop...
Please don't change default Destination Folder
error: sorry something went wrong during photoshop installation

GildedSeraphim avatar Jan 10 '24 02:01 GildedSeraphim

same here

InvisibleRasta avatar Apr 03 '24 23:04 InvisibleRasta

I have that too, and i checked my wine-error.log after instaling.

Edit: I just installed this on a virtual machine, and it worked after installing winehq-9.0.0. I tried to do that on my main system, and kept on running into this error. I have no idea why, and I was hoping someone else could help?

Here it is: 002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) 002c:fixme:winediag:loader_init wine-staging 9.1 is a testing version containing experimental patches. 002c:fixme:winediag:loader_init Please mention your exact version when filing bug reports on winehq.org. 004c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) 0054:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) 0054:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002 0054:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002 0054:err:ole:apartment_get_local_server_stream Failed: 0x80004002 0054:err:ole:start_rpcss Failed to open RpcSs service 004c:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002 004c:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002 004c:err:ole:apartment_get_local_server_stream Failed: 0x80004002 007c:err:ntoskrnl:ServiceMain Failed to load L"C:\windows\system32\win32k.sys" 007c:err:ntoskrnl:ServiceMain Failed to load L"C:\windows\system32\drivers\dxgkrnl.sys" 007c:err:ntoskrnl:ServiceMain Failed to load L"C:\windows\system32\drivers\dxgmms1.sys" 0094:fixme:file:NtLockFile I/O completion on lock not implemented yet 0094:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0094:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1) 0094:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1) 00f4:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet 011c:fixme:wineusb:query_id Unhandled ID query type 0x5. wine: configuration in L"/home/nathan/Videos/prefix" has been updated. ===============| photoshop CC v19 |=============== wine: could not load ntdll.so: /usr/local/bin/../lib/wine/x86_64-unix/ntdll.so: cannot open shared object file: No such file or directory

nasawyer7 avatar Apr 04 '24 19:04 nasawyer7

@enderboy797 same

Someone could find a way to make it work?????

kraftOFgehirn avatar Apr 29 '24 21:04 kraftOFgehirn

@kraftOFgehirn unfortunately not actually had to switch back to windows because I needed photoshop for my job was really hoping to get it working. From what I remember it seems to be that it only works on some distros I believe Arch and Ubuntu were the ones I can remember and it was probably because I was using NixOs. Hopes this helps in any way

GildedSeraphim avatar May 13 '24 15:05 GildedSeraphim

you can just download the files and change the functions to:

function replacement() {
    # path to replacement.tgz :
    local filepath="/home/$USER/Downloads/replacement.tgz"

    cp "$filepath" "$CACHE_PATH/"

    filepath="$CACHE_PATH/replacement.tgz"

    mkdir "$RESOURCES_PATH/replacement"
    show_message "extract replacement component..."
    tar -xzf "$filepath" -C "$RESOURCES_PATH/replacement"

    local replacefiles=("IconResources.idx" "PSIconsHighRes.dat" "PSIconsLowRes.dat")
    local destpath="$WINE_PREFIX/drive_c/users/$USER/PhotoshopSE/Resources"

    for f in "${replacefiles[@]}";do
        local sourcepath="$RESOURCES_PATH/replacement/$f"
        cp -f "$sourcepath" "$destpath" || error "cant copy replacement $f file..."
    done

    show_message "replace component compeleted..."
    unset filepath
}
function install_photoshopSE() {
    # path to photoshopCC-V19 :
    local filepath="/home/$USER/Downloads/photoshopCC-V19.1.6-2018x64.tgz"

    cp "$filepath" "$CACHE_PATH"

    filepath="$CACHE_PATH/photoshopCC-V19.1.6-2018x64.tgz"

    mkdir "$RESOURCES_PATH/photoshopCC"

    show_message "extract photoshop..."
    tar -xzf "$filepath" -C "$RESOURCES_PATH/photoshopCC"

    echo "===============| photoshop CC v19 |===============" >> "$SCR_PATH/wine-error.log"
    show_message "install photoshop..."
    show_message "\033[1;33mPlease don't change default Destination Folder\e[0m"

    wine64 "$RESOURCES_PATH/photoshopCC/photoshop_cc.exe" &>> "$SCR_PATH/wine-error.log" || error "sorry something went wrong during photoshop installation"

    show_message "removing useless helper.exe plugin to avoid errors"
    rm "$WINE_PREFIX/drive_c/users/$USER/PhotoshopSE/Required/Plug-ins/Spaces/Adobe Spaces Helper.exe"

    notify-send "Photoshop CC" "photoshop installed successfully" -i "photoshop"
    show_message "photoshopCC V19 x64 installed..."
    unset filepath
}

should work just fine.

Can confirm this works (tested on openSUSE Tumbleweed)

aellas avatar Jun 02 '24 16:06 aellas