Skip to content

HTTPS image issue with SuperMemo 18 #29

Description

@cutie

I'm having issues getting https images to display and import properly in SuperMemo 18 and I'm a bit stumped. I do the following:

$ rm -fr /home/user/.wine/ /home/user/.local/share/wineprefixes/

$ wget https://archive.archlinux.org/packages/w/wine/wine-5.2-1-x86_64.pkg.tar.zst
$ wget https://archive.archlinux.org/packages/w/wine-gecko/wine-gecko-2.47.1-1-x86_64.pkg.tar.xz
$ wget https://archive.archlinux.org/packages/w/wine-mono/wine-mono-4.9.4-1-any.pkg.tar.xz
$ sudo pacman -U wine-5.2-1-x86_64.pkg.tar.zst wine-gecko-2.47.1-1-x86_64.pkg.tar.xz wine-mono-4.9.4-1-any.pkg.tar.xz

$ env WINEARCH=win32 sh winetricks arch=32 prefix=sm18
$ cp sm18inst.exe /home/user/.cache/winetricks/supermemo18/sm18inst.exe
$ sh winetricks prefix=sm18 supermemo18.verb

No obvious errors. But now, running $ env WINEPREFIX=/home/user/.local/share/wineprefixes/sm18 wine ~/.local/share/wineprefixes/sm18/drive_c/SuperMemo/sm18.exe gives me a version of SuperMemo 18 that does not show https images in HTML components. Editing the https <img> tag to http (where available) works correctly, so it must be the issue.

I attempt the fix here to patch in a verb to winetricks to add support for TLS 1.1/1.2 to IE8. I followed these steps and attempted to mess around with enabling Mixed content and various other things in the IE8 security settings to no avail; images will not load.

Any advice on how to proceed would be appreciated.

$ uname -rom
5.10.60-1-MANJARO x86_64 GNU/Linux
$ wine --version
wine-5.2
$ winetricks --version
20210206-next - sha256sum: 354ea7faad1b0e77d5e96453c263a1ab23ab502c87ae2aee60a82ec820d0058e

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions