Search found 11 matches

by Laucian
Sat 28 Nov, 2020 6:06 am
Forum: General
Topic: Compiling pcem on raspberry pi 4
Replies: 6
Views: 4677

Re: Compiling pcem on raspberry pi 4

Most of the compile errors I've had under Linux were solved by running

Code: Select all

autoreconf -i
, give that a shot.
by Laucian
Wed 18 Nov, 2020 11:43 pm
Forum: Merged patches
Topic: [Patch] New VHD support... now with added dynamics
Replies: 63
Views: 55862

Re: [Patch] New VHD support... now with added dynamics

I just tested the latest patch on Linux, everything still works.
by Laucian
Wed 18 Nov, 2020 8:23 pm
Forum: Merged patches
Topic: [Patch] New VHD support... now with added dynamics
Replies: 63
Views: 55862

Re: [Patch] New VHD support... now with added dynamics

I just tested and it is working fine under Linux now. As usual cross-platform support is a bit of a pain.
Thank you very much for the work on the patch, differencing images are such a lifesaver when it comes to managing Windows 9x and a large software library.
by Laucian
Wed 18 Nov, 2020 2:47 am
Forum: Merged patches
Topic: [Patch] New VHD support... now with added dynamics
Replies: 63
Views: 55862

Re: [Patch] New VHD support... now with added dynamics

I finally had more time to test out the changes. It compiles fine now. Under Linux I am experiencing Segmentation fault (core dumped) whenever I create a new VHD or attach an existing one to a machine. Editing the config file to use an older VHD built on the earlier version of the PCem patch gives t...
by Laucian
Sun 15 Nov, 2020 1:06 am
Forum: Merged patches
Topic: [Patch] New VHD support... now with added dynamics
Replies: 63
Views: 55862

Re: [Patch] New VHD support... now with added dynamics

Committed at 602d6f1c. Currently when building under Linux there is a build error due case sensitiveness. The "minivhd" folder is specified as "MiniVHD" in wx-config.c. The build continues after that is fixed. wx-config.c:23:10: fatal error: MiniVHD/minivhd.h: No such file or di...
by Laucian
Tue 08 Jan, 2019 6:28 pm
Forum: General
Topic: PCem requests for a Win9x Project
Replies: 9
Views: 10959

Re: PCem requests for a Win9x Project

Good idea, but I don't think I'm understanding how it may work. Let's say we have a C dynamic partition with only Windows 9x and then another partition where a specific game is installed? If that's the case, then we'd need at least two images for each game. One for the CD-ROM image, and another for...
by Laucian
Mon 09 Apr, 2018 1:20 am
Forum: General
Topic: Compilation fails.
Replies: 4
Views: 5235

Re: Compilation fails.

Run

Code: Select all

autoreconf -i
before running configure.
by Laucian
Fri 14 Jul, 2017 11:21 pm
Forum: Development
Topic: [Linux] GUI discussion
Replies: 218
Views: 177032

Re: [Linux] GUI discussion

Any time I edit a machine and save the configuration, the mem_size on its config file (on ~/.pcem/configs/) resets to the minimum, which is either 64, 640 or 1024 depending on the machine. For instance, I have a 486 machine with 16 megabytes of RAM. I set Fluidsynth as the MIDI Out and the memory wa...
by Laucian
Fri 14 Jul, 2017 12:01 pm
Forum: Development
Topic: [Linux] GUI discussion
Replies: 218
Views: 177032

Re: [Linux] GUI discussion

I haven't updated the autoconf-files so you need to run make -f Makefile.linux64-wx-sdl2 from the src-directory. That works, thanks. I noticed a bug. Any changes to a machine sets the memory (mem_size) to 1024, 640 or 64 depending on the machine, so I'm guessing the lowest value. Editing the file y...
by Laucian
Fri 14 Jul, 2017 2:35 am
Forum: Development
Topic: [Linux] GUI discussion
Replies: 218
Views: 177032

Re: [Linux] GUI discussion

I just compiled the Fluidsynth branch, but I can't select it as a MIDI option. I tried editing the file manually, but my changes were reverted to "None". Fluidsynth itself works on SCUMMVM. What could be causing that? I'm using Arch Linux. I have the lingering suspicion I might have compil...
by Laucian
Wed 30 Nov, 2016 4:26 pm
Forum: General
Topic: Host machine survey
Replies: 186
Views: 255375

Re: Host machine survey

Desktop:
i5 3570 3.4GHz, 4 cores
8GB RAM
Windows 7 x64

Laptop:
Core2Duo SL9400 1.86GHz, 2 cores
4GB RAM
Windows 7 x64

With infinite cache, I can get 100% on a Pentium 100/66 on my Desktop and the iDX4/75 or 486DX2/66 on my Laptop.