• C++ errors with QWK unpacking.

    From gregzoll@1:103/705 to all on Thu Feb 20 01:21:33 2020
    I am seeing a lot of C++ errors with having to run the last build from 2/17 due
    in part had issues with getting webv4 to run with 3.17b.

    evnt !ERROR 13 (Permission denied) (WinError 32) in file.cpp line 309 (sbbs_t::delfiles) removing "C:\sbbs\temp\event\" access=-3 info=*.*
    evnt ERROR 2 (No such file or directory) (WinError 18) in un_qwk.cpp line 94 (sbbs_t::unpack_qwk) executing "C:\sbbs\exec\unzip -Coj C:\sbbs\data\VERT.qwk *.* -d C:\sbbs\temp\event\" access=50

    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From echicken@1:103/705 to gregzoll on Thu Feb 20 11:14:20 2020
    Re: C++ errors with QWK unpacking.
    By: gregzoll to all on Thu Feb 20 2020 01:21:33

    evnt !ERROR 13 (Permission denied) (WinError 32) in file.cpp line 309 (sbbs_t::delfiles) removing "C:\sbbs\temp\event\" access=-3 info=*.*

    Maybe ensure that the user you're running your BBS as has appropriate permissions on the c:\sbbs directory tree?

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to gregzoll on Sat Feb 22 12:00:13 2020
    Re: C++ errors with QWK unpacking.
    By: gregzoll to all on Thu Feb 20 2020 01:21 am

    I am seeing a lot of C++ errors with having to run the last build from 2/17 due in part had issues with getting webv4 to run with 3.17b.

    evnt !ERROR 13 (Permission denied) (WinError 32) in file.cpp line 309 (sbbs_t::delfiles) removing "C:\sbbs\temp\event\" access=-3 info=*.*

    Permission denied is the error. And Windows error 32, from https://docs.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499- ERROR_SHARING_VIOLATION

    32 (0x20)

    The process cannot access the file because it is being used by another process.

    evnt ERROR 2 (No such file or directory) (WinError 18) in un_qwk.cpp line
    94
    (sbbs_t::unpack_qwk) executing "C:\sbbs\exec\unzip -Coj C:\sbbs\data\VERT.qwk *.* -d C:\sbbs\temp\event\" access=50

    Does c:\sbbs\exec\unzip.exe exist?

    If not, something's wrong.

    If yes, perhaps you have some Windows service (security software?) preventing sbbs from running it.

    digital man

    Synchronet "Real Fact" #66:
    Synchronet was conceived of and mostly developed in southern California.
    Norco, CA WX: 56.8øF, 71.0% humidity, 0 mph W wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Mortifis@1:103/705 to Digital Man on Sun Feb 23 00:43:10 2020
    Re: C++ errors with QWK unpacking.
    By: gregzoll to all on Thu Feb 20 2020 01:21 am

    I am seeing a lot of C++ errors with having to run the last build from 2/17 due in part had issues with getting webv4 to run with 3.17b.

    evnt !ERROR 13 (Permission denied) (WinError 32) in file.cpp line 309 (sbbs_t::delfiles) removing "C:\sbbs\temp\event\" access=-3 info=*.*

    Permission denied is the error. And Windows error 32, from
    https://docs.micr

    osoft.com/en-us/windows/win32/debug/system-error-codes--0-499-ERROR_SHARING_
    VIOLATION

    32 (0x20)

    The process cannot access the file because it is being used by another process.

    evnt ERROR 2 (No such file or directory) (WinError 18) in un_qwk.cpp
    line
    94 (sbbs_t::unpack_qwk) executing "C:\sbbs\exec\unzip -Coj C:\sbbs\data\VERT.qwk *.* -d C:\sbbs\temp\event\" access=50

    Does c:\sbbs\exec\unzip.exe exist?

    If not, something's wrong.

    If yes, perhaps you have some Windows service (security software?) preventing sbbs from running it.

    digital man

    I ran into a similar thing today, turned out to be my anti virus AVG changed some permissions and blocked some *.exe files from running with: access denied or permissions blah blah blah ... I killed avg and all was well again

    ---
    þ Synchronet þ AlleyCat! BBS - http://alleycat.synchro.net:81
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From gregzoll@1:103/705 to Mortifis on Sun Feb 23 17:38:58 2020
    I am not seeing them with the last Dev. build from 2/22.

    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)