FoFiX 3.120+ - black screen

Discussion particular to FoFiX, its development, and themes
Forum rules
This topic is 14 years and 11 months old. Instead of replying, please begin a new topic, or search for another related topic that may be more suitable.
Quenox
Member
Posts: 56
Joined: January 2nd, 2008
Reputation: 0

Re: FoFiX 3.12beta 2 - black screen

Postby Quenox » Tue Sep 29, 2009 3:26 am

Had the time tonight to get python going on the laptop, grabbed latest SVN r1912 and tried to run, still same log, crashing at initializing video. Here is the last section of trace.log:

Spoiler:--- modulename: Video, funcname: setMode
Video.py(45): if fullscreen:
Video.py(48): self.flags = flags
Video.py(49): self.fullscreen = fullscreen
Video.py(50): self.multisamples = multisamples
Video.py(52): try:
Video.py(53): pygame.display.quit()
Video.py(57): pygame.display.init()
Video.py(59): pygame.display.gl_set_attribute(pygame.GL_RED_SIZE, 8)
Video.py(60): pygame.display.gl_set_attribute(pygame.GL_GREEN_SIZE, 8)
Video.py(61): pygame.display.gl_set_attribute(pygame.GL_BLUE_SIZE, 8)
Video.py(62): pygame.display.gl_set_attribute(pygame.GL_ALPHA_SIZE, 8)
Video.py(64): if multisamples:
Video.py(65): pygame.display.gl_set_attribute(pygame.GL_MULTISAMPLEBUFFERS, 1);
Video.py(66): pygame.display.gl_set_attribute(pygame.GL_MULTISAMPLESAMPLES, multisamples);
Video.py(72): if not os.name == "nt" and self.icon != None:
Video.py(75): try:
Video.py(76): self.screen = pygame.display.set_mode(resolution, flags)


Oh, and this is after installing numpy with the "/arch nosse" flag as mentioned above.
Proud owner of a Yamaha SHS-10 Keytar!
Blue Heaven!
User avatar
death_au
Member
Posts: 3991
Joined: December 12th, 2007
Location: Australia
Reputation: 7
Contact:

Re: FoFiX 3.12beta 2 - black screen

Postby death_au » Thu Oct 08, 2009 3:40 am

Gittarero wrote:
death_au wrote:Now that people have it compiling properly, could someone who had the problem and now doesn't post their library.zip?
I want to try grabbing some things from it and see if I can get a fix for people who don't want to compile their own.


http://www.megaupload.com/?d=WN0BU7SU
Thanks. When I get back to the test machine on Thursday I'll see if I can work out a mini patch.

--- EDIT ---

Damn, it seems the files I wanted weren't in the library.zip after all (should've checked that earlier I guess)
Would it be possible to get all files from the data folder that begin with "numpy"? Hopefully it should just be a matter of overwriting those files with ones compiled with nosse to get it working.

--- EDIT ---

I have the solution! (I think, please test)
If you have this issue, simply remove the file "numpy.core._dotblas.pyd" from the data directory.
That's all. Seriously.
:2thumbsup:
zallax
Member
Posts: 1
Joined: October 25th, 2008
Reputation: 0

Re: FoFiX 3.12beta 2 - black screen

Postby zallax » Fri Oct 09, 2009 2:29 pm

death_au: Removing that file fixed my problem. Hopefully, it fixes others.

FoFiX at 59 FPS and no stutters. SCHWEET!
Blue Heaven!
User avatar
death_au
Member
Posts: 3991
Joined: December 12th, 2007
Location: Australia
Reputation: 7
Contact:

Re: FoFiX 3.12beta 2 - black screen

Postby death_au » Fri Oct 09, 2009 6:17 pm

zallax wrote:FoFiX at 59 FPS and no stutters. SCHWEET!

:scared: Jealous.
Glad it works though.

@Quenox - Did it help you? It sounds like your problem might be different, so I'd be interested to know.
Gittarero
Member
Posts: 20
Joined: September 11th, 2009
Reputation: 0

Re: FoFiX 3.12beta 2 - black screen

Postby Gittarero » Sat Oct 10, 2009 6:04 pm

Thanks for the info death.

Maybe the title of the thread should be changed to FoFiX 3.20 final - black screen ?
Bitelaum
Member
Posts: 1
Joined: October 17th, 2009
Reputation: 0

Re: FoFiX 3.12beta 2 - black screen

Postby Bitelaum » Sun Oct 18, 2009 2:41 pm

