Running on Wine

The place to talk about Stella4D, Great Stella, and Small Stella. Feel free to ask questions about them here.
Post Reply
User avatar
H A M
Posts: 36
Joined: Thu Dec 23, 2021 4:13 pm

Running on Wine

Post 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
User avatar
robertw
Site Admin
Posts: 714
Joined: Thu Jan 10, 2008 6:47 am
Location: Melbourne, Australia
Contact:

Re: Running on Wine

Post 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.
User avatar
H A M
Posts: 36
Joined: Thu Dec 23, 2021 4:13 pm

Re: Running on Wine

Post 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)
User avatar
H A M
Posts: 36
Joined: Thu Dec 23, 2021 4:13 pm

Re: Running on Wine

Post 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
User avatar
robertw
Site Admin
Posts: 714
Joined: Thu Jan 10, 2008 6:47 am
Location: Melbourne, Australia
Contact:

Re: Running on Wine

Post 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?
User avatar
H A M
Posts: 36
Joined: Thu Dec 23, 2021 4:13 pm

Re: Running on Wine

Post 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?
User avatar
robertw
Site Admin
Posts: 714
Joined: Thu Jan 10, 2008 6:47 am
Location: Melbourne, Australia
Contact:

Re: Running on Wine

Post 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.
User avatar
H A M
Posts: 36
Joined: Thu Dec 23, 2021 4:13 pm

Re: Running on Wine

Post 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
User avatar
H A M
Posts: 36
Joined: Thu Dec 23, 2021 4:13 pm

Re: Running on Wine

Post 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
Post Reply