Miniwood .. Library "dos.hwl" cannot be loaded!

Find quick help here to get you started with Hollywood
Post Reply
gerograph
Posts: 83
Joined: Thu Mar 04, 2010 9:38 pm

Miniwood .. Library "dos.hwl" cannot be loaded!

Post by gerograph »

Using Windows IDE and Miniwood...

That are my first 5 lines in my script:

Code: Select all

@USING "requester"
@USING "network"
@USING "time"
@USING "event"
@USING "dos"
When compiling, it works quiet nice upto @USING "dos", here is my compiler output:

Code: Select all

Loading library requester.hwl...done
Loading library network.hwl...done
Loading library time.hwl...done
Loading library event.hwl...done
Loading library dos.hwl...failed
Error in line 5 (servclear-1-0.hws): Library "dos.hwl" cannot be loaded!
When checking C:Program Files/Hollywood/Libs, there is no "dos.hwl" ???
plouf
Posts: 713
Joined: Sun Feb 04, 2018 11:51 pm
Location: Athens,Greece

Re: Miniwood .. Library "dos.hwl" cannot be loaded!

Post by plouf »

i try and works here loading

maybe accidental or some stupid antivirus delete it ?
reinstall probably will solve it
Christos
gerograph
Posts: 83
Joined: Thu Mar 04, 2010 9:38 pm

[SOLVED]Re: Miniwood .. Library "dos.hwl" cannot be loaded!

Post by gerograph »

Indeed, it was the virus scanner....putting dos.hwl into Quarantine
User avatar
airsoftsoftwair
Posts: 5930
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Miniwood .. Library "dos.hwl" cannot be loaded!

Post by airsoftsoftwair »

gerograph wrote: Sun Mar 15, 2026 11:40 am Indeed, it was the virus scanner....putting dos.hwl into Quarantine
WTF! :roll: Those virus scanners become more and more malware themselves.
Post Reply