Some games just close ! help :( - Remix OS for PC

Hi ,
installed Remix OS recently and some games like Color Switch , Asphalt 8 , Raymans Adventures and more just pop-up show the first screen and then closes ! while some other apps work like clash of clans and clash royale !
Used Logcat so maybe you can understand the error's cause thank you
---- Apr 4, 2016 12:25:38 ----
04-04 12:25:12.835 5783 5783 E ActivityThread: Performing stop of activity that is not resumed: {scd.lcex/scd.lcex.ActivityMain}
04-04 12:25:12.835 5783 5783 E ActivityThread: java.lang.RuntimeException: Performing stop of activity that is not resumed: {scd.lcex/scd.lcex.ActivityMain}
04-04 12:25:12.835 5783 5783 E ActivityThread: at android.app.ActivityThread.performStopActivityInner(ActivityThread.java:3355)
04-04 12:25:12.835 5783 5783 E ActivityThread: at android.app.ActivityThread.handleStopActivity(ActivityThread.java:3436)
04-04 12:25:12.835 5783 5783 E ActivityThread: at android.app.ActivityThread.access$1100(ActivityThread.java:155)
04-04 12:25:12.835 5783 5783 E ActivityThread: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1336)
04-04 12:25:12.835 5783 5783 E ActivityThread: at android.os.Handler.dispatchMessage(Handler.java:102)
04-04 12:25:12.835 5783 5783 E ActivityThread: at android.os.Looper.loop(Looper.java:135)
04-04 12:25:12.835 5783 5783 E ActivityThread: at android.app.ActivityThread.main(ActivityThread.java:5401)
04-04 12:25:12.835 5783 5783 E ActivityThread: at java.lang.reflect.Method.invoke(Native Method)
04-04 12:25:12.835 5783 5783 E ActivityThread: at java.lang.reflect.Method.invoke(Method.java:372)
04-04 12:25:12.835 5783 5783 E ActivityThread: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
04-04 12:25:12.835 5783 5783 E ActivityThread: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
04-04 12:25:36.257 5783 5783 I AppCompatDelegate: The Activity's LayoutInflater already has a Factory installed so we can not install AppCompat's
---- Apr 4, 2016 12:25:38 ----
actually i don't know what's that but they're errors .
i use an AMD C6 APU 1.4ghz dual core and AMD Radeon HD 6290M .. 4gb of RAM
an old laptop of mine
thanks in advance

Run the games in fullscreen mode. It works for me most of the times.
Just right click on the game icon in "start" menu.

red_it said:
Run the games in fullscreen mode. It works for me most of the times.
Just right click on the game icon in "start" menu.
Click to expand...
Click to collapse
same problem presists but thanks anyway for the respond !

https://groups.google.com/forum/#!topic/remix-os-for-pc/-UZXopMPj6o
https://forums.plex.tv/discussion/206300/remix-os

Most of the games i try work pretty well using the full screen setting, but I have noticed Gameloft games that use to work fine (except for the low gfx settings) now will auto close themselves.
Thanks for the link above, def going to try that out now!

same problem
i have the same problem but not with any games but very simple and every day apps like vpn or whats app! like in whats app when i try to attach a picture in a group the app crash and restarts but when i share a video uploads the video with no problem !!!

Related

Beginning Android Development

