Re: LÖVE 0.7.0 Game Slave released
Posted: Tue Dec 07, 2010 11:32 am
Also: w0000000t!!!
Now I understand why not working.! WARNING !
-----------
This software is not complete. This is just a preview. Don't expect to find any
interface consistencies between releases at all. With each release, everything
you once knew and loved may be brutally murdered. By which I mean removed and/or
changed.
0.7.0 is stable. There's just no guaranteed API stability between versions. Meaning games written for 0.7.0 may not run in 0.8.0.com_1 wrote:Now I understand why not working.! WARNING !
-----------
This software is not complete. This is just a preview. Don't expect to find any
interface consistencies between releases at all. With each release, everything
you once knew and loved may be brutally murdered. By which I mean removed and/or
changed.
I'd rather wait for "LÖVE 0.7.0" a stable version.
I guess it means that my processor is too old-school for new version of Love or compiler used for this build. Is there any way to make it more retro-friendly?Second chance exception 0xC000001D (Illegal Instruction) occurred in "LOVE.EXE" at address 0x004401C1.
Aw man, deep down i knew SSE2 was a bad idea. I can try recompiling without that for you.Endeg wrote:Good day, fellow lovers
0.7.0 crashes on my computer and won't crash on anything else. At first, I thought it might be some msvcr80.dll nonsense or some fancy framebuffer thing, but Dependency Walker showed me this:I guess it means that my processor is too old-school for new version of Love or compiler used for this build. Is there any way to make it more retro-friendly?Second chance exception 0xC000001D (Illegal Instruction) occurred in "LOVE.EXE" at address 0x004401C1.
bartbes wrote:Since you seem to be convinced it's your cpu, what cpu do you use?
It's Athlon XP, and yes, it doesn't support sse2.TechnoCat wrote: Aw man, deep down i knew SSE2 was a bad idea. I can try recompiling without that for you.
What CPU do you have?
Here is an SSE build for Windows. The purpose of this is to support old CPU's.Endeg wrote:It's Athlon XP, and yes, it doesn't support sse2.
The recompiling would be just great .