Skip to content
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

Missing AMF Library crashes Plugin at startup #42

Closed
NAICOLAS opened this issue Aug 22, 2016 · 11 comments
Closed

Missing AMF Library crashes Plugin at startup #42

NAICOLAS opened this issue Aug 22, 2016 · 11 comments

Comments

@NAICOLAS
Copy link

Installed the lastest build, with of course removing the previous one. OBS crashes straight away. Please help. https://app.box.com/s/ozo3ga4fz1yu15ufsuyxvplkvk2siy7g

@max20091
Copy link
Contributor

also post log file, not just crash file

@NAICOLAS
Copy link
Author

https://gist.github.com/6001085fb5113ec331acac4809053e07

I'm guessing the lack of the AMF files is the case. Where should everything be installed since I can't really find the Exact folder to paste them in... obs-studio root folder?

@Xaymar
Copy link
Contributor

Xaymar commented Aug 22, 2016

If that DLL is missing, make sure that you have driver version 16.7.2 or newer. I personally only recommend using versions older than that for cards that pre-date anything that uses GCN/VCE.

@hymccord
Copy link

You have a GTX 750 Ti. This is for AMD...

@NAICOLAS
Copy link
Author

NAICOLAS commented Aug 22, 2016

I was under the impression that this would work with the APU on my CPU..? It has computing cores and should be eligable for use.

Guessing I was wrong then!

@hymccord
Copy link

It'll work for your APU. It's GCN 2.0. You still need the drivers for it.

@NAICOLAS
Copy link
Author

Yeah, I noticed that it started working once I connected my monitor to the built-in APU(IGFX).
Wasn't too obvious since it should be registered either way logically, but no.

@lonjil
Copy link

lonjil commented Aug 22, 2016

I am also having this problem, same dll same error code. I have a 390x with the 16.7.3 driver. Monitor is connected to the card.
Startup log: https://gist.github.com/lonjil/f86f65f5dd08498f3d7ac917c1e2a24b
Crash log: https://gist.github.com/lonjil/6234a574d2206268e23e74a3f7781ec4

@Xaymar
Copy link
Contributor

Xaymar commented Aug 22, 2016

@lonjil Same LoadLibraryW error as everyone else:
17:34:15.384: [AMF Encoder] <Plugin::AMD::AMF::AMF> Loading of 'L"amfrt64.dll"' failed with error code 126.

For whatever reason, it can't find amfrt64.dll in system32. You can try searching for it and manually appending the path where you found it to the PATH system variable so that LoadLibrary can see it.

Xaymar pushed a commit that referenced this issue Aug 22, 2016
@Xaymar
Copy link
Contributor

Xaymar commented Aug 23, 2016

In theory, 1.3.0pre3 should have fixed it.

@Xaymar Xaymar changed the title Latest release crashes OBS at startup. Missing AMF Library crashes Plugin at startup Aug 24, 2016
@Xaymar
Copy link
Contributor

Xaymar commented Aug 26, 2016

Can't reproduce this anymore, if it happens again please open a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants