I've posted this in a few other places, but have not gotten a response.
So, if I build and run my app, it will run the app for about 5 seconds, title screen visible and all, before crashing. If I install the apk and try and run it, it will crash immediately without displaying the title screen.
I cannot for the life of me figure out what's wrong, this is an app I've built with no issues a hundred times, I am pretty certain I never changed any player settings since then, I did, however, reinstall the unity version as I had an issue with the android SDK because it didn't install properly. However, I'm certain that has been fixed. I've even tried reinstalling Unity multiple times...
I ran logcat in the Android Studio, and the only errors of note I could find are
2021-03-02 16:53:02.664 13320-13349/com.DefaultCompany.FishFeud E/vulkan: invalid vkGetInstanceProcAdd
and
2021-03-02 16:53:02.418 13320-13349/com.DefaultCompany.FishFeud E/Unity: Socket: connect failed, error: Operation now in progress(115)
2021-03-02 16:53:02.419 13320-13349/com.DefaultCompany.FishFeud E/Unity: Connect failed for direct socket. Ip=192.168.1.38, port=34999
2021-03-02 16:53:02.419 13320-13349/com.DefaultCompany.FishFeud E/Unity: Connecting to host time out, player connection will be disabled.
However, it does seem to initialize the app on my phone through Android studio.
Here is a pastebin of my logcat, filtered to only include unity related issues.
https://pastebin.com/buRGfjXa
I've been trying for days to figure it out, the only issue I could sift from the logcat was Vulkan, so I tried disabling Vulkan, but it still crashes...
Thanks in advance.
Edit: apologies for the formatting, I'm not sure why it automatically deleted my spacing between lines, but I can't seem to fix it even after adding 2 spaces lol
↧