VOGONS


DOSBox Game Launcher (DOSBox Frontend)

Topic actions

Reply 1660 of 2132, by gbbbs

User metadata
Rank Newbie
Rank
Newbie

Anyone know if i can mount more than 4 Floppy disk and change them during Install ?

Reply 1661 of 2132, 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 1662 of 2132, by gbbbs

User metadata
Rank Newbie
Rank
Newbie

Thank You Very Much

Reply 1663 of 2132, by gbbbs

User metadata
Rank Newbie
Rank
Newbie

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

Reply 1664 of 2132, by psoma

User metadata
Rank Newbie
Rank
Newbie

rcblanke: Just wanted to say thank you for your continued efforts and responsiveness to bugs/issues... really appreciate it.

Reply 1665 of 2132, by gbbbs

User metadata
Rank Newbie
Rank
Newbie

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 ?

Reply 1666 of 2132, 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 2132, 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 2132, 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 1669 of 2132, by gbbbs

User metadata
Rank Newbie
Rank
Newbie

Hi Ronald,

thank you, it works now. 😉

Reply 1670 of 2132, by rcblanke

User metadata
Rank Oldbie
Rank
Oldbie

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.

Reply 1671 of 2132, by gbbbs

User metadata
Rank Newbie
Rank
Newbie

Rcblank,

do you have any interisting to make alternative Color option for DBGL ?

Reply 1672 of 2132, 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 1673 of 2132, by gbbbs

User metadata
Rank Newbie
Rank
Newbie

any idea?

Reply 1674 of 2132, 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

The attachment darkmode.png is no longer available

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

Ronald

Reply 1675 of 2132, by gbbbs

User metadata
Rank Newbie
Rank
Newbie

Thank you very much Ronald!
Cant find the Options for Dark Mode in "Gui Options" or iam wrong?

Reply 1676 of 2132, by rcblanke

User metadata
Rank Oldbie
Rank
Oldbie

You can't find the setting?

Reply 1677 of 2132, by gbbbs

User metadata
Rank Newbie
Rank
Newbie

no options there

Reply 1678 of 2132, by rcblanke

User metadata
Rank Oldbie
Rank
Oldbie

Looks like your dbgl.jar is not up-to-date, use this.

Reply 1679 of 2132, by gbbbs

User metadata
Rank Newbie
Rank
Newbie

ok Thanks! Works now