-
Notifications
You must be signed in to change notification settings - Fork 37
Description
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!