Page 1 of 1

Running on Wine

Posted: Sun Feb 23, 2025 5:39 am
by H A M
I tried to run it but gave an error message: ChoosePixelFormat failed
In the terminal:

Code: Select all

01bc:err:wgl:init_opengl Failed to load libGL: libGL.so.1: cannot open shared object file: No such file or directory
01bc:err:wgl:init_opengl OpenGL support is disabled.
When I accept it, more errors pop up:

Code: Select all

SetPixelFormat failed: Success.
And the 256 color display warning shows up, but I can't proceed.
Using Ubuntu 24.04.2 LTS and Wine 10.1

Re: Running on Wine

Posted: Sun Feb 23, 2025 7:15 am
by robertw
I found an answer for this with regard to another piece of software, which said:
You forgot to install 32-bit OpenGL libraries (Nvidia installer asks you to install them or not).
Does that help? If you search ChoosePixelFormat and wine you may find other answers too.

Re: Running on Wine

Posted: Sun Feb 23, 2025 12:45 pm
by H A M
I just ran

Code: Select all

sudo apt install libgl1:i386
and now it worked!
(From https://forum.winehq.org/viewtopic.php?t=37190)

Re: Running on Wine

Posted: Sun Feb 23, 2025 6:16 pm
by H A M
UPDATE: printing doesn't work
gave these errors:

Code: Select all

0024:fixme:winspool:StartPagePrinter (00000001): stub
0024:fixme:winspool:EndPagePrinter (00000001): stub

Re: Running on Wine

Posted: Mon Feb 24, 2025 10:42 am
by robertw
All I can do is google the terms and see what comes up (I don't have wine).

Found someone report this:
0160:fixme:winspool:StartPagePrinter (00000001): stub
saying it happened in Wine 8.8 and was fixed in 8.10

Number at the start's a bit different, but not sure what the number means.

But also found one with the same number:
0024:fixme:winspool:StartPagePrinter (00000001): stub
Says it was fixed in 9.21

I guess make sure you've got the latest version of Wine and see if that helps.
Or like OpwnGL, is there a 32 bit version relating to printers to install?

Re: Running on Wine

Posted: Mon Feb 24, 2025 3:57 pm
by H A M
i'm using wine 10.1, see above
also, do you own a Linux PC with Wine to test Stella4D on it?

Re: Running on Wine

Posted: Tue Feb 25, 2025 5:21 am
by robertw
H A M wrote: Mon Feb 24, 2025 3:57 pm also, do you own a Linux PC with Wine to test Stella4D on it?
No, I don't have Wine or Linux. Let us know if you figure it out.

Re: Running on Wine

Posted: Tue Feb 25, 2025 5:40 am
by H A M
I tried to export an image to PNG and got this: (link to image)
https://mega.nz/file/ciMSkBhQ#Gig2ZxIUp ... h04V8nMypo

Re: Running on Wine

Posted: Tue Feb 25, 2025 5:43 am
by H A M
robertw wrote: Tue Feb 25, 2025 5:21 am
H A M wrote: Mon Feb 24, 2025 3:57 pm also, do you own a Linux PC with Wine to test Stella4D on it?
No, I don't have Wine or Linux. Let us know if you figure it out.
It's very easy to install Ubuntu on a Windows PC. Follow these instructions: https://ubuntu.com/tutorials/install-ub ... 1-overview