Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
https://buildbot.libretro.com/nightly/windows/x86_64/latest/squirreljme_libretro.dll.zip
Place it in the "cores" folder.
EDIT: All good. I needed the linux one. I found it.
I will try Free2jme
https://buildbot.libretro.com/assets/frontend/info.zip
.info files go in info folder on windows and in cores folder on linux
As of FREEj2me, I can't manage to install/download it through the instructions of the github. ( https://github.com/hex007/freej2me/tree/master )
Oh man...... Why is there not one place with a guide of either of the two cores?
"Java Virtual Machine Launcher Error: Unable to access jarfile C:\Program"
o.O
most cores need 3 things:
.dll in core folder
.info in info folder
firmware in system folder
I am losing way too much time with this that it is worth already...
As with the squirrel one, I can't find any System file anywhere on the internet.... I have the core and the info, but no the system one, if it has one
I think I am giving up and will try again as soon as there is one of the two cores officially as DLCs on Steam. I've already wasted way too much time than this is worth. Nonetheless I thank you very much for trying to help me out!
I'm facing the same error on Win 10 x64.
Not sure what's wrong.
EDIT: Okay, I managed to make Free2JME work.
I tried to download it already built from Github first, but it just doesn't work, I compiled it myself. It's not difficult, and the guide on Github is easy to understand.
---
For windows: To build the libretro core for windows, first you'll need mingw, or MSYS2 64. This guide uses MSYS2 as it's easier to set up and works closer to linux syntax.
Download MSYS2-x86_64 and install it on your computer.
By default it will create a linux-like 'home' folder on C:\msys64\home\ and will put a folder with your username in there.
This is where you have to move the freej2me folder to, so: C:\msys64\home\USERNAME\freej2mefolder for example.
With the folder placed in there you can build the core, open the MSYS2 UCRT64 terminal from your pc's start menu, and run the following commands:
# Installing 'mingw-w64' and 'make' on msys2
> pacman -S mingw-w64-ucrt-x86_64-gcc
> pacman -S make
# libretro core compilation
> cd freej2mefolder/src/libretro
> make
This will build freej2me_libretro.dll on freej2mefolder/src/libretro/, which is the core libretro will use to interface with freej2me-lr.jar.
Move it to your libretro frontend's cores/ folder, with freej2me-lr.jar on system/ and the frontend should be able to load j2me files afterwards.
To download free2jme-lr.jar :
https://github.com/AShiningRay/freej2me/releases/download/FreeJ2ME_10122023/freej2me-lr.jar
Also, download this package and extract freej2me_libretro.info to your folder :
Retroarch/info
https://buildbot.libretro.com/assets/frontend/info.zip
---