Search found 8 matches
- Sun May 08, 2022 5:44 pm
- Forum: Support and Development
- Topic: Game EXE flagged by Windows Defender
- Replies: 6
- Views: 3622
Game EXE flagged by Windows Defender
I followed the steps to create a Windows Executable, and when I try to run it, Windows shows a warning saying there is a virus in mygame.exe Windows Defender reports it as Behavior:Win32/Execution.A!ml , which I think means that it hasn't identified it as being infected with a specific virus so much...
- Sun May 08, 2022 4:32 pm
- Forum: Support and Development
- Topic: image size limits?
- Replies: 2
- Views: 2523
image size limits?
I have an awkwardly sized spritesheet that is 18432 pixels wide by 80 pixels tall (my sprites are 384 pixels wide). When I try to load it with love.graphics.newImage, it draws as garbage (two solid bars of pink and white on top of each other). This seems to hold true for any width down to 16512 pixe...
Re: HTTPS
Never mind, I found it: If I add a slash to the end of the path, things work fine, I'll just use https://api.ipify.org/?format=json
Re: HTTPS
With either solution, I'm getting the same error when trying to use query parameters: code, body, headers = https.request('https://api.ipify.org?format=json', {}) returns a code of 0. Without the query parameters, code, body, headers = https.request('https://api.ipify.org', {}) returns 200 and a bod...
Re: HTTPS
These are both great answers, thank you much!
HTTPS
I've been away for a while but have an idea for a project that requires calling an API over a TLS connection. I found the wiki page on lua-https, and it mentions that this will be part of Love 12.0, but that's probably still some time out? Is there a nightly build of 12.0 that already includes this?...
- Tue Mar 17, 2015 5:35 pm
- Forum: Ports
- Topic: Raspberry Pi
- Replies: 12
- Views: 26738
Re: Raspberry Pi
Ummmmm. As far as I know anything that wants to display more than just simple text must have x11 or wayland, etc... Love2D definatly needs it as it is an essential dependency... Do you know what x11 is? Yes I do, although your reply makes me think that you do not. But as an excercise: If it was tru...
- Tue Mar 17, 2015 1:13 pm
- Forum: Ports
- Topic: Raspberry Pi
- Replies: 12
- Views: 26738
Re: Raspberry Pi
I too would like to run LÖVE on my RPi, and I have compiled it against the libsdl2-dev libraries in raspbian, but they seem to demand that I run X11. I would like to run my games in fullscreen on the console, though - do I need to rebuild SDL2 for that? Has anyone done this, and maybe written up a H...