Search found 36 matches
- Fri 24 Jun, 2022 5:48 am
- Forum: General
- Topic: PCem v18 News (Was v17 Notice)
- Replies: 9
- Views: 784
Re: PCem v18 News (Was v17 Notice)
V18 will be switching to Qt This may regress XP/Vista/7/8/8.1 support. Several emulators moving to QT (PCSX2, Dolphin) gave up 7 because they had no choice in the matter when that decision's from upstream and/or develop on Win10/linux unaware of the platform regression creep issues. OTOH it's great...
- Tue 21 Jun, 2022 4:33 am
- Forum: General
- Topic: PCem v18 News (Was v17 Notice)
- Replies: 9
- Views: 784
Re: PCem v18 News (Was v17 Notice)
See top for new information 

- Sun 19 Jun, 2022 5:50 pm
- Forum: Development
- Topic: PCem cannot compile with printer support
- Replies: 2
- Views: 128
Re: PCem cannot compile with printer support
Printer support is experimental. The reason it fails to compile is due to API changes and it's not been put into the printer code yet.
The README does state that experimental code may not work or build.
The README does state that experimental code may not work or build.
- Sun 19 Jun, 2022 1:40 am
- Forum: General
- Topic: PCem v18 News (Was v17 Notice)
- Replies: 9
- Views: 784
Re: PCem v17 Notice
In GitHub Actions, https://github.com/sarah-walker-pcem/pcem/actions
Working on a release this year, finishing the plugin API and some bug fixes so hopefully soon!Jonathan McEvoy wrote: ↑Sat 18 Jun, 2022 11:06 pm Will there be a new stable version called PCem V18 later in 2022?
- Sat 18 Jun, 2022 6:23 pm
- Forum: General
- Topic: PCem v18 News (Was v17 Notice)
- Replies: 9
- Views: 784
PCem v18 News (Was v17 Notice)
EDIT: I am going to retract this statement due to the recent announcement on GitHub, Since I am doing some major changes to the core environment, dev builds are going to be very different from V17, so I will accept bug reports, and ill just check to see if they are still an issue on V18 V18 will be ...
- Thu 14 Apr, 2022 9:36 pm
- Forum: General
- Topic: Installing plugins
- Replies: 1
- Views: 470
Re: Installing plugins
The capability is not fully implemented, that's why GitHub builds its disabled by default. The API is still being planned.
The location will be ~/.pcem/plugins and it needs to have a .pplg extension.
The location will be ~/.pcem/plugins and it needs to have a .pplg extension.
- Wed 13 Apr, 2022 7:39 am
- Forum: Development
- Topic: Dynarec issues
- Replies: 20
- Views: 1300
Re: Dynarec issues
Did you ever get a backtrace for that crash? Disabling optimisation for exec_recompiler() will absolutely kill performance, it's the dispatcher for the recompiler and definitely needs to be optimised! It only happened on release builds, it was beyond odd. But it could have been due to missing optim...
- Wed 13 Apr, 2022 7:37 am
- Forum: Development
- Topic: Dynarec issues
- Replies: 20
- Views: 1300
Re: Dynarec issues
Found the build: https://github.com/sarah-walker-pcem/pcem/commit/bc59a414b51bc20f27989e87e8044866afa76031 So I did a Release build with that optimization disable attribute removed, if possible can you check to see if this build has the same lag issues? https://repo.nasutek.com/repository/pcem/pcem/...
- Wed 13 Apr, 2022 4:20 am
- Forum: Development
- Topic: Dynarec issues
- Replies: 20
- Views: 1300
Re: Dynarec issues
Going back I did notice this
https://github.com/sarah-walker-pcem/pcem/issues/92
It seems one function got optimizations disabled due to the emulator crashing, I need to find which build I implemented this in. Could be GCC is optimizing wrong.
https://github.com/sarah-walker-pcem/pcem/issues/92
It seems one function got optimizations disabled due to the emulator crashing, I need to find which build I implemented this in. Could be GCC is optimizing wrong.
- Tue 12 Apr, 2022 10:38 pm
- Forum: Development
- Topic: Dynarec issues
- Replies: 20
- Views: 1300
Re: Dynarec issues
I'll look into what changed since v17 and now. I have yet to do any code changes on Dynarec so it's very strange it has any slowdown in that area.
- Tue 12 Apr, 2022 5:45 pm
- Forum: Development
- Topic: Dynarec issues
- Replies: 20
- Views: 1300
Re: Dynarec issues
Humm, you shouldn't even be asked for PCap if Networking is off. I'll push a fix for that now.
Should be able to compile now if you pull recent code
Should be able to compile now if you pull recent code
- Tue 12 Apr, 2022 1:48 am
- Forum: Development
- Topic: Dynarec issues
- Replies: 20
- Views: 1300
Re: Dynarec issues
@unreal9010: Can you test and see if build 85e1ef3 is better in regards to speed https://github.com/sarah-walker-pcem/pcem/actions/runs/2056679721 This build now uses compiler flags more on par with v17's release. GitHub Action builds were built with optimizations, so it was odd the speed difference...
- Fri 18 Feb, 2022 12:43 am
- Forum: Development
- Topic: Possible change to Meson
- Replies: 1
- Views: 866
Possible change to Meson
Before I get comments about a switch, I am not removing CMake support yet. It will be maintained alongside Meson least till v19. But as some people noticed, CMake does complicate some items (specifically wxWidgets). Its dependency checking is a bit buggy at times. I was going to test Meson as it see...
- Tue 25 Jan, 2022 10:19 am
- Forum: General
- Topic: General Rules/Helpful Links
- Replies: 1
- Views: 2924
Re: General Rules/Helpful Links
Helpful Links:
I will edit this with links at a later time.
I will edit this with links at a later time.
- Tue 25 Jan, 2022 10:12 am
- Forum: General
- Topic: ANNOUNCEMENT: MichaelJManley taking over as PCem maintainer
- Replies: 57
- Views: 15793
Re: ANNOUNCEMENT: MichaelJManley taking over as PCem maintainer
Was waiting for the "When is v18 coming" comments

