4.10 Beta 4 not running in wine

Windows specific forum
hardfalcon
User
User
Posts: 89
Joined: Fri Apr 29, 2005 3:03 pm
Location: Luxembourg
Contact:

4.10 Beta 4 not running in wine

Post by hardfalcon »

Hi, I just noticed beta 4 of version 4.10 isn't running in wine. The IDE simply hangs after it was loaded, not even the cursor is redrawn...
Wine only gives out the same warnings about some icons it can't find it also gave with other, working versions of the IDE, too.
Would be a pity if I couldn't run it on wine anymore...

//EDIT: I'm using version 0.9.48 of wine.
"And God caused a deep sleep to fall upon Adam, and he slept: and he took one of his ribs, and closed up the flesh instead thereof; And the spare rib, which God had taken from man, made he a woman, and brought her unto the man"
Brice Manuel

Post by Brice Manuel »

The Windows version of PB won't run on an OS it wasn't intended to run on?
hardfalcon
User
User
Posts: 89
Joined: Fri Apr 29, 2005 3:03 pm
Location: Luxembourg
Contact:

Post by hardfalcon »

Would be nice if it did, though...
Why should I waste several gigabytes with a windows installation just to be able to compile my programs for windows?
"And God caused a deep sleep to fall upon Adam, and he slept: and he took one of his ribs, and closed up the flesh instead thereof; And the spare rib, which God had taken from man, made he a woman, and brought her unto the man"
Brice Manuel

Post by Brice Manuel »

The Windows version won't run on DOS either, but it doesn't mean its a bug :wink:

Cross-compiling would be nice, but Fred and Freak have continually nixed the idea :?
User avatar
tinman
PureBasic Expert
PureBasic Expert
Posts: 1102
Joined: Sat Apr 26, 2003 4:56 pm
Location: Level 5 of Robot Hell
Contact:

Post by tinman »

What about running the compiler from the command line under Wine - it might be the way the IO is piped between the IDE and the compiler causing it to fail?

(I'm only guessing - does Wine give you an emulated Windows command prompt too or does it just remap API calls?)

@Brice: Cross compiling would be nice but since PB relies on 3rd party assemblers and linkers they would have to exist as cross versions too (that was the reason I got when I asked about it).
If you paint your butt blue and glue the hole shut you just themed your ass but lost the functionality.
(WinXPhSP3 PB5.20b14)
User avatar
GedB
Addict
Addict
Posts: 1313
Joined: Fri May 16, 2003 3:47 pm
Location: England
Contact:

Post by GedB »

More of a feature request than a bug.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> The Windows version of PB won't run on an OS it wasn't intended to run on?

Wine is not Windows. It's just an attempt to be. Not a bug at all.
#NULL
Addict
Addict
Posts: 1499
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

Post by #NULL »

well, maybe it's a wine bug 8)
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

Yes, it's a Wine bug, because obviously Wine is not doing something that it
should to allow PureBasic to run. And that's not PureBasic's problem at all.
hardfalcon
User
User
Posts: 89
Joined: Fri Apr 29, 2005 3:03 pm
Location: Luxembourg
Contact:

Post by hardfalcon »

The stable version is running flawlessly, though... :?
"And God caused a deep sleep to fall upon Adam, and he slept: and he took one of his ribs, and closed up the flesh instead thereof; And the spare rib, which God had taken from man, made he a woman, and brought her unto the man"
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

Just some noise from me...

Isn't the 4.1 version supposed to be nice to Vista?

Could this not be the irritability issue in wine? It don't like the Vista things in the new PB???

:idea:
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
lexvictory
Addict
Addict
Posts: 1027
Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:

Post by lexvictory »

definitely wine's fault.
ive got wine version 0.9.47, and the compiler crashes after some commands in standby mode...

to see what i mean:
open a console and cd into an installed windows pb compilers directory
(eg ~/.wine/drive_c/Program Files/Purebasic/Compilers)
run export PUREBASIC_HOME=../
then run wine PBCompiler.exe /standby
it should start correctly, so type FUNCTIONSLIST and press enter
it should give u the list, then go back to the command line...


does this happen for anyone else?
or does anyone know how to fix it?
Demonio Ardente

Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
Flaming Amoeba

Post by Flaming Amoeba »

or does anyone know how to fix it?
Quit trying to run the Windows version of PureBasic on an unsupported OS (Linux)?

If you are having problems with Wine, posting on the Wine forums would help you more and the guys behind Wine are usually pretty good about fixing bugs in a timely manner.
Coolman
Enthusiast
Enthusiast
Posts: 103
Joined: Sat Sep 03, 2005 4:07 pm

Post by Coolman »

Virtualbox, it's free (opensource gpl)
vmplayer freeware

8)
Post Reply