Page 16 of 38 < 1 2 ... 14 15 16 17 18 ... 37 38 >
Topic Options
#75591 - 12/23/11 02:57 PM Re: The new SVN commenting thread [Re: etabeta78]
Anna Wu Offline
Very Senior Member

Registered: 07/28/07
Posts: 3939
Originally Posted By: etabeta78
Originally Posted By: Robert Gault
There is a major problem with coco3p (PAL).


@Robert and Anna: This should be now fixed smile
Thanks for reporting!


I have to say thanks for the fix. smile
_________________________
Anna's Playground for QMC2

Top
#75592 - 12/23/11 03:04 PM Re: The new SVN commenting thread [Re: Kale]
Anna Wu Offline
Very Senior Member

Registered: 07/28/07
Posts: 3939
Originally Posted By: Kale
r13692

Sony SMC-777 doesn't recognize disk images anymore.


Confirmed
_________________________
Anna's Playground for QMC2

Top
#75597 - 12/23/11 05:01 PM Re: The new SVN commenting thread [Re: Anna Wu]
Anna Wu Offline
Very Senior Member

Registered: 07/28/07
Posts: 3939
Originally Posted By: Anna Wu
Originally Posted By: Kale
r13692

Sony SMC-777 doesn't recognize disk images anymore.


Confirmed


Thanks for the fast fix, Micko smile
_________________________
Anna's Playground for QMC2

Top
#75665 - 12/26/11 06:18 AM Re: The new SVN commenting thread [Re: Curt Coder]
Kaylee Offline
Senior Member

