[[Tutorial]]

*SIGViewerが起動しない [#h5dc404f]
SIGViewerが立ち上がらないときは
Java VMの設定オプションを変更すると起動する場合があります。
SIGViewerがインストールされている場所(デフォルトではc:\Program Files\SIGViewer_**)
の中の
*SIGViewer doesn't work [#h5dc404f]
When the sigviewer doesn't start, please try to change the setting option of java VM. 
You can edit the java VM using the file SIGViewer\release\X3DParser.cfg found in c:\Program Files\SIGViewer_**

SIGViewer\release\X3DParser.cfg

を編集します。

このファイルの最後に
The end of this file should look as follows:

 #
 # Other JavaVM Options
 #
 [Others]
 -Xmx500M

と書かれており、ここでSIGViewer起動時にJavaVMが確保するメモリの量が設定されています。この値を小さくすることによって起動することがあります。

In this part we should edit the memory buffer as follows:

 -Xmx500M
    ↓
 -Xmx300M

*SIGViewerのログファイルが作成されない [#fd9f057f]
Windows vista以上のOSではSIGViewerをc:\Program Files以下にインストールした場合、ログが作成されないことがあります。
*Log file of SIGViewer is not created  [#fd9f057f]

この時通常、
If you use windows vista or later version, the log file may not be created.
Basically, the log file should be in:
c: \ Program Files \ SIGViewer_ <version> \ SIGViewer \ release \

c:\Program Files\SIGViewer_<version>\SIGViewer\release\

にSIGViewerのログSIGViewer.logが作成されますが、以下の手順で作成されるようになります。
SIGViewer.log will be created with the following procedure:
Run SIGViewer.exe by right-click then "Run as administrator" 

Alternatively, you can use the permanent solution as follows:
Right clicking on the SIGViewer.exe -> properties -> Capability then go to the Privilege Level, check the box "Run the program as an administrator".

スタートメニューまたはアイコンからSIGViewer.exeを実行する際に、マウスを
右クリックし、コンテキストメニューから「管理者として実行」を選びます.

または、毎回この作業を行うのは面倒なので、SIGViewer.exeを右クリッ
クして「プロパティ」を選び、出てきたダイアログの「互換性」タブの下部にあ
る「管理者としてこのプログラムを実行する」にチェックを入れておきます.
*Error "can not initialize OpenAL" comes into SIGViewer startup。 [#t086e80c]

*SIGViewer起動時に「OpenALが初期化できない」というエラーが出る。 [#t086e80c]
You need to add the following line to configuration file startup.cfg of SIGViewer.

SIGViewerの設定ファイルstartup.cfgに以下の行を追加します。

 ENABLE_OPENAL_VOICE_CAPTURE=false

※音声の録音等、一部の機能が使用できなくなります。
※Recording the voice, some features wil not be available.

*SIGViewer起動時にjvm.dllが見つからないというエラーが出る [#m7724a5b]
Windowsメニューのコンピュータで右クリック→プロパティ→システムの詳細設定→詳細設定タブ→環境変数
*error Jvm.dll is not found in the SIGViewer start-up [#m7724a5b]
Add the following path of jvm.dll to the windows environment path

widowsの環境変数Pathにjvm.dllがある以下のパスを追加する


 C:\Program Files (x86)\Java\jre6\bin\client\

*SIGViewer起動時にMSVCR71.dllがないというエラーが出る [#oa67af83]
[[こちら>http://devnet.magicsoftware.co.jp/download/tools_library/uipaasv1/msvcr71dll/]]からダウンロード。
*Error MSVCR71.dll is not found in the SIGViewer start-up [#oa67af83]
[[Click here >http://devnet.magicsoftware.co.jp/download/tools_library/uipaasv1/msvcr71dll/]]for download.

MSVCR71.dllを以下のフォルダの中に入れる(64bit版の場合)

Add MSVCR71.dll in the following folder(for 64bit version)

C:\Windows\SysWOW64


Front page   New List of pages Search Recent changes   Help   RSS of recent changes