Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] love: alignment problem (+ reference to possible patch)
@ 2021-05-31 17:58 ralvgh
  2021-06-01  1:15 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ralvgh @ 2021-05-31 17:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1375 bytes --]

New issue by ralvgh on void-packages repository

https://github.com/void-linux/void-packages/issues/31234

Description:
### System

* xuname: Void 5.11.22_1 i686 GenuineIntel uptodate rFF

* package:  love-11.3_1
 
### Expected behavior

According to "Making a Game" on (love2d-wiki/Getting Started)[https://love2d.org/wiki/Getting_Started]
a window opens with text "Hello World".

### Actual behavior

An error message is displayed instead saying

  Error

  wrap_Math.lua:35: Cannot push love object to Lua: unexpected alignment (pointer is 0x02263fe8 but alignment should be 16)

  Traceback

  [C]: in function '_getRandomGenerator'
  wrap_Math.lua:35: in main chunk
  [C]: at 0xb7b63480
  [C]: in function 'require'
  [C]: in function 'xpcall'
  [C]: in function 'xpcall'

### Steps to reproduce the behavior
 
     $ mkdir getting.started && cd getting.started
     $ cat > main.lua
     function love.draw()
         love.graphics.print("Hello World", 400, 300)
     end
     
     zip -9 -r getting.started.love .
     
     /usr/bin/love getting.started.love

### Possible patch

Using a [patch written by pgimeno](https://www.love2d.org/forums/viewtopic.php?p=234660#p234660)
on [love-11.3-linux-i686.tar.gz](https://github.com/love2d/love/releases/download/11.3/love-11.3-linux-i686.tar.gz)
the problem vanishes for me.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-06-10  2:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-31 17:58 [ISSUE] love: alignment problem (+ reference to possible patch) ralvgh
2021-06-01  1:15 ` ericonr
2022-02-24 18:42 ` tallero
2022-05-26  2:13 ` github-actions
2022-06-10  2:13 ` [ISSUE] [CLOSED] " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).