|
Post by cNp on Oct 13, 2016 11:51:47 GMT -5
Hi Malban, where do you prefer requests, queries and feedback to go to?
I've started my new game using VIDE and am loving the speed from clicking compile to seeing what I've done in the emulator.
|
|
|
Post by vtk on Oct 13, 2016 12:15:14 GMT -5
hey Malban thanks for your reply, i uninstalled the latest java and then downloaded and installed the first release of java 1.8 from 2014, but unfortunately it didn't make a difference and the speed counter in vecxi still stays around '30' (even in the 'performance' setting) ok i so think i will need to assume that my laptop is not powerful enough and that i would need an intel core i3/i5/i7 instead
edit: that's strange, i noticed that if i make the emulation window really really small, the emulation speed of '30' doesnt actually increase here (which i thought was strange because in your youtube video the emulation speeds up when you make the window smaller)
|
|
|
Post by gauze on Oct 13, 2016 13:09:13 GMT -5
yeah same results, just to test I'm going to try out a linux live distro and see if it's a windows issue. I'll let you know.
|
|
|
Post by vtk on Oct 13, 2016 14:34:53 GMT -5
ace, thanks gauze im clueless with linux but didnt think that if there is some already set up live distro then i expect even i can use that
|
|
|
Post by Malban on Oct 13, 2016 17:29:43 GMT -5
gauze + vtk: Thanks for your efforts to get Vide to run "workable". If all else fails - than perhaps vide is indeed just to slow :-(.
|
|
|
Post by Malban on Oct 13, 2016 17:34:05 GMT -5
Chris ... Feedback? Wherever - but as a centralized point I wouldn't mind comments on my vide blog. GitHub deffect tracker was not very accepted yet :-). --- Actually - the other day I lied. Today I had a look at vecci - and added a button for a "large" editor window. So - after all - your big window will come in Vide V1.05 :-) - probably around this weekend sometime. (and yes - you can resize that window to any size you want, only thing - I didn't implement a "linewidth", don't know if you can actually see vectors at the resolution you mentioned...) Regards Malban
|
|
|
Post by cNp on Oct 14, 2016 3:17:38 GMT -5
Chris ... Feedback? Wherever - but as a centralized point I wouldn't mind comments on my vide blog. GitHub deffect tracker was not very accepted yet :-). Today I had a look at vecci - and added a button for a "large" editor window. So - after all - your big window will come in Vide V1.05 :-) - probably around this weekend sometime. Regards Malban Cool, and cool! I will use the blog for feedback, if I find a bug I will use github. And if it's any consolation my emulator runs at 390% unless I lock it to 100% :-P
|
|
|
Post by vtk on Oct 14, 2016 8:15:10 GMT -5
my emulator runs at 390% unless I lock it to 100% :-P _______________________________________________ ... grrrrr
|
|
|
Post by gauze on Oct 14, 2016 8:27:59 GMT -5
So no luck even getting it to run in linux and I am coming down with a cold so I can't focus on this right now.
if you have a quick fix for these errors/warnings let me know
on start up: # /opt/java/jre1.8.0_101/bin/java -jar /mnt/VideV1.04/VideV1.04/Vide/Vide.jar Oct 14, 2016 9:24:06 AM net.java.games.input.ControllerEnvironment log INFO: Failed to load library: Can't load library: /opt/lib/libjinput-linux64.so
java.lang.UnsatisfiedLinkError: Can't load library: /opt/lib/libjinput-linux64.so CLIP (that path doesn't exist and there is no jinput lib anywhere on the computer with a fresh JRE install on here so I assume I have to find this elsewhere)
when I try to launch starter etc
INFO: net.java.games.input.LinuxEnvironmentPlugin is not supported
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at javax.swing.ImageIcon.<init>(ImageIcon.java:240) at de.malban.gui.CSAMainFrame.addInternalFrame(CSAMainFrame.java:1109) at de.malban.gui.CSAMainFrame.addAsWindow(CSAMainFrame.java:3161) at de.malban.gui.CSAMainFrame.createStarter(CSAMainFrame.java:2532) at de.malban.gui.CSAMainFrame.getStarter(CSAMainFrame.java:2507) at de.malban.gui.CSAMainFrame.jMenuItemStarterActionPerformed(CSAMainFrame.java:819) at de.malban.gui.CSAMainFrame.access$700(CSAMainFrame.java:85) at de.malban.gui.CSAMainFrame$10.actionPerformed(CSAMainFrame.java:407) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) at javax.swing.AbstractButton.doClick(AbstractButton.java:376) at de.muntjak.tinylookandfeel.TinyMenuItemUI.doClick(Unknown Source) at de.muntjak.tinylookandfeel.TinyMenuItemUI$MouseInputHandler.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Component.java:6533) at javax.swing.JComponent.processMouseEvent(JComponent.java:3324) at java.awt.Component.processEvent(Component.java:6298) at java.awt.Container.processEvent(Container.java:2236) at java.awt.Component.dispatchEventImpl(Component.java:4889) at java.awt.Container.dispatchEventImpl(Container.java:2294) at java.awt.Component.dispatchEvent(Component.java:4711) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466) at java.awt.Container.dispatchEventImpl(Container.java:2280) at java.awt.Window.dispatchEventImpl(Window.java:2746) at java.awt.Component.dispatchEvent(Component.java:4711) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86) at java.awt.EventQueue$4.run(EventQueue.java:731) at java.awt.EventQueue$4.run(EventQueue.java:729) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:728) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
|
|
|
Post by Malban on Oct 14, 2016 11:07:51 GMT -5
Hi!
It is so much easier to debug on your own computer than thru a forum...
I always did start vide from the vide directory, perhaps that might just be it. That would make my search path crooked - but it would be an easy fix on your side :-).
The first line of your output suggests that you start it from somewhere else
# /opt/java/jre1.8.0_101/bin/java -jar /mnt/VideV1.04/VideV1.04/Vide/Vide.jar Please try to go to the vide directory and do a: java -jar Vide.jar (possibly a path bevor "java")
The first errors wouldn't do anything bad to vide, it just didn't find jinput - it runs without it, it just protests a little. (but: all libraries are contained within the package under Vide\lib - so if the searchpath is correct the libraries would have been found)
The second exception also has todo with the searchpath, vide tries to find an icon for its window. Icons and such are in the directory vide/theme/default/*.png (in your case especially: "RedIconSmall.png")
Solution for now would be same as above.
In my mind java would always use the place of the main file as its "base" directory - but I just tried myself - I was wrong - I do get exactly the same exceptions. So - until I restructure my internal search paths - vide has to be run from the directory the "Vide.jar" resides in.
Every day I learn something new...
Regards
Malban
|
|
|
Post by gauze on Oct 14, 2016 14:00:34 GMT -5
ah thanks Malban, that did it. unfortunately using jre-8u101-linux-x64 it's about 20% speed, so much worse than windows even. I think 1.8Ghz CPU is just too slow. I can use some of the tools with VIDE still though so it's not a total loss.
cheers.
|
|
|
Post by vtk on Oct 14, 2016 19:15:37 GMT -5
hey, thanks for trying gauze
|
|
|
Post by gauze on Nov 26, 2016 1:00:18 GMT -5
hey I just upgraded from VIDE 1.05 to 1.08 and I can't run assembled binaries directly from 'vedi' any more. I get a dialog window saying it can't load, opening debug window I get this: Exception!!! java.nio.file.AccessDeniedException: projects\Spudster's Revenge\spud_0.bin \[snip] I check the permissions on this file in cygwin and it shows: ----rwx---+ 1 gauze gauze 2515 Nov 26 00:38 spud_0.bin so 070 permissions which is an odd set any idea what's going on? all I did was extract V1.08 then copy my project over from V1.05
|
|
|
Post by Malban on Nov 26, 2016 3:43:59 GMT -5
Hey, you sure come up with the weirdest errors.
Either you are the only one really running Vide or you have "strange" setups :-).
Anyway your last error - I must say I have no clue. I test every Vide version I upload (on Mac and Windows) - no such error happened befor. Also looking at the ChangeLog (and remembering) - I don't think I changed anything in the vicinity of the correspoonding code section.
I had a problem once when using a "faulty" unpacker - that left some files crooked. But I also surely did not put that Spuds Revenge in the archive :-).
First guesses include: - change the name of the dir to remove "SPACE" and "APOSTROPH". If you do that you must also manually edit the project "XML" file to reflect the name changes - delete old generated files (like *.bin and *.cnt) files - look at the "tmp" directory in Vide - perhaps something lingering there? -> delete it
None of the above SHOULD really hinder Vide - but on the other hand - obviously something is happening.
For test - did you try to build a new project?
Malban
|
|
|
Post by gauze on Nov 26, 2016 8:39:34 GMT -5
Hey, you sure come up with the weirdest errors. I had a problem once when using a "faulty" unpacker - that left some files crooked. ugh it was this. I extracted 2 times with same results, even tried fixing permissions on the extracted files but it didn't help. using cygwin /usr/bin/unzip it was broken using windows explorer tool it now works.
|
|