Registered: 08/29/09
Posts: 654
On 32-bit WinXPsp3 the latest SVN crashes when loading the following (what I've tested) drivers with softlist entries: ax170 bruc100, canonv10, hb10p & and a few other. Tried getting a backtrace but couldn't


Crash report:

messd.exe -rompath C:\Emu\Mess\Roms;C:\Emu\Mess\bios ax170 -cart1
msx1_cart:fantzone:cart

-----------------------------------------------------
Exception at EIP=77C460C1 (__tcf_1+0x75e241f1): ACCESS VIOLATION
While attempting to write memory at 14C42000
-----------------------------------------------------
EAX=7EFCFEFC EBX=00529A1D ECX=0027BDD8 EDX=656E6F7A
ESI=0022EA6C EDI=14C41FFD EBP=0022E7B8 ESP=0022E668
-----------------------------------------------------
Stack crawl:
0022E7B8: 77C460C1 (strcat+0x0081)
0022E7E8: 01651DD3 (device_load_cartslot(device_image_interface&)+0x003a)
0022E818: 0172D400 (legacy_image_device_base::call_load()+0x0032)
0022E848: 0165FBD3 (device_image_interface::finish_load()+0x00b3)
0022E938: 01794C7F (image_postdevice_init(running_machine&)+0x008c)
0022E958: 015A4CA5 (driver_device::device_start()+0x0091)
0022EA18: 01638E73 (device_t::start()+0x013b)
0022EAC8: 01636CE4 (device_list::start_new_devices()+0x0194)
0022EB68: 01636B46 (device_list::start_all()+0x0164)
0022ECF8: 015A1B09 (running_machine::start()+0x0861)
0022EDF8: 015A2331 (running_machine::run(bool)+0x0321)
0022F758: 0156EFE8 (mame_execute(emu_options&, osd_interface&)+0x0205)
0022FB58: 017AA729 (cli_frontend::execute(int, char**)+0x08f9)
0022FEC8: 00FB7DD9 (utf8_main(int, char**)+0x01ad)
0022FEF8: 019A4A32 (wmain+0x008a)
0022FFC0: 00401422 (__tmainCRTStartup+0x0292)
0022FFF0: 7C817067 (RegisterWaitForInputIdle+0x0049)

Top
#75685 - 12/27/11 07:22 PM Re: The new SVN commenting thread [Re: Kaylee]
Anna Wu Offline
Very Senior Member

Registered: 07/28/07
Posts: 3939
Thanks for the floptool fix, OG smile
_________________________
Anna's Playground for QMC2

Top
#76457 - 01/23/12 08:02 PM Re: The new SVN commenting thread [Re: Curt Coder]
Kaylee Offline
Senior Member

Registered: 08/29/09
Posts: 654
me get this
Code:
c:\mingw\mess>make TARGET=mess tools
Linking imgtool.exe...
obj/windows/libutil.a(chd.o):chd.c:(.text+0x2eb): undefined reference to `FLAC__stream_decoder_new'
obj/windows/libutil.a(chd.o):chd.c:(.text+0x3e4): undefined reference to `FLAC__stream_decoder_init_stream'
obj/windows/libutil.a(chd.o):chd.c:(.text+0x40c): undefined reference to `FLAC__stream_decoder_process_until_end_of_metadata'
obj/windows/libutil.a(chd.o):chd.c:(.text+0x48a): undefined reference to `FLAC__stream_decoder_process_single'
obj/windows/libutil.a(chd.o):chd.c:(.text+0x4e1): undefined reference to `FLAC__stream_decoder_finish'
obj/windows/libutil.a(chd.o):chd.c:(.text+0x504): undefined reference to `FLAC__stream_decoder_delete'
obj/windows/libutil.a(chd.o):chd.c:(.text+0x13e0): undefined reference to `FLAC__stream_encoder_new'
obj/windows/libutil.a(chd.o):chd.c:(.text+0x13fa): undefined reference to `FLAC__stream_encoder_set_verify'
obj/windows/libutil.a(chd.o):chd.c:(.text+0x140c): undefined reference to `FLAC__stream_encoder_set_compression_level'
obj/windows/libutil.a(chd.o):chd.c:(.text+0x141e): undefined reference to `FLAC__stream_encoder_set_channels'
obj/windows/libutil.a(chd.o):chd.c:(.text+0x1433): undefined reference to `FLAC__stream_encoder_set_bits_per_sample'
obj/windows/libutil.a(chd.o):chd.c:(.text+0x1445): undefined reference to `FLAC__stream_encoder_set_sample_rate'
obj/windows/libutil.a(chd.o):chd.c:(.text+0x145f): undefined reference to `FLAC__stream_encoder_set_total_samples_estimate'
obj/windows/libutil.a(chd.o):chd.c:(.text+0x1471): undefined reference to `FLAC__stream_encoder_set_streamable_subset'
obj/windows/libutil.a(chd.o):chd.c:(.text+0x1483): undefined reference to `FLAC__stream_encoder_set_blocksize'
obj/windows/libutil.a(chd.o):chd.c:(.text+0x14e9): undefined reference to `FLAC__stream_encoder_init_stream'
obj/windows/libutil.a(chd.o):chd.c:(.text+0x15a1): undefined reference to `FLAC__stream_encoder_process_interleaved'
obj/windows/libutil.a(chd.o):chd.c:(.text+0x1615): undefined reference to `FLAC__stream_encoder_finish'
obj/windows/libutil.a(chd.o):chd.c:(.text+0x163b): undefined reference to `FLAC__stream_encoder_delete'
collect2: ld returned 1 exit status
make: *** [imgtool.exe] Error 1

Top
#76458 - 01/23/12 08:03 PM Re: The new SVN commenting thread [Re: Curt Coder]
Haze Offline
Very Senior Member

Registered: 05/27/04
Posts: 1047
looks like the mess tools.mak will need updating so the tools including the chd code actually link to the flac library ;-)

Top
#76476 - 01/24/12 10:51 AM Re: The new SVN commenting thread [Re: Curt Coder]
max holz Offline
Member

Registered: 02/15/08
Posts: 77
Loc: Italy
I don't see any -compresscdflac option in the chdman command list, I used chdman build against latest mess revision.

Top
#76477 - 01/24/12 11:29 AM Re: The new SVN commenting thread [Re: Curt Coder]
etabeta78 Offline
Very Senior Member

Registered: 01/27/06
Posts: 3300
Loc: Trondheim, Norway
You might want to wait anyway to use flac compression.

Aaron is possibly going to change a bit the code in the next couple of days and it's still not sure if the chd created with current flac code will be the same (of course if not at that point you will just need to extract to raw and recompress, but still it's a bit of a waste of time).

Top
#76495 - 01/24/12 05:51 PM Re: The new SVN commenting thread [Re: Curt Coder]
Kaylee Offline
Senior Member

Registered: 08/29/09
Posts: 654
Did a Compile of SVN14155 and I get no crash in MESS.

Then did a fresh SVN download and gets a crash with the lastest SVN, Both in starting MESS atvga & -listxml, downgraded to SVN 14156 and this is the first SVN that introduce the crash.

Top
Page 16 of 38 < 1 2 ... 14 15 16 17 18 ... 37 38 >


Who's Online
3 registered (Praxis, AWJ, JonasP), 18 Guests and 2 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Forum Stats
4345 Members
9 Forums
7230 Topics
87157 Posts

Max Online: 183 @ 03/06/12 06:21 PM