Search found 293 matches

by neozeed
Sun Feb 21, 2016 3:09 pm
Forum: Basilisk II
Topic: Windows 8.1 option key
Replies: 6
Views: 6494

Re: Windows 8.1 option key

It looks like Windows won't allow the program to see the Windows key. Unfortunately, I've assigned 58 to many rows of the sdl table in BasiliskII_keycodes. I'm wondering if SDL_VideoDriverName() returns something that isn't in the default keycodes file that came with the Basilisk II download. Is th...
by neozeed
Fri Feb 12, 2016 4:32 am
Forum: Basilisk II
Topic: Basilisk II on Arm Ubuntu
Replies: 23
Views: 20693

Re: Basilisk II on Arm Ubuntu

darn, it's not telling us anything useful. :( Obviously doing a memcpy to a 0x0 destination is a 'bad thing' and going to explode, but it's not saying where it came from, so I guess it's internal to LIBC. my hackified BII runs on the PowerPC, I'll have to try a simulator for ARM to see if it runs......
by neozeed
Fri Feb 12, 2016 1:59 am
Forum: Basilisk II
Topic: Basilisk II on Arm Ubuntu
Replies: 23
Views: 20693

Re: Basilisk II on Arm Ubuntu

Ugh that doesn't do much :( In the file with the VOSF setting there should be a CFLAGS line... you'd need to do a make clean/make but try something like this: -O0 -g in place of -O whatever it could be. -O0 turns off optimizations, and -g includes debug symbols, so maybe GCC is being too aggressive....
by neozeed
Thu Feb 11, 2016 5:30 pm
Forum: Basilisk II
Topic: Basilisk II on Arm Ubuntu
Replies: 23
Views: 20693

Re: Basilisk II on Arm Ubuntu

sure almost there..

from the gdb prompt type in


bt

this will give us the backtrace to see where, and how that memcpy was called incorrectly
by neozeed
Thu Feb 11, 2016 3:09 pm
Forum: Basilisk II
Topic: Freezes on Startup
Replies: 2
Views: 4920

Re: Freezes on Startup

It's probably that a-rose extension
by neozeed
Thu Feb 11, 2016 3:08 pm
Forum: Basilisk II
Topic: Basilisk II on Arm Ubuntu
Replies: 23
Views: 20693

Re: Basilisk II on Arm Ubuntu

I'll have to check, where it turns it on.. config.h? Conf.h?

Try

egrep -rl VOSF *

One of them should be a header built by configure that tells it what to actually do...
by neozeed
Thu Feb 11, 2016 5:36 am
Forum: Basilisk II
Topic: Basilisk II on Arm Ubuntu
Replies: 23
Views: 20693

Re: Basilisk II on Arm Ubuntu

yeah, thats the fun of the video on segfault, as it'll trip things up.

try re-building without VOSF
by neozeed
Thu Feb 11, 2016 1:05 am
Forum: Basilisk II
Topic: Basilisk II on Arm Ubuntu
Replies: 23
Views: 20693

Re: Basilisk II on Arm Ubuntu

run it under GDB... I'm assuming that you have -g in the CFLAGS somewhere.

also normally with slirp you use 10.0.2.15 as your IP, although it shouldn't matter too much.

slirp can be very touchy.
by neozeed
Wed Feb 10, 2016 3:41 pm
Forum: SheepShaver
Topic: maybe the slirp codes should be updated...
Replies: 6
Views: 6960

Re: maybe the slirp codes should be updated...

Oh yeah, I also made a stand alone slirp.

http://sourceforge.net/projects/dynamip ... z/download

You could bind it to a ms Loopback adapter. And at least the emulators won't crash
by neozeed
Wed Feb 10, 2016 3:36 pm
Forum: SheepShaver
Topic: maybe the slirp codes should be updated...
Replies: 6
Views: 6960

Re: maybe the slirp codes should be updated...

Hi from Hong Kong! If you can build from source just drop cockatrice slirp in there.. I had so many issues with the way sheep works by crashing and catching it to intercept. ... I tried messing with dynamips but I'm never able to get far before life interrupts
by neozeed
Wed Feb 10, 2016 3:27 pm
Forum: Basilisk II
Topic: BasiliskII for Windows
Replies: 234
Views: 625380

Re: BasiliskII for Windows

Chasing another issue, I came across this embeddable debugger, Dr mingw. Embedding it adds one library to link, one function call to make, and 3 additional dll files. But asone as you compile with -g it'll generate a debug log file with the stack trace, and source debugging. It's really great, and I...
by neozeed
Wed Feb 10, 2016 3:18 pm
Forum: Basilisk II
Topic: Basilisk II on Windows 10
Replies: 7
Views: 10205

Re: Basilisk II on Windows 10

I just released a new version of cockatrice, more slirp fixes, and crash debug logging. .. I'll have to pass word on Dr mingw, it's a good thing to link in, and it should help with all the "I don't know" crashes.
by neozeed
Fri Oct 02, 2015 4:23 pm
Forum: Mini vMac and Other Mac Emulators
Topic: New Shoebill Release: September 2015
Replies: 1
Views: 4083

Re: New Shoebill Release: September 2015

wow! I'll update binaries soon-ish! :lol:
by neozeed
Mon Sep 07, 2015 7:23 am
Forum: SheepShaver
Topic: Win 10
Replies: 3
Views: 4886

