Open flashultra opened 4 years ago
Obviously it's a memory access violation ( loading the above file 1573330423001.hxt
will give the same error).
Here is the full log ( from event logger)
Faulting module name: hxScout.exe, version: 0.0.0.0, time stamp: 0x5675763a
Exception code: 0xc0000005
Fault offset: 0x001628cb
Faulting process id: 0x1a8b4
Faulting application start time: 0x01d5979fcf3af160
Faulting application path: C:\HaxeToolkit\hxScout\hxScout.exe
Faulting module path: C:\HaxeToolkit\hxScout\hxScout.exe
Report Id: 029636c1-c1b7-4598-ab42-c83823361977
Faulting package full name:
Faulting package-relative application ID:
@jcward sorry to disturb you , but do you have any idea where can be the problem and how can I fix it ? Thank you.
Hey, sorry for the delay. Hmm, maybe a problem with the way I share data across threads. Sometimes the linux version is more stable. I'll try to load the above file when I'm at my linux box and let you know what I find.
Is this the right file? It looks like a 39-second capture of a heaps project (see h3d.*
):
Wait a second, maybe that's an old capture of mine sitting around...
Ok, irritating that it doesn't load hxt files from the commandline... yeah, so your capture doesn't crash when I open it in Linux hxScout 0.5.1, but it's only 2.6 seconds worth.
If hxScout crashes, you can capture telemetry data on a linux or osx host using nc -l 0.0.0.0 7934 > my_capture.hxt
(or maybe google for a netcat for windows.) Then try to load / inspect the hxt file later.
I start to collect data ( on Windows) and open the .hxt file on Linux, but there is not any info . Here is screenshoot ( all tabs are empty- profiler, allocationa , etc) Here is the file https://drive.google.com/file/d/1U9xgW_UYBqQhdF-HdAKk-qwvmH30RQ5_/view?usp=sharing
Hi, I'm using hxscout for windows wiht OpenFL and update hxtelemetry from the Github version. My configuration is : haxe 4.0.0-rc.5 , hxcpp 4.0.64, openfl 8.9.5 and lime 7.6.3 The test project is just empty one which compile for Android using
openfl test android -Dtelemetry
In project.xml I set my IP<config:hxtelemetry host="192.168.1.3" allocations="true" />
Usingtelnet 192.168.1.3 7934
I was able to connect ot hxScout server.After the start
hxScout.exe
was closed/crashed without any error. InhxScout/temp
was created one file1573330423001.hxt
, but nothing was shown on screen. Here is the file https://drive.google.com/file/d/1H8gNlt5ekE85ySnOeaoQFjYFemIdorxT/view?usp=sharingIs HxScout works with latest OpenFL and Lime ?