Giter Club home page Giter Club logo

Comments (13)

tormento avatar tormento commented on June 1, 2024 1

I have deliberately introduced a syntax error in AVS+ script, i.e.

libplacebo_Resample1600,900,filter="lanczos")

instead of

libplacebo_Resample(1600,900,filter="lanczos")

It gives me the error

image

and it stays there indefinitely.

The very same thing happens misleading the dgi file for DGSource:

DGSource("M:\In\- native\Lamu 05 La figlia della casata Mizunokoji_2.dgi")

instead of

DGSource("M:\In\- native\Lamu 05 La figlia della casata Mizunokoji 2.dgi")

It shows

image

and stays there forever too.

If you plan to fix it, please allow an adjustable number of seconds before going on with the next job.

from staxrip.

Dendraspis avatar Dendraspis commented on June 1, 2024

When you process the jobs list and an error occurs, there will be an error message for ~1min, then StaxRip moves on.
In case that doesn't happen to you, I would need a exact error message you get.

from staxrip.

tormento avatar tormento commented on June 1, 2024

ok, I will try and report.

from staxrip.

Dendraspis avatar Dendraspis commented on June 1, 2024

What was the original source file? Was it an AVS script, the DGI file or a file with another extension?
Can you share the log file?

from staxrip.

tormento avatar tormento commented on June 1, 2024

Usually I drop the AVS file in the File batch queue.

For wrong syntax:

------------------------- System Environment -------------------------

StaxRip    : v2.35.8
Windows    : Windows 10 Enterprise 24H2 2009 (26052.1000.amd64fre.ge_release.240202-1419)
Language   : Italian (Italy)
CPU        : Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz
RAM        : 16GB
GPU        : NVIDIA GeForce GTX 1660 SUPER
Resolution : 1920 x 1080
DPI        : 96
Code Page  : 1252

----------------------- Media Info Source File -----------------------

M:\In\- native\Shangri-La 18 Sentimenti di un istante, per Setsuna 4.avs

General
Complete name : M:\In\- native\Shangri-La 18 Sentimenti di un istante, per Setsuna 4.avs
File size     : 411 Bytes

------------------------ Error opening source ------------------------

Script error: syntax error
(M:\In\- native\Shangri-La 18 Sentimenti di un istante, per Setsuna 4.avs, line 4, column 83)
(M:\In\- native\Shangri-La 18 Sentimenti di un istante, per Setsuna 4_temp\Shangri-La 18 Sentimenti di un istante, per Setsuna 4_source.avs, line 1)

Import("M:\In\- native\Shangri-La 18 Sentimenti di un istante, per Setsuna 4.avs")

For not found DGI

------------------------- System Environment -------------------------

StaxRip    : v2.35.8
Windows    : Windows 10 Enterprise 24H2 2009 (26052.1000.amd64fre.ge_release.240202-1419)
Language   : Italian (Italy)
CPU        : Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz
RAM        : 16GB
GPU        : NVIDIA GeForce GTX 1660 SUPER
Resolution : 1920 x 1080
DPI        : 96
Code Page  : 1252

----------------------- Media Info Source File -----------------------

M:\In\- native\Shangri-La 18 Sentimenti di un istante, per Setsuna 4.avs

General
Complete name : M:\In\- native\Shangri-La 18 Sentimenti di un istante, per Setsuna 4.avs
File size     : 412 Bytes

------------------------ Error opening source ------------------------

DGSource: Cannot open index file!
(M:\In\- native\Shangri-La 18 Sentimenti di un istante, per Setsuna 4.avs, line 4)
(M:\In\- native\Shangri-La 18 Sentimenti di un istante, per Setsuna 4_temp\Shangri-La 18 Sentimenti di un istante, per Setsuna 4_source.avs, line 1)

Import("M:\In\- native\Shangri-La 18 Sentimenti di un istante, per Setsuna 4.avs")

from staxrip.

Dendraspis avatar Dendraspis commented on June 1, 2024

Hard to reproduce it as I might need other source files, but can you try this to see if that works or at least changes anything?
StaxRip_v2.35.112.zip (compatible with v2.35)

from staxrip.

tormento avatar tormento commented on June 1, 2024

.112 is even worse.

With syntax error:

image

That staying there indefinitely. If you close that manually, the next window is

image

and if you close it, StaxRip quits.

Anyway, the steps to reproduce the issue of not jumping to the next job are really easy:

  1. index a video with DGIndexNV
  2. create/edit the AVS to have a syntax error or a dgi not found
  3. feed StaxRip with the avs, dropping to File batch window
  4. start the encoding

from staxrip.

Dendraspis avatar Dendraspis commented on June 1, 2024

Ok, great, at least I think I know what's causing it.
Will take a while to find a good solution for that.

Thanks, I will try to find a source file for that to reproduce it.

from staxrip.

tormento avatar tormento commented on June 1, 2024

Any source will fit, enough that it can be indexed by DGIndexNV.

from staxrip.

Dendraspis avatar Dendraspis commented on June 1, 2024

You could try this one:
StaxRip_v2.35.113.zip (compatible with v2.35)

It's basically the regular build without the error message. Not a great solution, but a workaround for your batch-must-wait problem.

from staxrip.

tormento avatar tormento commented on June 1, 2024

It skips the error message but the queue doesn't continue, it simply stops.

Perhaps you need to take your time and create a nice error window with timeout.

After the timeout expires, Staxrip continues the queue if not interrupted.

from staxrip.

Dendraspis avatar Dendraspis commented on June 1, 2024

Damn, forgot another aspect. 🙄
Thanks for trying it out, thought it will continue though.

So it's even harder to solve as this part is used by many functions at different stages. To find a handling for multiple purposes will take a bit of time, so probably not for the next release....

from staxrip.

tormento avatar tormento commented on June 1, 2024

Every effort is appreciated, thank you!

from staxrip.

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.