Git Product home page Git Product logo

Comments (6)

floooh avatar floooh commented on June 2, 2024

Yep, known issue :) I forgot to fix the path after copying the samples over to the new git repo. Looking into it...

from oryol-samples.

floooh avatar floooh commented on June 2, 2024

Alright, this should be fixed in commit 155ea88, just run

> ./fips clean
> ./fips gen

So that the build files pick up the new URL.

from oryol-samples.

RobertoMalatesta avatar RobertoMalatesta commented on June 2, 2024

./fips run SoloudMOD
still has some problems
App::onFrame(): Switching to app state 'Running' curlURLLoader: curl_easy_peform failed with 'http://localhost:8000/disco_feva_baby.s3m.txt' for 'Failed to connect to localhost port 8000: Connection refused', httpStatus='0' curlURLLoader: curl_easy_peform failed with 'http://localhost:8000/jungle_juice.mod.txt' for 'Failed to connect to localhost port 8000: Connection refused', httpStatus='0' curlURLLoader: curl_easy_peform failed with 'http://localhost:8000/porn_industryy.xm.txt' for 'Failed to connect to localhost port 8000: Connection refused', httpStatus='0' curlURLLoader: curl_easy_peform failed with 'http://localhost:8000/comsi.s3m.txt' for 'Failed to connect to localhost port 8000: Connection refused', httpStatus='0' curlURLLoader: curl_easy_peform failed with 'http://localhost:8000/dgtinnv1.mod.txt' for 'Failed to connect to localhost port 8000: Connection refused', httpStatus='0' curlURLLoader: curl_easy_peform failed with 'http://localhost:8000/bruce.s3m.txt' for 'Failed to connect to localhost port 8000: Connection refused', httpStatus='0' curlURLLoader: curl_easy_peform failed with 'http://localhost:8000/sunshine.xm.txt' for 'Failed to connect to localhost port 8000: Connection refused', httpStatus='0'
as well as other sound demos:
./fips run SoloudTedSid
App::onFrame(): Switching to app state 'Running' curlURLLoader: curl_easy_peform failed with 'http://localhost:8000/modulation.sid.dump' for 'Failed to connect to localhost port 8000: Connection refused', httpStatus='0' curlURLLoader: curl_easy_peform failed with 'http://localhost:8000/ted_storm.prg.dump' for 'Failed to connect to localhost port 8000: Connection refused', httpStatus='0' loadQueue:: failed to load file 'http://localhost:8000/ted_storm.prg.dump' with 'InvalidIOStatus' loadQueue:: failed to load file 'http://localhost:8000/modulation.sid.dump' with 'InvalidIOStatus'

just to be of help :)

--R

from oryol-samples.

floooh avatar floooh commented on June 2, 2024

Ah ok, those sound demos go to a different URL based on whether debug mode is on or off. I'll fix that in the evening.

In the meantime, 2 workarounds should work:

# run a local HTTP server under oryol-samples/files before running the sound samples
> cd oryol-samples/files
> python -m SimpleHTTPServer

Or, compile in release mode:

> ./fips set config linux-make-release
> ./fips build
> ./fips run SoloudMOD
...

Your bug reports are much appreciated btw :)

from oryol-samples.

floooh avatar floooh commented on June 2, 2024

Ok, now it should work the same across all samples. Please don't hesitate to report more things that don't work or or look confusing :)

Thanks!

from oryol-samples.

RobertoMalatesta avatar RobertoMalatesta commented on June 2, 2024

cd data instead of files does the trick.

./fips run SoundTest still seems to have problems tho,
with no significant resource error message, even in linux-make-release.

I'm peeking in to Oryol every three months and the progress I see is impressive.
Sorry not to have more time to collaborate more effectively.

--R

from oryol-samples.

Related Issues (14)

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.