yoyokko / jnlua

Automatically exported from code.google.com/p/jnlua
0 stars 0 forks source link

Why it does not run in windows xp-86 #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Just do as GettingStarted  
What is the expected output? What do you see instead?
The LuaConsole does not run at all

What version of the product are you using? On what operating system?
0.9.4 Windows-xp

Please provide any additional information below.

Original issue reported on code.google.com by HuberyZh...@gmail.com on 26 Aug 2012 at 8:34

Attachments:

GoogleCodeExporter commented 9 years ago
I have the same combo WindowsXP and Java 7.
I've tried 1.0.2 and 0.9.4, I've recompiled with the lastest source but 
something helps.

Does someone now how to track this problem ?
I can test different configurations if needed.

Thanks for your help.

Original comment by jeancharles.roger@gmail.com on 10 Sep 2012 at 6:54

Attachments:

GoogleCodeExporter commented 9 years ago
I've tried 1.0.2 and 0.9.4 too, but does not run
In windowsXP and JDK6

Original comment by yiih...@gmail.com on 11 Sep 2012 at 1:55

GoogleCodeExporter commented 9 years ago
I do not have Windowx XP for testing. My current test setup is Windows 7 with 
Java 1.6 using the Visual Studio 2008 C compiler on both 32-bit and 64-bit. Any 
additional information on the nature of the failure and/or tests using 
different compiler versions is helpful.

Original comment by an...@naef.com on 3 Oct 2012 at 12:25

GoogleCodeExporter commented 9 years ago
I've compiled the sources from the scm repository using VisualExpress 2010 on a 
32bit Windows XP.
Windows is running on a Virtualbox vm.

jnlua crashes at 'Java_com_naef_jnlua_LuaState_lua_1newstate', when first 
loading the library.
I haven't been able to extract debug informations. I've tried printf but 
nothing gets out. It seems that VisualExpress doesn't provide a debugger. I'm 
not familiar with Microsoft development tools, so that's all I can give yet.

Original comment by jeancharles.roger@gmail.com on 3 Oct 2012 at 2:43

GoogleCodeExporter commented 9 years ago
JNLua 1.0.3 and 0.9.5 now includes pre-built binaries for Windows that have 
been compiled using the 2010 series of MS compilers.

Original comment by an...@naef.com on 9 Oct 2012 at 11:14

GoogleCodeExporter commented 9 years ago
Thanks for the new version.
I've tried the new native lib and jar (the 1.0.3 only) on Windows XP but 
unfortunately it still didn't work :(.
I attach the the jvm crash log.

I also attach the macosx lib that I've compiled for my uses. If you find useful.

Jean-Charles.

Original comment by jeancharles.roger@gmail.com on 10 Oct 2012 at 8:12

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by an...@naef.com on 28 Jul 2013 at 10:20

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Same problem still in 1.0.4, crash log attached.

Original comment by raven...@gmail.com on 6 Sep 2013 at 1:32

Attachments:

GoogleCodeExporter commented 9 years ago
It was a hell of a task, but I managed to compile it using MinGW. I just ran 
Hello World (just started to learn Lua a few hours ago) in Lua Development 
Tools and it worked, so I don't know if everything's working. Some hours ago 
jnlua52.dll crashed, so I looked for jnlua52.dll and tried to find a 
substitute, that's why I'm here.

Versions: MinGW 4.7.2, Lua 5.2.2 and JNLua 1.0.4

No optimizations and some special flags. I had to modify both Makefiles to make 
it work under Windows/MinGW. The compilation process and both Makefiles are 
kind of messy, if someone is interested I'll relate the whole process.

Original comment by raven...@gmail.com on 6 Sep 2013 at 4:29

Attachments: