Coder Social home page Coder Social logo

Comments (9)

krlvm avatar krlvm commented on May 22, 2024 1

Can't reproduce even with Turkish locale.
You can use version 1.14 until I found the cause of the issue

from powertunnel.

krlvm avatar krlvm commented on May 22, 2024

Looks like the configuration files are damaged, can you try to delete them?

from powertunnel.

KindlyOnes avatar KindlyOnes commented on May 22, 2024

Looks like the configuration files are damaged, can you try to delete them?

Just in case I deleted the Powertunnel.jar file and downloaded it again. The result is still the same.
hs_err_pid1624.log

from powertunnel.

krlvm avatar krlvm commented on May 22, 2024

This is very strange, because this error pops up when preference type cannot be found in enum, which I guarantee exists. Check your encoding.

from powertunnel.

KindlyOnes avatar KindlyOnes commented on May 22, 2024

Which plugin's preferences you are trying to edit?

This is very strange, because this error pops up when preference type cannot be found in enum, which I guarantee exists. Check your encoding.

I wanted to change dns resolver preferences. Enabling Doh settings. But I didn't change anything because it won't turn on. The sizes of dns.ini and libertytunnel.ini are 0kb, they are empty. Besides, powertunnel works without any problems.

from powertunnel.

krlvm avatar krlvm commented on May 22, 2024

Can you check PowerTunnel logs? To see the output, launch it in console mode using java -jar PowerTunnel.jar

Try to download Microsoft's build of OpenJDK: https://www.microsoft.com/openjdk

image

from powertunnel.

KindlyOnes avatar KindlyOnes commented on May 22, 2024

I installed microsoft openjdk. I restarted the pc. I ran it as you said.
cmd_2OKAAfs10u
cmd_X0ZarBSuzY

from powertunnel.

krlvm avatar krlvm commented on May 22, 2024

The log seems to be OK, try to launch PowerTunnel with UTF-8 encoding: java -Dfile.encoding=UTF8 -jar PowerTunnel.jar

from powertunnel.

KindlyOnes avatar KindlyOnes commented on May 22, 2024

The log seems to be OK, try to launch PowerTunnel with UTF-8 encoding: java -Dfile.encoding=UTF8 -jar PowerTunnel.jar

Still same
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance. 21:29:48.733 [main] ERROR i.g.k.p.d.u.UIUtility - Failed to set AWT app name: awtAppClassName java.lang.NoSuchFieldException: awtAppClassName at java.lang.Class.getDeclaredField(Class.java:2610) ~[?:?] at io.github.krlvm.powertunnel.desktop.utilities.UIUtility.setAWTName(UIUtility.java:94) [PowerTunnel.jar:?] at io.github.krlvm.powertunnel.desktop.Main.main(Main.java:213) [PowerTunnel.jar:?] Locale 'tr' is not supported io.github.krlvm.powertunnel.exceptions.PreferenceParseException: Unsupported preference type: 'string" at io.github.krlvm.powertunnel.preferences.PreferenceParser.parsePreference(PreferenceParser.java:90) at io.github.krlvm.powertunnel.preferences.PreferenceParser.parsePreferences(PreferenceParser.java:62) at io.github.krlvm.powertunnel.desktop.frames.PluginsFrame.openPreferences(PluginsFrame.java:281) at io.github.krlvm.powertunnel.desktop.frames.PluginsFrame.lambda$null$8(PluginsFrame.java:242) at io.github.krlvm.powertunnel.desktop.frames.PluginsFrame.lambda$getJarLocaleBundleInputStream$10(PluginsFrame.java:260) at io.github.krlvm.powertunnel.utilities.JarLoader.open(JarLoader.java:49) at io.github.krlvm.powertunnel.desktop.frames.PluginsFrame.getJarLocaleBundleInputStream(PluginsFrame.java:256) at io.github.krlvm.powertunnel.desktop.frames.PluginsFrame.lambda$openPreferences$9(PluginsFrame.java:225) at io.github.krlvm.powertunnel.utilities.JarLoader.open(JarLoader.java:49) at io.github.krlvm.powertunnel.desktop.frames.PluginsFrame.openPreferences(PluginsFrame.java:220) at io.github.krlvm.powertunnel.desktop.frames.PluginsFrame.withSelectedValue(PluginsFrame.java:186) at io.github.krlvm.powertunnel.desktop.frames.PluginsFrame.lambda$new$5(PluginsFrame.java:97) at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1972) at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2313) at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405) at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262) at java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:279) at java.desktop/java.awt.Component.processMouseEvent(Component.java:6626) at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3389) at java.desktop/java.awt.Component.processEvent(Component.java:6391) at java.desktop/java.awt.Container.processEvent(Container.java:2266) at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5001) at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2324) at java.desktop/java.awt.Component.dispatchEvent(Component.java:4833) at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4948) at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4575) at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4516) at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2310) at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2780) at java.desktop/java.awt.Component.dispatchEvent(Component.java:4833) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:722) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:716) at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:97) at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:746) at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:744) at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86) at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:743) at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90) Caused by: java.lang.IllegalArgumentException: No enum constant io.github.krlvm.powertunnel.preferences.PreferenceType.STRİNG at java.base/java.lang.Enum.valueOf(Enum.java:273) at io.github.krlvm.powertunnel.preferences.PreferenceType.valueOf(PreferenceType.java:20) at io.github.krlvm.powertunnel.preferences.PreferenceParser.parsePreference(PreferenceParser.java:88) ... 46 more

from powertunnel.

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.