Het forum

[Script] Project64

Auteur Antwoorden
mauriciofauth Woensdag 20 Mei 2015 om 9:22
mauriciofauthAnonymous

Project64

Project64 is a Nintendo 64 emulator written in the C programming language for the Windows platform. This software uses a plugins system allowing third-party groups to use their own plugins to implement specific components. Project64 can play Nintendo 64 games on a computer reading ROM images, either dumped from the read-only memory of a Nintendo 64 cartridge or created directly on the computer as homebrew. Project64 is considered one of the top performing emulators used today. (Source: Wikipedia)

Error

Crashes when it is closed. But it works normally.

Error in main
Project64 crashed.
Click on debug link to get more details.

Script

#!/usr/bin/env playonlinux-bash

# Date : (2015-05-20 02-00)
# Last revision : (2015-05-20 02-00)
# Wine version used : 1.7.43
# Distribution used to test : Ubuntu 14.10
# Author : mauriciofauth

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Project64"
PREFIX="project64"
WINEVERSION="1.7.43"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Project64 Team" "http://www.pj64-emu.com/" "mauriciofauth" "$PREFIX"

POL_System_TmpCreate "$PREFIX"
cd "$POL_System_TmpDir"

POL_Download "http://www.pj64-emu.com/downloads/func-download/123/017834e4b1a3263685bcca0bc9cc1f25/project64-v2.2.exe" "0e858fba5d93fb9bfd982c2a3de67a3e"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "$POL_System_TmpDir/project64-v2.2.exe"

POL_System_TmpDelete

POL_Shortcut "project64.exe" "$TITLE"

POL_SetupWindow_Close
exit

Screenshots

Icons

left.jpg

top.jpg

Project64-22x22.png

Project64-48x48.png

Aangepast door mauriciofauth

petch Woensdag 20 Mei 2015 om 11:51
petch