Help with Porting to v0.8

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
Post Reply
User avatar
Davidobot
Party member
Posts: 1226
Joined: Sat Mar 31, 2012 5:18 am
Location: Oxford, UK
Contact:

Help with Porting to v0.8

Post by Davidobot »

Can any please tell me why my game is crashing when I run it in v0.8, it worked fine in v0.72?
Attachments
Dungeon Crawler.love
(78.83 KiB) Downloaded 79 times
PM me on here or elsewhere if you'd like to discuss porting your game to Nintendo Switch via mazette!
personal page and a raycaster
coffee
Party member
Posts: 1206
Joined: Wed Nov 02, 2011 9:07 pm

Re: Help with Porting to v0.8

Post by coffee »

Davidobot wrote:Can any please tell me why my game is crashing when I run it in v0.8, it worked fine in v0.72?
It's working well with official Love vanilla 0.8.0 OSX version. Try delete savegame (because can be something related to json library).
User avatar
Davidobot
Party member
Posts: 1226
Joined: Sat Mar 31, 2012 5:18 am
Location: Oxford, UK
Contact:

Re: Help with Porting to v0.8

Post by Davidobot »

coffee wrote:
Davidobot wrote:Can any please tell me why my game is crashing when I run it in v0.8, it worked fine in v0.72?
It's working well with official Love vanilla 0.8.0 OSX version. Try delete savegame (because can be something related to json library).
Well, it crashes with LOVE vanilla 0.8.0 Windows 7 version.
PM me on here or elsewhere if you'd like to discuss porting your game to Nintendo Switch via mazette!
personal page and a raycaster
User avatar
Nixola
Inner party member
Posts: 1949
Joined: Tue Dec 06, 2011 7:11 pm
Location: Italy

Re: Help with Porting to v0.8

Post by Nixola »

It doesn't crash with LOVE 0.8.0 on Windows XP...
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
coffee
Party member
Posts: 1206
Joined: Wed Nov 02, 2011 9:07 pm

Re: Help with Porting to v0.8

Post by coffee »

Davidobot wrote:
coffee wrote:
Davidobot wrote:Can any please tell me why my game is crashing when I run it in v0.8, it worked fine in v0.72?
It's working well with official Love vanilla 0.8.0 OSX version. Try delete savegame (because can be something related to json library).
Well, it crashes with LOVE vanilla 0.8.0 Windows 7 version.
"Sad" news for you. It works with my virtual XP (0.8.0 32bits) . It works with my real PC with windows 7 32bits (0.8.0 32bits). So I ask again did you got ridden your savefiles first? Some old savegame could be hanging the game (new vars loaded? new vars saved?)- Sorry can't help more.
Xugro
Party member
Posts: 110
Joined: Wed Sep 29, 2010 8:14 pm

Re: Help with Porting to v0.8

Post by Xugro »

Add this to love.load():

Code: Select all

	fps = 0
This fixed the crash on my machine (love_0.8.0-0oneiric1_i386.deb).
Post Reply

Who is online

Users browsing this forum: No registered users and 233 guests