Activity for Scid vs. PC

  • Scid vs. PC Scid vs. PC released /windows-64bit/Scid vs PC-4.26-chinese.x64.exe

  • Steven Steven committed [r3591] on Code

    Chinese language translation from Zhuge Prajna.

  • Steven Steven committed [r3590] on Code

    Update chess960 patch.

  • Steven Steven committed [r3589] on Code

    Store FEN parsing errors as game comments.

  • Steven Steven committed [r3588] on Code

    Stop right click accepting seeks.

  • Steven Steven committed [r3587] on Code

    Minor link fixes.

  • Scid vs. PC Scid vs. PC released /support files/chess pieces/cooke.tcl

  • Steven Steven committed [r3586] on Code

    Eco tweak https://sourceforge.net/p/scid/bugs/262/

  • Steven Steven posted a comment on discussion Help

    Thanks for posting Why is it requiring Tk 8.5 when the source says it needs 8.6? Any thoughts on how to fix? The exact requirements are 8.5 or 8.6. (which is better/ubiquitous). I only added the 8.6 note to the source as wish 9 has been released, but it is not compatible anymore (Scidvspc needs much work afaics to work with 9). Cheers

  • Nathan Loding Nathan Loding posted a comment on discussion Help

    For those that stumble on this, here's a working Dockerfile and command. Note: I did not test running the GUI, per Kayvan's notes; I only used tcscid to do some command-line database work. Dockerfile: # Copied from: https://github.com/ksylvan/scidvspc FROM debian:trixie-slim ENV SCID_VERSION=4.26 ADD https://downloads.sourceforge.net/project/scidvspc/source/scid_vs_pc-${SCID_VERSION}.tgz /home/scid/ COPY ./test/data/five.pgn /home/scid WORKDIR /home/scid RUN if [ ! -d scid_vs_pc-${SCID_VERSION} ];...

  • Nathan Loding Nathan Loding posted a comment on discussion Help

    Wait, I'm silly - I focused entirely on the "package require Tk 8.5" line and not the mention of $DISPLAY above. Resolved! I needed to start the container interactively and grab a shell, because I didn't set up the display.

  • Nathan Loding Nathan Loding posted a comment on discussion Help

    Kayvan's Dockerfile is a bit out of date - it's using version 4.16 and an older version of Debian that is no longer supported - so I decided to update it. I changed the Debian distro to trixie-slim and the Scid version to 4.26 ... and when the container tries to start /usr/bin/local/scid it gets this error and exits: application-specific initialization failed: no display name and no $DISPLAY environment variable Error in startup script: no display name and no $DISPLAY environment variable while executing...

  • Steven Steven committed [r3585] on Code

    Link to Lumbra's gigabase as Caissabase seems dead. And https fide.com instead of http.

  • Steven Steven committed [r3584] on Code

    Delete duplicates[] when compacting gamefile.

  • Steven Steven committed [r3583] on Code

    Nameeditor entry autocomplete hardening.

  • Steven Steven committed [r3582] on Code

    Fide player web links have changed.

  • Steven Steven committed [r3581] on Code

    Disable wheelmouse in ttk_combobox

  • Steven Steven committed [r3580] on Code

    Patch to hide ? (game unknowns) in the gamelist.

  • Steven Steven committed [r3579] on Code

    Little latex warnings cleanup of game.cpp (S.A.)

  • Steven Steven committed [r3578] on Code

    Christian - Update NAGs in LaTeX code for package xskak

  • Steven A Brown Steven A Brown modified a comment on discussion Open Discussion

    How can I make the engine analysis window display more than one move per variation? The screenshot linked to below shows the engine analysis window displaying three variations, but each variation is only one move deep. https://drive.google.com/file/d/1a-eGcXSjUWE1x3NK8gJkwN5dYPw3XF_S/view?usp=sharing

  • Steven A Brown Steven A Brown posted a comment on discussion Open Discussion

    How can I make the engine analysis window display more than one move per variation? The screenshot shows the engine analysis window displaying three variations, but each variation is only one move deep.

  • Steven Steven committed [r3577] on Code

    Christian ' -some LaTeX adaptations for crosstables.'

  • Steven Steven posted a comment on discussion Open Discussion

    The readme says "Our main windows build system is MinGW and Makefile.mingw. We also have a Makefile.vc for visual studio, but it does not get updated too often." If you are a programmer, please consider to update Makefile.vc to a working condition. after examining Makfile.mingw Re feature request, This feature is already available more or less. Right click on the engine window "?" button - opens the engine console. Click "Auto" button. To send commands directly to engine, in Help->StartupWindow,...

  • Steven A Brown Steven A Brown posted a comment on discussion Open Discussion

    I've been trying unsuccessfully to compile Scid vs pc for Windows, because I want to implement a simple feature. Running nmake -f Makefile.vc generates hundreds of errors, even after installing Tcl/Tk from Magicsplat and setting all the necessary environment variables and path macros in Makefile.vc. The feature I would like to implement would be an option to make the console window of the chess engine visible to and accessible by the user. It would be interesting to watch Scid vs pc interact with...

  • Steve Slayton Steve Slayton modified a comment on discussion Help

    Hi, Installed 64 bit version for the Mac. Everything seems fine, overrode the security block so the app can run. But when I start it, icon bounces twice in the dock, indicating it is starting. And then nothing happens. Does not show up in task manager. I would guess it's crashing without an error message. Anyone get this to run successfully? I'm on an M1 power book with the latest MacOS, v15.5. Any help would be much appreciated! steve

  • Steve Slayton Steve Slayton modified a comment on discussion Help

    Hi, Installed 64 bit version for the Mac. Everything seems fine, overrode the security block so the app can run. But when I start it, icon bounces twice in the dock, indicating it is starting. And then nothing happens. Does not show up in task manager. I would guess it's crashing without an error message. Anyone get this to run successfully? I'm on an M1 power book with the latest MacOS, v15.5. Any help would be much appreciated! steve

  • Steve Slayton Steve Slayton posted a comment on discussion Help

    Hi, Installed 64 bit version for the Mac. Everything seems fine, overrode the security block so the app can run. But when I start it, icon bounces twice in the dock, indicating it is starting. And then nothing happens. Does not show up in task manager. I would guess it's crashing without an error message. Anyone get this to run successfully? I'm on an M1 power book with the latest MacOS, v15.5. Any help would be much appreciated! steve

  • Steven Steven committed [r3576] on Code

    Try disabling fics ping notifications on macOS... Seems to bug out tcl.

  • cmcanulty cmcanulty posted a comment on discussion Help

    oh sorry how did I miss that I tried everything in the toolbar

  • Steven Steven posted a comment on discussion Help

    https://scidvspc.sourceforge.net/doc/MainWindow.htm "flip the board"

  • cmcanulty cmcanulty posted a comment on discussion Help

    I have just wasted hours googling and can't find a way to flip the board so I can play against an UCI engine with me playing black. The help file says just flip board but how there is no toolbar or menu option for that. On scid there is a flip board button but it is nowhere on scidvspc. Carol & Denny McAnulty cmcanulty@hotmail.com

  • Steven Steven posted a comment on discussion Open Discussion

    OK, cheers. I added it to our "support" files directory.

  • Scid vs. PC Scid vs. PC released /support files/Scid vs PC Manual.pdf

  • Steven Steven posted a comment on discussion Help

    Right clicking the main board's Tab, then Toggle material

  • Steven Steven posted a comment on discussion Help

    Help->Index->Windows(docked) https://scidvspc.sourceforge.net/doc/Docking.htm

  • cmcanulty cmcanulty posted a comment on discussion Help

    I have read several places there are 3 built in layouts. I can't find them anywhere, even in the help index. Also, I need a tutorial in how to set up and keep various layouts with maybe a few samples to download. It's weird that everything except initial window setup has youtube or other tutorials but nothing on initial visual layouts. Carol & Denny McAnulty cmcanulty@hotmail.com

  • Steven A Brown Steven A Brown posted a comment on discussion Help

    To answer my own question, I discovered that I can prevent captured pieces appearing on the side of the board by going into the options.dat file and changing set gameInfo(showMaterial) 2 to set gameInfo(showMaterial) 0

  • cmcanulty cmcanulty modified a comment on discussion Open Discussion

    I downloaded and compiled into a single pdf today all the Scid vs. PC help articles and am posting it here for anyone who would like it. Some of the articles are older but still relevant.

  • Steven A Brown Steven A Brown posted a comment on discussion Help

    Is there any way to make captured pieces not appear at the side of the board?

  • cmcanulty cmcanulty posted a comment on discussion Open Discussion

    I downloaded and compiled into a single pdf today all the Scid vs. PC help articles and am posting it here for anyone who would like it. Some of the articles are older but still relevant.

  • Steven Steven committed [r3575] on Code

    Make scoregraph middle button popups stay longer (see also https://sourceforge.net/p/scidvspc/code/3556/).

  • Steven Steven committed [r3574] on Code

    Recursive annotation was getting broken by vars ending in mate. Ok? (Big effort to fix gah).

  • Steven Steven committed [r3573] on Code

    Show proper timecontrol when base time is fractional (most likely small).

  • Steven Steven committed [r3572] on Code

    Minor tweaks, including better 'sc_game new' in tacgame, sergame.

  • Lon C. Thomas, Jr. Lon C. Thomas, Jr. posted a comment on ticket #79

    Thanks, that works, of course. Except it is <control-s>, of course</control-s> /Lon On Mon, Apr 7, 2025 at 7:00 AM Steven stevenaaus@users.sourceforge.net wrote: OK, I've removed the errant old menu hint. To revert this behaviour, revert the shortcut in scid.gui to bind $w <control-s> ::gameAdd </control-s> [tickets:#79] https://sourceforge.net/p/scidvspc/tickets/79/ V 4.26 has re-assigned Ctl-Shft-S Status: open Milestone: 1.0 Created: Sun Apr 06, 2025 09:42 PM UTC by Lon C. Thomas, Jr. Last Updated:...

  • Steven Steven modified a comment on ticket #79

    OK, I've removed the errant old menu hint. To revert this behaviour, revert the shortcut in scid.gui to bind $w <Control-S> ::gameAdd

  • Steven Steven posted a comment on ticket #79

    OK, I've removed the errant old menu hint. To revert this behaviour, revert the shortcut in scid.gui to bind $w <control-s> ::gameAdd </control-s>

  • Lon C. Thomas, Jr. Lon C. Thomas, Jr. created ticket #80

    V 4.26 behaviour in Win 10: blinking game window

  • Lon C. Thomas, Jr. Lon C. Thomas, Jr. created ticket #79

    V 4.26 has re-assigned Ctl-Shft-S

  • Joan Ilari Joan Ilari posted a comment on discussion Help

    I have tested the new version of scidvsmac (26) and I still have the same problem. I have tested different chess engines, and still the same issue... . Has anybody successfully run sidvsmac on a Mac and executed properly the autoannotation ? The program runs ok on a PC, but not on none of my Macs ....

  • Steven Steven committed [r3571] on Code

    New Chessbase colors https://sourceforge.net/p/scid/bugs/257/

  • Lon C. Thomas, Jr. Lon C. Thomas, Jr. posted a comment on discussion Open Discussion

    Using the Win key plus the arrow keys you can resize windows quickly. When I do this for a 4.26 window, I get a weird blinking resizing effect that makes the applications unusable. My layout is something like** ----------------- |board | pgn | comment | |-------------------- | | game list ---------------------- ** The board section changes the size of the board, shows some extra infomation in the margins, then changes back, about once a second, very annoying, then changes back, and so on. Looks like...

  • Lon C. Thomas, Jr. Lon C. Thomas, Jr. posted a comment on discussion Open Discussion

    First problem with 4.26, I like the score bar idea, but you have stolen one on my key mappings: Ctl-Shift-s, which once was for Add Game. Pick a new key sequence for score bar please, Add Game wins on seniority Windows 10

  • Scid vs. PC Scid vs. PC updated /mac/ScidvsMac-4.26.dmg

  • Scid vs. PC Scid vs. PC updated /Fischer Random - Chess 960/Scid vs PC 960-4.26.x64.exe

  • Scid vs. PC Scid vs. PC updated /windows-64bit/Scid vs PC-4.26.x64.exe

  • Scid vs. PC Scid vs. PC updated /windows/Scid vs PC-4.26.exe

  • Scid vs. PC Scid vs. PC updated /mac-64bit-unsupported/ScidvsMac-4.26.x64.dmg

  • Scid vs. PC Scid vs. PC updated /Fischer Random - Chess 960/scid_vs_960-4.26.tgz

  • Scid vs. PC Scid vs. PC updated /source/scid_vs_pc-4.26.tgz

  • Steven Steven committed [r3570] on Code

    Chess960 typo. (Fischerrandom)

  • Steven Steven committed [r3569] on Code

    Stockfish 17 throws a hissy if sent an OwnBook. FMD.

  • Steven Steven committed [r3568] on Code

    Annotation button hardening.

  • Steven Steven committed [r3567] on Code

    Scorebar hardening.

  • Steven Steven committed [r3566] on Code

    Nasty, but we have to process custom player photos after spellcheck init. Hmmm...

  • Tyrin Price Tyrin Price posted a comment on ticket #78

    Thanks!

  • Steven Steven committed [r3565] on Code

    Add Hanish's patches, and links in README.

  • Steven Steven modified a comment on ticket #78

    The problem was you are making a photo for an aliased player name (which is not easy/possible to know about). This should be fixed with commit 3564. Otherwise, have a look in spelling.ssp and change your player's name to an unaliased one.

  • Steven Steven posted a comment on ticket #78

    The problem was you are making a photo for an aliased player name (which is not easy/possible to now about). This should be fixed with commit 3564. Otherwise, have a look in spelling.ssp and change your player's name to an unaliased one.

  • Steven Steven committed [r3564] on Code

    Handle custom photos for aliased player names. Also change space handling in player names (remove all spaces, not just first two, but may affect some engine names/photos).

  • Tyrin Price Tyrin Price modified a comment on ticket #78

    Found two more sets of initial letters that prevent a custom gif from being displayed... "Le" and "Re" ... surprisingly I also found this from one of Bobby Fischer's My 60 Memorable Games opponents, "Letelier, Rene." This makes me wonder what other initial letter combinations have this problem ... and why!

  • Tyrin Price Tyrin Price modified a comment on ticket #78

    Found two more sets of initial letters that prevent a custom gif from being displayed... "Le" and "Re" ... surprisingly I also found this from one of Bobby FIscher's My 60 Memorable Games opponents, "Letelier, Rene." This makes me wonder what other initial letter combinations have this problem ... and why!

  • Tyrin Price Tyrin Price posted a comment on ticket #78

    Found two more sets of initial letters that prevent a custom gif from being displayed... "Le" and "Re" ... surprisingly I also found this from one of Bobby FIscher's My 60 Memorable Games opponents, "Letelier, Rene." This makes me wonder what other initial letter have this problem ... and why!

  • Tyrin Price Tyrin Price posted a comment on ticket #78

    BTW, I tested with lowercase "my" and the custom gif is displayed. It refuses to display any gif that begins with "My."

  • Tyrin Price Tyrin Price created ticket #78

    First Letters "My" Block Display of Custom gif

  • Scid vs. PC Scid vs. PC released /mac/ScidvsMac-4.26.dmg

  • Scid vs. PC Scid vs. PC released /Fischer Random - Chess 960/Scid vs PC 960-4.26.x64.exe

  • Scid vs. PC Scid vs. PC released /windows-64bit/Scid vs PC-4.26.x64.exe

  • Scid vs. PC Scid vs. PC released /windows/Scid vs PC-4.26.exe

  • Scid vs. PC Scid vs. PC released /mac-64bit-unsupported/ScidvsMac-4.26.x64.dmg

  • Scid vs. PC Scid vs. PC released /mac-64bit-unsupported/ScidvsMac-4.26.x64.dmg

  • Scid vs. PC Scid vs. PC released /Fischer Random - Chess 960/scid_vs_960-4.26.tgz

  • Scid vs. PC Scid vs. PC released /source/scid_vs_pc-4.26.tgz

  • Steven Steven committed [r3563] on Code

    chess960 patch 4.26

  • Steven Steven committed [r3562] on Code

    readme 4.26

  • Steven Steven committed [r3561] on Code

    Readme old link removal.

  • Steven Steven committed [r3560] on Code

    German update. Cheers Christian.

  • Steven Steven committed [r3559] on Code

    Properly resize evalbar.

  • Steven Steven committed [r3558] on Code

    Refine handling book bestmove.

  • Steven Steven committed [r3557] on Code

    Usual mac BS.

  • Steven Steven committed [r3556] on Code

    Try having a more persistent pgn board popup.

  • Steven Steven committed [r3555] on Code

    etc

  • Steven Steven committed [r3554] on Code

    Show/enable Annotate button for all engines.

  • Steven Steven committed [r3553] on Code

    Disable engine OwnBook for annotation.

  • Steven Steven committed [r3552] on Code

    Attached is the patch which adds ticks wrt evalbar linlog.

  • Steven Steven committed [r3551] on Code

    We need some null scorebar widget. Use a rectangle, same color as the board grid (::bgcolor).

  • Steven Steven committed [r3550] on Code

    Options for scorebar scale and show ticks.

  • Steven Steven committed [r3549] on Code

    Harden/fix sc_game_list regards processing nextMoves.

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.