-
Notifications
You must be signed in to change notification settings - Fork 5
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
CRITICAL: C:\Users\autch\src\piemu\piemu.c:10:SetEmuParameters: DIE: Cannot open piece.pfi #4
Comments
ok I got the usr files and the piemu_old source. What all tools I need to compile all? I didn't find the mkpfi anywhere. |
To generate
|
Thank you. I posted a screenshot here. https://www.mameworld.info/ubbthreads/showthreaded.php?Cat=&Number=397661&page=0&view=expanded&sb=5&o=&fpart=1&vc=1 There is no sounds on this game. So I don't have a hardware to test this game out on. I got the game here at. https://web.archive.org/web/20040220122225/http://nepiaworld.com/menu/works/wr/index.html |
On the Windows 11. I get this error. [MINGW64] D:\piemu_old>make OVERRIDE_CC=clang OVERRIDE_CXX=clang++ Installing the Visual Studio 2022. I going to see I can compile with it instead of the msys64-2022-01-12.exe from here https://www.mamedev.org/tools/ (I don't like the Visual Studio 2022 at all. Meh.) |
If you are building with MSYS2/MinGW64, it is recommended to use the
|
ninja instead of make. I got it to work now. But one error. [30/30] Linking C executable piemu.exe The tools is made though. I will try out the one from the revert-to-single-thread to see that will make it. Update: Same error. |
try to uncomment Lines 88 to 92 in 19d95d5
|
[26/30] Building C object tools/CMakeFiles/mkpfi.dir/pfi.c.obj SDLmain isn't needed. I'm using this now to build it. https://docs.mamedev.org/initialsetup/compilingmame.html#using-a-standard-msys2-installation Much better than the msys64-2022-01-12.exe. Not using this anymore. |
I got the SDLmain to work now. I didn't know which of the sdl is missing parts. I got both. https://packages.msys2.org/base/mingw-w64-SDL installed first and then installed this after. https://packages.msys2.org/base/mingw-w64-SDL2 (Note: I skipped the aarch64 on both. Not needed.) |
C:\Users\KingH>D:\piemu\piemu.exe
INFO: Created renderer: direct3d
CRITICAL: C:\Users\autch\src\piemu\piemu.c:10:SetEmuParameters: DIE: Cannot open piece.pfi
What is this file?
Download the build from here. #3
I don't know what tools that you use to build this. I have Windows 11 and Nobara 39 OS Linux.
The text was updated successfully, but these errors were encountered: