Coder Social home page Coder Social logo

Comments (5)

Pobega avatar Pobega commented on May 28, 2024

For testing purposes: flatpak/flatpak#1789 (comment)

You can use flatpak info -l org.freedesktop.Platform//20.08 to see where your local copy of the Sdk/Runtime is and modify it manually in there.

I could throw something like this into a wine file and hopefully it'll work:

#!/bin/sh

/app/bin/wine "$@"

from com.fightcade.fightcade-archive.

Pobega avatar Pobega commented on May 28, 2024

Yep, when adding in /usr/bin/wine as a wrapper the emulator was able to load successfully.
Screenshot from 2020-09-18 01-00-45

from com.fightcade.fightcade-archive.

Pobega avatar Pobega commented on May 28, 2024

Added Gist of a strace of both a functioning and broken Fcade

Looks like the relevant log in the broken case is here:

[pid     7] write(4, "2020-09-18 09:14:55,108:INFO:Pla"..., 66) = 66
[pid     7] stat("/app/extra/Fightcade/emulator/fbneo/fcadefbneo.exe", {st_mode=S_IFREG|0644, st_size=31975520, ...}) = 0
[pid     7] stat("/app/extra/Fightcade/emulator/fbneo/fcadefbneo.exe", {st_mode=S_IFREG|0644, st_size=31975520, ...}) = 0
[pid     7] stat("/app/extra/Fightcade/emulator/fbneo/fcadefbneo.exe", {st_mode=S_IFREG|0644, st_size=31975520, ...}) = 0
[pid     7] stat("/app/extra/Fightcade/emulator/../../Resources/wine.sh", 0x7ffc9f0dbde0) = -1 ENOENT (No such file or directory)
[pid     7] stat("/usr/bin/wine", 0x7ffc9f0dbde0) = -1 ENOENT (No such file or directory)
[pid     7] stat("/usr/local/bin/wine", 0x7ffc9f0dbde0) = -1 ENOENT (No such file or directory)

I'm generating logs with strace -f /app/extra/Fightcade/emulator/fcade fcade://play/fbneo/ssf2xjr1 > ~/logs/LOGFILE 2>&1

from com.fightcade.fightcade-archive.

Pobega avatar Pobega commented on May 28, 2024

So interestingly it seems to also look for /app/extra/Resources/wine.sh. Putting a wine wrapper there seems to allow it to launch wine!

Screenshot from 2020-09-18 09-59-08

from com.fightcade.fightcade-archive.

Pobega avatar Pobega commented on May 28, 2024

Fixed in a7d4947

from com.fightcade.fightcade-archive.

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.