Search found 16 matches

by HansKlaver
Mon Mar 28, 2022 7:50 pm
Forum: BlackBox Framework
Topic: Strings does not fit Oakwood guidelines
Replies: 2
Views: 7532

Re: Strings does not fit Oakwood guidelines

As is hinted at in the documentation of Strings both Insert and Delete can be implemented trivially in terms of procedure Replace. So maybe it is enough to stress this in the documentation by printing these words in bold typeface: Hint: if len = 0 then rep is insert ed in s at position pos. If LEN(r...
by HansKlaver
Fri Dec 20, 2019 3:53 pm
Forum: Common questions
Topic: Virus Alerts
Replies: 18
Views: 27336

Re: Virus Alerts

Today I downloaded "BlackBox Stable Version 1.7.2, Setup" from http://blackboxframework.org/index.php?cID=goto-download-page,en-us After installation the file BlackBox.exe was removed by Windows 10 Defender Antivirus (being suspect of containing "Trojan:Win32/Tigre!plock"). I rep...
by HansKlaver
Tue Jul 03, 2018 10:51 pm
Forum: BlackBox Framework
Topic: Error message under Wine when installing Pac Converters
Replies: 22
Views: 20307

Re: Error message under Wine when installing Pac Converters

Is the garbage collector called while compiling this file? Set a breakpoint to Kernel.CallFinalizers after starting the compile command. If it is hit while compiling the file, it would be interesting if the code file object is finalized, which of course would be an error. Yes, the garbage collector...
by HansKlaver
Tue Jul 03, 2018 7:43 am
Forum: BlackBox Framework
Topic: Error message under Wine when installing Pac Converters
Replies: 22
Views: 20307

Re: Error message under Wine when installing Pac Converters

You're right: at the time the empty file is registered (and becomes visible in the Finder of macOS) the .len field of HostFiles.File object f^ is 24688 ! I checked the size of (Pac)API.ocf, and this normally is 24688 bytes. So the problem is not caused at the time of registering the file, but earlie...
by HansKlaver
Sun Jul 01, 2018 9:35 pm
Forum: BlackBox Framework
Topic: Error message under Wine when installing Pac Converters
Replies: 22
Views: 20307

Re: Error message under Wine when installing Pac Converters

I just tried ObxCaps.Do with a commander and it works without any problems, both under Windows and Debian/wine. Note: the module is only unloaded if you press the modifier key (Ctrl) when activating the command. Well, in my installation (macOS/wine 2.0) the module is unloaded just by clicking on th...
by HansKlaver
Sun Jul 01, 2018 2:32 pm
Forum: BlackBox Framework
Topic: Error message under Wine when installing Pac Converters
Replies: 22
Views: 20307

Re: Error message under Wine when installing Pac Converters

In this case start the debugger with 'Debug Module'. In the debugger set a breakpoint at the beginning of the command that you want to debug. Go back to the debuggee and execute the commander. Execution will stop at the brealpoint. Go to the debugger and step through... I did as you suggested, but ...
by HansKlaver
Sat Jun 30, 2018 7:01 am
Forum: BlackBox Framework
Topic: Error message under Wine when installing Pac Converters
Replies: 22
Views: 20307

Re: Error message under Wine when installing Pac Converters

I don't know if it helps but you could also try the run-time debugger of the latest development version in http://blackboxframework.org/lastdev/zip . It has been tested also under wine but not as extensively as under Windows. I would look specifically for calls to the garbage collector while compil...
by HansKlaver
Thu Jun 21, 2018 2:21 pm
Forum: BlackBox Framework
Topic: Error message under Wine when installing Pac Converters
Replies: 22
Views: 20307

Re: Error message under Wine when installing Pac Converters

I do not use anti-virus software for macOS (never had any need for it); to my knowledge macOS (newest version) doesn't have hidden anti-virus processes running in the background. If an anti-virus program caused the problem it would not have been linked to writing to one type of file system (ExFAT). ...
by HansKlaver
Tue Jun 19, 2018 6:34 pm
Forum: BlackBox Framework
Topic: Error message under Wine when installing Pac Converters
Replies: 22
Views: 20307

Re: Error message under Wine when installing Pac Converters

Changed the name of PacAPI and recompiled the module as you indicated several times, using names like PacApi, Pac...: Api2, Api3, Api4, Api10, Api11, BPI, ZPI, Apl, AAPI, AAAAAAAPI, Hello In each and every instance the resulting code files were size 0 bytes. Interestingly, when I tried to compile th...
by HansKlaver
Sat Jun 16, 2018 5:43 pm
Forum: BlackBox Framework
Topic: Error message under Wine when installing Pac Converters
Replies: 22
Views: 20307

Re: Error message under Wine when installing Pac Converters

So I presume Wine (and hence BlackBlox) sometimes has trouble writing to the ExFAT filesystem, and Windows hasn't... Is the file system on a local disc or is it mounted using something like NFS or any other network file system? I am asking this because I know that NFS for example is not completely ...