Application Details:
Version: | 1.02 |
License: | Free to use |
URL: | http://www.supercratebox.com/ |
Votes: | 0 |
Latest Rating: | Platinum |
Latest Wine Version Tested: | 2.18 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Game
What does not
DirectMusic
Screen Scale > x1
But can be fixed
Workarounds
What was not tested
Installer , this indie game not have an installer
Hardware tested
Graphics:
Additional Comments
If you wanna play with music and set fullscreen with correct screen scale , open a terminal under your own responsability and if you wanna copy and paste the follow commands : Arch=$(uname -m) case "$Arch" in x86) Arch="x86" ;; i?86) Arch="x86" ;; amd64) Arch="amd64" ;; x86_64) Arch="amd64" ;; * ) echo "Unsopported '$Arch' -> Architecture." ;; esac WINEPREFIX="$HOME/.wine" URLDIR="https://dl.dropboxusercontent.com/u/3164499/Linux/Wine/drive_c/windows/system32" rm -rf "$HOME/dma/" mkdir -p $HOME/dma/system32/drivers cd $HOME/dma/system32 wget "$URLDIR/devenum.dll" ; \ wget "$URLDIR/dinput.dll" ; \ wget "$URLDIR/dinput8.dll" ; \ wget "$URLDIR/dmband.dll" ; \ wget "$URLDIR/dmcompos.dll" ; \ wget "$URLDIR/dmime.dll" ; \ wget "$URLDIR/dmloader.dll" ; \ wget "$URLDIR/dmscript.dll" ; \ wget "$URLDIR/dmstyle.dll" ; \ wget "$URLDIR/dmsynth.dll" ; \ wget "$URLDIR/dmusic.dll" ; \ wget "$URLDIR/dsound.dll" ; \ wget "$URLDIR/dswave.dll" ; \ wget "$URLDIR/eax.dll" ; \ wget "$URLDIR/midimap.dll" ; \ wget "$URLDIR/msacm32.dll" ; \ wget "$URLDIR/quartz.dll" ; \ wget "$URLDIR/streamci.dll" ; \ cd "$HOME/dma/system32/drivers" wget "$URLDIR/drivers/gm.dls" ; \ cd "$HOME/dma/" if test -d "$WINEPREFIX/drive_c/windows/syswow64" then rm -rf "$WINEPREFIX"/drive_c/windows/syswow64/{devenum*,dinput*,dmband*,dmcompos*,dmime*,dmloader*,dmscript*,dmstyle*,dmsynth*,dmusic*,dsound*,dswave*,eax*,midimap*,msacm32*,quartz*,streamci*} rm -rf "$WINEPREFIX"/drive_c/windows/syswow64/drivers/gm.dls rm -rf "$WINEPREFIX"/drive_c/windows/system32/{devenum*,dinput*,dmband*,dmcompos*,dmime*,dmloader*,dmscript*,dmstyle*,dmsynth*,dmusic*,dsound*,dswave*,eax*,midimap*,msacm32*,quartz*,streamci*} mkdir -p "$WINEPREFIX"/drive_c/windows/{syswow64,system32}/drivers fi if test -d "$WINEPREFIX/drive_c/windows/system32" then rm -rf "$WINEPREFIX"/drive_c/windows/system32/{devenum*,dinput*,dmband*,dmcompos*,dmime*,dmloader*,dmscript*,dmstyle*,dmsynth*,dmusic*,dsound*,dswave*,eax*,midimap*,msacm32*,quartz*,streamci*} mkdir -p "$WINEPREFIX/drive_c/windows/system32/drivers/" cp "$HOME"/dma/system32/{devenum*,dinput*,dmband*,dmcompos*,dmime*,dmloader*,dmscript*,dmstyle*,dmsynth*,dmusic*,dsound*,dswave*,eax*,midimap*,msacm32*,quartz*,streamci*} "$WINEPREFIX"/drive_c/windows/system32/ cp "$HOME/dma/system32/drivers/gm.dls" "$WINEPREFIX/drive_c/windows/system32/drivers/" fi cd "$HOME" echo if [ "$Arch" = "x86" ]; then cat "$HOME/dma/dma.reg" REGEDIT4 [HKEY_CURRENT_USER\Software\Wine\AppDefaults\supercratebox.exe] "Version"="winxp" EOF wine regedit -s "$HOME/dma/dma.reg" &> /dev/null rm -rf "$HOME/dma/dma.reg" fi if [ "$Arch" = "amd64" ]; then cat "$HOME/dma/dma.reg" REGEDIT4 [HKEY_CURRENT_USER\Software\Wine\AppDefaults\supercratebox.exe] "Version"="winxp64" EOF wine regedit -s "$HOME/dma/dma.reg" &> /dev/null rm -rf "$HOME/dma/dma.reg" fi cat "$HOME/dma/dma.reg" REGEDIT4 [HKEY_CURRENT_USER\Software\Wine\AppDefaults\supercratebox.exe\Direct3D] "DirectDrawRenderer"="opengl" "Multisampling"="disabled" "OffscreenRenderingMode"="pbuffer" "StrictDrawOrdering"="enable" "UseGLSL"="disabled" "VideoMemorySize"="64" [HKEY_CURRENT_USER\Software\Wine\AppDefaults\supercratebox.exe\DllOverrides] "*devenum"="native" "*dinput"="native" "*dmband"="native" "*dmcompos"="native" "*dmime"="native" "*dmloader"="native" "*dmscript"="native" "*dmstyle"="native" "*dmsynth"="native" "*dmusic"="native" "*dmusic32"="native" "*dsound"="native" "*dswave"="native" "*eax"="native" "*gm.dls"="native" "*midimap"="native" "*quartz"="native" "*streamci"="native" [HKEY_CURRENT_USER\Software\Wine\AppDefaults\supercratebox.exe\Explorer] "Desktop"="supercratebox.exe" EOF wine regedit -s "$HOME/dma/dma.reg" &> /dev/null cd $HOME echo and ready , you can test your "supercratebox.exe" using wine , and after delete the folder $HOME/dma :D In PlayOnLinux : In PlayOnLinux you can use my script -> https://www.playonlinux.com/en/topic-13168-Script_SuperCrateBox_Install.html If you wanna you can try , downloading and using "Execute Local Script" under your own responsability Please don't send things about wine from playonlinux to WineHQ Team , because the same versions of wine dont work really equal .
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Debian GNU/Linux Unstable "Sid" x86_64 | Nov 03 2017 | 2.18 | Yes | Yes | No | Platinum | Jason Woofenden | |
Current | Manjaro Linux | Jun 02 2015 | 1.7.44 | N/A | Yes | Gold | Inukaze | ||
Show | Manjaro Linux | Jun 01 2015 | 1.7.44 | Yes | Yes | Bronze | Inukaze | ||
Show | FreeBSD 10.0 x86_64 | Aug 20 2014 | 1.6.2 | Yes | Yes | Bronze | an anonymous user | ||
Show | Ubuntu 10.10 "Maverick" amd64 (+ variants like Kubuntu) | Feb 12 2011 | 1.2.2 | N/A | Yes | Bronze | an anonymous user |
Bug # | Description | Status | Resolution | Other apps affected |
Comments for this application have been disabled because there are no maintainers.