Code Monkey home page Code Monkey logo

Comments (2)

iTitus avatar iTitus commented on May 29, 2024
Crash Log

[18:56:29] [INFO]  [main]       Welcome to ImHex 1.32.2!
[18:56:29] [INFO]  [main]       Compiled using commit master@a1edb1b
[18:56:29] [INFO]  [main]       Running on Windows 10.0.19045 (x86_64)
[18:56:29] [INFO]  [main]       Native scaling set to: 1.0
[18:56:29] [INFO]  [main]       Using 'NVIDIA Corporation' GPU
[18:56:29] [INFO]  [main]       Task 'Setting up environment' finished successfully in 0 ms
[18:56:29] [INFO]  [main]       Task 'Creating directories' finished successfully in 3 ms
[18:56:29] [INFO]  [main]       Task 'Loading settings' finished successfully in 0 ms
[18:56:29] [INFO]  [libimhex]   Loading plugin 'ui.hexpluglib'
[18:56:29] [INFO]  [ui]         Library plugin 'ui' initialized successfully
[18:56:29] [INFO]  [libimhex]   Loading plugin 'builtin.hexplug'
[18:56:29] [INFO]  [libimhex]   Loading plugin 'decompress.hexplug'
[18:56:29] [INFO]  [libimhex]   Loading plugin 'disassembler.hexplug'
[18:56:30] [INFO]  [libimhex]   Loading plugin 'hashes.hexplug'
[18:56:30] [INFO]  [libimhex]   Loading plugin 'script_loader.hexplug'
[18:56:30] [INFO]  [libimhex]   Loading plugin 'visualizers.hexplug'
[18:56:30] [INFO]  [libimhex]   Loading plugin 'windows.hexplug'
[18:56:30] [INFO]  [libimhex]   Loading plugin 'yara_rules.hexplug'
[18:56:30] [INFO]  [libimhex]   Layout unlocked
[18:56:30] [INFO]  [builtin]    Found crash.json file at C:\Users\iTitus\AppData\Local\imhex\config\crash.json
[18:56:30] [INFO]  [libimhex]   Plugin 'builtin.hexplug' initialized successfully
[18:56:30] [INFO]  [libimhex]   Plugin 'decompress.hexplug' initialized successfully
[18:56:30] [INFO]  [libimhex]   Plugin 'disassembler.hexplug' initialized successfully
[18:56:30] [INFO]  [libimhex]   Plugin 'hashes.hexplug' initialized successfully
[18:56:30] [INFO]  [libimhex]   Plugin 'script_loader.hexplug' initialized successfully
[18:56:30] [INFO]  [libimhex]   Plugin 'visualizers.hexplug' initialized successfully
[18:56:30] [INFO]  [libimhex]   Plugin 'windows.hexplug' initialized successfully
[18:56:30] [INFO]  [libimhex]   Plugin 'yara_rules.hexplug' initialized successfully
[18:56:30] [INFO]  [main]       Task 'Loading plugins' finished successfully in 324 ms
[18:56:30] [INFO]  [main]       Task 'Configuring UI scale' finished successfully in 0 ms
[18:56:30] [INFO]  [main]       Task 'Checking for updates' finished successfully in 0 ms
[18:56:30] [INFO]  [main]       Task 'Loading fonts' finished successfully in 482 ms
[18:56:30] [INFO]  [main]       ImHex fully started in 876ms
[18:56:30] [ERROR] [builtin]    Http request 'POST https://api.werwolv.net/imhex/telemetry' failed with error 28: 'Timeout was reached'
[18:56:31] [INFO]  [libimhex]   Switching to workspace 'Default'
[18:56:37] [INFO]  [builtin]    [json.exception.parse_error.101] parse error at line 1, column 1: syntax error while parsing value - unexpected end of input; expected '[', '{', or a literal
[18:56:37] [INFO]  [builtin]    [json.exception.parse_error.101] parse error at line 1, column 1: syntax error while parsing value - unexpected end of input; expected '[', '{', or a literal
[18:56:37] [INFO]  [builtin]    [json.exception.parse_error.101] parse error at line 1, column 1: syntax error while parsing value - unexpected end of input; expected '[', '{', or a literal
[18:56:37] [INFO]  [builtin]    [json.exception.parse_error.101] parse error at line 1, column 1: syntax error while parsing value - unexpected end of input; expected '[', '{', or a literal
[18:56:37] [INFO]  [builtin]    [json.exception.parse_error.101] parse error at line 1, column 1: syntax error while parsing value - unexpected end of input; expected '[', '{', or a literal
[18:58:48] [FATAL] [main]       ArgumentHashLibException()::what() -> KeyLength must be equal to 8
[18:58:48] [INFO]  [main]       Wrote crash.json file to C:\Users\iTitus\AppData\Local\imhex\config\crash.json
[18:58:48] [FATAL] [main]         (D:\a\ImHex\ImHex\main\gui\source\stacktrace.cpp:28) | getStackTrace
[18:58:48] [FATAL] [main]         (D:\a\_temp\msys64\mingw64\include\c++\13.2.0\bits\stl_iterator.h:1076) | handleCrash
[18:58:48] [FATAL] [main]         (D:\a\ImHex\ImHex\main\gui\source\crash_handlers.cpp:148) | uncaughtExceptionHandler
[18:58:48] [FATAL] [main]         __cxxabiv1::__terminate(void (*)())
[18:58:48] [FATAL] [main]         std::terminate()
[18:58:48] [FATAL] [main]         _cxa_throw
[18:58:48] [FATAL] [main]         (D:\a\ImHex\ImHex\lib\third_party\HashLibPlus\Hash64\Murmur2_64.h:86) | SetKey
[18:58:48] [FATAL] [main]         (D:\a\ImHex\ImHex\lib\libimhex\include\hex\providers\buffered_reader.hpp:20) | _M_invoke
[18:58:48] [FATAL] [main]         (D:\a\_temp\msys64\mingw64\include\c++\13.2.0\bits\stl_vector.h:113) | drawContent
[18:58:48] [FATAL] [main]         (D:\a\ImHex\ImHex\lib\libimhex\include\hex\ui\view.hpp:129) | draw
[18:58:48] [FATAL] [main]         (D:\a\ImHex\ImHex\main\gui\source\window\window.cpp:841) | frame
[18:58:48] [FATAL] [main]         (D:\a\ImHex\ImHex\main\gui\source\window\window.cpp:166) | loop
[18:58:48] [FATAL] [main]         (D:\a\ImHex\ImHex\main\gui\source\main.cpp:233) | main
[18:58:48] [FATAL] [main]         (C:\M\B\src\mingw-w64\mingw-w64-crt\crt\crtexe.c:268) | __tmainCRTStartup
[18:58:48] [FATAL] [main]         (C:\M\B\src\mingw-w64\mingw-w64-crt\crt\crtexe.c:159) | WinMainCRTStartup
[18:58:48] [FATAL] [main]         BaseThreadInitThunk
[18:58:48] [FATAL] [main]         RtlUserThreadStart
[18:58:48] [FATAL] [main]       Program terminated with uncaught exception: ArgumentHashLibException()::what() -> KeyLength must be equal to 8
[18:58:48] [INFO]  [main]       Exit task 'Saving settings' finished successfully
[18:58:49] [INFO]  [main]       Exit task 'Cleaning up shared data' finished successfully
[18:58:49] [INFO]  [main]       Exit task 'Unloading plugins' finished successfully
[18:58:49] [INFO]  [main]       Exit task 'Deleting old files' finished successfully

from imhex.

iTitus avatar iTitus commented on May 29, 2024

Thanks for the quick fix!

from imhex.

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.