Reply 1660 of 2029, by gbbbs
Anyone know if i can mount more than 4 Floppy disk and change them during Install ?
Anyone know if i can mount more than 4 Floppy disk and change them during Install ?
Yes, you can simply select multiple .ima files in the 'mount' dialog to imgmount them. Use ctrl-F4 to change the active image. Keep in mind, though, that multiple floppy imgmount only works in recent DOSBox SVN builds (or ECE, DOSBox-X, DOSBox Staging) as this feature is not available in 0.74.
Thank You Very Much
Hi Again,
one question: is it possible to change the Path of the .conf file ?
i Want to Move the file in a own Path like \dosroot\DUKE3D\DBProfile\DukeNukem.conf
rcblanke: Just wanted to say thank you for your continued efforts and responsiveness to bugs/issues... really appreciate it.
rcblanke; i have problems with the Beta version of DBGL
If i try to mount a floppy Image and grab the file like Install it crash. can you fix it please ?
gbbbs, not sure I understand your problem. Can you explain _exactly_ when DBGL is crashing, maybe with a screenshot? Or better yet, start DBGL with dbglcons.cmd and share the output of the stacktrace after the crash.
no problem, here :
D:\_Games\Retro\DOS\DOSBox Game Launcher v.093beta10>java -Djava.library.path=lib -jar dbgl.jar || pause
Launching DBGL using 64-Bit VM 1.8.0_281 on Windows 10 v10.0amd64, HSQL Database Engine 2.6.0, SWT v4942win32
Starten
Akzeptiere Daten am Port 4.740
Exception in thread "main" java.lang.NoSuchMethodError: java.nio.ByteBuffer.clear()Ljava/nio/ByteBuffer;
at org.dbgl.util.fat.BootSector.read(BootSector.java:90)
at org.dbgl.util.fat.FatFileSystem.<init>(FatFileSystem.java:42)
at org.dbgl.util.FilesUtils.listExecutablesInZipOrIsoOrFat(FilesUtils.java:266)
at org.dbgl.gui.dialog.BrowseArchiveDialog.prepare(BrowseArchiveDialog.java:53)
at org.dbgl.gui.abstractdialog.BaseDialog.open(BaseDialog.java:97)
at org.dbgl.gui.controls.Button_.getResult(Button_.java:323)
at org.dbgl.gui.controls.Button_.access$1100(Button_.java:40)
at org.dbgl.gui.controls.Button_$1.widgetSelected(Button_.java:181)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:252)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4209)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1043)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4026)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3626)
at org.dbgl.gui.abstractdialog.BaseDialog.open(BaseDialog.java:113)
at org.dbgl.gui.dialog.MainWindow.doAddProfile(MainWindow.java:1525)
at org.dbgl.gui.dialog.MainWindow.access$6100(MainWindow.java:134)
at org.dbgl.gui.dialog.MainWindow$69.widgetSelected(MainWindow.java:1987)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:252)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4209)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1043)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4026)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3626)
at org.dbgl.gui.abstractdialog.BaseDialog.open(BaseDialog.java:113)
at org.dbgl.gui.Launcher.main(Launcher.java:52)
Drücken Sie eine beliebige Taste . . .
Thanks for the information gbbbs, can you please try again with this new beta build?
In other news: DBGL is moving to https://dbgl.org. The old location will remain available for the coming time. Existing DBGL users may want to edit their settings.conf and change the line
endpoint=http://www.squadrablu.nl:8080/DBConfWS/apiv1/
to
endpoint=https://share.dbgl.org/DBConfWS/apiv1/
All the latest files. To upgrade, just update dbgl.jar.
Ronald
Hi Ronald,
thank you, it works now. 😉
DBGL 0.93 has just been released on the new website at https://dbgl.org, enjoy. Please do not forget to follow all steps when updating.
Rcblank,
do you have any interisting to make alternative Color option for DBGL ?
with the newest DBGL i got the ssme problem with the diskimage :
D:\_Games\Retro\DOS\DOSBox Game Launcher v.093>java -Djava.library.path=lib -jar dbgl.jar || pause
Launching DBGL using 64-Bit VM 1.8.0_281 on Windows 10 v10.0amd64, HSQL Database Engine 2.6.0, SWT v4942win32
Starten
Akzeptiere Daten am Port 4.740
Exception in thread "main" java.lang.NoSuchMethodError: java.nio.ByteBuffer.limit(I)Ljava/nio/ByteBuffer;
at org.dbgl.util.fat.ClusterChain.readData(ClusterChain.java:131)
at org.dbgl.util.fat.ClusterChainDirectory.read(ClusterChainDirectory.java:52)
at org.dbgl.util.fat.AbstractDirectory.read(AbstractDirectory.java:83)
at org.dbgl.util.fat.FatLfnDirectory.read(FatLfnDirectory.java:158)
at org.dbgl.util.fat.FatLfnDirectory.getDirectory(FatLfnDirectory.java:70)
at org.dbgl.util.fat.FatLfnDirectoryEntry.getDirectory(FatLfnDirectoryEntry.java:75)
at org.dbgl.util.FilesUtils.listFatExecutables(FilesUtils.java:282)
at org.dbgl.util.FilesUtils.listExecutablesInZipOrIsoOrFat(FilesUtils.java:266)
at org.dbgl.gui.dialog.BrowseArchiveDialog.prepare(BrowseArchiveDialog.java:53)
at org.dbgl.gui.abstractdialog.BaseDialog.open(BaseDialog.java:97)
at org.dbgl.gui.controls.Button_.getResult(Button_.java:323)
at org.dbgl.gui.controls.Button_.access$1100(Button_.java:40)
at org.dbgl.gui.controls.Button_$1.widgetSelected(Button_.java:181)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:252)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4209)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1043)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4026)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3626)
at org.dbgl.gui.abstractdialog.BaseDialog.open(BaseDialog.java:113)
at org.dbgl.gui.dialog.MainWindow.doAddProfile(MainWindow.java:1525)
at org.dbgl.gui.dialog.MainWindow.access$6100(MainWindow.java:134)
at org.dbgl.gui.dialog.MainWindow$69.widgetSelected(MainWindow.java:1987)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:252)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4209)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1043)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4026)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3626)
at org.dbgl.gui.abstractdialog.BaseDialog.open(BaseDialog.java:113)
at org.dbgl.gui.Launcher.main(Launcher.java:52)
any idea?
gbbbs wrote on 2021-05-03, 19:16:any idea?
Yep, thanks for the heads up. It should be fixed in this new beta build, and I've implemented a rudimentary 'dark mode' for Windows users. Quite a lot of GUI code changes had to be made, so if you spot anything out of the ordinary please let me know. You can enable the dark theme via File->Preferences->Gui Options->Theme
All the latest files. To upgrade, just update dbgl.jar.
Ronald
Thank you very much Ronald!
Cant find the Options for Dark Mode in "Gui Options" or iam wrong?
You can't find the setting?
no options there
ok Thanks! Works now