CWarp Broken Things: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Jugbogdan (talk | contribs)
mNo edit summary
 
Line 4: Line 4:


==Issue #2: DOS.SYS - SNAP==
==Issue #2: DOS.SYS - SNAP==
SNAP used to complain that DOS.SYS was not able on boot. The message got removed when OS2LDR was replaced with QSINIT.  
SNAP used to complain that DOS.SYS was not able to boot. The message got removed when OS2LDR was replaced with QSINIT.  


==Issue #3 - md command is missing==
==Issue #3 - md command is missing==
md command to create directories is not available. It seems that OSFree replacements do not have that function.  
md command to create directories is not available. It seems that OSFree replacements do not have that function.
 


==Issue #4 - VX-REXX Programs broken==
==Issue #4 - VX-REXX Programs broken==
Line 25: Line 24:


SockLoadFuncs seems to be part of ObjectREXX which was removed since BWarp.
SockLoadFuncs seems to be part of ObjectREXX which was removed since BWarp.


'''Solution:''' RXSOCK.DLL was missing. Once it is recovered and set on the libpath the software starts working.
'''Solution:''' RXSOCK.DLL was missing. Once it is recovered and set on the libpath the software starts working.
Line 34: Line 32:
==Issue #7 - MONCALLS.DLL==
==Issue #7 - MONCALLS.DLL==
MONCALLS.DLL from OSFree is a different kind of implementation and not just a forwarder to DOSCALL1.DLL like the rest.  
MONCALLS.DLL from OSFree is a different kind of implementation and not just a forwarder to DOSCALL1.DLL like the rest.  
Programs that uses MONCALLS.DLL like LSwitcher are not working.
Programs that use MONCALLS.DLL like LSwitcher are not working.
 


[[Category:XWarp]]
[[Category:XWarp]]

Latest revision as of 23:13, 29 October 2024

Issue #1: Reboot - XWorkplace

XWorkplace does not reboot since it depends on DOS.SYS and it has been removed.

Issue #2: DOS.SYS - SNAP

SNAP used to complain that DOS.SYS was not able to boot. The message got removed when OS2LDR was replaced with QSINIT.

Issue #3 - md command is missing

md command to create directories is not available. It seems that OSFree replacements do not have that function.

Issue #4 - VX-REXX Programs broken

There are some issues with VX-REXX programs, even if the vrobj.dll library is there.

- Archive Viewer - ArcView:

Solution: RXQUEUE.EXE was missing.

Issue #5 - ObjectRexx Programs broken

Issue: Arca Noae Package Manager:

SockLoadFuncs seems to be part of ObjectREXX which was removed since BWarp.

Solution: RXSOCK.DLL was missing. Once it is recovered and set on the libpath the software starts working.

Issue #6 - SET AUTOSTART

If I remove FOLDERS from "SET AUTOSTART=" it will not load the desktop on the next boot.

Issue #7 - MONCALLS.DLL

MONCALLS.DLL from OSFree is a different kind of implementation and not just a forwarder to DOSCALL1.DLL like the rest. Programs that use MONCALLS.DLL like LSwitcher are not working.