snesgss icon indicating copy to clipboard operation
snesgss copied to clipboard

Unhelpful error message "Can't open module"

Open jeffythedragonslayer opened this issue 3 years ago • 1 comments

When I try to open some files I get this msgbox:

image

but it doesn't tell me why.

jeffythedragonslayer avatar Sep 04 '21 04:09 jeffythedragonslayer

A look an TFormMain::ModuleOpen in UnitMain.cpp reveals that this error is displayed when:

  • fopen returns 0, or
  • gss_find_tag returns a value less than zero

jeffythedragonslayer avatar Jun 08 '22 18:06 jeffythedragonslayer