Re: Win 10

I hope it's just me, but trying the 01-03-2015 build, and my own pcap version under Windows 10 (just installed and updated) I get this fun error:

Cannot map second Kernel Data area: 487.

I'm using an oldworld rom.
by neozeed
Sat Aug 15, 2015 11:13 am
Forum: SheepShaver
Topic: Color change in SheepShaver MacOSX
Replies: 15
Views: 11945

Re: Color change in SheepShaver MacOSX

It is an issue with SDL that cannot be solved in SheepShaver itself. If you find this color issue very disturbing, you can use the older 25 October 2009 build, it was built with an older SDL version: http://www.xs4all.nl/~ronaldpr/sheepsha ... 091025.zip (Note that the 2009 build does not support d...
by neozeed
Tue Aug 11, 2015 6:55 am
Forum: Mini vMac and Other Mac Emulators
Topic: Darkmatter on NeXT hardware
Replies: 3
Views: 9577

Re: Darkmatter on NeXT hardware

Currently the [ Previous ] emulator has the NeXT ROMS in the source dumps. Darkmatter is a self contained kernel, so it doesn't actually need NeXTSTEP to run. But it does need a UFS disk to operate, and as far as the Mac ROM, it's currently embedded in the Darkmatter binary, so no ROM boxes or anyth...
by neozeed
Fri Aug 07, 2015 12:12 pm
Forum: Mini vMac and Other Mac Emulators
Topic: Darkmatter on NeXT hardware
Replies: 3
Views: 9577

Darkmatter on NeXT hardware

http://i.imgur.com/n2ouP1E.png And it runs on Previous too! It'll emulate a LC II, so you won't be booting up into MacOS 8 anytime soon, but it is another emulator of sorts. It runs directly on the NeXT hardware, and intercepts the drivers in much the same way that BasiliskII does. It has no SCSI e...
by neozeed
Tue Aug 04, 2015 11:10 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1183747

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

the keyboard doesn't work so you can disable extensions...

Someone needs to make a custom 9 cd with no extensions
by neozeed
Tue Aug 04, 2015 10:28 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1183747

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

hi neozeed, what repo did you build openbios with, and what repo did you get the qemu code with? I keep getting "no valid state has been set by load or init-program" in openbios when trying to use my mac os 9 cd. What version of mac os 9 did you use? All the details are here: http://c-obr...
by neozeed
Mon Aug 03, 2015 11:20 am
Forum: Basilisk II
Topic: So I was playing around with Basilisk II 0.8
Replies: 84
Views: 50731

Re: So I was playing around with Basilisk II 0.8

Cat_7 wrote:Interesting! Let's see what you can come up with!

Best,
Cat_7
I found it by accident... just been so busy today doing chores. But i have high hopes!
by neozeed
Mon Aug 03, 2015 7:33 am
Forum: Basilisk II
Topic: So I was playing around with Basilisk II 0.8
Replies: 84
Views: 50731

Re: So I was playing around with Basilisk II 0.8

I just found out about this library... https://sourceforge.net/projects/cdemu/ Apparently it not only emulates a CD-ROM drive @ the SCSI level but also emulates CD-R functionality!!! I need to do a bunch of work to test this, as of course it's very linux centric, but if I can decapitate it from Linu...
by neozeed
Sat Aug 01, 2015 10:11 am
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1183747

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

I was passed this fun info on how to enter the nanokernel debugger. I emailed the GSoC dev's but got no reply... SO in case... Fire off Qemu but don't let it automatically boot, you need to enter some stuff ./bin/qemu-system-ppc -bios openbios-qemu.elf -boot d -cdrom os9.iso -M mac99 -m 256 -prom-en...
by neozeed
Fri Jul 31, 2015 2:03 am
Forum: SheepShaver
Topic: Some issues with building Sheep on OS X 10.6
Replies: 4
Views: 4054

Re: Some issues with building Sheep on OS X 10.6

Never mind, turns out DiskType.m wasn't being compiled in, it makes sense now why the object couldn't be found!
by neozeed
Fri Jul 31, 2015 1:48 am
Forum: SheepShaver
Topic: Some issues with building Sheep on OS X 10.6
Replies: 4
Views: 4054

Some issues with building Sheep on OS X 10.6

/usr/bin/g++-4.2 -o SheepShaver -pagezero_size 0x3000 -Wl,-seg1addr,0x78048000 obj/main.o obj/main_unix.o obj/prefs.o obj/prefs_items.o obj/prefs_unix.o obj/sys_unix.o obj/rom_patches.o obj/rsrc_patches.o obj/emul_op.o obj/name_registry.o obj/macos_util.o obj/timer.o obj/timer_unix.o obj/xpram.o ob...
by neozeed
Wed Jul 29, 2015 8:13 am
Forum: SheepShaver
Topic: QuickTime Videos display no picture (audio works)
Replies: 16
Views: 8507

Re: QuickTime Videos display no picture (audio works)

Between 9.0.4 and 9.1 memory management in MacOS was changed. From 9.1 onward a MMU is needed and SheepShaver does not emulate a MMU. Yeah, I suspect as OS 9 got more and more PowerPC native, even with the MMU, Sheep wouldn't run it or run into more issues... I just remembered something from a hack...