Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
 Welcome to our latest new user psenough ! (Registered 2024-05-21) 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 17:41
Burglar

Registered: Dec 2004
Posts: 1047
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 :/
2008-02-02 18:27
Rubi
Account closed

Registered: Apr 2002
Posts: 48
Quote: just a quick one:

1) the PAL emulation is broken, blurredness and scanline shade have no effect (the latter does something when at 0%), and pal emu generally seems to be not active
2) Action Replay III emu is fuxored. cartridge crashes at reset and doesnt start. if you go to monitor and then do "g fce2" manually the emulated c64 resets normaly. you can then "freeze". however the cartridge toolkit still doesnt work, and reset wont work as expected either. something is broken here :) [this is also broken in 1.22, but i guess it worked at some point :)]


ad 1.) PAL works in Windows binary as it should. There is some work in progress regarding fullscreen and seperation of GTK from X11 code and there was a patch rejected when releasing 1.22.8 so Unix port might not work as expected. I'm compiling Win port but I will forward your bugs to the guys working on it.

ad 2.) I will have a look although I'm no cartridge expert. But when it worked in an earlier release I might find the reason.

Meanwhile I have fixed the sprite bug reported yesterday and will upload fixed binary and patch this evening...
2008-02-02 19:03
chatGPZ

Registered: Dec 2001
Posts: 11147
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
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: 3137
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: 3137
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: 3137
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
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
csabanw
Guests online: 78
Top Demos
1 Next Level  (9.8)
2 13:37  (9.7)
3 Coma Light 13  (9.7)
4 Edge of Disgrace  (9.6)
5 Mojo  (9.6)
6 Comaland 100%  (9.6)
7 Uncensored  (9.6)
8 50 Years of Flex  (9.6)
9 No Bounds  (9.6)
10 Bromance  (9.5)
Top onefile Demos
1 Layers  (9.6)
2 Cubic Dream  (9.6)
3 Party Elk 2  (9.6)
4 Copper Booze  (9.6)
5 TRSAC, Gabber & Pebe..  (9.5)
6 Rainbow Connection  (9.5)
7 It's More Fun to Com..  (9.5)
8 Dawnfall V1.1  (9.5)
9 Quadrants  (9.5)
10 Daah, Those Acid Pil..  (9.5)
Top Groups
1 Oxyron  (9.3)
2 Booze Design  (9.3)
3 Censor Design  (9.3)
4 Crest  (9.3)
5 Performers  (9.3)
Top Crackers
1 Mr. Z  (9.9)
2 Antitrack  (9.8)
3 OTD  (9.8)
4 S!R  (9.7)
5 Faayd  (9.7)

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