Git Product home page Git Product logo

Comments (5)

dermow avatar dermow commented on September 23, 2024

Heyho!

Content of stats.cache seems okay and is starting in my debugger. Can you check if there are any errors logged at:

  • "AppData"\TraXile\TraXile.log
  • The Windows Eventlog

Are you using the most recent version (0.8.2) ?

from traxile.

melink14 avatar melink14 commented on September 23, 2024

No interesting logs from TraXile.log (just normal stats cache reads).

Windows event log has some errors though!

First .NET Runtime error:

アプリケーション:TraXile.exe
フレームワークのバージョン:v4.0.30319
説明: ハンドルされない例外のため、プロセスが中止されました。
例外情報:System.OverflowException
   場所 Microsoft.Data.Sqlite.SqliteValueReader.GetInt32(Int32)
   場所 Microsoft.Data.Sqlite.SqliteDataReader.GetInt32(Int32)
   場所 TraXile.Main.ReadActivityLogFromSQLite()
   場所 TraXile.Main.Init()
   場所 TraXile.Main..ctor()
   場所 TraXile.Program.Main()

This seems to cause an "Application Error" to be logged:

障害が発生しているアプリケーション名: TraXile.exe、バージョン: 0.9.0.0、タイム スタンプ: 0x61c255e1
障害が発生しているモジュール名: KERNELBASE.dll、バージョン: 10.0.19041.1415、タイム スタンプ: 0x2791d798
例外コード: 0xe0434352
障害オフセット: 0x0012b522
障害が発生しているプロセス ID: 0xc2d8
障害が発生しているアプリケーションの開始時刻: 0x01d7fbb82e504a9a
障害が発生しているアプリケーション パス: C:\Program Files (x86)\dermow\TraXile\TraXile.exe
障害が発生しているモジュール パス: C:\Windows\System32\KERNELBASE.dll
レポート ID: f253ab6b-aa0f-4e21-a633-e4985c7d16e0
障害が発生しているパッケージの完全な名前: 
障害が発生しているパッケージに関連するアプリケーション ID: 

The application error seems to just come from the .NET error so I'm guessing the important information i sin the stacktrace above. (Let me know if the Japanese is a problem, the stack trace is still readable but google translate does a fine job here too)

(Was using latest version and new version just updated. Intestingly, the update message popped up and completed even as the program was crashing in the background.)

from traxile.

melink14 avatar melink14 commented on September 23, 2024

I'm examining the traxile db with a DB browser and my first guess is that my recorded timestamps are too big.

The latest one is:
65 322 573 196

Based on:

Started = new DateTime(1970, 1, 1, 0, 0, 0, 0, System.DateTimeKind.Utc).AddSeconds(sqlReader.GetInt32(0)).ToLocalTime(),

That seems to be seconds since the epoch which doesn't add up at all since a quick search says that right now is:
~1 640 676 538

65 billion is definitely too big to fit into an Int32 so that makes sense but the next question is why the written timestamps seem wrong.

from traxile.

dermow avatar dermow commented on September 23, 2024

Yeah, 65 billion is definitely too big - except you are playing in year 4039 :D

As mentioned in #95 - providing your Client.txt (or snippets with timestamps) could help. Guess your operating system is configured with japanese language too? Maybe it is some issue with the format of the timestamps.

from traxile.

dermow avatar dermow commented on September 23, 2024

See #95

from traxile.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.