
8.エラーメッセージ
1.概要 | 2.動作環境 | 3.インストール&ライセンス | 4.基本機能 | 5.可視化機能 | 6.AVS5との互換 | 7.MicroAVSとの互換 | 8.エラーメッセージ | 9.その他 |
- console
ld.so: libne.so.3: not found - console
Checkout failed: Invalid license key (inconsistent license key) (-8,130)
BADCODE: The encryption code for the requested FEATURE is inconsistent, - console
Warning: This version of Xlib does not support locale; using C
Warning: This version of Xlib does not support locale modifiers
Error: Unable to find Locale Database
Error: Try setting XNLSPATH environment variabl - console
AVS Kernel Warning: Unable to open data directory /usr/avs/data, changing to AVSpath - Error Dialog:
--- Error detected in: module: GDxgl ---
This device (Sun:GX) is not configured for full acceleration ( 24 bit color, double buffered, hardware zbuffer, DGA) .
The XGL renderer is not available - console
PALvirt_validate]: True Color visual must be 8 or 24 bits deep
Error Dialog:
--- Error detected in: module: WTdraw_pixmap ---
Couldn't get pixel data - console
Warning: reducing color usage: R=5,G=5,B=5,Grey=17 - console
--- Error detected in: module: GDgl_view_available ---
no GLX extension on this X server - console
--- Warning from: module: PALsys_match_virt --- Matched palette but resources are different than requested. Cube size of virtual palette is different than cube size of system palette. Using cube size in virtual palette - console
--- Error detected in: module: DVwrite image ---
Cannot open library 'libjpeg'. Most likely cause is an unset or incorrectly
set 'PATH' environment variable: please see the System Prerequisites Document.
The system error message is:
'DL_FUNCTION_FAILED' and GetLastError number is 1157 - console
ld.so.1: /usr/local/express/bin/s7/express: 重大なエラー: libF77.so.4:
open に失敗しました: ファイルもディレクトリもありません。 - console
--- Error detected in: module: NEinit_help ---
Unable to open help index file help/index.txt in Express runtime directory
8-1.
console
ld.so: libne.so.3: not found
LD_LIBRARY_PATH環境変数を以下に設定してください。
% setenv LD_LIBRARY_PATH <インストールディレクトリ>/lib/sun/missing
8-2.
console
Checkout failed: Invalid license key (inconsistent license key) (-8,130)
BADCODE: The encryption code for the requested FEATURE is inconsistent,
ライセンスファイルの内容に間違いがあります。 パスワードをご確認下さい。
8-3.
console
Warning: This version of Xlib does not support locale; using C
Warning: This version of Xlib does not support locale modifiers
Error: Unable to find Locale Database
Error: Try setting XNLSPATH environment variable
Solaris1.xをお使いの場合、AVS/Express Vizのワールドワイド言語をサポートする ためにローカルデータベースを参照する環境変数を設定する必要があります。
% setenv XNLSPATH $XP_PATH/runtime/sun/nls
8-4.
console
AVS Kernel Warning: Unable to open data directory /usr/avs/data,
changing to AVSpath
avsrc環境ファイルで DataDirectory を設定しているために表示されるワーニングです。 この行を削除すれば Warning は表示されなくなります。
8-5.
Error Dialog:
--- Error detected in: module: GDxgl ---
This device (Sun:GX) is not configured for full
acceleration ( 24 bit color, double buffered,
hardware zbuffer, DGA) . The XGL renderer is not available
これはAVS/Express Vizを使用されているマシンのグラフィックス・アクセラレーターが TGX+であるために表示されるメッセージです。機能的に問題があるというメッセージではありません。
システム必須条件(P3-2)に記載されているグラフィックス・ハードウェアを搭載して 頂くとこのメッセージは表示されなくなります。
8-6.
console
PALvirt_validate]: True Color visual must be 8 or 24 bits deep
Error Dialog:
--- Error detected in: module: WTdraw_pixmap ---
Couldn't get pixel data
AVS/Expressが望んでいるカラーパレットを参照することができなかった ために表示されたメッセージです。
AVS/Expressでは、8bit または 24bit のカラーをサポートしています。
8-7.
console
Warning: reducing color usage: R=5,G=5,B=5,Grey=17
AVS/Expressを表示させるだけのカラーが足りないというメッセージです。 機能的には問題はありません。
カラーマップを使用している他のアプリケーションを終了してから AVS/Expressを起動するとワーニングは表示されなくなります。
8-8.
console
--- Error detected in: module: GDgl_view_available ---
no GLX extension on this X server
表示端末においてハードウェアレンダリングができない場合に表示されるメッセージです。
Xサーバを用いてAVSを利用する際によく表示されるメッセージです。
ハードウェアレンダリングができない場合、AVS/Express はソフトウェアレンダリングに表示を切り替えて処理を続行します。
よって、エラーを無視しても問題はございません。
エラーメッセージが気になる場合は、以下のオプションをつけてソフトウェアレンダリング・モードでAVS/Expressを起動するとメッセージが表示されません。
% xp -nohw
(-nohw オプションをつけて起動します)
8-9.
console
--- Warning from: module: PALsys_match_virt ---
Matched palette but resources are different than requested.
Cube size of virtual palette is different than cube size of
system palette. Using cube size in virtual palette
AVS/Express が期待しているパレットとシステムに搭載されているパレットのサイズが異なるので、 AVS/Express が持っているパレットを使います、という意味のメッセージです。
機能的に問題はありません。
8-10.
console
--- Error detected in: module: DVwrite image ---
Cannot open library 'libjpeg'. Most likely cause is an unset or incorrectly
set 'PATH' environment variable: please see the System Prerequisites Document.
The system error message is:
'DL_FUNCTION_FAILED' and GetLastError number is 1157
このエラーメッセージは画像を扱う以下のDLLファイルが認識できていないために表示される、Windows95,98におけるエラーです。
ディレクトリ:<install_dir>\runtime\bin\pc
ファイル :libavsx.dll, libbmp.dll, libgif.dll,libjpeg.dll,
libpbm.dll, libsgiis.dll,libsunrs.dll, libtif.dll
次の2つの回避策のどちらかを取って下さい。
(1)上記のDLLファイルをexpress.exeファイルと同じディレクトリにコピーします。
それによりexpress.exeが認識できるようにします。
コピー先:<install_dir>\bin\pc\
(2)PATH変数にこの\runtime\bin\pcディレクトリを追加します。
AUTOEXEC.BATファイルの PATH に以下のパスを追加してください。
<install_dir>\runtime\bin\pc
8-11.
console
ld.so.1: /usr/local/express/bin/s7/express: 重大なエラー: libF77.so.4:
open に失敗しました: ファイルもディレクトリもありません。
Solaris7版のAVS/Express 5.1の起動にはlibF77.so.4ライブラリが必要となります。
libF77.so.4はSUNWspro5.0に含まれているため開発環境をインストールして頂くか、以下のURLよりlibF77.tar.Zをダウンロードしてインストールして下さい。
8-12.
console
--- Error detected in: module: NEinit_help ---
Unable to open help index file help/index.txt in Express runtime directory
<インストールディレクトリ>/runtime/help/index.txtに読み込み権が付いていないことが原因です。
以下のように読みこみ権を与えて下さい。
% chmod +r index.txt
