Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hitchcliff opened this issue Oct 10, 2023 · 10 comments
Labels
installer script bug Something isn't working

Comments

@hitchcliff
Copy link

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

@hitchcliff hitchcliff added the installer script bug Something isn't working label Oct 10, 2023
@hitchcliff
Copy link
Author

hitchcliff commented Oct 10, 2023

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
Copy link
Author

hitchcliff commented Oct 16, 2023 via email

@morebrackets
Copy link

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"

@superb00y
Copy link

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.

@eshfield
Copy link

@hitchcliff @superb00y It works, thanks a lot!

@GildedSeraphim
Copy link

@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

@InvisibleRasta
Copy link

same here

@nasawyer7
Copy link

nasawyer7 commented Apr 4, 2024

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

@kraftOFgehirn
Copy link

kraftOFgehirn commented Apr 29, 2024

@enderboy797 same

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

@GildedSeraphim
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
installer script bug Something isn't working
Projects
None yet
Development

No branches or pull requests

8 participants