Solved Tiny media manager, The problem I've had since months. Java problem ...
#1
Sad 
Although I tried on different computers, I could not solve the problem.:rolleyes:

Even if I load a new one ...
Is it language-driven?
Why is Java causing problems?

I have Java error code;

Code:
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key Settings.certification.medıum
    at java.util.ResourceBundle.getObject(Unknown Source)
    at java.util.ResourceBundle.getObject(Unknown Source)
    at java.util.ResourceBundle.getString(Unknown Source)
    at org.tinymediamanager.ui.movies.settings.MovieSettingsPanel$CertificationStyleWrapper.toString(MovieSettingsPanel.java:619)
    at javax.swing.plaf.basic.BasicComboBoxRenderer.getListCellRendererComponent(Unknown Source)
    at javax.swing.plaf.basic.BasicListUI.updateLayoutState(Unknown Source)
    at javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState(Unknown Source)
    at javax.swing.plaf.basic.BasicListUI$Handler.valueChanged(Unknown Source)
    at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
    at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
    at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
    at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source)
    at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source)
    at javax.swing.DefaultListSelectionModel.setSelectionInterval(Unknown Source)
    at javax.swing.JList.setSelectedIndex(Unknown Source)
    at javax.swing.plaf.basic.BasicComboPopup.setListSelection(Unknown Source)
    at javax.swing.plaf.basic.BasicComboPopup.access$300(Unknown Source)
    at javax.swing.plaf.basic.BasicComboPopup$Handler.itemStateChanged(Unknown Source)
    at javax.swing.JComboBox.fireItemStateChanged(Unknown Source)
    at javax.swing.JComboBox.selectedItemChanged(Unknown Source)
    at javax.swing.JComboBox.contentsChanged(Unknown Source)
    at javax.swing.AbstractListModel.fireContentsChanged(Unknown Source)
    at javax.swing.DefaultComboBoxModel.setSelectedItem(Unknown Source)
    at javax.swing.JComboBox.setSelectedItem(Unknown Source)
    at org.tinymediamanager.ui.movies.settings.MovieSettingsPanel.<init>(MovieSettingsPanel.java:473)
    at org.tinymediamanager.ui.movies.settings.MovieSettingsContainerPanel.<init>(MovieSettingsContainerPanel.java:46)
    at org.tinymediamanager.ui.movies.MovieUIModule.getSettingsPanel(MovieUIModule.java:169)
    at org.tinymediamanager.ui.settings.SettingsPanel.<init>(SettingsPanel.java:83)
    at org.tinymediamanager.ui.dialogs.SettingsDialog.<init>(SettingsDialog.java:68)
    at org.tinymediamanager.ui.dialogs.SettingsDialog.getInstance(SettingsDialog.java:56)
    at org.tinymediamanager.ui.actions.SettingsAction.actionPerformed(SettingsAction.java:45)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.AbstractButton.doClick(Unknown Source)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
    at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$200(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
#2
now fixed Wink
see https://github.com/tinyMediaManager/tiny...issues/102

Problem was solely for turkish language, where a method returned a dotless "i".
Usually no problem, but here it was used as identifier for another search... and couldn't be found.
(overlooked 2 hours the missing dot in "medıum" Tongue)
tinyMediaManager - THE media manager of your choice :)
Wanna help translate TMM ?
Image
#3
thank you so much. How many months "will it be correct?" I'm trying the new version.
#4
After reading this great article
http://blog.thetaphi.de/2012/07/default-...s-and.html
we have some more work to do.
It's really weird in Turkey :| never even though of such a problem.
(but at least, it doesn't crash anylonger)
tinyMediaManager - THE media manager of your choice :)
Wanna help translate TMM ?
Image

Logout Mark Read Team Forum Stats Members Help
Tiny media manager, The problem I've had since months. Java problem ...0