Search found 3604 matches
- Mon Mar 11, 2024 3:11 am
- Forum: ZSNES Talk
- Topic: ZSNES is no longer in active development.
- Replies: 751
- Views: 3631085
Re: ZSNES is no longer in active development.
Best UI ever.
- Tue Nov 30, 2021 8:48 pm
- Forum: Forum
- Topic: We are back!
- Replies: 9
- Views: 110789
Re: We are back!
Horray!
- Sun Oct 27, 2019 12:46 pm
- Forum: ZSNES Talk
- Topic: hello !
- Replies: 6
- Views: 58159
Re: hello !
You better not be a robot.
- Tue Jan 01, 2019 6:55 pm
- Forum: Forum
- Topic: We are back!
- Replies: 9
- Views: 110789
We are back!
Sorry for the downtime, we are back!
Happy New Year!
-Nach
Happy New Year!
-Nach
- Tue Mar 29, 2016 5:23 am
- Forum: ZSNES Talk
- Topic: Website hacked?
- Replies: 14
- Views: 50704
Re: Website hacked?
I just noticed someone manipulated the contributors list to add some evil links.


- Tue Mar 29, 2016 5:20 am
- Forum: ZSNES Talk
- Topic: Website hacked?
- Replies: 14
- Views: 50704
Re: Website hacked?
Thanks for the information. I e-mailed _Demo_, hopefully he can clarify what's going on.
- Mon Mar 28, 2016 4:59 pm
- Forum: ZSNES Talk
- Topic: Website hacked?
- Replies: 14
- Views: 50704
Re: Website hacked?
Can someone post a screenshot of what they're seeing?
I'm looking at the homepage, I don't see anything obviously wrong. I turned off my add-blockers and still don't see anything too obnoxious.
I'm looking at the homepage, I don't see anything obviously wrong. I turned off my add-blockers and still don't see anything too obnoxious.
- Sat Apr 04, 2015 10:54 pm
- Forum: ZSNES Talk
- Topic: ZSNES 1.51b compiling error on Linux Mint 17.1 Rebecca
- Replies: 9
- Views: 16925
Re: ZSNES 1.51b compiling error on Linux Mint 17.1 Rebecca
That's not the correct section.
Please look for a line containing %.psr, and post it and the segment below it.
Please look for a line containing %.psr, and post it and the segment below it.
- Fri Apr 03, 2015 11:04 am
- Forum: ZSNES Talk
- Topic: ZSNES 1.51b compiling error on Linux Mint 17.1 Rebecca
- Replies: 9
- Views: 16925
Re: ZSNES 1.51b compiling error on Linux Mint 17.1 Rebecca
The error you're receiving at the end is that parsegen could not compile the psr files.
Please post the output of what happens when trying to compile those files, as well as the PSR section in your Makefile.
Please post the output of what happens when trying to compile those files, as well as the PSR section in your Makefile.
- Thu Apr 02, 2015 10:24 am
- Forum: ZSNES Talk
- Topic: ZSNES 1.51b compiling error on Linux Mint 17.1 Rebecca
- Replies: 9
- Views: 16925
Re: ZSNES 1.51b compiling error on Linux Mint 17.1 Rebecca
Actually, ensure that depbuild.cpp contains a line: #include <unistd.h>
Near the top of it.
We have this fixed in SVN, but is missing in 1.51b.
Near the top of it.
We have this fixed in SVN, but is missing in 1.51b.
- Wed Apr 01, 2015 7:02 pm
- Forum: ZSNES Talk
- Topic: Welcome Messages.
- Replies: 18
- Views: 19351
Re: Welcome Messages.
For fun, not all messages are available on all platforms. So if you want to see them all, you'll have to try to run ZSNES everywhere.
I've seen various people post lists before, but they were all incomplete.
I've seen various people post lists before, but they were all incomplete.
- Mon Sep 08, 2014 6:20 pm
- Forum: Insane Chatter
- Topic: ECHO ECho echo
- Replies: 35
- Views: 102929
Re: ECHO ECho echo
This thread is a classic.
- Tue Oct 22, 2013 9:00 am
- Forum: Tech Talk
- Topic: Video Card Upgrade Advice
- Replies: 15
- Views: 36259
Re: Video Card Upgrade Advice
As one example, Mega Man X5.
- Tue Oct 22, 2013 2:29 am
- Forum: Tech Talk
- Topic: Video Card Upgrade Advice
- Replies: 15
- Views: 36259
Re: Video Card Upgrade Advice
I got some help over IRC, and looks like I found a good card (GeForce GT 640 r2). I shouldn't be needing further assistance.
- Mon Oct 21, 2013 10:42 pm
- Forum: Tech Talk
- Topic: Video Card Upgrade Advice
- Replies: 15
- Views: 36259
Video Card Upgrade Advice
My main machine features a GeForce 7600 GS which I'm looking to upgrade. My reasons for upgrade is that Nvidia is dropping driver support for it, part of it looks like it's a bit burnt, and I would like to use some of the new technology I'm missing out on like VDPAU and CUDA. I want a modern Nvidia ...
- Tue Sep 11, 2012 4:22 pm
- Forum: Development
- Topic: Patches to compile with CPPFLAGS=-D_FORTIFY_SOURCE=2
- Replies: 7
- Views: 36648
Re: Patches to compile with CPPFLAGS=-D_FORTIFY_SOURCE=2
In general, your flags look odd. -g? -O2? In any case, I played with your line, the exact issue seems to occur with -O1 combined with -D_FORTIFY_SOURCE=2. Smells like yet another GCC bug. Although probably can put some blame on EGLIBC as well, as it changes how stdio works with fortify source, and i...
- Sat Sep 08, 2012 7:49 pm
- Forum: Development
- Topic: Patches to compile with CPPFLAGS=-D_FORTIFY_SOURCE=2
- Replies: 7
- Views: 36648
Re: Patches to compile with CPPFLAGS=-D_FORTIFY_SOURCE=2
Currently, with -O1 added to the system CFLAGS, parsegen fails to compile internally. I find that extremely odd. Can you paste for me the line it's trying to use to compile with? If I remove the additional -O1 and compile only with the system CFLAGS (which have got -O3 added by the ZSNES Makefile, ...
- Sat Sep 01, 2012 10:01 pm
- Forum: ZSNES Talk
- Topic: Problems with Zsnes for Ubuntu.
- Replies: 2
- Views: 5924
Re: Problems with Zsnes for Ubuntu.
Did you install any signifigant Ubuntu updates recently? Perhaps something related to sound? (PulseAudio)
- Mon Aug 27, 2012 9:32 pm
- Forum: Development
- Topic: Patches to compile with CPPFLAGS=-D_FORTIFY_SOURCE=2
- Replies: 7
- Views: 36648
Re: Patches to compile with CPPFLAGS=-D_FORTIFY_SOURCE=2
The patches proposed by Fedora for memcpy() indeed fix the "problem" however they misrepresent the variables with their changes. We're aware that GCC is unable to see all of ZSNES assembly code, so it outputs warnings for situations that in "normal" code would be a problem. The c...
- Fri Aug 24, 2012 5:53 am
- Forum: ZSNES Talk
- Topic: ZSNES is no longer in active development.
- Replies: 751
- Views: 3631085
Re: ZSNES is not dead - Still in development
It's quite tasty.
- Thu Aug 23, 2012 10:29 pm
- Forum: ZSNES Talk
- Topic: ZSNES is no longer in active development.
- Replies: 751
- Views: 3631085
Re: ZSNES is not dead - Still in development
I like to describe it as 23/6.grinvader wrote: Nach is very present there as well (6 days per week usually).
- Wed Aug 01, 2012 4:25 pm
- Forum: Tech Talk
- Topic: Best flash drive
- Replies: 1
- Views: 20064
Best flash drive
I've been looking to purchase a 64GB USB Flash Drive, but I'm seeing almost every single drive has mixed reviews, with a considerable percentage of users complaining about data loss. It's hard to determine what is causing the failures, if the drives are simply unreliable, if the complaining users st...
- Tue Jul 17, 2012 6:25 pm
- Forum: ZSNES Talk
- Topic: Update Debian packages: 1.51b, svn4538, svn stable branch?
- Replies: 14
- Views: 17547
Re: Update Debian packages: 1.51b, svn4538, svn stable branc
Yes, I did.fabian wrote:BTW, you might want to apply some of the other patches we have in our repo, did you have a look?
A lot of the fixes we already have, or have signifigantly changed the code since v1.51.
In general, we look at Debian and Gentoo patches from time to time.
- Thu Jul 12, 2012 7:54 pm
- Forum: ZSNES Talk
- Topic: Update Debian packages: 1.51b, svn4538, svn stable branch?
- Replies: 14
- Views: 17547
- Thu Jul 12, 2012 7:48 pm
- Forum: ZSNES Talk
- Topic: Update Debian packages: 1.51b, svn4538, svn stable branch?
- Replies: 14
- Views: 17547
Re: Update Debian packages: 1.51b, svn4538, svn stable branc
I actually gave out a v1.51c with a couple of more fixes. Really, where? I couldn't find it. Good question. It was a small release. Perhaps I'll make another with some backports. I might also add that some of the patches in Debian's tree are wrong. Please point me to the wrong patches: http://patch...