Displaying 20 results from an estimated 2000 matches similar to: "wine is unable to load driver "Sentinel""
2009 Apr 20
0
wine is unable to load driver
Renzo <wineforum-user at winehq.org> wrote on April 20th:
>Hi,
>
>I'm trying to install "Libero IDE v8.5 " with WINE under Ubuntu 8.10.
>
>"Libero IDE v8.5" uses FlexLM to check the software license, but WINE, when launching any program, produces the following results:
>
>err:winedevice:ServiceMain driver L"Sentinel" failed to load
>
2009 Feb 21
3
error while installing orcad
hello guys [Exclamation]
i am using ubuntu 8.1, wine 1.0.1
i've tryed to install orcad v15.7.
the setup menu consists of three buttons:
Set Up Licensing - that installs the licence manager, needy for the program later when it prompts for the licence file.however while trying to install it i get the following message:
The network protocols installed on this computer either cannot be detected or
2008 Aug 06
4
[wine 1.1.2 opensuse 11]
I'm trying to run archcad 11
it is garbage in test...
but maybe someone suggest something that make this app became a bit closer to run on linux
here is my log:
Code:
~> env WINEPREFIX="/home/user/.winebtl/AC" wine "C:\Program Files/ArchiCAD 1
1\ArchiCAD.exe"
wine: Call from 0x7b8458b0 to unimplemented function ntoskrnl.exe.IoQueryDeviceDescription, aborting
wine:
2008 Oct 13
3
C++ Runtime Error
Hi guys, I'm trying to run Quartus II v8 via Wine and everything works perfectly fine so far except when I try to run a simulation. The simulation finishes successfully but I get an error message:
Code:
Microsoft Visual C++ Runtime Library:
Runtime Error!
Program: C:\altera\80\quartus\bin\quartus.exe
This application has requested the Runtime to terminate it in an unusual way. Please
2005 Aug 17
2
Sentinel Driver
I'm trying to run the Ardis Cutting Optimizer under
wine but it uses a Rainbow Sentinel driver to detect a
parallel port dongle for copy protection. I have the
dongle and I've installed the sentinel driver, but
when I run wine COWIN.exe I get the following:
fixme:vxd:VXD_Open Unknown/unsupported VxD
L"sntnlusb.vxd". Try setting Windows version to
'nt40' or
2012 Dec 14
1
[PATCH] daemon: Add sentinel attribute to commandf and commandrf
Causes a compiler warning to be emitted if you omit the trailing NULL argument.
---
daemon/daemon.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/daemon/daemon.h b/daemon/daemon.h
index 8f932d2..df1ba3a 100644
--- a/daemon/daemon.h
+++ b/daemon/daemon.h
@@ -100,9 +100,9 @@ extern char **split_lines (char *str);
#define COMMAND_FLAG_CHROOT_COPY_FILE_TO_STDIN 2048
2003 Mar 12
2
sentinel.vxd
Hi,
When i am running tally5.4 on linux7.1 through wine i am getting
following errors.
fixme:file:Device_Open Unknown/Unsupported VxD SENTINEL.VXD. Try
Setting
Windows version to 'nt40' or 'win31'
thanks in advance
Nayan
__________________________________________________________
Great Travel Deals, Airfares, Hotels on
http://www.journeymart.com/rediff/travel.asp
2019 Apr 24
1
[PATCH nbdkit] build: Use dlsym as sentinel function for -ldl.
When testing which “dl library” we must use for dl* symbols, autoconf
runs a test similar to:
$ cat conftest.c
char dlopen ();
int main () { return dlopen (); }
$ gcc -o conftest $CFLAGS conftest.c [try various -ldl options here]
When using ‘CFLAGS="-fsanitize=address"’ this succeeds even if no dl
libraries are used at all, since it appears that using this option
causes dlopen
2008 Jun 12
1
rc3 strange behavior
Hello *,
I've rc3 on Debian Lenny compiled from source.
$ wine --version
wine-1.0-rc3
However I typoed that command by mistake:
$ wine -version
and wine went looking for -version.exe. The strange behavior is the output.
Is the folloing normal?
$ wine -version
wine: Unhandled page fault on write access to 0x00452000 at address
0x7efa04f4 (thread 0019), starting debugger...
Unhandled
2018 Jun 26
0
Wine release 3.0.2
The Wine maintenance release 3.0.2 is now available.
What's new in this release (see below for details):
- Various bug fixes
The source is available from the following locations:
https://dl.winehq.org/wine/source/3.0/wine-3.0.2.tar.xz
http://mirrors.ibiblio.org/wine/source/3.0/wine-3.0.2.tar.xz
Binary packages for various distributions will be available from:
2014 Jul 08
0
Redis sentinel support in dict
Redis sentinel ( http://redis.io/topics/sentinel ) is a service that monitors
and manages redis master slave replication.
Using sentinel you can easily create a redis ha cluster. You can connect
to a sentiniel and subscribe to certain events then in case of an
failover update the redis address to new master etc.
I think this is better suited to be used with dict proxy.
Do You think it can be
2008 Jan 14
1
wine-0.9.53: slow startup, several stack dumps
Hello.
Between 0.9.52 and 0.9.53 were several changes that lead to a big slowdown
on starting wine. The log traces give the following info:
wine: Call from 0x7ee3812c to unimplemented function ntoskrnl.exe.KeQueryActiveProcessors, aborting
wine: Unimplemented function ntoskrnl.exe.KeQueryActiveProcessors called at
address 0x7ee3812c (thread 000f), starting debugger...
Unhandled exception:
2010 Aug 27
1
missing some stuff
My wine seems to be broken. Missing some things.
For instance, when I run "regedit" in terminal, this is the result in the terminal window.
Code:
regedit
err:module:find_forwarded_export module not found for forward 'msvcrt.wcscat' used by L"C:\\windows\\system32\\ntoskrnl.exe"
err:module:find_forwarded_export module not found for forward 'msvcrt.wcslen' used
2024 Apr 25
1
Big speedup in install.packages() by re-using connections
On Thu, 25 Apr 2024 14:45:04 +0200
Jeroen Ooms <jeroenooms at gmail.com> wrote:
> Thoughts?
How verboten would it be to create an empty external pointer object,
add it to the preserved list, and set an on-exit finalizer to clean up
the curl multi-handle? As far as I can tell, the internet module is not
supposed to be unloaded, so this would not introduce an opportunity to
jump to an
2023 Mar 15
1
[libnbd PATCH v4 1/3] lib/utils: introduce xwritel() as a more robust and convenient write()
On Wed, Mar 15, 2023 at 03:30:12PM +0100, Laszlo Ersek wrote:
> On 3/15/23 15:01, Eric Blake wrote:
>
> > [...]
>
> Thanks for the thorough review; I'm glad all the fine points I sought to
> put in the patch were received -- and well-received! :)
>
> One question:
>
> > The only change I recommend is the addition of the __attribute__; but
> > with
2016 Jul 11
2
[PATCH] D22161: SystemZ: Avoid implicit iterator conversions, NFC
> On 2016-Jul-11, at 09:05, Ulrich Weigand <ulrich.weigand at de.ibm.com> wrote:
>
> uweigand accepted this revision.
> uweigand added a comment.
> This revision is now accepted and ready to land.
>
> I'll defer to your expertise on that. Patch looks good to me.
>
> I guess I'm not fully familiar with some of the C++ language details here. Would you
2012 Jan 12
0
Need help with using CMBChine online bank USB token with Wine ( unofficial USB patch-set applied )
Hello,
I'm looking forward to make a USB token working with Wine. The token
is used by CMBChine online bank ( http://english.cmbchina.com/ ) , and
the Client for the token can be download from
http://121.15.172.132/download/PB/PbSetup60.exe
( http://www.cmbchina.com/cmbpb/v36/pb.htm )
I've follow http://wiki.winehq.org/USB, but get some trouble.
Here is what I've tried:
0. Build and
2018 May 14
0
Wine release 3.0.1
The Wine maintenance release 3.0.1 is now available.
What's new in this release (see below for details):
- Various bug fixes
- Translation updates
The source is available from the following locations:
https://dl.winehq.org/wine/source/3.0/wine-3.0.1.tar.xz
http://mirrors.ibiblio.org/wine/source/3.0/wine-3.0.1.tar.xz
Binary packages for various distributions will be available from:
2018 Apr 13
0
Wine release 3.6
The Wine development release 3.6 is now available.
What's new in this release (see below for details):
- Support for PNG format icons.
- Support for 1D textures.
- More infrastructure for high DPI support.
- OLE data cache improvements.
- Various bug fixes.
The source is available from the following locations:
https://dl.winehq.org/wine/source/3.x/wine-3.6.tar.xz
2014 Jul 10
2
[LLVMdev] bug in ilist_node::getPrevNode() ?
Hi all,
I stumbled over a problem in ilist_node::getPrevNode(). It crashes when invoked for the first element in a list.
It's because the Prev pointer of a first list element does not point to the sentinel but is just null.
First question: Is this really a bug or am I doing something wrong?
Second question: If it is a bug, what should be the correct behaviour? Either change insert() to let