Sweet home3d Açılmama Sorunu

Başlatan ahmedf.1, 07 Eylül 2015 - 15:55:20

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

ahmedf.1

Hayırlı Günler arkadaşlar.
Bu gün bilgisayarıma bu uygulamayı çalıştırmayı denediğim vakit şöyle bir sorunla karşılaştım.
ep 07, 2015 3:46:45 PM sun.util.PropertyResourceBundleCharset$PropertiesFileDecoder decodeLoop
INFO: Invalid or unmappable UTF-8 sequence detected. Switching encoding from UTF-8 to ISO-8859-1
Sep 07, 2015 3:46:45 PM sun.util.PropertyResourceBundleCharset$PropertiesFileDecoder decodeLoop
INFO: Invalid or unmappable UTF-8 sequence detected. Switching encoding from UTF-8 to ISO-8859-1
Sep 07, 2015 3:46:45 PM sun.util.PropertyResourceBundleCharset$PropertiesFileDecoder decodeLoop
INFO: Invalid or unmappable UTF-8 sequence detected. Switching encoding from UTF-8 to ISO-8859-1
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:466)
at javax.swing.JEditorPane.registerEditorKitForContentType(JEditorPane.java:1252)
at javax.swing.JEditorPane.registerEditorKitForContentType(JEditorPane.java:1234)
at javax.swing.JEditorPane.loadDefaultKitsIfNecessary(JEditorPane.java:1321)
at javax.swing.JEditorPane.getKitTypeRegistry(JEditorPane.java:1270)
at javax.swing.JEditorPane.createEditorKitForContentType(JEditorPane.java:1194)
at javax.swing.JEditorPane.getEditorKitForContentType(JEditorPane.java:1093)
at javax.swing.JEditorPane.setContentType(JEditorPane.java:984)
at javax.swing.JEditorPane.<init>(JEditorPane.java:295)
at com.eteks.sweethome3d.swing.FurnitureCatalogTree$CatalogCellRenderer.<init>(Unknown Source)
at com.eteks.sweethome3d.swing.FurnitureCatalogTree.<init>(Unknown Source)
at com.eteks.sweethome3d.swing.SwingViewFactory.createFurnitureCatalogView(Unknown Source)
at com.eteks.sweethome3d.viewcontroller.FurnitureCatalogController.getView(Unknown Source)
at com.eteks.sweethome3d.swing.HomePane.createCatalogFurniturePane(Unknown Source)
at com.eteks.sweethome3d.swing.HomePane.createMainPane(Unknown Source)
at com.eteks.sweethome3d.swing.HomePane.<init>(Unknown Source)
at com.eteks.sweethome3d.swing.SwingViewFactory.createHomeView(Unknown Source)
at com.eteks.sweethome3d.viewcontroller.HomeController.getView(Unknown Source)
at com.eteks.sweethome3d.HomeFramePane.<init>(Unknown Source)
at com.eteks.sweethome3d.HomeFrameController.getView(Unknown Source)
at com.eteks.sweethome3d.HomeFrameController.displayView(Unknown Source)
at com.eteks.sweethome3d.SweetHome3D$4.collectionChanged(Unknown Source)
at com.eteks.sweethome3d.model.CollectionChangeSupport.fireCollectionChanged(Unknown Source)
at com.eteks.sweethome3d.model.HomeApplication.addHome(Unknown Source)
at com.eteks.sweethome3d.SweetHome3D.showDefaultHomeFrame(Unknown Source)
at com.eteks.sweethome3d.SweetHome3D.start(Unknown Source)
at com.eteks.sweethome3d.SweetHome3D$5.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:759)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:712)
at java.awt.EventQueue$3.run(EventQueue.java:706)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:77)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:729)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:192)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:117)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:106)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:102)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:94)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:83)

Sep 07, 2015 3:46:45 PM sun.util.PropertyResourceBundleCharset$PropertiesFileDecoder decodeLoop
INFO: Invalid or unmappable UTF-8 sequence detected. Switching encoding from UTF-8 to ISO-8859-1

Anladığım kadarı ile dil ayarları ile ilgili  bir sorun.Bu sorunu nasıl çözebiliriz?Yardımlarınız için teşekkür ediyorum

heartsmagic

Merhaba.

Hata kaydı var, çözüm yok gibi. En azından dönen olmamış.
https://bugs.launchpad.net/ubuntu/+source/sweethome3d/+bug/1442958

Dille alakalı olduğunu sanmam ama şunu deneyebilirsin:

LC_ALL=C sweethome3d
veya
LANG=en_EN.UTF-8 sweethome3d

Ayrıca, Java'nın hangi sürümünü kullanıyorsun? OpenJDK mı yoksa Oracle'a ait olanı mı?

Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.