Page 1 of 1

Re: Edge Like A Girl

Posted: Mon Jan 02, 2023 7:54 pm
by FrozenWolf
I had a quick look out of curiosity. I assume it's this one you mean:
  #33777  nyx  4.4  n  2016-07-25  
Edge Like a Girl : [edgeallday, @26217]

I don't think it's been disabled. Hopefully the author, edgeallday, will be able to confirm.
The script looks OK to me, but an exception is raised during the load that's dumped at EosHost.js:81:14:

Code: Select all

script error: TypeError: o is undefined
    value       Preloader.js:16
    w           image.js:11
    e           EosHost.js:155
    R           page.js:10
    e           EosHost.js:155
    d           EosHost.js:234
    value       EosHost.js:234
    e           EosHost.js:271
    u           runtime.js:45
    _invoke     runtime.js:274
    t           runtime.js:97
    -> Babel    (4)
    value       main.d2008702.chunk.js:1
    t           EosHost.js:73
    u           runtime.js:45
    _invoke     runtime.js:274
    t           runtime.js:97
    -> Babel    (12)
    value       EosHost.js:46
    117         index.js:26
    -> Webpack  (6)
From the JavaScript I can see that there's something going wrong during the "Loading media" section:

Code: Select all

  load() {
      ...
      preloaderEl.textContent = 'Loading script'
      ...
      preloaderEl.textContent = 'Loading modules'
      ...
      preloaderEl.textContent = 'Loading media'

      this.startPage = await this.preloadPage(this.startPageId, PRELOAD_DEPTH)

      this.removePreloader()

      await new Promise((resolve) => {
        ReactDOM.render(<App host={this} deps={this._deps} />, document.getElementById('eosContainer'), resolve)
      })
    })().catch((err) => {
      console.error('script error:', err)
    })
  }
I've tried a couple of other flash teases by edgeallday and they work OK, although they load very slowly:
 #18565  nyx  4.2  n  2012-10-15  
Anal Lessons : [edgeallday, @26217]
 #18911  nyx  4.3  n  2012-11-13  
Anal Lessons 2 : [edgeallday, @26217]

The problem could be symptomatic of the current problems with the website, or maybe there's just something incompatible with this older flash tease running under the EOS translator/interpreter.

Let's hope some other users are able to recommend similar teases in the meantime!

Re: Edge Like A Girl

Posted: Mon Jan 02, 2023 11:31 pm
by sl0p1n
I previously had an issue loading that tease as well.

Digging more into the source code of the tease loader I found the problem is that some tease page uses a different image name casing compared to what was specified in the files list, which apparently was being ignored by the old Flash engine but not by the new EOS one.

I converted the tease from NYX to EOS using the fapnip's tool and fixed the naming, see the file attached. Uh, looks like the forum attachments are broken. Here's the file on MEGA: https://mega.nz/file/DE0wEbBI#D6XtBP4X4 ... 4lDxxJGCp8

You can load and play it at the https://oeos.art

Re: Edge Like A Girl

Posted: Thu Jan 05, 2023 5:37 am
by qatguy
nope.

wont play.

Re: Edge Like A Girl

Posted: Thu Jan 05, 2023 5:28 pm
by sl0p1n
qatguy wrote: Thu Jan 05, 2023 5:37 am nope.

wont play.
Try using the fixed version from my message above.

Download the JSON file, then on the https://oeos.art/ click 'Upload Json,' then choose the file downloaded and click 'Load Tease From Json.'