When this hits 100%, basically that's my roadmap
https://github.com/sarah-walker-pcem/pcem/milestone/2
- Mon 24 Jan, 2022 11:00 pm
- Forum: General
- Topic: Linux installation
- Replies: 3
- Views: 852
Re: Linux installation
./configure is autotools, those scripts don't even exist anymore. Did you mix with old sources?
You just need to do the following
You just need to do the following
Code: Select all
mkdir build
cmake -G "Ninja" -DCMAKE_BUILD_TYPE=Release ..
ninja
- Mon 24 Jan, 2022 10:57 pm
- Forum: Development
- Topic: Testing experimental printer
- Replies: 6
- Views: 1154
Re: Testing experimental printer
Hey @ruben_balea I think I fixed the issue with zombie PCem's. I did a lot of refactoring where I basically moved most plugin engine stuff in its own dll. If you can test it a bit when you can. I ran it 10 times and it closed each time for me. I ended up basically moving everything back to pcem.exe ...
- Sat 22 Jan, 2022 11:00 pm
- Forum: Development
- Topic: Testing experimental printer
- Replies: 6
- Views: 1154
Re: [BUG] Zombie PCem and another problem
I do know about the bug with pcem not closing properly, it is bug #90 https://github.com/sarah-walker-pcem/pcem/issues/90
Did not know about the printer issue. The code is a tad buggy and i have yet to test on Windows thats why it is in experimental.
Did not know about the printer issue. The code is a tad buggy and i have yet to test on Windows thats why it is in experimental.
- Sat 22 Jan, 2022 8:56 am
- Forum: Merged patches
- Topic: [Patch] Epson LX-810 Dot-matrix printer WIP code
- Replies: 11
- Views: 2531
Re: [Patch] Epson LX-810 Dot-matrix printer WIP code
I so far rebased this into the dev branch. It is not built by default, you do need -DUSE_EXPERIMENTAL=ON -DUSE_EXPERIMENTAL_PRINTER=ON on your build parameters to see it. Least till further testing is done with the rebase.
- Fri 21 Jan, 2022 9:34 am
- Forum: Development
- Topic: [SOLVED] wxWidgets, ahem, PCem main icon misplaced
- Replies: 3
- Views: 863
Re: [BUG] wxWidgets, ahem, PCem main icon misplaced
I totally forgot to move wx.rc to the actual executable. I fixed it in a maintenance commit.
But yes, it be nice to get a logo of some sort instead of the WX Default Icon.
But yes, it be nice to get a logo of some sort instead of the WX Default Icon.
- Thu 20 Jan, 2022 8:39 am
- Forum: General
- Topic: Problems with PCem compilation in Windows
- Replies: 3
- Views: 1015
Re: Problems with PCem compilation in Windows
It seems the issue is the missing space inbetween -DMSYS=TRUE and -DCMAKE_BUILD_TYPE=Release So in reality MSYS is being set as TRUE-DCMAKE_BUILD_TYPE=Release, so its not gonna find wxWidgets even in MSYS Makefiles. Mind I did switch to Ninja hence why I said it in documentation, but the awesomeness...
- Wed 19 Jan, 2022 11:20 pm
- Forum: Development
- Topic: How to compile latest version on windows 10
- Replies: 13
- Views: 3123
Re: How to compile latest version on windows 10
I will update the Windows one to be more accurate. Also I need to make one for Ubuntu and openSUSE
- Tue 18 Jan, 2022 4:30 am
- Forum: General
- Topic: Audio Glitches and Awkward Video Speed
- Replies: 55
- Views: 5489
Re: Audio Glitches and Awkward Video Speed
Like what is your host's PC CPU, RAM, OS.TonyTran wrote: ↑Tue 18 Jan, 2022 4:26 amI used most Pentium CPUs and some AMD CPUs. What do you mean by "your PC specs"?CryptidWorks wrote: ↑Tue 18 Jan, 2022 3:41 am What are your PC specs and what CPUs have you tried to emulate?
Like mine is an i7-10700 @ 2.90GHz, 49GB RAM, openSUSE Tumbleweed
- Tue 18 Jan, 2022 1:30 am
- Forum: General
- Topic: General Rules/Helpful Links
- Replies: 1
- Views: 2924
General Rules/Helpful Links
I wanted to post here the general rules of the forum now that I am maintainer. I am keeping most of the ones Sarah already established but I want it reiterated and any new ones to go in here, I am very strict, and I mostly will ignore you if you don't abide by these rules. No posting on how to get R...
- Mon 17 Jan, 2022 5:51 am
- Forum: General
- Topic: Printing from PCEM
- Replies: 3
- Views: 1064
Re: Printing from PCEM
There is plans to add printer support, but its in Experimental, ex it probibly wont see itself shown in v18.
- Sun 16 Jan, 2022 6:22 pm
- Forum: General
- Topic: Running PCem emulation in GPU
- Replies: 6
- Views: 1650
- Sun 16 Jan, 2022 2:30 am
- Forum: General
- Topic: Running PCem emulation in GPU
- Replies: 6
- Views: 1650
Running PCem emulation in GPU
I am asking theoreticals here but would it even be beneficial to emulate any aspect of PCem’s emulation in GPU? I have some high end Quadro cards i can test the idea with if it even would make sense.
- Wed 12 Jan, 2022 7:10 pm
- Forum: General
- Topic: ANNOUNCEMENT: MichaelJManley taking over as PCem maintainer
- Replies: 57
- Views: 15793
Re: ANNOUNCEMENT: MichaelJManley taking over as PCem maintainer
I have updated my post above ( https://pcem-emulator.co.uk/phpBB3/viewtopic.php?p=15618#p15618 ) with a new archive that includes those DLLs, as well as pcem.exe compiled both under MINGW32 (x86) and MINGW64 (x64) from latest source code. Since "PCem-Windows-MINGW64-dev-56" may already in...
- Tue 11 Jan, 2022 4:31 am
- Forum: General
- Topic: ANNOUNCEMENT: MichaelJManley taking over as PCem maintainer
- Replies: 57
- Views: 15793
- Mon 03 Jan, 2022 12:24 am
- Forum: Development
- Topic: How to compile latest version on windows 10
- Replies: 13
- Views: 3123
Re: How to compile latest version on windows 10
I just downloaded again the code from the repo. My system was prepared from http://pcem-emulator.co.uk/phpBB3/viewtopic.php?p=7078#p7078 and it worked. checkout dev branch cmake -G Ninja -DMSYS=TRUE -DUSE_NETWORKING=ON -DCMAKE_BUILD_TYPE=Release returns immediately :/ no error message Any suggestio...