Code Monkey home page Code Monkey logo

Comments (6)

375gnu avatar 375gnu commented on May 19, 2024

Please provide more info (unless you are going to fix it yourself).

from celestia.

GottfriedSp avatar GottfriedSp commented on May 19, 2024

Windows 32 works fine.
First starting video capture with SHIFT+F10
F11 start capture
F12 record end:

backtrace:

ntdll.dll!0000000077b6b1f0() Unknown
ntdll.dll!0000000077bf9778() Unknown
kernel32.dll!00000000778f59cd() Unknown
ntdll.dll!0000000077b5383d() Unknown

backtrace with symbols:

ntdll.dll!DbgBreakPoint�() Unknown
ntdll.dll!DbgUiRemoteBreakin�() Unknown
kernel32.dll!BaseThreadInitThunk�() Unknown
ntdll.dll!RtlUserThreadStart�() Unknown

It crashes before the CelestiaCore::keyDown(int key, int modifiers) is called.
For Windows it uses class AVICapture

I don't know where this crash is comming from

from celestia.

375gnu avatar 375gnu commented on May 19, 2024

Please build it with debug information enabled (the simplest way is to add -g of MSVC equivalent to CXXFLAGS) then run it in debugger. In case of gdb this will be

gdb ./Celestia_QT
run
bt

That you'll have a better stacktrace.

from celestia.

GottfriedSp avatar GottfriedSp commented on May 19, 2024

This was run with debug information enabled.
It crashes in ntdll.dll - this is a system dll from windows.
No break on any breakpoint, possible a wrong callback pointer.
Native windows also crashes when compiled with 64-bit

from celestia.

375gnu avatar 375gnu commented on May 19, 2024

sounds like variable/array/pointer size mismatch

from celestia.

375gnu avatar 375gnu commented on May 19, 2024

Current build doesn't crash.

from celestia.

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.