death_au wrote:I have the solution! (I think, please test)
If you have this issue, simply remove the file "numpy.core._dotblas.pyd" from the data directory.
That's all. Seriously.
:2thumbsup:


Thanks! It worked fine for me!
DoctorM
Member
Posts: 153
Joined: November 19th, 2007
Location: santiago de chile
Reputation: 0

Re: FoFiX 3.12beta 2 - black screen

Postby DoctorM » Fri Nov 27, 2009 5:53 pm

death_au wrote:I have the solution! (I think, please test)
If you have this issue, simply remove the file "numpy.core._dotblas.pyd" from the data directory.
That's all. Seriously.
:2thumbsup:


Worked for me as well. This should probably be posted somewhere in bit letters.
InuYasha86000
Member
Posts: 6
Joined: December 8th, 2009
Reputation: 0

Re: FoFiX 3.12beta 2 - black screen

Postby InuYasha86000 » Thu Dec 10, 2009 3:49 am

1st off, First POST YAY!!! anyway, I had the same black screen problem, as well as a sound issue with the Rock "Band 2 1.6.5 (r11)" theme, but after I removed "numpy.core._dotblas.pyd" it's running perfect. thanks to everyone in here and to myself for actually being patient enough to read through it all. and YES I DO have an Athlon XP processor. I wonder if removing this file on other systems might increase performance? I have a 2005 Lenovo Laptop running a Celeron processor and FoFiX runs good on it but it's a bit laggy.
Blue Heaven!
User avatar
death_au
Member
Posts: 3991
Joined: December 12th, 2007
Location: Australia
Reputation: 7
Contact:

Re: FoFiX 3.12beta 2 - black screen

Postby death_au » Thu Dec 10, 2009 8:02 pm

InuYasha86000 wrote:1st off, First POST YAY!!! anyway, I had the same black screen problem, as well as a sound issue with the Rock "Band 2 1.6.5 (r11)" theme, but after I removed "numpy.core._dotblas.pyd" it's running perfect. thanks to everyone in here and to myself for actually being patient enough to read through it all. and YES I DO have an Athlon XP processor. I wonder if removing this file on other systems might increase performance? I have a 2005 Lenovo Laptop running a Celeron processor and FoFiX runs good on it but it's a bit laggy.

You can try (obviously the file is not actually required), and let us know if it improves performance or not.
At a guess, I would say it might worsen performance, but probably not by a noticeable amount.
shadow18203
Member
Posts: 3
Joined: November 23rd, 2009
Reputation: 0

Re: FoFiX 3.12beta 2 - black screen

Postby shadow18203 » Tue Dec 29, 2009 4:14 pm

were could i download this mod?
Derp
User avatar
slashfan7964
Member
Posts: 5182
Joined: June 13th, 2009
Location: FoF-FF Retirement Home
Reputation: 8
Contact:

Re: FoFiX 3.12beta 2 - black screen

Postby slashfan7964 » Tue Dec 29, 2009 4:29 pm

log files help....
Image

My Song Thread
Current Songs: 98
Secret Project in the Works! Check this signature for active updates!
My second band, Tetanus with Metallicaholic666 is recording a demo tape. Full album to follow.
User avatar
Ultima
Member
Posts: 58
Joined: November 7th, 2007
Location: Sacramento
Reputation: 0

Re: FoFiX 3.12beta 2 - black screen

Postby Ultima » Tue Jan 05, 2010 2:37 am

death_au wrote:I have the solution! (I think, please test)
If you have this issue, simply remove the file "numpy.core._dotblas.pyd" from the data directory.
That's all. Seriously.
:2thumbsup:



I love you.. oh so much. :)
Image
Chair
Member
Posts: 4
Joined: December 30th, 2009
Reputation: 0

Re: FoFiX 3.12beta 2 - black screen

Postby Chair » Fri Jan 08, 2010 11:52 pm

I love you all!
DoctorM
Member
Posts: 153
Joined: November 19th, 2007
Location: santiago de chile
Reputation: 0

Re: FoFiX 3.120+ - black screen

Postby DoctorM » Wed Jan 13, 2010 3:44 pm

Um, just installed v3.121 Final and was surprised to see this issue wasn't fixed.
Does anyone know if v4 supports us backwards Athlon XP people?
joepke25
Member
Posts: 8
Joined: September 29th, 2009
Reputation: 0

Re: FoFiX 3.120+ - black screen

Postby joepke25 » Wed Feb 10, 2010 11:21 am

You Just Gotta Delete File numpy.core._dotblas in data. that worked for me :rolleyes:

Return to “FoFiX”

Who is online

Users browsing this forum: No registered users and 9 guests