riku55 / galaxy-integration-n64-RetroArch-

N64 RetroArch integration for GOG Galaxy 2.0
5 stars 13 forks source link

Plugin has crashed #1

Closed Curotos closed 4 years ago

Curotos commented 4 years ago

I just installed the plugin and set everything up but when I went into gog and tried to connect it, it said plugin has crashed try again. Any help would be much appreciated!

riku55 commented 4 years ago

Sure. Did you add the "/" at the end of the paths in user_config? If you could show me your user_config.py file and the log (located at: C:\ProgramData\GOG.com\Galaxy\log\plugin-n64-a3824d31-c2d3-4a1a-b321-7d0764da5513.log), I will propably find the problem :)

Curotos commented 4 years ago

Here is the config file, I couldn't find the log tho? Annotation 2019-10-14 111909

riku55 commented 4 years ago

You need to put the path between the quotation marks, not after them. So it should look like this: rom_path = "F:/Emulators/ROMS/Nintendo64/" emu_path= "F:/Retroarch/retroarch.exe/"

I fixed the missing mark in the example and I added some text for clarification :)

Also the ProgramData folder is invisible, so that's why you might not have found it. You can access it by entering %ProgramData% into the windows search or set invisible folders to be visible.

Curotos commented 4 years ago

Ah I gotcha, it fixed it so its now showing the platform on galaxy but none of my games imported? Sorry to keep being a bother

riku55 commented 4 years ago

No problem, I had nobody to test the integration besides myself, so problems might happen.

Also I just noticed that you entered the. exe into the emu path, the .exe is not needed. So it should just be emu_path= "F:/Retroarch/" try that and restart the integration.

Curotos commented 4 years ago

I tried it and the games have still not imported?

riku55 commented 4 years ago

Edit: Talked about it on discord, problem was an old version of RetroArch that doesn't use JSON format for the playlist. So updating RetroArch solved the problem. Added required version to the readme.