Reply 980 of 2280, by skatz
- Rank
- Member
Hi, Alexander!
Sorry, some bug reporting (and suggestions):
1.Other emulators:
a)empty profile after creation, I suggest to use selected game file name for it.
b) suggestion for translation: string 'Name-based game' in menu should be in form '%s-based game' for translation.
c)when you specify '%s' for parameters and choosen file name has spaces - program gets it without quotes (i.e. as several parameters). Some programs can compose all parameters in single file name, some can not. So, what I've wanted to say? Well. put in help suggestion to quote parameter (i.e. "%s") if emulator can not find game file.
2. Running game with current settings from profile editor:
a) if you use 'minimize on run' - opened modal window brings some strange results (different for tray/not tray minimize modes). Disable minimizing for such runs and get rid of these problems.
b)running windows or scumm profiles - runs them as DOSBox profiles.
3.Multiple genre, language etc:
suggestion: when you select value from combobox list and last setted string is ended by semicolon (';') - add selected value to it. Or you may use adding when selecting with Shift or Ctrl pressed.
4.Profile editors:
on 'Program information' page checkbox 'Favorites' is placed too right. Move it to next line (where it was) or calcalate its position depending on text length.
5.Bootable disks:
you use keyb setiings from dosbox defaults, but copy only keyboard.sys. Keyb code you use may be placed in other file (keybrd2.sys or keybrd3.sys). And dos keyb command does not load font for selected codepage (as it does in DOSBox). But from another hand, the worse result your method may produce is a message 'cannot load....' and all is left in english. So you may implement some sophisticated approach or left all as is. Sorry for overwording.
6. Converting between normal and archive drive mounts:
a. for PHYSFS mounts it does not work. So hide button, or make it work.
b. messages about extracting/packing archives are mixed. change places.
7. Packages download:
a. add description to user defined repositories.
b. downloading game packages from official repositories - 'HTTP/1.1 404 Not Found.'
c. download window is not modal. So while downloading (if it gets some time). you may press another dowload button. Previus processed is canceled. But!
When all download processes (canceled and not canceled) are finished - the try to release same window (you use global variable). Acccess violation...