Github messages for voidlinux
 help / color / mirror / Atom feed
From: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [ISSUE] [CLOSED] love: alignment problem (+ reference to possible patch)
Date: Fri, 10 Jun 2022 04:13:25 +0200	[thread overview]
Message-ID: <20220610021325.WqAS_HGmPFlgHZAyekmgBs00aXAtVkSChxuheLUvJNE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31234@inbox.vuxu.org>

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

Closed 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.

      parent reply	other threads:[~2022-06-10  2:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-31 17:58 [ISSUE] " 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 ` github-actions [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220610021325.WqAS_HGmPFlgHZAyekmgBs00aXAtVkSChxuheLUvJNE@z \
    --to=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).