Ben Lawson
Ben Lawson
So if I disable updates I can manually place the JCEF files? "Chromium Embedded Framework" is a binary Unix Executable File (like an exe for Mac). Now that I think...
Okay I gave it a go. - used compiled MCEF for 1.7.10 from the Minecraft forum page - changed config: ``` # Configuration file main { # Set this to...
So I think the key is this: ``` Library not loaded: @loader_path/../Frameworks/Chromium Embedded Framework.framework/Chromium Embedded Framework ``` Which suggests it is looking in the wrong place for the "Chromium Embedded...
Now if I put the framework where it expects, along with everything else in the framework folder, I get a missing file error for icudtl.dat: ``` [23:28:48] [AWT-EventQueue-0/INFO] [STDOUT]: [org.cef.CefApp$5:run:497]:...
And now I have come back to this stackoverflow thread that I think we have to try: http://stackoverflow.com/questions/26991843/how-can-i-create-java-project-using-java-chromium-embedded-framework-in-mac-os-x But in step 4 of the answer, I'm not sure how to...
I tried putting all of the Minecraft files in the jcef.app bundle, setting it as my workspace in Eclipse, and running it. Minecraft launches fine, but with this error: ```...
I put libjcef.dylib in jcef.app which is in java.library.path, and it found it. Then it gave me a framework not found error, since libjcef.dylib looks 2 directories up to find...
No worries, glad to hear from you! Are you sure you didn't make changes to the jcef.jar that is in the MCEF jar? There are changes in this git repository,...
Probably a JCEF bug (possibly due to off screen rendering): https://bitbucket.org/chromiumembedded/java-cef/issues/152/windows-keeps-running-after-shutdown https://bitbucket.org/chromiumembedded/java-cef/issues/138/application-doesnt-terminate-after Just wait for them to fix it. It doesn't occur on Mac & Linux.