I am trying to run a program named Megapaq (inventory database, probably made with FoxPro). During installation I had trouble running it with option "Managed" = "Y" as it tries to go full screen and hangs completely the window manager, so I changed to "Managed" = "N" and "Desktop" = "800x600". It installed with some annoyances such as popping up desktops.
After that I try to run the installed file and get this:
Warning: unprotecting the first 64KB of memory to allow real-mode calls. NULL pointer accesses will no longer be caught. err:ntdll:RtlpWaitForCriticalSection section 0x400fb524 "../../scheduler/syslevel.c: Win16Mutex" wait timed out, retrying (60 sec) tid=080706b0 err:ntdll:RtlpWaitForCriticalSection section 0x400fb524 "../../scheduler/syslevel.c: Win16Mutex" wait timed out, retrying (60 sec) tid=080880d8
... And so on.
What went wrong?