Skip to content

Application Error After Building on Windows #81

@BacklogOdyssey

Description

@BacklogOdyssey

Hi!

I'm running into an Application Error (0xc000007b) when trying to run nesicide.exe after successfully building it on windows. Below is my build environment:

Windows 10
Qt 5.12.6 (PATH: C:\Qt\Qt5.12.6\5.12.6\mingw73_64\bin and C:\Qt\Qt5.12.6)
GnuWin32 (PATH: C:\Development\GnuWin\GnuWin32\bin)
wget (PATH: C:\Development\GnuWin\GetGnuWin32\bin)
MinGW (C:\msys64\mingw64\bin)

I did run into some errors before successfully building it however, which I was able to resolve with the below fixes:

The first error was regarding a pointer conversion issue in the CCodeBrowserDisplayModel::data method. I got around it by updating line 36 to int32_t addr = *((long*)index.internalPointer());

The final error had to due with Lua. To get around that I needed to rebuild Lua 5.1 and add it back to the deps/Windows/Lua directory

Hopefully these changes weren't what broke it! Anyways, this seems like an amazing project, and I'm super excited to test it out, so any and all help would be greatly appreciated!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions