Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
You are not logged in - nap
CSDb User Forums


Forums > CSDb Discussions > VICE beta testers - anyone?
2008-01-07 09:18
Rubi
Account closed

Registered: Apr 2002
Posts: 48
VICE beta testers - anyone?

Hi.

Everybody who wants to test current developer release (with several bugs fixed that were reported in the C64 Emulator bugs thread) should send me a private message here in CSDB or a mail to a.matthiesNOSPAM@online.de

Beta testers should be practiced in using VICE and its options and know about Gropaez buglist and its "rules of thumb" to avoid reporting already known or "wrong settings" bugs. The main goal should be regression testing.

I will send a (link to a) Windows binary and source archive with some information about fixed and known bugs.

- Andreas
 
... 47 posts hidden. Click here to view all posts....
 
2008-02-02 22:22
Rubi
Account closed

Registered: Apr 2002
Posts: 48
I have updated Win32 binary
http://www.toenderup.de/vice/x64-win32.zip

and additional patch
http://www.toenderup.de/vice/andreasm-1.22.8-spritex-rasterchan..

to fix Twist of Style and probably others.
2008-02-02 22:24
Rubi
Account closed

Registered: Apr 2002
Posts: 48
Quote: actually i've never seen it working...but mostly, because i have also never seen a AR3 dump on the net before :)

that said, i checked the source a bit, and i am missing the bit in the control register which controls the GAME line.

however, andreas boose should know more, he made that piece of code =P


Now that you mention it: I haven't an AR3 image (only >=5) so I cannot reproduce. Any link to it?
2008-02-02 22:49
iAN CooG

Registered: May 2002
Posts: 3177
Quote: Now that you mention it: I haven't an AR3 image (only >=5) so I cannot reproduce. Any link to it?

It was posted today at lemon
http://www.lemon64.com/forum/viewtopic.php?t=25928
http://www.c64net.com/downloads/arv3.bin
2008-02-02 23:02
iAN CooG

Registered: May 2002
Posts: 3177
Quote: I have updated Win32 binary
http://www.toenderup.de/vice/x64-win32.zip

and additional patch
http://www.toenderup.de/vice/andreasm-1.22.8-spritex-rasterchan..

to fix Twist of Style and probably others.


Windows binary is built for NT based windows, please rebuild with win9x compatible switches =)
2008-02-02 23:51
A Life in Hell
Account closed

Registered: May 2002
Posts: 204
Quote: ok, just tried compiling 1.22.8 on my debian (etch) machine:

./configure --prefix=/opt/vice1.22.8 --enable-gnomeui --enable-fullscreen

make
..snip..

../src/arch/unix/x11/gnome/libgnomeui.a(x11ui.o): In function `ui_display_tape_current_image':
/opt/src/vicebeta/vice-1.22.8/src/arch/unix/x11/gnome/x11ui.c:1687: undefined reference to `gtk_widget_set_tooltip_text'
../src/arch/unix/x11/gnome/libgnomeui.a(x11ui.o): In function `ui_display_drive_current_image':
/opt/src/vicebeta/vice-1.22.8/src/arch/unix/x11/gnome/x11ui.c:1531: undefined reference to `gtk_widget_set_tooltip_text'
../src/arch/unix/x11/gnome/libgnomeui.a(x11ui.o): In function `ui_create_status_bar':
/opt/src/vicebeta/vice-1.22.8/src/arch/unix/x11/gnome/x11ui.c:799: undefined reference to `gtk_widget_set_tooltip_text'
/opt/src/vicebeta/vice-1.22.8/src/arch/unix/x11/gnome/x11ui.c:817: undefined reference to `gtk_widget_set_tooltip_text'
/opt/src/vicebeta/vice-1.22.8/src/arch/unix/x11/gnome/x11ui.c:836: undefined reference to `gtk_widget_set_tooltip_text'
../src/arch/unix/x11/gnome/libgnomeui.a(x11ui.o):/opt/src/vicebeta/vice-1.22.8/s rc/arch/unix/x11/gnome/x11ui.c:865: more undefined references to `gtk_widget_set_tooltip_text' follow
collect2: ld returned 1 exit status

so... cant really test it :/


`gtk_widget_set_tooltip_text' is new in gtk v2.12. Etch contains the now prehistoric gtk v2.8. Of course, the config script could/should check if you have gtk >2.12 and fail to build (or possibly wrapper function to wrap the new function name to the old one if old gtk is detected... blah)
2008-02-03 00:25
iAN CooG

Registered: May 2002
Posts: 3177
I put away my lazyness and rebuilt it myself, took only 13minutes :)
Type of/Style works
Fallout/UCF works! (/me shouts out of the window "IT'S WORKING AT LAST!!1")
TRC+TBI intro works.

Dylan Dog/X-factor hangs always if autoloaded from commandline/drag&drop. Works sometimes if manually loaded, anyway it's a problem in the intro init, not a vice issue, depends on when the irq is triggered, and as I suggested in the buglist, a simple lda #$7f sta $dc0d fixes it.

Thanks for the shitload of fixes, also the new cpujam option is handy. 3 thumbs up!
2008-02-03 00:36
null
Account closed

Registered: Jun 2006
Posts: 645
just a suggestion ( even though it has been purposed many many times... )

an option to have true drive emulation ON by default AT ALL TIMES. because it's starting to slightly piss me off, and I'm not the only one ;_)

------------------------------------
http://zomgwtfbbq.info
2008-02-03 05:18
chatGPZ

Registered: Dec 2001
Posts: 11293
Quote:

an option to have true drive emulation ON by default AT ALL TIMES. because it's starting to slightly piss me off, and I'm not the only one ;_)


i am sponsoring the money to tattoe that on andreas' forehead if that helps =)

rubi: about AR3, please ask andreas for the cartridge dump he used as a reference. we are currently researching this, and it looks like there were different versions of AR3 around. i'd like to see his dump for comparison.

edit: ok, confirmed. we located someone with a different ar3, and his dump works. kinda strange, we'll investigate further...
2008-02-03 18:22
Burglar

Registered: Dec 2004
Posts: 1069
Quote: `gtk_widget_set_tooltip_text' is new in gtk v2.12. Etch contains the now prehistoric gtk v2.8. Of course, the config script could/should check if you have gtk >2.12 and fail to build (or possibly wrapper function to wrap the new function name to the old one if old gtk is detected... blah)

ah thanks for the info, and you're right, its probably the only thing I dislike in debian (slow in updating to newer versions of key components)

obviously, it compiled and ran fine without gnomeui btw.
2008-02-03 20:07
blacky

Registered: Sep 2007
Posts: 41
Quote: `gtk_widget_set_tooltip_text' is new in gtk v2.12. Etch contains the now prehistoric gtk v2.8. Of course, the config script could/should check if you have gtk >2.12 and fail to build (or possibly wrapper function to wrap the new function name to the old one if old gtk is detected... blah)

In order for my upcoming SkyOS port to work there will have to be a wrapper function. I will include this in my SkyOS port patch that will be sent in soon.

Signed, Marco van den Heuvel.
Previous - 1 | 2 | 3 | 4 | 5 | 6 - Next
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
Felidae/Reflex
dstar/Fairlight
Exile/Anubis
Guests online: 119
Top Demos
1 Next Level  (9.7)
2 13:37  (9.7)
3 Coma Light 13  (9.7)
4 Edge of Disgrace  (9.6)
5 Mojo  (9.6)
6 Uncensored  (9.6)
7 Wonderland XIV  (9.6)
8 Comaland 100%  (9.6)
9 No Bounds  (9.6)
10 Unboxed  (9.6)
Top onefile Demos
1 Layers  (9.6)
2 Party Elk 2  (9.6)
3 Cubic Dream  (9.6)
4 Copper Booze  (9.6)
5 Rainbow Connection  (9.5)
6 It's More Fun to Com..  (9.5)
7 Morph  (9.5)
8 Dawnfall V1.1  (9.5)
9 Onscreen 5k  (9.5)
10 Daah, Those Acid Pil..  (9.5)
Top Groups
1 Booze Design  (9.3)
2 Oxyron  (9.3)
3 Nostalgia  (9.3)
4 Censor Design  (9.3)
5 Triad  (9.2)
Top Logo Graphicians
1 Sander  (9.8)
2 Mermaid  (9.5)
3 Facet  (9.4)
4 Shine  (9.4)
5 Pal  (9.4)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.05 sec.