VOGONS

Common searches


DOSBox Game Launcher (DOSBox Frontend)

Topic actions

Reply 1661 of 1962, by rcblanke

User metadata
Rank Oldbie
Rank
Oldbie

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.

Reply 1666 of 1962, by rcblanke

User metadata
Rank Oldbie
Rank
Oldbie

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.

Reply 1667 of 1962, by gbbbs

User metadata
Rank Newbie
Rank
Newbie

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 . . .

Reply 1668 of 1962, by rcblanke

User metadata
Rank Oldbie
Rank
Oldbie

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

Reply 1672 of 1962, by gbbbs

User metadata
Rank Newbie
Rank
Newbie

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)

Reply 1674 of 1962, by rcblanke

User metadata
Rank Oldbie
Rank
Oldbie
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

darkmode.png
Filename
darkmode.png
File size
118.48 KiB
Views
2106 views
File comment
Dark Mode
File license
Public domain

All the latest files. To upgrade, just update dbgl.jar.

Ronald