-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nrsc5-gui works in MSYS2MINGW64, however it can't find certain .dll files #24
Comments
Just follow the msys2 build instructions on the nrsc5 github page.
On Friday, December 23, 2022 at 10:30:36 PM MST, Fairyball ***@***.***> wrote:
Hi, I was almost able to get nrsc5-gui to run perfectly well on my laptop running Windows 11, it just can't find a .dll file however called "libnrsc5.dll". I know that the command line program nrsc5.exe and libnrsc5.dll are supposed to be together after building nrsc5.exe, however I don't know where to place those files in the nrsc5-gui folder. Can someone help direct me to the last few steps needed to get nrsc5-gui working?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Ok, I'm trying to rebuild nrsc5 (the command line version), brb. |
1 similar comment
Apparently python 3.10 doesn't like the pyaudio build I linked in my instructions. Here's the error I get under python 3.10: SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats
If you are getting the same error, delete the pyaduio folder from your earlier attempt and build it from this repo instead: pyaudio
|
|
|
| | |
|
|
|
| |
pyaudio
pyaudio
|
|
|
…-- The quality of your thoughts will determine the quality of your life.
On Friday, December 23, 2022 at 10:57:19 PM MST, Fairyball ***@***.***> wrote:
Just follow the msys2 build instructions on the nrsc5 github page. On Friday, December 23, 2022 at 10:30:36 PM MST, Fairyball @.> wrote: Hi, I was almost able to get nrsc5-gui to run perfectly well on my laptop running Windows 11, it just can't find a .dll file however called "libnrsc5.dll". I know that the command line program nrsc5.exe and libnrsc5.dll are supposed to be together after building nrsc5.exe, however I don't know where to place those files in the nrsc5-gui folder. Can someone help direct me to the last few steps needed to get nrsc5-gui working? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.>
Ok, I'm trying to rebuild nrsc5 (the command line version), brb.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
For obvious reasons I decided to compile a standalone Windows binary for the nrsc5-gui that doesn't require the user to have MSYS2 installed on the target machine. Just unzip the archive into the folder of your choice and double-click the nrsc5_gui.exe The zip archive can be found here: https://www.dropbox.com/s/yvk5p07o92ptz0t/nrsc5_gui.zip?dl=0 |
Hi, I was almost able to get nrsc5-gui to run perfectly well on my laptop running Windows 11, it just can't find a .dll file however called "libnrsc5.dll". I know that the command line program nrsc5.exe and libnrsc5.dll are supposed to be together after building nrsc5.exe, however I don't know where to place those files in the nrsc5-gui folder. Can someone help direct me to the last few steps needed to get nrsc5-gui working?
The text was updated successfully, but these errors were encountered: