Search found 239 matches

by kanjitalk755
Sun Jul 26, 2020 9:16 am
Forum: SheepShaver
Topic: Permissions or sandbox issue in Catalina 10.15.6
Replies: 21
Views: 4806

Re: Permissions or sandbox issue in Catalina 10.15.6

This issue may be related to https://www.emaculation.com/forum/viewt ... 20&t=10392.
See the topic and try the new build.
by kanjitalk755
Sun Jul 26, 2020 9:13 am
Forum: SheepShaver
Topic: High Sierra Security Update has broken my SheepSaver
Replies: 18
Views: 4949

Re: High Sierra Security Update has broken my SheepSaver

You don't need "sdlrender software" if it's due to a fixed issue in the new build.
Try the new build as is, and if that doesn't work, try "sdlrender software".
by kanjitalk755
Sat Jul 25, 2020 1:50 pm
Forum: SheepShaver
Topic: Full screen problems in Mojave 10.14.6 and Catalina [SOLVED]
Replies: 85
Views: 35826

Re: Full screen problems in Mojave 10.14.6 and Catalina

I could reproduce the issue by the com.emaculation.sheepshaver.plist file.
And I found a potential bug that has existed since 2005.
Try latest source.

https://github.com/kanjitalk755/macemu
by kanjitalk755
Fri Jul 10, 2020 9:05 am
Forum: QEMU
Topic: QEMU mouse responsive issue
Replies: 6
Views: 4032

Re: QEMU mouse responsive issue

Try following mouse integration app.

https://github.com/kanjitalk755/macos9-usb-tablet
by kanjitalk755
Fri Jul 10, 2020 9:03 am
Forum: QEMU
Topic: Mouse & Shared folder
Replies: 69
Views: 45940

Re: Mouse & Shared folder

You can use regular QEMU.
I tested under macOS10.15.5 and QEMU5.0.0, USBTablet app works well.
by kanjitalk755
Thu Jun 18, 2020 9:38 am
Forum: SheepShaver
Topic: High Sierra Security Update has broken my SheepSaver
Replies: 18
Views: 4949

Re: High Sierra Security Update has broken my SheepSaver

The issue may due to default rendering method of SDL2.

@Darko66
If you can build SheepShaver, try latest source:

https://github.com/kanjitalk755/macemu

And append to ~/.sheepshaver_prefs:

Code: Select all

sdlrender software
by kanjitalk755
Sat Mar 21, 2020 9:20 am
Forum: SheepShaver
Topic: Keycodes file for Windows with latest code?
Replies: 62
Views: 19641

Re: Keycodes file for Windows with latest code?

I think it is better that BII/SS try to read first is not BasiliskII_keycodes but keycodes.
If you put all of SheepShaver, keycodes and BasiliskII_keycodes in the same folder, I think it is more natural to give priority to keycodes.
by kanjitalk755
Sat Mar 21, 2020 1:30 am
Forum: SheepShaver
Topic: Keycodes file for Windows with latest code?
Replies: 62
Views: 19641

Re: Keycodes file for Windows with latest code?

Changed to the file name you suggested.
by kanjitalk755
Fri Mar 20, 2020 1:26 pm
Forum: SheepShaver
Topic: Keycodes file for Windows with latest code?
Replies: 62
Views: 19641

Re: Keycodes file for Windows with latest code?

Then, in order to make simple specifications, both BII and SS common:
If ("keycodefile" is undefined) or ("keycodefile" is defined and file path is undefined), use "keycodes".

Is it OK?
by kanjitalk755
Fri Mar 20, 2020 2:10 am
Forum: SheepShaver
Topic: Keycodes file for Windows with latest code?
Replies: 62
Views: 19641

Re: Keycodes file for Windows with latest code?

I was talking about SheepShaver for macOS. There the file people used was always just "keycodes". I tested SheepShaver 4 May 2019 version from downloads page. Defined "keycodes true" Undefined "keycodefile" As a result, both keycodes and BasiliskII_keycodes were invali...
by kanjitalk755
Thu Mar 19, 2020 1:32 pm
Forum: SheepShaver
Topic: Keycodes file for Windows with latest code?
Replies: 62
Views: 19641

Re: Keycodes file for Windows with latest code?

That may cause problems for people upgrading to newer builds, at least in macOS. As long as I can remember, the keycodes file distributed with SheepShaver for macOS was named "keycodes". It was "BasiliskII_keycodes" from the beginning of SDL2 version. (See the git log of video_s...
by kanjitalk755
Thu Mar 19, 2020 2:30 am
Forum: SheepShaver
Topic: Keycodes file for Windows with latest code?
Replies: 62
Views: 19641

Re: Keycodes file for Windows with latest code?

The problem that BasiliskII, and apparently also SheepShaver, for Windows asks for a file BasiliskII_keycodes in the same folder as the emulator, must be a recently introduced bug in kanjitalk775 source. Unlike before, and unlike in the macOS versions, it is not possible to use a different file nam...
by kanjitalk755
Sun Mar 15, 2020 5:42 am
Forum: Basilisk II
Topic: BasiliskII causes SIGSEGV when run in gdb
Replies: 18
Views: 6427

Re: BasiliskII causes SIGSEGV when run in gdb

For JIT compiler.
It writes native binary as data, then executes them.
So JIT translation cache is set up by vm_protect() with VM_PROT_EXECUTE flag.
by kanjitalk755
Fri Mar 13, 2020 12:47 am
Forum: Basilisk II
Topic: BasiliskII causes SIGSEGV when run in gdb
Replies: 18
Views: 6427

Re: BasiliskII causes SIGSEGV when run in gdb

I don't know what it is for.
But it uses SIGSEGV on purpose.
by kanjitalk755
Mon Mar 09, 2020 1:02 am
Forum: Basilisk II
Topic: BasiliskII causes SIGSEGV when run in gdb
Replies: 18
Views: 6427

Re: BasiliskII causes SIGSEGV when run in gdb

Perhaps https://www.msys2.org.

In src/Windows/config.h, try commenting out following line.

Code: Select all

#define ENABLE_VOSF 1
by kanjitalk755
Sun Mar 08, 2020 12:23 pm
Forum: Basilisk II
Topic: BasiliskII causes SIGSEGV when run in gdb
Replies: 18
Views: 6427

Re: BasiliskII causes SIGSEGV when run in gdb

maf wrote:This would be a Linux binary of BasiliskII using a Windows X server, right?
Yes.

If you need not only to be able to debug but also the Windows binary, I recommend rakslice's fork.
by kanjitalk755
Sun Mar 08, 2020 10:32 am
Forum: Basilisk II
Topic: New System 7 setup on OSx Catalina
Replies: 127
Views: 59447

Re: New System 7 setup on OSx Catalina

I can select 5 different schemes with Xcode Version 9.4 (on High Sierra) but there is just only one scheme visible and selectable on Xcode 11.3.1 (on Catalina). Modifying the project settings from Legacy to the new one yield no change. To avoid error in New Build System of Xcode10+, I ceased using ...
by kanjitalk755
Sun Mar 08, 2020 4:38 am
Forum: Basilisk II
Topic: BasiliskII causes SIGSEGV when run in gdb
Replies: 18
Views: 6427

Re: BasiliskII causes SIGSEGV when run in gdb

This is the reply for maf's PM. I tried, but got Windows alert "Visual Studio Just-In-Time Debugger". Back to gdb, BasiliskII has already exited and no back trace. I am not familiar with Windows, so I don't know what to do. BTW, if you use Windows10, how about WSL? I tried under WSL, I suc...
by kanjitalk755
Sun Mar 08, 2020 4:19 am
Forum: Basilisk II
Topic: New System 7 setup on OSx Catalina
Replies: 127
Views: 59447

Re: New System 7 setup on OSx Catalina

There are still some issues to be resolved (I believe my conversation with the original developer stopped at that point) After messing around with bridging, the bridge that was created by the etherhelper will not be deleted after you quit Basilisk/SheepShaver. This can cause problems adding the wir...
by kanjitalk755
Sat Mar 07, 2020 12:24 am
Forum: Basilisk II
Topic: New System 7 setup on OSx Catalina
Replies: 127
Views: 59447

Re: New System 7 setup on OSx Catalina

Did you install Xcode Command Line Tools?
by kanjitalk755
Fri Mar 06, 2020 10:16 am
Forum: Basilisk II
Topic: New System 7 setup on OSx Catalina
Replies: 127
Views: 59447

Re: New System 7 setup on OSx Catalina

I have added the etherhelper to SheepShaver.
by kanjitalk755
Fri Mar 06, 2020 4:23 am
Forum: Basilisk II
Topic: New System 7 setup on OSx Catalina
Replies: 127
Views: 59447

Re: New System 7 setup on OSx Catalina

I installed and tried Tunnelblick.app once, erased it, and installed only kext again.
That may not have caused the problem.
Because of the danger, it seems better not to try this method.
by kanjitalk755
Fri Mar 06, 2020 3:48 am
Forum: Basilisk II
Topic: New System 7 setup on OSx Catalina
Replies: 127
Views: 59447

Re: New System 7 setup on OSx Catalina

Can you boot single user mode (command+S)?
by kanjitalk755
Fri Mar 06, 2020 1:47 am
Forum: Basilisk II
Topic: New System 7 setup on OSx Catalina
Replies: 127
Views: 59447

Re: New System 7 setup on OSx Catalina

bit -- but does SIP need to be disabled for kextloading to work? I noticed to be incomplete under Mojave. I got the alert telling file sharing failure after re-enabling SIP. But the file server is listed in Chooser and can be mounted. Could someone please provide me with a hint, how to fix the miss...