Displaying 20 results from an estimated 100 matches similar to: "Can't run Evidence Scribe"
2012 Feb 07
4
Unable to run Pass 11
Hi All,
I am new to both Linux and Wine. I am running Mint 12.
For work I use Stata, R, and PASS 11. I am able to install Stata and R as Linux apps. But PASS 11 is Windows only.
I installed it using Wine and it appears to be installed. When I got to .wine/drive_c/Program Files/NCSS/PASS 11...I can see that all the files are there and when I either double click on PASS11.exe or use the
2009 Feb 11
1
Re: Can't run Evidence Scribe
Hi, I'm the Evidence Scribe developer. I've actually corresponded with the original poster about this and worked things out (I'm building a version specifically for Linux). moosehadly can verify that this problem has been solved if you need him to.
Could a moderator delete this thread? The topic is "Can't run..." and it is showing up in Google results looking like
2012 Apr 18
0
Loudlink Explorer 3.0.0
Hi, I try to use Loudlink Explorer (free download:
http://loudlink.eu/webshop/index.php?main_page=document_general_info&cPath=2&products_id=70).
This program is used to copy mp3's to sd-card for use in Loudlink
devices. I tried to copy by hand, but the files are not properly
recognized by loudlink device without a special formated index file. So
I need this software, sorry.
2014 Mar 11
2
[PATCH] nv50/ir/gk110: fix some instruction emission
Information for this was gathered from nvdisasm.
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
Entirely untested. Ben, do you think you'll be able to give this a shot?
.../drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp | 33 +++++++++++-----------
1 file changed, 16 insertions(+), 17 deletions(-)
diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp
2008 Nov 13
1
system.windows.Forms.MimeIconEngine
Gettting an error startiing an application on the call to system.windows..forms.MimeIconEngine and need to find the dll in which its loaded.
I copied the dll from Microsft.NET which appeared to be the one causing the problem, and am getting a bit further, but the error now appears to be in system.windows.forms.winfilesystem
any help much appreciated.
rgds
david
2017 Oct 09
4
Understanding of ldd header allocation
Hello,
I am currently switching to ldd from ld.bfd on a cross-platform embedded project and am facing a behaviour difference when using the same linker scripts with ld.bfd and ldd. Could anybody please give me a more reliable direction I should go with to get the same behaviour from both of the linkers?
Target binary format is a 32-bit ELF executable, which is expected to consist of a single RWX
2010 Oct 06
2
Regression bug in latest Wine?
Hi.
I've been using Keep Focused (http://keepfocused.codeplex.com/) in Wine and it was working despite some errors.
But today I updated Wine from the Wine and this is the error I get when I start it:
Code:
fixme:gdiplus:GdipMeasureString graphics object has no HDC
Unhandled Exception: System.NotImplementedException: The requested feature is not implemented [GDI+ status: NotImplemented]
2009 Apr 28
0
Unhandled Exception: System.TypeInitializationException
Hi guys. I hope somebody will be able to help me out with this. I'm trying to run a .NET application in Mac OS X. Wine asked me to install the Windows version of Mono under Wine, so I did. Now when I try to run the program, I get the following sequence of errors:
Code:
fixme:win:EnumDisplayDevicesW ((null),0,0x60e04c,0x00000000), stub!
Unhandled Exception:
2008 Jan 03
3
unimplemented function gdiplus.dll.GdipGetGenericFontFamilySansSerif
I'm trying to install My Siruis Studio (to access a Sirius satellite
radio) with Wine 0.9.52 on in Intel iMac running OS X 10.5.1. This
application requires MS .NET Framework 1.1, so I tried installing Mono
1.26 instead. This allowed the My Siruis Studio installation to
complete, but an attempt to run My Siruis Studio fails immediately with:
Call from 0x7b830330 to unimplemented
2011 May 29
1
[LLVMdev] LLVMInitializeNativeTarget error
Hello All,
I'm building an F# binding for LLVM and it seems to be working for the
parts of Core and BitWriter that I've tested but I've hit problems
with Target/ExecutionEngine. The following test code works with the
initializeNativeTarget line commented out like so:
<https://github.com/keithshep/llvm-fs/blob/b7050b841108dc703e58563a4cff8845603c950d/test/simpletest2.fs>
...
2010 Oct 31
3
msg:install the Windows version of Mono to run .NET executab
Hi Wine friends
I am trying to install the genie windows software using wine 1.2.1
During the first attempt I recieve this first msg:
install the Windows version of Mono to run .NET executables
and some lines later this second msg:
err:rpc:I_RpcGetBuffer no binding
Ok. After googleing I found the two msgs are related and the only way I could find to fix it was to install the mono26 using
2006 Feb 17
0
Problems with Sanitarium
Well, I found this *old* game in my closet the other night, and wondered if Wine could play it.The APPDB entry (http://appdb.winehq.org/appview.php?versionId=4089) has it on Gold status, and I was quite happy.
Install worked fine, but, once I started the game, I found some problems.
One problem, not just found in Sanitarium, but also in other games, is that when a Video Scene is playing, the
2009 May 20
6
Error
Hi,
I'm trying to install a programme called WinTrade. I managed to install it on my system. However when I tried to run it, it complained that it need mono for windows. So I installed mono and that seemed ok. Now when I run the program I get the following error:
> Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for <Module>
2020 Apr 23
2
Debug symbols are missing in elf
On Wed, Apr 22, 2020 at 10:34 PM David Blaikie <dblaikie at gmail.com> wrote:
>
>
>
> On Wed, Apr 22, 2020 at 9:28 AM Nagaraju Mekala via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> On Tue, Apr 21, 2020 at 6:16 PM Robinson, Paul <paul.robinson at sony.com> wrote:
>> >
>> >
>> >
>> > > -----Original Message-----
2014 May 02
4
[PATCH] tests: simple test for execstack supermin
Add a simple test which uses scanelf or readelf to detect whether the
supermin executable is really not executable.
Kind of followup of commit c9f7a7998021e1cbe22a8ec325d43e2bdc3eff5a.
---
tests/Makefile.am | 1 +
tests/test-execstack.sh | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
create mode 100755 tests/test-execstack.sh
diff --git a/tests/Makefile.am
2014 Mar 11
0
[PATCH] nv50/ir/gk110: fix some instruction emission
On Tue, Mar 11, 2014 at 7:47 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> Information for this was gathered from nvdisasm.
>
> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
> ---
>
> Entirely untested. Ben, do you think you'll be able to give this a shot?
I'll try and take a moment in the next couple of days to give it a go.
>
>
2010 Jul 14
3
sample sleep command killed
I re-wrote the compile script to build klibc (cleaning up how I do it,
and how to find the source tarballs). It seems to be compiling fine.
I tried several of the commands in usr/utils/static and most one.
However, the sleep command fails in a strange way (EINVAL on execve):
================================================================
faraday/phil /home/phil/klibc-project-0 581> strace
2010 Nov 29
0
Microsoft Visual Basic 10.0
I'm trying to run some software that was apparently developed in Microsoft Visual Basic 10.0.
http://dfrpgtools.blogspot.com/
After much poking around, including loading mono for Windows, etc. I get the following:
> $ wine "Dresden Files Character Manager.exe"
> WARNING: The runtime version supported by this application is unavailable.
> Using default runtime: v1.1.4322
2008 Jul 23
28
[PATCH] ioemu-remote: ACPI S3 state wake up
ioemu-remote: The device model needs to write in the ACPI tables when it
wakes up from S3 state.
Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com>
--
Jean Guyader
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2010 Jul 28
6
Attempting to bypass .net check/use mono
I am trying to use the mono26 install from winetricks in order to run an installer that fails to find:
C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\mscorsvw.exe
even though I have both that 2.0 and the 3.0 framework in my .wine/ folder. Once it fails to find that file it starts to run a 3.5 framework installer that wine doesn't quite have working yet.
Does anybody have any advice on