Skip to content

Instantly share code, notes, and snippets.

@eggplants
Last active May 31, 2025 09:02
Show Gist options
  • Save eggplants/e4d8cc13b4ce86a965cb9e1651e0a253 to your computer and use it in GitHub Desktop.
Save eggplants/e4d8cc13b4ce86a965cb9e1651e0a253 to your computer and use it in GitHub Desktop.
DLsite Nest on Wine

DLsiteNest on Wine

環境

  • Ubuntu 25.04
  • wine-10.6
  • dlsitenest-v2.0.9

手順

  1. Wine環境構築
CODENAME="$(lsb_release -c | cut -f2)"
sudo apt install libfaudio0 mesa-vulkan-drivers -y

wget -qO- https://dl.winehq.org/wine-builds/winehq.key | gpg --dearmor > k
sudo install -D -o root -g root -m 644 k /etc/apt/keyrings/winehq-archive.key
rm k
sudo wget -NP /etc/apt/sources.list.d/ "https://dl.winehq.org/wine-builds/ubuntu/dists/${CODENAME}/winehq-${CODENAME}.sources"

sudo apt update
sudo apt install --install-recommends winehq-devel winetricks -y

WINEARCH=wow64 winecfg
winetricks -q allfonts

curl -s https://gist.githubusercontent.com/eggplants/80e52966765fbad2753b5e57b9b4397d/raw/931c87cd4b9554352edf65347888e19b918b880d/wine-notofu.sh | bash
  1. ダウンロード
wget https://www.dlsite.com/modpub/nest/releases/dlsitenest-v2.0.9-win32-x64.exe
  1. インストール
  • インストーラの指示に従う
LANG=ja_JP wine ~/Downloads/dlsitenest-v2.0.9-win32-x64.exe
  • ~/.wine/dosdevices/c:/Program Files/DLsiteNestにインストールされる
  1. 起動
cd "$HOME/.wine/dosdevices/c:/Program Files/DLsiteNest"
wine DLsiteNest.exe

2025-04-22 現在クラッシュする

Unhandled exception: unimplemented function ntdll.dll.NtCreateWaitCompletionPacket called in 64-bit code (0x006fffffc75bb8).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment