Giter VIP home page Giter VIP logo

Comments (16)

paulpacifico avatar paulpacifico commented on May 31, 2024

Thanks for the feedback,
Java is embedded into Shutter Encoder, so you don't need to update it from your PC.
I never get this error before, when does this error happens?
Paul.

from shutter-encoder.

60fpshacksrock avatar 60fpshacksrock commented on May 31, 2024

When opening the program.

from shutter-encoder.

paulpacifico avatar paulpacifico commented on May 31, 2024

That's so strange...

Could you uninstall Shutter Encoder and Java from your PC, reboot, then try to run the portable app: https://www.shutterencoder.com/Shutter%20Encoder%20(PC%20Version%2014.7).zip

Keep me informed,
Paul.

from shutter-encoder.

60fpshacksrock avatar 60fpshacksrock commented on May 31, 2024

Tried it. Same problem.
It could be a Windows 7 issue, though as far as I see, Java still supports Windows 7.
https://www.java.com/en/download/help/sysreq.html

from shutter-encoder.

paulpacifico avatar paulpacifico commented on May 31, 2024

It should works on Windows 7 (at least on 64Bits) a friend of mine use Shutter on W7. It should even works on Vista!

But that's a big problem because i have no idea how to make it works, your the first in 8 years of development who had this issue...

Try something, open the command terminal (cmd) then copy/paste (with quotation marks):

"C:\Program Files\Shutter Encoder\JRE\bin\java.exe" -jar "C:\Program Files\Shutter Encoder\Shutter Encoder.exe"

And copy/paste the log here.
Thanks,
Paul.

from shutter-encoder.

60fpshacksrock avatar 60fpshacksrock commented on May 31, 2024

I used the portable version by the way. Not sure if there is any difference.

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\x64>"C:\Program Files\Shutter Encoder\JRE\bin\java.exe" -jar "C:\Progra
m Files\Shutter Encoder\Shutter Encoder.exe"
Exception in thread "main" java.awt.AWTError: Assistive Technology not found: co
m.sun.java.accessibility.AccessBridge
at java.desktop/java.awt.Toolkit.newAWTError(Unknown Source)
at java.desktop/java.awt.Toolkit.fallbackToLoadClassForAT(Unknown Source
)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown
Source)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Sourc
e)
at java.base/java.util.HashMap$KeySpliterator.forEachRemaining(Unknown S
ource)
at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown S
ource)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Un
known Source)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequent
ial(Unknown Source)
at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source)
at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source)
at java.desktop/java.awt.Toolkit.loadAssistiveTechnologies(Unknown Sourc
e)
at java.desktop/java.awt.Toolkit.getDefaultToolkit(Unknown Source)
at java.desktop/java.awt.Window.getToolkit(Unknown Source)
at java.desktop/java.awt.Window.init(Unknown Source)
at java.desktop/java.awt.Window.(Unknown Source)
at java.desktop/java.awt.Frame.(Unknown Source)
at java.desktop/java.awt.Frame.(Unknown Source)
at java.desktop/javax.swing.JFrame.(Unknown Source)
at application.Shutter.(Shutter.java:215)
Caused by: java.lang.ClassNotFoundException: com.sun.java.accessibility.AccessBr
idge
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown So
urce)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(U
nknown Source)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Unknown Source)
... 19 more

from shutter-encoder.

paulpacifico avatar paulpacifico commented on May 31, 2024

Did you try to uninstall java from your computer? It seems to be related to a java conflict with other versions.

from shutter-encoder.

60fpshacksrock avatar 60fpshacksrock commented on May 31, 2024

Yes, completely.
Afterwards no Java programs would work until I re-installed after trying this program with your instructions.

from shutter-encoder.

paulpacifico avatar paulpacifico commented on May 31, 2024

Sorry for the delay i'm was very busy.

Could try a last thing? Download this java version: https://we.tl/t-CfvsNb2Bfz

Remove the folder named "JRE" in Shutter Encoder installation, unzip the downloaded file replace it.

Try to start Shutter Encoder, hope it will works.

Paul.

from shutter-encoder.

60fpshacksrock avatar 60fpshacksrock commented on May 31, 2024

Not sure what you did, but it now works, thank you.
Only, now there is another issue. When I try to use "Activate the image sequence to" I get this:

FFprobe: audio service type: main
FFmpeg: Error opening output files: Invalid argument

The reason this tool caught my attention was motion, or frame interpolation. I have trying to
find a tool that can interpolate frames up to 60 while also being able to make a good quality conversion
in the process. I started using another tool called Hybrid by Selur shortly after I found this, and while
Hybrid works good, the motion interpolation it does on videos with VapourSynth or AviSynth leave less
than satisfactory results, with quite a few artifacts such as macroblocking among other things.

Another tool I used, a version of MeGUI called "MeGUI Double 2017" works and converts with better quality (and with a bitrate
of about 1400kbps to 1600kbps) it only doubles the framerate of the video and won't allow to interpolate from
24fps or 25fps to 60. I know about ffmpeg's minterpolate feature but it is way too slow and would probably take about
two weeks or more to convert a movie because that feature only works in single core, and my PC is Daul-Core.

from shutter-encoder.

paulpacifico avatar paulpacifico commented on May 31, 2024

Oh great!
I've just updated Java package, but be sure to replace for the next releases, i do not intend to update it from my builds (i got some bugs with newer Java packages).

"Activate the image sequence to" is made for timelapse creation not to change framerate, if you want to change framerate, use "Conform" from "Advanced features" set to "Interpolation". BUT it use minterpolate from FFmpeg which as you said is very very slow (i'm also working on dual-core).

Hope you still get to work with Shutter Encoder!
Paul!

from shutter-encoder.

60fpshacksrock avatar 60fpshacksrock commented on May 31, 2024

Okay. Thanks a lot.

from shutter-encoder.

lostcowboy avatar lostcowboy commented on May 31, 2024

So I just got this error. I uninstalled it and downloaded the latest from your website, and installed it. Got the same error again.
I am not sure when I installed Shutter Encoder, but I was not aware that it used java. I have installed Jdownloader 2 https://jdownloader.org/ which I understand uses Java from https://www.java.com/download/ie_manual.jsp. but your program uses Java from https://adoptopenjdk.net/releases.html?variant=openjdk13&jvmVariant=hotspot .
I am willing to bet that a lot of registry settings got rewritten and that is why I am getting the error message "Java Virtual Machine Launcher\ a java Exception has occurred. It does not tell me which java install is giving the error, so I cannot help you more than this. I am going to uninstall Shutter Encoder for now, and hope you can get this figured out.

from shutter-encoder.

paulpacifico avatar paulpacifico commented on May 31, 2024

Hi,
Thanks for your feedback, did you try to remove/reinstall Java from your computer?

Shutter Encoder is installed on thousands of Windows computers with no complains about this issue, so I think it comes from your computer (but maybe I'm wrong!)

Let me know,
Paul.

from shutter-encoder.

gustaveracosta avatar gustaveracosta commented on May 31, 2024

I am having the same issue

from shutter-encoder.

gustaveracosta avatar gustaveracosta commented on May 31, 2024

I downloaded JRE contents from here https://adoptopenjdk.net/releases.html?variant=openjdk13&jvmVariant=hotspot and it fixed. Thanks lostcowboy

from shutter-encoder.

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.