RASCAL Software

Questions about Wine on Linux
Locked
TMW
Newbie
Newbie
Posts: 2
Joined: Wed Mar 06, 2013 3:37 pm

RASCAL Software

Post by TMW »

Hi,

I'm new to Wine and trying to get this program to work on Linux Mint:
http://www.cs.columbia.edu/CAVE/softwar ... rrhome.php

I've downloaded and installed the required DLL and can open the program, but when it actualy runs I get these errors:

Code: Select all

wine: Unhandled page fault on read access to 0x00000010 at address 0x40b567 (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000010 in 32-bit code (0x0040b567).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:0040b567 ESP:0033e8c0 EBP:00000000 EFLAGS:00010202(  R- --  I   - - - )
 EAX:00000000 EBX:7b894ff4 ECX:0033fe48 EDX:00000002
 ESI:00000000 EDI:0040bef0
Stack dump:
0x0033e8c0:  00000000 0040bef0 7ffdf000 004025ed
0x0033e8d0:  00000000 0040bef0 7ffdf000 0033fe90
0x0033e8e0:  7b894ff4 00000000 00000000 00000000
0x0033e8f0:  00000000 00000000 00000000 00000000
0x0033e900:  00000000 00000000 00000000 00000000
0x0033e910:  00000000 00000000 00000000 00000000
Backtrace:
0x0040b567: movl	0x10(%esi),%edi
Modules:
Module	Address			Debug info	Name (19 modules)
PE	  400000-  41d000	Export          rrselect
ELF	7b800000-7b9aa000	Deferred        kernel32<elf>
  \-PE	7b810000-7b9aa000	\               kernel32
ELF	7bc00000-7bcc4000	Deferred        ntdll<elf>
  \-PE	7bc10000-7bcc4000	\               ntdll
ELF	7bf00000-7bf04000	Deferred        <wine-loader>
ELF	7ed32000-7ed54000	Deferred        libncurses.so.5
ELF	7ef7c000-7ef89000	Deferred        libnss_files.so.2
ELF	7ef89000-7ef95000	Deferred        libnss_nis.so.2
ELF	7ef95000-7efae000	Deferred        libnsl.so.1
ELF	7efae000-7efd8000	Deferred        libm.so.6
ELF	7efda000-7eff9000	Deferred        libtinfo.so.5
ELF	f7490000-f749a000	Deferred        libnss_compat.so.2
ELF	f749b000-f74a0000	Deferred        libdl.so.2
ELF	f74a0000-f761f000	Deferred        libc.so.6
ELF	f7620000-f763b000	Deferred        libpthread.so.0
ELF	f7663000-f77a5000	Dwarf           libwine.so.1
ELF	f77a7000-f77c7000	Deferred        ld-linux.so.2
ELF	f77c7000-f77c8000	Deferred        [vdso].so
Threads:
process  tid      prio (all id:s are in hex)
00000008 (D) Z:\home\tom\Documents\RASCAL\bin\rrselect.exe
	00000009    0 <==
0000000e services.exe
	0000001b    0
	00000014    0
	00000010    0
	0000000f    0
00000011 winedevice.exe
	00000017    0
	00000013    0
	00000012    0
00000018 plugplay.exe
	0000001c    0
	0000001a    0
	00000019    0
00000021 explorer.exe
	00000022    0
Backtrace:
I don't really know where to start with this so any help would be much appreciated.

Thanks
Tom
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: RASCAL Software

Post by dimesio »

Wine version? If it's not the latest development release, upgrade.

What "required DLL" did you install, and what makes you think it is required?

From the date on the page you linked to, it seems this software is from the Windows 98 era, so you might want to try setting the Windows version to that in winecfg.
TMW
Newbie
Newbie
Posts: 2
Joined: Wed Mar 06, 2013 3:37 pm

Re: RASCAL Software

Post by TMW »

I'm running wine-1.3.28.
The DLL was mcf42.dll. When I first ran the program Wine said it was not installed so I installed it. However setting it to Windows 98 seems to have solved the problem.

Thanks
Tom
Locked