uEmuera icon indicating copy to clipboard operation
uEmuera copied to clipboard

eratohoЯeverse1.214 _fixed.config error

Open Navirl opened this issue 3 years ago • 0 comments

v0.2.9c When running eratohoЯeverse1.214, it displays this error and freezes.

警告Lv1:_fixed.config:18行目:System.ArgumentOutOfRangeException:Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
  at System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) [0x00000] in <00000000000000000000000000000000>:0 
  at System.ThrowHelper.ThrowArgumentOutOfRangeException () [0x00000] in <00000000000000000000000000000000>:0 
  at MinorShift.Emuera.ConfigData.loadConfig (System.String confPath, System.Boolean fix) [0x00000] in <00000000000000000000000000000000>:0 
  at MinorShift.Emuera.ConfigData.LoadConfig () [0x00000] in <00000000000000000000000000000000>:0 
  at MinorShift.Emuera.Program.Main (System.String[] args) [0x00000] in <00000000000000000000000000000000>:0 
  at EmueraThread.Work () [0x00000] in <00000000000000000000000000000000>:0 
  at System.Threading.WaitCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0 
  at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0 
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 
  at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00000] in <00000000000000000000000000000000>:0 
Now Loading...
---------------------------------------------------------------------------------------------------------------------
eratohoЯeverse
1.214
ReverseDev
(2010-2019)
 
※これは調教SLG作成ツールerakanonの改変・再配布です。
---------------------------------------------------------------------------------------------------------------------
[0] 最初からはじめる
[1] ロードしてはじめる
0
---------------------------------------------------------------------------------------------------------------------
関数の終端でエラーが発生しました:
関数"@EVENTFIRST"が見つかりません

Screenshot_2023-03-28-17-11-34-403_xerysherry uEmuera

This error occurred in _fixed.config. This is in the text.

;〓表示〓
PRINTCを並べる数:4
PRINTCの文字数:27

;〓フォント〓
フォント名:MS ゴシック
フォントサイズ:16
一行の高さ:16
文字色:192,192,192
背景色:0,0,0
選択中文字色:255,255,0
履歴文字色:192,192,192

;〓システム〓
大文字小文字の違いを無視する:YES
_Rename.csvを利用する:NO
_Replace.csvを利用する:YES
ボタンの途中で行を折りかえさない:YES
サブディレクトリを検索する:YES
読み込み順をファイル名順にソートする:YES
セーブデータをUTF-8で保存する:YES

;〓互換性〓
ユーザー関数の引数に自動的にTOSTRを補完する:YES

;〓解析〓
eramaker互換性に関する警告を表示する:NO

if you change this to under the text, it works.

PRINTCを並べる数:4
PRINTCの文字数:27
フォント名:MS ゴシック
フォントサイズ:16
一行の高さ:16
文字色:192,192,192
背景色:0,0,0
選択中文字色:255,255,0
履歴文字色:192,192,192
大文字小文字の違いを無視する:YES
_Rename.csvを利用する:NO
_Replace.csvを利用する:YES
ボタンの途中で行を折りかえさない:YES
サブディレクトリを検索する:YES
読み込み順をファイル名順にソートする:YES
セーブデータをUTF-8で保存する:YES
ユーザー関数の引数に自動的にTOSTRを補完する:YES
eramaker互換性に関する警告を表示する:NO

this is a csv reading bug, probably caused by CalcMd5ListForConfig in GenericUtils.cs. Please fix.

Navirl avatar Mar 28 '23 08:03 Navirl