you can ignore this. I'll leave the thread so people can learn from my mistake.
The error was because Java is case sensitive, unlike CFML. so linearLayout is not the same as LinearLayout.
I just started playing around with Android Development. I'm using Eclipse. I'm using the 1st set of Tutorials on the Android Development page from the Eclipse install. I'm on the Edit Form and Button part of the tutorial. When I try to run it in the Emulator or on my Sensation 4g, it 'expectantly shuts down'. Here is the LogCat which I'm not familiar with reading yet (any debugging tutorials would be awesome).
Code:
04-04 21:24:28.733: E/Trace(908): error opening trace file: No such file or directory (2)
04-04 21:24:29.703: D/AndroidRuntime(908): Shutting down VM
04-04 21:24:29.703: W/dalvikvm(908): threadid=1: thread exiting with uncaught exception (group=0x40a71930)
04-04 21:24:29.738: E/AndroidRuntime(908): FATAL EXCEPTION: main
04-04 21:24:29.738: E/AndroidRuntime(908): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.myfirstapp/com.example.myfirstapp.MainActivity}: android.view.InflateException: Binary XML file line #2: Error inflating class linearLayout
04-04 21:24:29.738: E/AndroidRuntime(908): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2180)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2230)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.app.ActivityThread.access$600(ActivityThread.java:141)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1234)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.os.Handler.dispatchMessage(Handler.java:99)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.os.Looper.loop(Looper.java:137)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.app.ActivityThread.main(ActivityThread.java:5041)
04-04 21:24:29.738: E/AndroidRuntime(908): at java.lang.reflect.Method.invokeNative(Native Method)
04-04 21:24:29.738: E/AndroidRuntime(908): at java.lang.reflect.Method.invoke(Method.java:511)
04-04 21:24:29.738: E/AndroidRuntime(908): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
04-04 21:24:29.738: E/AndroidRuntime(908): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
04-04 21:24:29.738: E/AndroidRuntime(908): at dalvik.system.NativeStart.main(Native Method)
04-04 21:24:29.738: E/AndroidRuntime(908): Caused by: android.view.InflateException: Binary XML file line #2: Error inflating class linearLayout
04-04 21:24:29.738: E/AndroidRuntime(908): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:698)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.view.LayoutInflater.inflate(LayoutInflater.java:466)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.view.LayoutInflater.inflate(LayoutInflater.java:396)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.view.LayoutInflater.inflate(LayoutInflater.java:352)
04-04 21:24:29.738: E/AndroidRuntime(908): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:270)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.app.Activity.setContentView(Activity.java:1881)
04-04 21:24:29.738: E/AndroidRuntime(908): at com.example.myfirstapp.MainActivity.onCreate(MainActivity.java:12)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.app.Activity.performCreate(Activity.java:5104)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1080)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2144)
04-04 21:24:29.738: E/AndroidRuntime(908): ... 11 more
04-04 21:24:29.738: E/AndroidRuntime(908): Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.linearLayout" on path: /data/app/com.example.myfirstapp-1.apk
04-04 21:24:29.738: E/AndroidRuntime(908): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:65)
04-04 21:24:29.738: E/AndroidRuntime(908): at java.lang.ClassLoader.loadClass(ClassLoader.java:501)
04-04 21:24:29.738: E/AndroidRuntime(908): at java.lang.ClassLoader.loadClass(ClassLoader.java:461)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.view.LayoutInflater.createView(LayoutInflater.java:552)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.view.LayoutInflater.onCreateView(LayoutInflater.java:643)
04-04 21:24:29.738: E/AndroidRuntime(908): at com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:66)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.view.LayoutInflater.onCreateView(LayoutInflater.java:660)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:685)
04-04 21:24:29.738: E/AndroidRuntime(908): ... 20 more
I'm not sure if the hangup is
Code:
04-04 21:24:29.738: E/AndroidRuntime(908): Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.linearLayout" on path: /data/app/com.example.myfirstapp-1.apk
or if something in the beginning is causeing the error. I followed the tutorial to the letter so I'm not sure why the class isn't there. Any suggestions?
Sorry for the noob question, I know you guys have probably answered a million of these type of questions. Everyone has to start somewhere...

libEGL error

Can anyone tell me whats wrong when this error is found in the log?
It happens to random apps all the time. "Unfortunately APP_NAME has stopped".
If the "Report" button is present I always find "Native crash" in the crashdescription.
"boot.oat", "libc" and "libhwui" can often be found in the stacktrace.
APP_NAME can be anything like Bluetooth, Google play store, Chrome, Samsung keyboard, System UI, you name it.
I had these errors since I first rooted my phone a year ago. Whatever rom/firmware I install/flash they always
come back, even in the first language chooser screen in the phone setup.
Random reboot of phone or UI occurs at random times.
Current running version: G925FXXU3COL1 with supersu2.71 (installed yesterday and working very badly)
but as I said, it doesnt matter what version I run, the same error happens anyways.
Only a reboot or reinstall of the app helps to get it going again.
Also tried a few 6.01 roms, but always stuck in bootlogo.
Catlog: http://pastebin.com/u4Q8CMeP
Part of the log that is always present when apps are killed:
04-04 15:01:29.298 E/OpenGLRenderer(3794): SFEffectCache:clear(), mSize = 0
04-04 15:01:29.298 E/libEGL (3794): ------------------------------------------------
04-04 15:01:29.298 E/libEGL (3794): HWUI Context(1590163840) Damaged Report-Shader
04-04 15:01:29.298 E/libEGL (3794): HWUI Shaders(2):
04-04 15:01:29.298 E/libEGL (3794): HWUI Unit 0) Handle(13)
04-04 15:01:29.298 E/libEGL (3794): HWUI Unit 1) DAMAGED Handle(15)
04-04 15:01:29.298 E/libEGL (3794): ------------------------------------------------
04-04 15:01:29.298 E/libGLESv2(3794): HWUI Protection: wrong calling from app context F:ES2-glDeleteShader, handle(15)
04-04 15:01:29.298 E/libEGL (3794): ------------------------------------------------
04-04 15:01:29.298 E/libEGL (3794): HWUI Context(1590163840) Damaged Report-Shader
04-04 15:01:29.298 E/libEGL (3794): HWUI Shaders(2):
04-04 15:01:29.298 E/libEGL (3794): HWUI Unit 0) DAMAGED Handle(13)
04-04 15:01:29.298 E/libEGL (3794): HWUI Unit 1) Handle(15)
04-04 15:01:29.298 E/libEGL (3794): ------------------------------------------------
04-04 15:01:29.298 E/libGLESv2(3794): HWUI Protection: wrong calling from app context F:ES2-glDeleteShader, handle(13)
Any help or insight is appreciated.
/r0b

