Page 30 of 68

Re: [Tool] Superluminal 2.1.0d

Posted: Mon Dec 01, 2014 5:30 pm
by Abs
Hi kartoFlane,

Just wanted to let you know that the 64-bit installer didn't work on my 64-bit system - it gave me an error message saying that I needed the 32-bit installer. I'm on a Surface Pro 3 i7 512GB model, which is definitely 64-bit.

Anyway, it's not a deal breaker since it seems like the 32-bit is working fine. Just an FYI.

Thanks, as always, for the wonderful program!

Abs

Re: [Tool] Superluminal 2.1.0d

Posted: Tue Dec 02, 2014 4:21 pm
by Avamander

Code: Select all

~/Downloads/FTL/FTL Ship Editor $ sh superluminal-cli.sh
DEBUG Superluminal - Superluminal v2.1.0d
DEBUG Superluminal - Linux 3.11.0-12-generic
DEBUG Superluminal - OpenJDK Server VM, 1.7.0_55, i386
DEBUG Superluminal - SWT v4427

TRACE Superluminal - No FTL dats path previously set.
DEBUG Superluminal - FTL dats path was not located automatically. Prompting user for location.

(Superluminal:7561): GLib-GObject-WARNING **: cannot register existing type 'GdkKeymap'

(Superluminal:7561): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0' failed

(Superluminal:7561): Gtk-CRITICAL **: _gtk_replace_virtual_modifiers: assertion 'GDK_IS_KEYMAP (keymap)' failed
^C
Any suggestions how to fix? I am running Linux Mint 16 Cinnamon.

Re: [Tool] Superluminal 2.1.0d

Posted: Tue Dec 02, 2014 5:15 pm
by kartoFlane
@Abs
The 32/64-bit part of the editor's distribution refers to the version of Java you have installed, not your system's architecture. It is possible to have 32-bit JVM installed on a 64-bit system.

@Avamander
Huh. Evidently it is something related to Glib/GDK. I couldn't find any concrete solution, though; most of the time this problem was related to Firefox + addons, or Unity. However, it is entirely possible that SWT (the graphics library the editor uses) taps into GDK present on your system when creating GUI.
So I guess you could try updating your GDK or something? Sadly I won't be able to help with that, seeing as I'm not really that familiar with Linux. There's not much I can do beyond that, the Linux distribution of the editor is already running the most recent version of SWT.

Re: [Tool] Superluminal 2.1.0d

Posted: Wed Dec 03, 2014 2:22 pm
by Avamander
kartoFlane wrote:@Abs
The 32/64-bit part of the editor's distribution refers to the version of Java you have installed, not your system's architecture. It is possible to have 32-bit JVM installed on a 64-bit system.

@Avamander
Huh. Evidently it is something related to Glib/GDK. I couldn't find any concrete solution, though; most of the time this problem was related to Firefox + addons, or Unity. However, it is entirely possible that SWT (the graphics library the editor uses) taps into GDK present on your system when creating GUI.
So I guess you could try updating your GDK or something? Sadly I won't be able to help with that, seeing as I'm not really that familiar with Linux. There's not much I can do beyond that, the Linux distribution of the editor is already running the most recent version of SWT.
Is there a way I could run Windows version with Wine?

Re: [Tool] Superluminal 2.1.0d

Posted: Wed Dec 03, 2014 3:11 pm
by kartoFlane
Some people tried that and IIRC it worked.

Re: [Tool] Superluminal 2.1.0d

Posted: Thu Dec 04, 2014 4:16 pm
by Avamander
kartoFlane wrote:Some people tried that and IIRC it worked.
When I start the .exe it opens Java website. When I open the java file it tells me to use the linux version. Is there a way to start the java file bypassing the prompt?

Re: [Tool] Superluminal 2.1.0d

Posted: Thu Dec 04, 2014 6:58 pm
by kartoFlane
None that I'm aware of in that case :(

Re: [Tool] Superluminal 2.1.0d

Posted: Fri Dec 05, 2014 3:49 am
by Dr.D
I have having a problem, i cannot aissgin systems, i have tried everything

Re: [Tool] Superluminal 2.1.0d

Posted: Fri Dec 05, 2014 3:00 pm
by kartoFlane
Dr.D wrote:I have having a problem, i cannot aissgin systems, i have tried everything
In order to assign a system, you first have to choose the Manipulation Tool (the leftmost button in the toolbar), and then select a room by left-clicking on it. You can then either right-click on the room to bring up the systems' menu, or click on the Systems button in the sidebar.

Re: [Tool] Superluminal 2.1.0d

Posted: Sat Dec 06, 2014 2:18 am
by Antediluvian
I'm using the most recent version, I believe, and I can't save for some reason. It just tells me to check the error log. Here is what looks like the relevant section.
Error Log wrote:12:05:20.086 [main] TRACE com.kartoflane.superluminal2.ui.EditorWindow - Saving ship to ***\Documents\Gaming\FTL\05. Superliminal Ship Editor\Custom Ship Files
12:05:20.086 [main] ERROR com.kartoflane.superluminal2.ui.EditorWindow - An error occured while saving the ship: java.lang.NullPointerException
at com.kartoflane.superluminal2.ftl.RoomObject.getSlotLocation(RoomObject.java:162)
at com.kartoflane.superluminal2.mvc.controllers.GlowController.getGlowLocRelativeToRoom(GlowController.java:127)
at com.kartoflane.superluminal2.ftl.GlowObject.update(GlowObject.java:111)
at com.kartoflane.superluminal2.ui.ShipContainer.updateGameObjects(ShipContainer.java:328)
at com.kartoflane.superluminal2.utils.ShipSaveUtils.saveShip(ShipSaveUtils.java:149)
at com.kartoflane.superluminal2.utils.ShipSaveUtils.saveShipXML(ShipSaveUtils.java:107)
at com.kartoflane.superluminal2.ui.ShipContainer.save(ShipContainer.java:366)
at com.kartoflane.superluminal2.ui.EditorWindow.promptSaveShip(EditorWindow.java:1501)
at com.kartoflane.superluminal2.core.Manager.closeShip(Manager.java:199)
at com.kartoflane.superluminal2.ui.EditorWindow$10.handleEvent(EditorWindow.java:554)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Decorations.closeWidget(Unknown Source)
at org.eclipse.swt.widgets.Decorations.WM_CLOSE(Unknown Source)
at org.eclipse.swt.widgets.Control.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Canvas.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Decorations.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Shell.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Display.windowProc(Unknown Source)
at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
at org.eclipse.swt.internal.win32.OS.DefWindowProc(Unknown Source)
at org.eclipse.swt.widgets.Shell.callWindowProc(Unknown Source)
at org.eclipse.swt.widgets.Control.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Canvas.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Decorations.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Shell.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Display.windowProc(Unknown Source)
at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
at org.eclipse.swt.internal.win32.OS.DefWindowProc(Unknown Source)
at org.eclipse.swt.widgets.Shell.callWindowProc(Unknown Source)
at org.eclipse.swt.widgets.Control.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Canvas.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Decorations.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Shell.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Display.windowProc(Unknown Source)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at com.kartoflane.superluminal2.Superluminal.main(Superluminal.java:301)
Sorry if this issue has been dealt with before. I tried to search for similar issues, but apparently the word "save" is too common.
ಠ_ಠ
Great system they have there.