Sebastian Biallas | 10 Jan 02:51

Re: [Pearpc-users] PearPC 0.4 compile error


Sebastian-Torsten Tillmann wrote:
> Hi,
> 
> I've a problem on my Ubuntu 5.10 AMD64 box, compiling PearPC 0.4.
> 
> First I've executed the configure script.
> 
> ./configure successful.
[...]

> 
> The next step was to call the Makefile.
> 
> make
> ...
> crc32.cc:109: error: cast from ‘const byte*’ to ‘uint32’ loses precision
> make[3]: *** [crc32.o] Error 1
> ...
> 
> Any suggestion?
> 

Yes:

First of all: build a x86 version of pearpc (i.e. not a x86_64 but a
32bit version) . It can make use of the just-in-time compiler and is
much faster (and might resolve this issue).

Second: (this is not your problem but ours) Who wrote this code? What
(Continue reading)

bruno | 11 Jan 16:25

Instalation Crash

Hi!!

I'm trying to install OSX 10.2 in my winxp Intel 2.8 HT, the instalation
of the XSX 10.3 works fine but when I select the Language, tell me that
the Operating Sistema can't install in this machine, if you know how can I
correct this problem, please tell me...

Well, then I try to install OSX 10.2 in this, but start the instalation in
graphical mode, then again go to text mode, and then tell me:

Failure : DiskArbstart()-> 1102

I made the correction who tell's in the FAQ of the page, but still the
same problem...

Do you know how to correct it???

Tks
Bruno Chavez

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
Sebastian Biallas | 11 Jan 18:15

Re: Instalation Crash

bruno <at> tutrato.com wrote:
> Hi!!
> 
> I'm trying to install OSX 10.2 in my winxp Intel 2.8 HT, the instalation
> of the XSX 10.3 works fine but when I select the Language, tell me that
> the Operating Sistema can't install in this machine, if you know how can I
> correct this problem, please tell me...

You need an OSX retail version, not the one shipped with a Mac (the
later one is only usable on this Mac)

> 
> Well, then I try to install OSX 10.2 in this, but start the instalation in
> graphical mode, then again go to text mode, and then tell me:
> 
> Failure : DiskArbstart()-> 1102
> 
> I made the correction who tell's in the FAQ of the page, but still the
> same problem...
> 
> Do you know how to correct it???

http://pearpc.sourceforge.net/faq.html

> 
> Tks
> Bruno Chavez
> 

Sebastian
(Continue reading)

Marko Coric | 12 Jan 12:31
Favicon

RE: Pearpc-users digest, Vol 1 #177 - 2 msgs


-----Original Message-----
From: pearpc-users-admin <at> lists.sourceforge.net
[mailto:pearpc-users-admin <at> lists.sourceforge.net] On Behalf Of
pearpc-users-request <at> lists.sourceforge.net
Sent: Thursday, January 12, 2006 5:24 AM
To: pearpc-users <at> lists.sourceforge.net
Subject: Pearpc-users digest, Vol 1 #177 - 2 msgs

Send Pearpc-users mailing list submissions to
	pearpc-users <at> lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/pearpc-users
or, via email, send a message with subject or body 'help' to
	pearpc-users-request <at> lists.sourceforge.net

You can reach the person managing the list at
	pearpc-users-admin <at> lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Pearpc-users digest..."

Today's Topics:

   1. Instalation Crash (bruno <at> tutrato.com)
   2. Re: Instalation Crash (Sebastian Biallas)

--__--__--

(Continue reading)

Picon

PearPC 0.4 crash

Hi,

I'm trying to install Tiger using PearPC 0.4 on my W2KSP4 machine, a
P4HT 3.2Gz with 1GB DDR, for a while now. DVD check is ok, but the
PearPC process crashes everytime in the last steps of the installation.

I've tried and changed many different settings in the configuration file.
My drive image is from here:
http://www.pearpc.net/files/macosx_6gb.img.bz2 (Extracted with 7-Zip.)

# ppc.cfg
ppc_start_resolution = "801x600x15"
ppc_start_full_screen = 0
key_toggle_mouse_grab = "F12"
key_toggle_full_screen = "Ctrl+Alt+Return"
redraw_interval_msec = 500
prom_bootmethod = "select"
prom_env_machargs = "-v"
prom_driver_graphic = "video.x"
memory_size = 0x20000000
pci_ide0_master_installed = 1
pci_ide0_master_image = "ppc.img"
pci_ide0_master_type = "hd"
pci_ide0_slave_installed = 1
pci_ide0_slave_image = "ppc.iso"
pci_ide0_slave_type = "cdrom"
pci_rtl8139_installed = 1
pci_rtl8139_mac = "de:ad:ca:fe:12:35"
pci_usb_installed = 1
nvram_file = "nvram"
(Continue reading)

