jhuscott / virtualc64

Automatically exported from code.google.com/p/virtualc64
0 stars 0 forks source link

Fails to open on Snow Leopard #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
chad$ /Applications/V64.app/Contents/MacOS/V64 
2009-12-05 20:33:43.071 V64[41115:903] initialize
2009-12-05 20:33:43.075 V64[41115:903] Registered user defaults: {
    VC64BasicRomFileKey = "";
    VC64CharRomFileKey = "";
    VC64ColorSchemeKey = 255;
    VC64CustomCol0Key = 269488383;
    VC64CustomCol10Key = -6250241;
    VC64CustomCol11Key = 1414812927;
    VC64CustomCol12Key = -2004317953;
    VC64CustomCol13Key = -1593859841;
    VC64CustomCol14Key = -1600061441;
    VC64CustomCol15Key = -1061109505;
    VC64CustomCol1Key = -1;
    VC64CustomCol2Key = -532659969;
    VC64CustomCol3Key = 1627389951;
    VC64CustomCol4Key = -530521857;
    VC64CustomCol5Key = 1088438527;
    VC64CustomCol6Key = 1077993727;
    VC64CustomCol7Key = -48897;
    VC64CustomCol8Key = -526368513;
    VC64CustomCol9Key = -1670100737;
    VC64KernelRomFileKey = "";
    VC64PALorNTSCKey = 1;
    VC64SIDFilterKey = 1;
    VC64VC1541RomFileKey = "";
    VC64VideoFilterKey = 0;
    VC64WarpLoadKey = 1;
}
2009-12-05 20:33:43.077 V64[41115:903] init
2009-12-05 20:33:43.304 V64[41115:903] awakeFromNib
Creating virtual C64 at address 0xd57f40...
  Creating main memory at address 0x153a8000...
  Creating CPU at address 0x18cf400...
  Creating VIC at address 0x161a4000...
  Creating SID at address 0xe4ef40...
    Creating CIA Timer at address 0xe3d680...
    Creating CIA Timer at address 0xe3d6a8...
    Creating TOD at address 0xe3d6d0...
  Creating CIA1 at address 0xe3d670...
    Creating CIA Timer at address 0xe3d5d0...
    Creating CIA Timer at address 0xe3d5f8...
    Creating TOD at address 0xe3d620...
  Creating CIA2 at address 0xe3d5c0...
Creating keyboard at address 0xe4fe50...
  Creating IEC bus at address 0xe013f0...
Creating virtual VC1541 at address 0x15876000
  Creating VC1541 memory at 0x15919000...
  Creating CPU at address 0x18f0800...
  Creating VIA1 at address 0xe50200...
  Creating VIA2 at address 0xe42b60...
Assertion failed: (c64 == NULL), function setC64, file 
/Users/hoff/work/Software/VirtualC64/virtualc64/C64/CPU.h, line 261.
Abort trap

this is on a core 2 duo macbook pro.  let me know if you need any more hardware 
details.

Original issue reported on code.google.com by chad...@gmail.com on 6 Dec 2009 at 4:40

GoogleCodeExporter commented 9 years ago
Fixed in 1.00 beta 9

Original comment by dirk.hof...@gmail.com on 6 Dec 2009 at 5:55