Forums

[Script] Project64

Auteur Réponses
mauriciofauth Mercredi 20 Mai 2015 à 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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#!/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_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

Edité par mauriciofauth

petch Mercredi 20 Mai 2015 à 11:51
petch

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca@playonlinux.com