com.lge.clock crashing "unfortunately clock has stopped"

I have an Lg G5 (H850), unrooted and fully up to date.
A few months ago I began to have trouble with the Clock app. It crashes several times during use.
I've been able to deduce that this problem occurs when Android Wear is installed, and it makes no difference if my Lg G Watch R is connected to my phone or not.
Another event that seems to trigger Clock crashing is when my phone toggles between service and WiFi, but I cannot be sure if that's the cause.
Here are the failed solutions I've tried:
- Install previous version of Android Wear dating back to before the issue started
- Cleared Data/Cache from Clock app
- Tried to disable Clock, but button is grayed out
- Installed Google Clock. Made no difference
- Disconnected watch, but problem persists
- Reset the watch to manufacturer's
I should add (although I am not sure it's a bug) that every time I clear data/cash from Clock, a new alarm appears set (though tuned off) at 7:00 am January 1st. I've never set this alarm, and whether I leave it there, delete it or switch it on and off (so it changes to current date) doesn't make a difference.
I am including a copy of LogCat that shows the crash. Unfortunately I do not know what to do with the information it provides.
Thanks for any help anyone can provide.
--------- beginning of crash
07-31 10:26:09.541 10690 10690 E AndroidRuntime: FATAL EXCEPTION: main
07-31 10:26:09.541 10690 10690 E AndroidRuntime: Process: com.lge.clock, PID: 10690
07-31 10:26:09.541 10690 10690 E AndroidRuntime: java.lang.IllegalArgumentException: Receiver not registered: [email protected]
07-31 10:26:09.541 10690 10690 E AndroidRuntime: at android.app.LoadedApk.forgetReceiverDispatcher(LoadedApk.java:1047)
07-31 10:26:09.541 10690 10690 E AndroidRuntime: at android.app.ContextImpl.unregisterReceiver(ContextImpl.java:1332)
07-31 10:26:09.541 10690 10690 E AndroidRuntime: at android.content.ContextWrapper.unregisterReceiver(ContextWrapper.java:608)
07-31 10:26:09.541 10690 10690 E AndroidRuntime: at com.google.android.gms.common.api.c.gM(Unknown Source)
07-31 10:26:09.541 10690 10690 E AndroidRuntime: at com.google.android.gms.common.api.c.gJ(Unknown Source)
07-31 10:26:09.541 10690 10690 E AndroidRuntime: at com.google.android.gms.common.api.c.d(Unknown Source)
07-31 10:26:09.541 10690 10690 E AndroidRuntime: at com.google.android.gms.common.api.c$2.onConnected(Unknown Source)
07-31 10:26:09.541 10690 10690 E AndroidRuntime: at com.google.android.gms.internal.jm.f(Unknown Source)
07-31 10:26:09.541 10690 10690 E AndroidRuntime: at com.google.android.gms.internal.jm.dU(Unknown Source)
07-31 10:26:09.541 10690 10690 E AndroidRuntime: at com.google.android.gms.internal.jl$h.b(Unknown Source)
07-31 10:26:09.541 10690 10690 E AndroidRuntime: at com.google.android.gms.internal.jl$h.g(Unknown Source)
07-31 10:26:09.541 10690 10690 E AndroidRuntime: at com.google.android.gms.internal.jl$b.hy(Unknown Source)
07-31 10:26:09.541 10690 10690 E AndroidRuntime: at com.google.android.gms.internal.jl$a.handleMessage(Unknown Source)
07-31 10:26:09.541 10690 10690 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
07-31 10:26:09.541 10690 10690 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154)
07-31 10:26:09.541 10690 10690 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6247)
07-31 10:26:09.541 10690 10690 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
07-31 10:26:09.541 10690 10690 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:872)
07-31 10:26:09.541 10690 10690 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:762)
Unexpected solution
After months of fiddling with this problem, I accidentally came across information that lead me to solve another problem and through it; fixing this issue I described.
Kinda silly to answer my own post, but it might help people out there.
While live monitoring Logcat, I decided to toggle WiFi on and off to see what the phone did. My Lg G5 has always been pretty slow to connect.
I noticed that, upon turning WiFi on, my phone went through the whole list of "saved" networks before even attempting to connect to the available ones.
I had a LOAD of saved networks. Most of them from countries I visited.
I cleaned up the list, removing most networks I had saved et voila! Not only did my phone started connecting to WiFi instantly, but my clock app stopped crashing.
I hope this helps someone out there.

