Displaying 20 results from an estimated 10000 matches similar to: "Re: Cannot run Win16 installer for Judaic Classics"
2009 Feb 04
0
Re: Cannot run Win16 installer for Judaic Classics
Gert van den Berg wrote:
> They may / may not work under Wine
Vitamin wrote:
> They will not work on Wine. Don't suggest something you do not know.
No problem; I had asked about them so I can analyze what the program uses *under* *Windows* (which I also run a a Qemu guest).
2009 Jan 19
2
Re: Cannot run Win16 installer for Judaic Classics
I found a partial workaround: since this is an old program, which, as far as I can tell, does not use the registry, I simply copied the directory that contains the program files of that program in wine's program files directory, and also added the fonts it needs in wine's font directory, and voila, ...
... it works...
... almost.
The problem is that it expects a CDROM in the drive. I
2009 Feb 03
2
Re: Cannot run Win16 installer for Judaic Classics
I ran strace without grep, and redirected stderr to a file, so that I can analyze it peacefully and change my mind as many times as I want without needing to run the command again (though that shouldn't be too troublesome, either).
command line:
strace wine .wine/drive_c/Program\ Files/davkajcl/judclib2.exe &> .wine/judaic_classics.stderr
Regarding your suggestion to capture the error
2009 Feb 03
2
Re: Cannot run Win16 installer for Judaic Classics
Thank you. Unfortunately, I bit more than I can swallow. I redirected the output of strace to a file, but it has more than 22k lines. How do I sensibly winnow that down? I have never used strace before and the output is overwhelming.
Alternatively/additionally, is there something similar for windows, which I can use to check what happens under windows, with a functioning copy of the program I am
2008 Nov 30
1
Cannot run Win16 installer for Judaic Classics
Hi,
I am trying to install Davka Judaic Classics IIc, a bookshelf kind of software with Hebrew books. It is a win32 program that was designed for running also on win3.11, hence the installer is, I believe, win16. I have used this software on Win95 and Win98. The program happily runs off emulated cdroms.
I have now tried to install this program under wine, but can't even get the installer to
2008 Jul 19
3
Running Wine on Win64
Hi all
I'm wondering if it would be possible to run Wine on Win64 ("x64") to
allow Win16 apps to be run? Preferably a native 64-bit binary, using
mostly native DLLs. (Services for Unix / Subsystem for Unix based
Applications might help for getting Wine compiled)
It might be a great way to get more users and developers for Wine.
Regular Windows releases of the DirectX 10 DLL's
2010 Jul 27
1
Re: Sysinternals autorunsc.exe
Gert van den Berg wrote:
> A drivers houldn't be needed for registry files copied from another PC and not actively loaded?
Only kernel can load registry. And obviously if you trying to load registry that overrides your system registry one need some drivers to work around that.
Of course you can open registry hive as a simple file and try to parse it. However this isn't trivial and
2009 Sep 09
3
Bugzilla keep logging me out
Hi,
I need to log in everytime I want to do something on bugzilla. E.g.
When I want to attach a file I need to login, after submitting it, I
need to log again and reselect the file.
Cookies are enabled, "Remember my Login" is checked, "Restrict this
session to this IP address (using this option improves security)" is
not checked (ISP has transparent proxies) (And changing
2009 Jun 24
2
Script to run Wine and save log
Hi all,
I created as little script to run wine and automatically log the
output and some basic information to a file.
It can be downloaded from here: http://www.mohag.net/wine_with_log
How to use:
1. Download (or create) it somewhere and set it executable.
wget http://www.mohag.net/wine_with_log
chmod +x wine_with_log
2. Run application with wine_with_log rather than wine
3. Logs can be found
2008 Sep 11
3
Invalid ELF binary with windows DLL - what is this ?????????
What does thoes this means???
warn:module:load_builtin_dll failed to load .so lib for builtin L"C:\\windows\\system32\\msvfw32.dll": /home/xekhz/.wine/dosdevices/c:/windows/system32/msv
fw32.dll: invalid ELF header
2008 Jul 21
3
Wine memory limitation for malloc?
Why win32 application under Wine can allocate only 2000 MB of memory, but same programm translated by gcc can get 3800 MB.
(OS/Compilers - WinXP/Visual C 6.0 32 bit, and openSUSE 11 x64/gcc -m32)
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
main(int argc, char **argv)
{unsigned long n,m,i; int *p,*p1,*p2,*p3; clock_t time1,time2;
i=4095; if (argc == 2) i = (size_t)
2009 Jul 26
10
Help! How to mix win32 and native os calls in code?
Hi
I have a tool that I am running under Mac version of Wine. What I am
doing is installing the tool under wine (i.e wine <path to installer
pkg.exe>) and then running it from wine.
It uses an api to capture current screen (BitBlt api). Under Mac, it
is capturing the X windows frame buffer instead of native Quartz frame
buffer. I have source code for this tool. I am thinking of
2008 Nov 06
12
multiple users on LINUX - way to share a single .wine
Basically, I'd like to have just one .wine dir on my file system that multiple users on LINUX can share thus allowing me to keep a single install of my windows apps. The default is to install to /home/CURRENT_USER/.wine so I'm wondering, as long as the LINUX users are in the same group, can I relocate the .wine dir to say, /home/share/.wine and update the wineconfig? I just started using
2009 Jul 24
4
Cannot install Matlab 5.3 R11
Hi everybody:
Thanks for reading.
I'm a Linux Debian Lenny user. I'm trying to install Matlab 5.3 R11 through wine-1.0.1-174-gc4039bd. The SETUP.EXE runs correctly.
The problem is when I enter the PLP (Personal License Password) required. I'm sure that the PLP is correct, but "matlab says not". The message is:
"The PLP you have entered is incorrect. Check your PLP
2009 Feb 08
1
Wine menus - rebuilding, deleting
Hi
I have a few questions about Wine's menu handling:
1. Is there some kind of command that will build a wine menu based on
all the files in the standard locations (Start menu and Desktop)? This
would be useful for rebuilding the Wine menu after deleting it. (Since
deleting the menu entries belonging to a single prefix is not easy)
winemenubuilder seem to take only single shortcuts as
2010 May 01
4
Re: Access HTTPS/SSL enabled sites
Gert van den Berg wrote:
> On Wed, Jan 6, 2010 at 08:52, matvrix <wineforum-user at winehq.org> wrote:
>
> > crypt32 has to be "Native, Builtin"
> >
> >
> But if its not included with IE, you need to copy it for Windows,
> otherwise the wine buildin gets used...
In /usr/lib/wine is a crypt32.dll.so.
How can I use the crypt32.dll from a windows
2008 Sep 26
4
single wineserver process on multiple session environment
is it possible to run only one wineserver process on multiple session?
i set up an ubuntu server as terminal server (using xdmcp and/or xrdp), so multiple user could run their own session on this server (remotely) from other linux or windows clients. there is one apps that run under wine.
but the number of wineserver process running is the same as the number of users logged in to this terminal
2011 Feb 04
3
multiple wine versions
Hello I managed to install a version of wine in ubuntu using:
sudo apt-get install wine
which gave me version 1.2.2
This version has been working pretty good with World of Warcraft but according to the AppDB version 1.3.6 is much better ('platinum') for Counter-strike: Source. So I d/led the source and installed it in /home/myname/.wine-1.3.6 but i'm not sure i understand PREFIX
i
2009 Apr 06
3
The Rosetta Stone : Installer doesn't work
Hello,
I'm trying to install The Rosetta Stone v2.08 (language learning software) on a Debian Squeeze (w/ linux 2.6.28-2~snapshot.12850 for my wireless card) using wine 1.1.18.
Running the autorun.exe (with ALSA as audio driver in winecfg) starts on working well, asking me what language the install should be in, and then allowing me to click on "Run installer". At that point,
2008 Dec 13
2
VeZA routeplanner: X_CreatePixmap error
Hi
I'm having trouble running VeZA route planner under Wine 1.1.10 under
Gentoo (x86).
mohag at mohagpc ~/.wine_veza/drive_c/Program Files/VeZA Route planner $
WINEPREFIX=~/.wine_veza wine routeplan.exe
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 53 (X_CreatePixmap)
Serial number of failed request: 1982
Current serial