-
Notifications
You must be signed in to change notification settings - Fork 71
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
Trouble booting OSX 10.2 on x86_64 #10
Comments
me too,
return:
|
./configure --enable-cpu generic
default config show this:
|
It actually seems to be booting for me using
(Note the = - the instructions above seemed to miss it) I'm currently booting it on generic, it's slow but seems to work, I'll retest the behaviour under jit to see if it's the same when it finished). |
Update: booting on generic succeeded. Under a JIT build it seemed to fail (was stuck on apple logo forever). |
But after 10 minutes it can't load :( |
Try
Then running |
Already, this is generic :( |
|
What record want delete ? |
I've got know idea what that is. - After configure, can you run |
Yeah, sorry but app want delete some record, and stall here :( |
I'll see if I can get access to a Mac and work out what that means. |
Sorry, on MacOSX you currently cannot use the cocoa interface (I wanted to implement this but did not had time). --enable-ui=x11 uses x11 and works. Similarly, there are still issues with the JIT there. |
I'm curious if the JIT works anywhere, and where ? Maybe we can work out if it's a 32 vs 64 bit thing, or maybe it only works under MSVC, that sort of thing ? |
JIT works in Windows and Linux |
How build for jit on OS X ?) |
What is this ?)
|
I tried searching all the code in the masterbranch and can't find openDisplay() - or the rest of the code ? Which file did you find that code inside ? It looks like some of the example code from here: |
look here ;) |
Ahhh - I get it now; this is on the cocoa branch, not master :) My guess is that @sebastianbiallas left that dialog in as some debug code by accident. I'm not sure how far along the cocoa gui is, it might be worth running the X11 version instead ? |
JIT did not work for me on Linux, it failed in the same place as @stuaxo |
I had another go today. In wine it works if I'm in 32 bit, otherwise seems to get stuck on the boot screen. I wasn't able to make a build with or without JIT that got past that screen. Here is the output.
|
Oops, obviously hadn't left it running long enough - generic seems fine. |
When I try and run this, booting stops with the apple displayed, but with before the spinner appears.
I've got a version of ppc4, which can boot this, in wine using ppc ppc4.config - this might not be helpful, as I think the ppc4 version is 32 bit and my build should be 64 bit
ppc - git getting stuck during boot ...
ppc4 in wine, completing boot ...
The text was updated successfully, but these errors were encountered: