Giter Site home page Giter Site logo

Comments (6)

schmurtzm avatar schmurtzm commented on July 17, 2024 1

Thank you for the feedback. I have to investigate on this 🤔

from ports-collection.

MichaelRPowell avatar MichaelRPowell commented on July 17, 2024 1

Hello!

Thank you for your work. I downloaded the 1.0.8 update. I deleted the previous version of Zelda Picross and uploaded the new files. I am still getting the "Loading..." followed by being booted back to the Ports menu.

I have checked the Roms/PORTS/Shortcuts/Puzzle games/Zelda Picross.port file. I do see unset LD_PRELOAD. I believe the only change recommended is in place because of this, but I still have no success running it.

Is there any log file I can provide to help further troubleshoot?

from ports-collection.

MichaelRPowell avatar MichaelRPowell commented on July 17, 2024

If I can assist in any way, please let me know. Other ports I tested are running flawlessly!

from ports-collection.

MooseyGoosey avatar MooseyGoosey commented on July 17, 2024

Same issue for me as well, on the newest Onion Beta

from ports-collection.

schmurtzm avatar schmurtzm commented on July 17, 2024

Hi, to fix it just add unset LD_PRELOAD to Roms/PORTS/Shortcuts/Puzzle games/Zelda Picross.port

Zelda Picross.port should look like this (it will updated in next release) :

#!/bin/sh
# Standalone Ports Script Template

# main configuration :
GameName="Zelda Picross (Port)"  			# Used for Onion "recents" and "activity tracker"
GameDir="Zelda Picross"  					# Directy name of the port in /mnt/SDCARD/Roms/PORTS/Games
GameExecutable="Zelda-Picross"				# Executable name of the port
GameDataFile=""								# Used to detect if the port is currently installed or not, sometime the main executable is present but not the assets (cf diablo port) 

# additional configuration
KillAudioserver=1
PerformanceMode=0

# specific to this port :
Arguments=""								# Here you can specify some additional command arguments to the port launch command line
unset LD_PRELOAD

# running command line :
/mnt/SDCARD/Emu/PORTS/launch_standalone.sh "$GameName" "$GameDir" "$GameExecutable" "$Arguments" "$GameDataFile" "$KillAudioserver" "$PerformanceMode"

Diag :
I have successfully tested "noaudiofix":1" in config.json : it works but it break sound on other ports.
The objective is to avoid the automatic load of "LD_PRELOAD=/customer/lib/libpadsp.so"
To do that adding unset LD_PRELOAD to Zelda Picross.port is the solution

from ports-collection.

schmurtzm avatar schmurtzm commented on July 17, 2024

Fixed in Onion ports v1.0.8 :
57eb5b0
9c756e2

from ports-collection.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.