- Ubuntu 25.04
- wine-10.6
- dlsitenest-v2.0.9
- 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
- ダウンロード
wget https://www.dlsite.com/modpub/nest/releases/dlsitenest-v2.0.9-win32-x64.exe
- インストール
- インストーラの指示に従う
LANG=ja_JP wine ~/Downloads/dlsitenest-v2.0.9-win32-x64.exe
~/.wine/dosdevices/c:/Program Files/DLsiteNest
にインストールされる
- 起動
cd "$HOME/.wine/dosdevices/c:/Program Files/DLsiteNest"
wine DLsiteNest.exe
2025-04-22 現在クラッシュする
- v2から32bit版のドロップ、React Native による実装となり、 Wine が未対応であるAPIが呼び出されクラッシュ
- 対応中: https://bugs.winehq.org/show_bug.cgi?id=57367
Unhandled exception: unimplemented function ntdll.dll.NtCreateWaitCompletionPacket called in 64-bit code (0x006fffffc75bb8).