Tag Archives: macos monterey

[Solved] MacOS Monterey Use bizhub C308 to Print PDF Error: offending command: binary token type 151

Problem Restatement:

As shown in the title, when using MAC to print a paper today, the paper is generally terminated, and the following errors occur:

Error syntax error

OFFENDING COMMAND: binary token, type=151

STACK: 

At first I thought it was a driver problem. I reinstalled the latest driver of c308 and found that there were still errors. Not all PDF sheets failed to print, and some of them failed to print.

Through some exploration, it is found that it is a software problem. Using the preview software of MAC to call the printer to print PDF will cause the above problems;

Solution:

By using standard adobe reader to reprint the above files, it is perfectly solved.

Reason guess:

I guess that the preview program of MAC uses some commands incompatible with the printer, which makes it impossible to print.

When adobe reader is used for printing, its software will process PDF files and output compatible printing instructions, so it can print normally.

Go build error after MacOS Monterey system upgrade [How to Solve]

error

/usr/local/Cellar/go/1.16.3/libexec/pkg/tool/darwin_amd64/link: running clang failed: exit status 1
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

Solution

xcode-select --install

If you still can’t

sudo xcode-select --reset