ENIGMA Forums

Outsourcing saves money => Issues Help Desk => Topic started by: mac12 on August 06, 2014, 09:44:01 am

Title: hi, i'm mac12
Post by: mac12 on August 06, 2014, 09:44:01 am
Hello ,
let me introduce myself: I am mac12, Italian, therefore, are sorry for the bad English (I use google translator).
First of all, I congratulate you on your project, I'm writing to alert you to what I think is a bug: I have an included file that seems indelible!
Here is the file in question: https://app.box.com/s/8ynad7qp2ei8sf17vfsq (https://app.box.com/s/8ynad7qp2ei8sf17vfsq)
If I try to open the included file, I get this error:
Code: [Select]
Operating System: Windows 8.1
Version: 6.3
Architecture: x86

Java Vendor: Oracle Corporation
Version: 1.7.0_65

Available processors (cores): 8
Free memory (bytes): 177 931 592
Maximum Memory (bytes): 1,013,645,312
Total memory available to the JVM (bytes): 259 522 560

Root file system: C: \
Total space (bytes): 499 017 314 304
Free space (bytes): 144 465 723 392
Usable space (bytes): 144 465 723 392

File system root: D: \
Total space (bytes): 104 853 504
Free space (bytes): 67,715,072
Usable space (bytes): 67,715,072

Root file system: E: \
Total space (bytes): 501 079 863 296
Free space (bytes): 465 022 205 952
Usable space (bytes): 465 022 205 952

Root file system: F: \
Total space (bytes): 0
Free space (bytes): 0
Usable space (bytes): 0

Root file system: G: \
Total space (bytes): 0
Free space (bytes): 0
Usable space (bytes): 0

Root file system: H: \
Total space (bytes): 0
Free space (bytes): 0
Usable space (bytes): 0

Stack trace:
java.lang.NullPointerException
at org.lateralgm.subframes.ResourceFrame. <init> (ResourceFrame.java: 143)
at org.lateralgm.subframes.InstantiableResourceFrame. <init> (InstantiableResourceFrame.java: 50)
at org.lateralgm.subframes.IncludeFrame. <init> (IncludeFrame.java: 61)
org.lateralgm.subframes.ResourceFrame at $ DefaultResourceFrameFactory.makeFrame (ResourceFrame.java: 114)
at org.lateralgm.components.impl.ResNode.openFrame (ResNode.java: 181)
at org.lateralgm.components.impl.ResNode.openFrame (ResNode.java: 169)
org.lateralgm.main.Listener at $ MListener.mouseReleased (Listener.java: 787)
at java.awt.AWTEventMulticaster.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)
java.awt.EventQueue.access at $ 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)
java.security.ProtectionDomain at $ 1.doIntersectionPrivilege (Unknown Source)
java.security.ProtectionDomain at $ 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)
java.security.ProtectionDomain at $ 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)


I also wanted to ask if it was possible to use Ultimate 3d with enigma, I did a couple of tests but I've always: compile failed at C + + level

edit: I posted in the right forum?
Title: Re: hi, i'm mac12
Post by: daz on August 06, 2014, 11:25:07 am
Hi, I've tried your file myself and I was able to open it without crashing. I have the same Java and Windows versions as you, but I am running 64 bit. How recently have you updated Enigma? I am using the latest Windows portable.

This topic might have been better suited for the Issues Help Desk (http://enigma-dev.org/forums/index.php?board=29.0) but I don't think it matters much.
Title: Re: hi, i'm mac12
Post by: mac12 on August 06, 2014, 11:42:42 am
I think I have the latest version, however now I try to re-download.
The problem is not the opening of gm81, but the opening of the resource inc_0 (the incuded files), and the fact that you can not delete it.
Title: Re: hi, i'm mac12
Post by: daz on August 06, 2014, 02:58:45 pm
Hi thanks for the info. It looks like the data is loaded correctly, but not associated with the tree node. I'm looking into it at the moment and I'll leave a note if I'm able to find a fix.