Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

The operation couldn’t be completed. (Mach error -308 - (ipc/mig) server died) #5

Open
yiwangwuqian opened this issue Oct 30, 2019 · 8 comments

Comments

@yiwangwuqian
Copy link

After config renios,i got the the_question xcode project,when i running on ios simulator,alert this error.

How to solve it?

@renpytom
Copy link
Member

I'd need more than this to diagnose the problem.

@yiwangwuqian
Copy link
Author

I'd need more than this to diagnose the problem.

I retry to running on ios simulator, and only ios 8 is work.

@ZombieInside
Copy link

So full traceback'll be like
`Details

The operation couldn’t be completed. (Mach error -308 - (ipc/mig) server died)
Domain: NSMachErrorDomain
Code: -308

System Information

macOS Version 10.15.6 (Build 19G73)
Xcode 11.6 (16141)`

So it fails for ANY project, ANY iOS and ANY device version. there is also some Xcode warnings.
"Perform changes" Don't help at all.
Снимок экрана 2020-08-12 в 17 20 34
Снимок экрана 2020-08-12 в 17 21 35

@ZombieInside
Copy link

ZombieInside commented Aug 12, 2020

It's new Xcode issue, apparently https://developer.apple.com/forums/thread/82197
But you can't build app for newer iOS versions on old Xcode so it'll require hard work to fix it.
There is even more warnings if you'll target iOS version newer then 13
And even worse - there is Xcode 12 in beta already

@renpytom
Copy link
Member

Have you tried the nightlies? I've dealt with some of this there.

@ZombieInside
Copy link

ZombieInside commented Aug 24, 2020

Hey! Not sure if it's legit place to ask, but I've got a question. How I can make custom mouse cursor disappear on ios when not moving? I don't want to remove it completely, just then touchscreen is calm.
config.mouse_hide_time looks like exactly what I need, but then I'm trying to set it in options.rpy to define config.mouse_hide_time = 0, 1 * 0 or 0.00000001 it's gone within 1 minute anyway. So IT IS there, maybe somewhere in renios? Or am I doing it wrong?

@ZombieInside
Copy link

Ok, looks like it was just type in script and config.mouse_hide_time works fine.
But, as I thought, 0 just disables cursor like if config.mouse_hide = None
Can I set it to something that would hide cursor only if device is untouched?

@maartene
Copy link

maartene commented Sep 8, 2020

I have the same issue. Reported it to Apple as a bug: FB8653547

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

No branches or pull requests

4 participants