-
I had the same problem, make your project run in the bin directory of the jirr 1.4.2 distribution. (working directory). After that, the dll was able tofind all its dependencies.
-Jerry.
2009-03-20 00:48:17 UTC in Jirr
-
Here's the log file:
Its as if the first call isn't linked into the library properly?
#
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x05241100, pid=3184, tid=832
#
# Java VM: Java HotSpot(TM) Client VM (11.0-b16 mixed mode, sharing windows-x86)
# Problematic frame:
# C [OgreMain.dll+0x151100]
#
# If you...
2009-03-12 23:51:13 UTC in ogre4j
-
Hi all,
I've been trying to build fmj on windows vista and I got the following error:
error building with netbeans 6.5 on windows vista
C:\Users\jkalkhof\Source\fmj\src.test\net\sf\fmj\media\codec\audio\ulaw\MuLawEncoderDecoderTest.java:5: cannot find symbol
symbol : class UnsignedUtils
location: package com.lti.utils
import com.lti.utils.UnsignedUtils;
I'm using the latest...
2009-03-12 23:33:41 UTC in FMJ
-
I tried adding the zuh.mesh and suh.material in the project folder and the media subfolder, but I still get the same error from the first init call:
root = new Root("", "", this.getClass().getName() + ".log");
Maybe I can try building the ogre4j library with debugging enabled?
-Jerry.
2009-02-28 00:28:18 UTC in ogre4j
-
Here is the details from the log:
#
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x051cf699, pid=3592, tid=688
#
# Java VM: Java HotSpot(TM) Client VM (11.0-b16 mixed mode, sharing windows-x86)
# Problematic frame:
# C [OgreMain.dll+0xaf699]
#
# If you would like to submit a bug report, please visit:
#...
2009-02-18 00:50:50 UTC in ogre4j
-
Hi guys,
I'm running into the following exception when I run the hello world application:
Any ideas what I may be doing wrong?
I'm running vista 64 bit on java vm 5,6 with ogre1.6.0 and orgre4j v 1.6.0beta 6
-Jerry
run:
#
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x05261100, pid=3540, tid=2544
#
#...
2009-02-18 00:46:42 UTC in ogre4j
-
Yup that was the problem - sorry about that. Now I'm getting a java runtime error - I'll try to check some other posts in the forums before dumping out the details here.
I was able to find older versions of the ogre sdk here:
get the correct version of the ogre package
https://sourceforge.net/project/showfiles.php?group_id=2997&package_id=2939
-Jerry.
2009-02-17 23:30:29 UTC in ogre4j
-
Ok, I went through those steps and still have the error. (same with Netbeans and Eclipse IDE's)
Also, I noticed there is a line change on 278 of the helloworld.java file to get it to build:
root.initialise(false, "OGRE Render Window", "");
//root.initialise(false, "");
although helloworld still gets the unsatisfied link error on this...
2009-02-17 18:26:52 UTC in ogre4j
-
I'm having the same problem. Can someone please tell me what is the solution?
I tried adding the ogre sdk release dir to my path so it can find ogremain.dll but nothing changed???
-Jerry.
2009-02-17 04:14:14 UTC in ogre4j
-
kalkhof committed patchset 2 of module winqtmte to the Music Theory Environment CVS repository, changing 71 files.
2003-04-09 02:06:54 UTC in Music Theory Environment