-
hello,
1. if you kept some older hardware, why not make a clone of your harddisk, e.g., with www.xxclone.com and try to run es40 an older PC processor (mine is a intel P3 under w2k sp4).
2. you might also want to try version 018 instead of the latest es40 snapshot cvs version. (v018 was compiled/linked differently since it didn't need the ms c++ runtime binary distributable.)
3. I...
2008-12-17 10:18:05 UTC in AlphaServer ES40 Emulator
-
did you try the no_SDL (Simple DirectMedia Layer; A cross-platform multimedia library designed to provide fast access to the graphics framebuffer and audio device.) version?
http://downloads.sourceforge.net/es40/es40_cvs_20080503_1030_win32_no_sdl_exe.zip?use_mirror=.
2008-12-13 10:20:37 UTC in AlphaServer ES40 Emulator
-
Hello,
last thing I heard from Camiel a couple of weeks ago was that he was busy with a new project (at work), and that he'll continue to further develop es40 soon. I propose to write him directly and ask for advice. you find his email is on his website http://camicom.com/
I hope you post the solution to your problem in this forum soon.
good luck!
best regards,
/scrutinizer/.
2008-12-10 10:58:14 UTC in AlphaServer ES40 Emulator
-
Hi,
sorry for my late reply, I keep watching this forum by email notification but the last one from sourceforge went automagically into the spam folder and I just found it by luck.
as soon as cirrus should come up, your emulator hangs. try to contact vruppert (or Camiel) or maybe try a config without vgabios.
the top of the log looks identical but your log doesn't continue with
===...
2008-12-08 14:56:29 UTC in AlphaServer ES40 Emulator
-
Hello,
no problem, here's my es40.cfg. I didn't do anything related to mouse buttons. I cut out most comments below to facilitate seeing a tree in the forest.
===
gui = win32 {
keyboard.use_mapping = false;
keyboard.map = "sdl-pc-de.map";
}
sys0 = tsunami {
rom.srm = "rom\cl67srmrom.exe";
rom.decompressed = "rom\decompressed.rom";...
2008-11-12 12:23:39 UTC in AlphaServer ES40 Emulator
-
oh, I see what's your problem, you didn't make
rom\dpr.rom
available?
see
http://www.es40.org/Getting_the_firmware
I have these files in the rom directory (don't know if all are needed each time; guess the cl67srmrom.exe file is used only when es40 runs for the first time without rom files available and generates the rom files for subsequent use.)
12.06.2006 09:19...
2008-10-30 20:21:13 UTC in AlphaServer ES40 Emulator
-
p.s.: you can capture the log by starting es40 in dos window (CMD) using
es40 >x.txt
you'll see nothing on the screen.
I hit 2<ret> blindly for the network query and then to exit es40 (and in order to close the log file x.txt), I closed the vga window which appends a few more error message lines into log file. I deleted these errors at the end in the above log.
2008-10-30 20:09:36 UTC in AlphaServer ES40 Emulator
-
the stable version shows program counter; the cvs version does not. below is my log for i386 cvs version until vgabios starts up; please see the differences:
**======================================================================**
|| ES40 emulator ||
|| Version 0.18+ ||.
2008-10-30 20:04:48 UTC in AlphaServer ES40 Emulator
-
I downloaded the latest shnapshot (CVS) i386 (32 bit) binary under w2k sp4. there shouldn't be any functional differences between 32 and 64 bit versions of es40.
except that the latter should run faster, I guess, since the C compiler can use the so called amd64 bit instructions directly and doesn't need to emulate them (in order to emulate the 64 bit alpha instructions) via C run-time system...
2008-10-30 10:38:19 UTC in AlphaServer ES40 Emulator
-
sorry for the delay, I was away the week-end.
apart from MSVC++ 2008 redistributable (if you use the binary build from latest snapshot) and PocoFoundation, you also need
to download/install SDL and WinPcap.
maybe that's it?
p.s.: are you using 32 or 64 bit version of es40?.
2008-10-27 10:09:05 UTC in AlphaServer ES40 Emulator