Huawei camera crashes after some seconds

Hi guys,
the huawei camera app always crashes after a few seconds by itself.
Im on 9.0.0.216.
Opern Camera is working as expected.
This is the logcat:
Code:
--------- beginning of crash
05-01 20:26:08.152 9775 9775 E AndroidRuntime: FATAL EXCEPTION: main
05-01 20:26:08.152 9775 9775 E AndroidRuntime: Process: com.huawei.camera, PID: 9775
05-01 20:26:08.152 9775 9775 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.Integer.intValue()' on a null object reference
05-01 20:26:08.152 9775 9775 E AndroidRuntime: at com.huawei.camera2.controller.AREngine.getModeIndex(AREngine.java:628)
05-01 20:26:08.152 9775 9775 E AndroidRuntime: at com.huawei.camera2.controller.AREngine.refreshMaterailData(AREngine.java:587)
05-01 20:26:08.152 9775 9775 E AndroidRuntime: at com.huawei.camera2.controller.AREngine.access$2200(AREngine.java:53)
05-01 20:26:08.152 9775 9775 E AndroidRuntime: at com.huawei.camera2.controller.AREngine$8.run(AREngine.java:532)
05-01 20:26:08.152 9775 9775 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:891)
05-01 20:26:08.152 9775 9775 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
05-01 20:26:08.152 9775 9775 E AndroidRuntime: at android.os.Looper.loop(Looper.java:207)
05-01 20:26:08.152 9775 9775 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7470)
05-01 20:26:08.152 9775 9775 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
05-01 20:26:08.152 9775 9775 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:524)
05-01 20:26:08.152 9775 9775 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:958)
05-01 20:26:08.156 1142 6099 W ActivityManager: finishTopCrashedActivityLocked Force finishing activity com.huawei.camera/com.huawei.camera
Does anyonw know how to fix that?
Thanks!

Daydream APK mod to bypass incompatible device modal

Hey everyone,
I've been trying to create a modded Google VR Services APK to bypass the incompatible device modal that the Daydream app shows.
I've been following this comment by OrBy so far, and I have had limited success.
Using the Google Play version of Google VR Services, the Daydream app was rendering the river, trees etc + the controller connection popup properly, albeit with an "Incompatible device" modal on top of it.
Using APKLab in Visual Studio Code, I was able to replace the mentioned strings, build and resign the APK successfully. I had some issues installing it but once I removed the Play Store version it worked.
However, with my build of Google VR Services installed, the Daydream application continues to render the river etc and popup except this time with "Google VR Services keeps stopping" on top of it. Closing the keeps stopping popup turns the Daydream application fully black until it is restarted to observe the same behaviour.
I'm not experienced in Android development but I've had this headset for a few years (Daydream View) and I really don't want to root my phone.
Thanks in advance,
ninjadev64
My controller doesn't pair but otherwise, this is what worked for me.
Uninstall Google VR Services (optionally clear Daydream storage too)
Use `adb install` to install OrBy's apk. What I did wrong before was I forgot to remove my Play Store version of GVR so this install failed as the apk is an older version.
The reason you use `adb install` is because it gives a more detailed error message if it fails than the normal installation menus on Android.
Launch the Daydream application and perform setup. It will ask you to grant a lot of permissions to GVR, including NFC. If your phone does not have NFC, enable Daydream Settings > Developer Options > Skip VR Entry Scenes after allowing the other permissions.
Hopefully it worked? Enjoy Daydream if it did! My controller still doesn't pair but at least it got past the "Incompatible device" modal.
I've found the cause of the crash in my build of GVR. Anyone know how to resolve this?
Java:
09-11 09:40:40.646 16440 16440 E AndroidRuntime: FATAL EXCEPTION: main
09-11 09:40:40.646 16440 16440 E AndroidRuntime: Process: com.google.vr.vrcore, PID: 16440
09-11 09:40:40.646 16440 16440 E AndroidRuntime: java.lang.SecurityException: GoogleCertificatesRslt: not allowed: pkg=com.google.vr.vrcore, sha256=[1e08a903aef9c3a721510b64ec764d01d3d094eb954161b62544ea8f187b5953], atk=false, ver=223017037.true (go/gsrlt)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at android.os.Parcel.createExceptionOrNull(Parcel.java:2373)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at android.os.Parcel.createException(Parcel.java:2357)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2340)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2282)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at att.a(PG:14)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at arz.a(PG:248)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at apo.a(PG:29)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at aps.run(PG:10)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at auz.run(PG:6)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at java.lang.Thread.run(Thread.java:923)

Categories

Resources