RK3128-CFW / m17-cfw

Firmware resources for the M17 Handheld
3 stars 0 forks source link

Ecwolf can't run, doesn't register games #5

Open wll1rah opened 7 months ago

wll1rah commented 7 months ago

Been wracking my brain trying to figure out why Wolfenstein 3D and Spear of Destiny won't appear in the ports section of the console selection screen. I followed the instructions in the https://wiki.batocera.org/systems:ecwolf of the Batocera docs. Folder structure: Spear of Destiny.ecwolf: audiohed.sod config.sod maphead.sod vgagraph.sod vswap.sod vgadict.sod vgahead.sod Wolfenstein 3D.ecwolf: audiohed.wl6 config.wl6 maphead.wl6 vgagraph.wl6 vswap.wl6 audiot.wl6 gamemaps.wl6 vgadict.wl6 vgahead.wl6 when running ecwolf directly from the command line through adb I get the following error output: ~ # ecwolf --help ecwolf: ecwolf: no version information available (required by ecwolf) ecwolf: ecwolf: no version information available (required by ecwolf) ecwolf: ecwolf: no version information available (required by ecwolf) ecwolf: ecwolf: no version information available (required by ecwolf) ecwolf: ecwolf: no version information available (required by ecwolf) ecwolf: ecwolf: no version information available (required by ecwolf) ecwolf: ecwolf: no version information available (required by ecwolf) ecwolf: ecwolf: no version information available (required by ecwolf) ecwolf: ecwolf: no version information available (required by ecwolf) ecwolf: ecwolf: no version information available (required by ecwolf) ecwolf: ecwolf: no version information available (required by ecwolf) ecwolf: ecwolf: no version information available (required by ecwolf) ecwolf: symbol lookup error: ecwolf: undefined symbol: , version I didn't get anytihng in google for this error with ecwolf but I did find similar help for lzdoom in that it was missing a version of SDL 1.2 version. the system does have both SDL1.2 and SDL2 in the usr/lib folder.

I'm not sure what else to try at this point so any advice would be helpful or if you need me to test anything just let me know

Thank you in advance.

LordAinz