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

build crashed in tekken games #9128

Closed
tausifj15 opened this issue Nov 23, 2016 · 18 comments
Closed

build crashed in tekken games #9128

tausifj15 opened this issue Nov 23, 2016 · 18 comments
Milestone

Comments

@tausifj15
Copy link

Since build 146 all builds r crashed in tekken game while fight is going to start

11-23 09:10:14.916 E/RemoteViews(1367): ANR Warning,RemoteViews can only be used once ,if not ,it may cause ANR in hosts such as Laucher,SystemUI. keys for search
11-23 09:10:14.928 E/RemoteViews(840): ANR Warning,RemoteViews can only be used once ,if not ,it may cause ANR in hosts such as Laucher,SystemUI. keys for search
11-23 09:10:14.930 E/RemoteViews(840): ANR Warning,RemoteViews can only be used once ,if not ,it may cause ANR in hosts such as Laucher,SystemUI. keys for search
11-23 09:10:15.471 D/jdwp (24441): Can't connect to ADB control socket:Connection refused
11-23 09:10:15.510 E/ (840): Could not open '/data/data/hotplug/cmd'
11-23 09:10:15.510 E/ (840): error : 2, No such file or directory
11-23 09:10:15.564 E/ (840): Could not open '/data/data/hotplug/cmd'
11-23 09:10:15.564 E/ (840): error : 2, No such file or directory
11-23 09:10:15.934 E/RemoteViews(1367): ANR Warning,RemoteViews can only be used once ,if not ,it may cause ANR in hosts such as Laucher,SystemUI. keys for search
11-23 09:10:16.052 E/RemoteViews(840): ANR Warning,RemoteViews can only be used once ,if not ,it may cause ANR in hosts such as Laucher,SystemUI. keys for search
11-23 09:10:16.053 E/RemoteViews(840): ANR Warning,RemoteViews can only be used once ,if not ,it may cause ANR in hosts such as Laucher,SystemUI. keys for search
11-23 09:10:16.916 E/ (840): Could not open '/data/data/hotplug/cmd'
11-23 09:10:16.916 E/ (840): error : 2, No such file or directory
11-23 09:10:16.997 D/wpa_supplicant(30760): wlan0: Control interface command 'SIGNAL_POLL'
11-23 09:10:16.998 D/wpa_supplicant(30760): nl80211: survey data missing!
11-23 09:10:17.126 E/AudioService(840): handleConfigurationChanged() createInstance IAudioServiceExt fail
11-23 09:10:17.145 E/ (840): Could not open '/data/data/hotplug/cmd'
11-23 09:10:17.145 E/ (840): error : 2, No such file or directory
11-23 09:10:17.313 E/RemoteViews(1367): ANR Warning,RemoteViews can only be used once ,if not ,it may cause ANR in hosts such as Laucher,SystemUI. keys for search
11-23 09:10:17.333 E/RemoteViews(840): ANR Warning,RemoteViews can only be used once ,if not ,it may cause ANR in hosts such as Laucher,SystemUI. keys for search
11-23 09:10:17.334 E/RemoteViews(840): ANR Warning,RemoteViews can only be used once ,if not ,it may cause ANR in hosts such as Laucher,SystemUI. keys for search
11-23 09:10:17.469 I/NativeApp(2603): g_Config.screenRotation = 1
11-23 09:10:17.469 I/NativeActivity(2603): Setting requested rotation: 1 ('1')
11-23 09:10:17.471 I/NativeActivity(2603): onResume
11-23 09:10:17.471 I/NativeGLView(2603): onResume
11-23 09:10:17.471 D/jdwp (24441): Can't connect to ADB control socket:Connection refused
11-23 09:10:17.475 I/NativeApp(2603): NativeApp.resume() - resuming audio
11-23 09:10:17.475 I/NativeApp(2603): Calling OpenSLWrap_Init_T...
11-23 09:10:17.513 I/NativeApp(2603): Returned from OpenSLWrap_Init_T
11-23 09:10:17.531 E/ (2603): appName=org.ppsspp.ppsspp, acAppName=/system/bin/surfaceflinger
11-23 09:10:17.531 E/ (2603): 0
11-23 09:10:17.550 I/NativeApp(2603): NativeApp.displayInit()
11-23 09:10:17.550 I/NativeApp(2603): Flushed 0 un-executed tasks
11-23 09:10:17.563 I/NativeApp(2603): gl_lost() clearing 3 items:
11-23 09:10:17.563 I/NativeApp(2603): gl_lost(1 / 3, 0x64780ec0, 62698f80)
11-23 09:10:17.563 I/NativeApp(2603): gl_lost(2 / 3, 0x64782378, 62698f80)
11-23 09:10:17.563 I/NativeApp(2603): gl_lost(3 / 3, 0x6478f9d0, 62698fc8)
11-23 09:10:17.563 I/NativeApp(2603): gl_lost() completed on 3 items:
11-23 09:10:17.563 I/NativeApp(2603): gl_restore() restoring 3 items:
11-23 09:10:17.563 I/NativeApp(2603): gl_restore(1 / 3, 0x6

@LunaMoo
Copy link
Collaborator

LunaMoo commented Nov 23, 2016

If by "146" you mean v1.3-146-g9c08b60, then it surely isn't that as that merge didn't affected any PPSSPP code at all.
You can try to find actual commit which caused that regression, through I suspect this is just duplicate of #9114

@tausifj15
Copy link
Author

Yeah

@tausifj15
Copy link
Author

I reported it before but its fixed in 143 build but still started in 146 builds and the latest one 150 build

@LunaMoo
Copy link
Collaborator

LunaMoo commented Nov 23, 2016

Then check v1.3-144-g5df685f as that's more likely to do anything.

v1.3-146-g9c08b60 only affects one post process shader which you probably aren't even using and it doesn't even change any logic in that effect, just corrects one type.

@tausifj15
Copy link
Author

So u r not going to fix it

@Nucleoprotein
Copy link

Nucleoprotein commented Nov 24, 2016

@tausifj15 Fix what ? Developers need to reproduce crash first.
I think your issue is related to AMD OpenGL crash (you are using AMD GPU ? You should post your system specification with log. If your are using AMD hardware see #8698), which is crashing also Tekken games (tested).
I'm also do not see any changes in build range 143-146 that can cause crash...

EDIT: Wait, you are using Android version ? If yes then define changes in 143/144 for ARM64 can cause this issue.

@tausifj15
Copy link
Author

My android version is kitkat 4.4.2

@Nucleoprotein
Copy link

Nucleoprotein commented Nov 24, 2016

I think this issue is duplicate of #9114

@tausifj15
Copy link
Author

Florence castle fixed it in build 143 but its still started

@tausifj15
Copy link
Author

No

@tausifj15
Copy link
Author

This issue is in only tekken games

@Nucleoprotein
Copy link

Nucleoprotein commented Nov 24, 2016

Please edit your post do not write next one ...
And I do not see anything that matters for ARM v7 in recent commits, so it should be related to #9114

Florence castle ???? Florent Castelli commited 142 not 143 and it only fixes compilation on Raspberry Pi devices.

@tausifj15
Copy link
Author

So in next build this issue fixed or not

@tausifj15
Copy link
Author

But next time i told him and he fixed it

@tausifj15
Copy link
Author

So its going tofix or not im using stable one now

@Nucleoprotein
Copy link

Nucleoprotein commented Nov 24, 2016

Yes you want next build to fix you issue ... this is stupid as there are about 650 opened issues and few active developers so you need to wait for your issue. If this is releted to #9114 (which I think it is) it should be fixed soon.

@tausifj15
Copy link
Author

Ok thankx for respond sir

@hrydgard
Copy link
Owner

hrydgard commented Dec 1, 2016

That may have fixed it, please try a new build.

@hrydgard hrydgard added this to the v1.4.0 milestone Dec 1, 2016
@hrydgard hrydgard closed this as completed Dec 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants