Got it to work under 64bit
mkdir: cannot create directory '/storage/home/ingeborg/Downloads/jazz-jackrabbit-2/pkg': Permission denied -----> run yaourt as root for the package to install.
then edit /bin/jazz2.sh change:
WINEARCH=win32 WINEPREFIX=~/.abandonia/Jazz2 wine ~/.abandonia/Jazz2/temp/Jazz2.exe to WINEARCH=win64 WINEPREFIX=~/.abandonia/Jazz2 wine ~/.abandonia/Jazz2/temp/Jazz2.exe
then run Jazz2
enjoy
Search Criteria
Package Details: jazz-jackrabbit-2 1.0-2
Package Actions
| Package Base: | jazz-jackrabbit-2 |
|---|---|
| Description: | A classic platform scroller from Abandonia, played in Wine. |
| Upstream URL: | http://www.abandonia.com/en/games/294/Jazz+Jackrabbit+2.html |
| Category: | games |
| Licenses: | |
| Submitter: | macxcool |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 8 |
| First Submitted: | 2011-05-06 18:20 |
| Last Updated: | 2011-05-09 17:00 |
Latest Comments
Comment by Shadow86sk
Anonymous comment
It fails for me on 64 bit. It fails to create a directory:
==> Making package: jazz-jackrabbit-2 1.0-2 (Sat Jun 22 09:44:57 CEST 2013)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found Jazz_Jackrabbit_2.zip
==> Validating source files with md5sums...
Jazz_Jackrabbit_2.zip ... Passed
==> Extracting sources...
-> Extracting Jazz_Jackrabbit_2.zip with bsdtar
==> Removing existing pkg/ directory...
==> Starting build()...
mkdir: cannot create directory '/storage/home/ingeborg/Downloads/jazz-jackrabbit-2/pkg': Permission denied
==> ERROR: A failure occurred in build().
Aborting...
$ ls -l
total 42456
-rw-r--r-- 1 ingeborg ingeborg 43458159 Jun 22 09:21 Jazz_Jackrabbit_2.zip
-rw-r--r-- 1 ingeborg ingeborg 3092 May 9 2011 PKGBUILD
-rw-r--r-- 1 ingeborg ingeborg 260 May 9 2011 jazz2.install
d--------- 2 ingeborg ingeborg 4096 Jun 22 09:44 pkg
drwxr-xr-x 3 ingeborg ingeborg 4096 Jun 22 09:44 src
The game can still be played by entering the src/Jazz2 directory, and type
$ wine Jazz2.exe
Comment by macxcool
Perhaps it won't work on 64-bit? I don't have any way of testing it. Maybe I'll just change the PKGBUILD to 'i686' from 'any'
Comment by dWolf
It doesn't work for me. The starting script says "wine: WINEARCH set to win32 but '/home/dwolf/.abandonia/Jazz2' is a 64-bit installation."
Comment by macxcool
Update now has wineprefix files in the user directory and adheres to the new standard for abandonia games.
Everything is in ~/.abandonia/$_pkgabbrev (see PKGBUILD for details).
Comment by WFCody
It works great :) Keeep up the good work!