Philipp | 14 Jan 00:42
Picon
Picon

Re: PearPC 0.4 crash

Do you really use this line?
> ppc_start_resolution = "801x600x15"
Looks weird to me, although I could be wrong...
And this one
> redraw_interval_msec = 500
Can't that be let out?
But, these are just guesses (if you would like to try again and you shouldn't 
know what to change, try there).
HTH, with nice greetings, Philip

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
Sebastian Biallas | 13 Jan 23:46

Re: [Pearpc-users] PearPC 0.4 crash


Sebastian-Torsten Tillmann wrote:
> Hi,
> 
[..]
> baeh! 1 1

Äh, kind of stupid error message. Read: "this should never happen".

The relevant code is:
timer->timerID = timeSetEvent(msecs, timer->timerRes, TimeProc,
reinterpret_cast<DWORD>(timer),
if (!timer->timerID) {
     ht_printf("baeh! %d %d \n", msecs, timer->timerRes);
     exit(-1);
}

Those anybody know why timeSetEvent fails here?

> 
> Any suggestion?

Wait until this is fixed :(

> 
> Best regards,
> Sebastian-Torsten Tillmann
> 
> 

(Continue reading)

Picon

PearPC 0.5pre crash

Hi,

I downloaded the Pentium 4 Optimized Build 01.13.06 from
http://www.richardgoodwin.com/wp/cvsbuilds.php. PearPC 0.5pre crashed at
the same last step of the installation. Again, my current configuration
and LOG file:

# ppc.cfg
ppc_start_resolution = "1440x900x32 <at> 60"
ppc_start_full_screen = 1
key_toggle_mouse_grab = "F12"
key_toggle_full_screen = "Ctrl+Alt+Return"
prom_bootmethod = "auto"
prom_driver_graphic = "video.x"
pci_ide0_master_installed = 1
pci_ide0_master_image = "ppc.img"
pci_ide0_master_type = "hd"
pci_ide0_slave_installed = 1
pci_ide0_slave_image = "ppc.iso"
pci_ide0_slave_type = "cdrom"
pci_rtl8139_installed = 1
pci_rtl8139_mac = "de:ad:ca:fe:12:35"
pci_usb_installed = 1
nvram_file = "nvram"

# ppc.log
[PPC/VEC] Vector Address: 004ee3d0
GenuineIntel
 CMOV MMX SSE SSE2
[TAP-WIN32]: Enumerating TAP devices...
(Continue reading)

Picon

Re: PearPC 0.5pre crash

As written before, I'm using W2K with SP4, CPU is a P4HT with 3.2Gz.

Jens von der Heydt wrote:
> 
> Am 14.01.2006 um 16:29 schrieb Sebastian-Torsten Tillmann:
> 
>> Hi,
>>
>> I downloaded the Pentium 4 Optimized Build 01.13.06 from
>> http://www.richardgoodwin.com/wp/cvsbuilds.php. PearPC 0.5pre  crashed at
>> the same last step of the installation. Again, my current  configuration
>> and LOG file:
>>
>> ....
>> [CPU/CPU] execution started at 05600adc
>> [CPU/MMU] new pagetable: sdr1 = 0x07f80007
>> [CPU/MMU] new pagetable: sdr1 accepted
>> [CPU/MMU] number of pages: 2^16 pagetable_start: 0x07f80000 size: 2^19
>> [IO/CUDA] <Warning> keyb reg1
>> baeh! 7 1
>>
>> Any suggestion?
>>
>> Best regards,
>> Sebastian-Torsten Tillmann
>>
> 
> What CPU and Windows version are you using again?
> 
> Jens
(Continue reading)

Jens von der Heydt | 14 Jan 18:39
Picon

Re: PearPC 0.5pre crash


Am 14.01.2006 um 18:36 schrieb Sebastian-Torsten Tillmann:

> As written before, I'm using W2K with SP4, CPU is a P4HT with 3.2Gz.
>

Could you try to deactivate HT in your Bios and see if this timing
problem still exists? Is there (maybe) a faster way to reproduce
this error other than doing a whole tiger install?

Jens

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click

Gmane