dosemu2 / fdpp

FreeDOS plus-plus, 64bit DOS
GNU General Public License v3.0
198 stars 18 forks source link

Error posted about redundant conversion #230

Closed andrewbird closed 1 year ago

andrewbird commented 1 year ago

Describe the bug Error posted about redundant conversion

To Reproduce

ajb@calypso:~/Desktop$ dosemu
ERROR: MIDI: unsupported synth mode mt32
ERROR: redundant conversion for 0x7fce856fad21

ERROR: Please update dosemu from git, compile it with debug
info and make a bug report with the content of ~/.dosemu/boot.log at
https://github.com/dosemu2/dosemu2/issues
Please provide any additional info you can, like the test-cases,
URLs and all the rest that fits.

Attach program/game binaries or provide an URL

Attach the log t1.zip

A regression? yes

Additional info I don't seem to be able to select the text in the window any more with shift-leftmb, but here I am running FDPP with Freecom.

stsp commented 1 year ago

I don't seem to be able to select the text in the window any more with shift-leftmb

It appears to need sdl-2.26.

stsp commented 1 year ago

No debugging symbols found in /usr/bin/dosemu.bin So how to reproduce?

andrewbird commented 1 year ago

Once again, this time with symbols.

C:\>exitemu
ERROR: MIDI: unsupported synth mode mt32
ERROR: redundant conversion for 0x7f3e7b0fad21

ERROR: Please update dosemu from git, compile it with debug
info and make a bug report with the content of ~/.dosemu/boot.log at
https://github.com/dosemu2/dosemu2/issues
Please provide any additional info you can, like the test-cases,
URLs and all the rest that fits.

t2.zip

stsp commented 1 year ago

Should now be fixed, please check.

andrewbird commented 1 year ago

Yes is fine now, thanks.