Overclock.net › Forums › Software, Programming and Coding › Other Software › Waterfox 18.0.1: 19 January [Firefox 64-Bit]
New Posts  All Forums:Forum Nav:

Waterfox 18.0.1: 19 January [Firefox 64-Bit] - Page 242

post #2411 of 5135
Thread Starter 
Well good thing I didn't release WF13 yet. Sorry guys, it'll be released tomorrow. Just found a critical bug that causes crashing. Nothing I can't fix quickly.
If you're using WF13 already don't worry, it's just that WebGL apps cause WF to crash. (Always had this issue with ICC).

Sorry again guys, best that I release a complete working WF redface.gif
My System
(13 items)
 
  
CPUMotherboardGraphicsRAM
Intel Core i7 960 Foxconn Flamingblade GTi Sapphire Radeon HD 6870 4GB Corsair Dominator 
Hard DriveOSMonitorKeyboard
Hitachi Deskstar 7K1000.C 1TB Windows Server 2008 R2 Standard Edition Philips V-Line 221V2SB Blaze K1208 
PowerCaseMouse
XFX 850W Black Edition Fractal Design Core 3000 Blaze M0602 
  hide details  
Reply
My System
(13 items)
 
  
CPUMotherboardGraphicsRAM
Intel Core i7 960 Foxconn Flamingblade GTi Sapphire Radeon HD 6870 4GB Corsair Dominator 
Hard DriveOSMonitorKeyboard
Hitachi Deskstar 7K1000.C 1TB Windows Server 2008 R2 Standard Edition Philips V-Line 221V2SB Blaze K1208 
PowerCaseMouse
XFX 850W Black Edition Fractal Design Core 3000 Blaze M0602 
  hide details  
Reply
post #2412 of 5135
Two important things possible with this new installer that's neat (not sure if it does either of these);

- Auto update feature (YAY!)
- The installer can be made to only install on 64-bit Windows versions, it'll give an error on 32-bit Windows.

Alex, are you including all the DLLs from the Intel C++ redist? Just in case. tongue.gif
post #2413 of 5135
Quote:
Originally Posted by MrAlex View Post

Well good thing I didn't release WF13 yet. Sorry guys, it'll be released tomorrow. Just found a critical bug that causes crashing. Nothing I can't fix quickly.
If you're using WF13 already don't worry, it's just that WebGL apps cause WF to crash. (Always had this issue with ICC).
Sorry again guys, best that I release a complete working WF redface.gif

I don't know why but an error is still persistent: right click on taskbar icon pin and nothing's there. It should have options and last visited pages, but nothing is there. This is with the new installer.
post #2414 of 5135
Quote:
Originally Posted by MrAlex View Post

Well good thing I didn't release WF13 yet. Sorry guys, it'll be released tomorrow. Just found a critical bug that causes crashing. Nothing I can't fix quickly.
If you're using WF13 already don't worry, it's just that WebGL apps cause WF to crash. (Always had this issue with ICC).
Sorry again guys, best that I release a complete working WF redface.gif

Exactly... I was going to report that. Good luck fixing it wink.gif If you need further testing post a new build here.
post #2415 of 5135
I did a clean install of Waterfox on my PC, eliminating any factors that might cause corruption and I don't get the taskbar bug anymore. So far, everything else is good, though I can't comment on the WebGL thingy.
This is the way to go Alex. Good job so far. If you'll release a new build soon, I'll give it a go tomorrow.

PS: Yes, the WebGL bug is there. Crash on starting the demos I found. It loads fine, but crashes when starting.
Also, Smooth Scrolling seems more smooth right now. I think I actually needed a clean-up.
Edited by FTBBTF - 6/4/12 at 3:47pm
post #2416 of 5135
Quote:
Originally Posted by MrAlex View Post

Hopefully WF13 will fix those issues!

Well this is with the 13 pre-release that you posted some pages back now. Something tells me those two things will still exist.Snorkle.gif
Bueller
(15 items)
 
  
CPUMotherboardGraphicsRAM
i7 3770K 4.8Ghz @ 1.36v Asus Sabertooth Z77 MSI N680GTX Twin Frozr 4GB @ 1.2Ghz + EVGA GT 6... 16GB Corsair Vengeance 1866 9-10-9-27 
Hard DriveOptical DriveCoolingOS
256GB Samsung 840 Pro + RAID1 2TB 7200 Hitachis LG 6X Blu-ray Burner Corsair H100i Windows 8 Pro x64 
MonitorKeyboardPowerCase
Asus VG236HE XArmor U9BL-S Enermax Galaxy Evo 1250W Corsair 600T 
MouseMouse PadAudio
Logitech G500 SteelSeries 5L ASUS Xonar GX2 
  hide details  
Reply
Bueller
(15 items)
 
  
CPUMotherboardGraphicsRAM
i7 3770K 4.8Ghz @ 1.36v Asus Sabertooth Z77 MSI N680GTX Twin Frozr 4GB @ 1.2Ghz + EVGA GT 6... 16GB Corsair Vengeance 1866 9-10-9-27 
Hard DriveOptical DriveCoolingOS
256GB Samsung 840 Pro + RAID1 2TB 7200 Hitachis LG 6X Blu-ray Burner Corsair H100i Windows 8 Pro x64 
MonitorKeyboardPowerCase
Asus VG236HE XArmor U9BL-S Enermax Galaxy Evo 1250W Corsair 600T 
MouseMouse PadAudio
Logitech G500 SteelSeries 5L ASUS Xonar GX2 
  hide details  
Reply
post #2417 of 5135
Hello ! I discover Waterfox. and wonder how I can browse websites displaying .mov documents : they are not displayed and a missing quicktime plugin cannot be installed in Waterfox. Can you help please ? Use simple words : I am no geek ...
post #2418 of 5135
Please see my workaround method in my wiki.
Code:
diff -ruNa mozilla-beta-vc/gfx/angle/Makefile.in mozilla-beta/gfx/angle/Makefile.in
--- mozilla-beta-vc/gfx/angle/Makefile.in       Thu May 24 02:56:42 2012
+++ mozilla-beta/gfx/angle/Makefile.in  Thu May 31 02:50:58 2012
@@ -153,3 +153,13 @@
 # upstream at some point.
 CXXFLAGS := $(filter-out -pedantic,$(CXXFLAGS))
 CFLAGS := $(filter-out -pedantic,$(CFLAGS))
+
+intermOut.$(OBJ_SUFFIX): intermOut.cpp $(GLOBAL_DEPS)
+       $(REPORT_BUILD)
+       @$(MAKE_DEPS_AUTO_CXX)
+       $(ELOG) $(CCC:icl=cl) $(OUTOPTION)$@ -c $(COMPILE_CXXFLAGS:O3=O2) $(COMPILE_CXXFLAGS:arch:SSE3=arch:SSE2) $(_VPATH_SRCS)
+
+Initialize.$(OBJ_SUFFIX): Initialize.cpp $(GLOBAL_DEPS)
+       $(REPORT_BUILD)
+       @$(MAKE_DEPS_AUTO_CXX)
+       $(ELOG) $(CCC:icl=cl) $(OUTOPTION)$@ -c $(COMPILE_CXXFLAGS:O3=O2) $(COMPILE_CXXFLAGS:arch:SSE3=arch:SSE2) $(_VPATH_SRCS)
diff -ruNa mozilla-beta-vc/gfx/angle/src/libEGL/Makefile.in mozilla-beta/gfx/angle/src/libEGL/Makefile.in
--- mozilla-beta-vc/gfx/angle/src/libEGL/Makefile.in    Thu May 24 02:56:44 2012
+++ mozilla-beta/gfx/angle/src/libEGL/Makefile.in       Thu May 31 02:51:23 2012
@@ -161,3 +161,13 @@
                   /delayload:dwmapi.dll
 
 EXTRA_DSO_LDOPTS += $(MOZALLOC_LIB)
+
+intermOut.$(OBJ_SUFFIX): intermOut.cpp $(GLOBAL_DEPS)
+       $(REPORT_BUILD)
+       @$(MAKE_DEPS_AUTO_CXX)
+       $(ELOG) $(CCC:icl=cl) $(OUTOPTION)$@ -c $(COMPILE_CXXFLAGS:O3=O2) $(COMPILE_CXXFLAGS:arch:SSE3=arch:SSE2) $(_VPATH_SRCS)
+
+Initialize.$(OBJ_SUFFIX): Initialize.cpp $(GLOBAL_DEPS)
+       $(REPORT_BUILD)
+       @$(MAKE_DEPS_AUTO_CXX)
+       $(ELOG) $(CCC:icl=cl) $(OUTOPTION)$@ -c $(COMPILE_CXXFLAGS:O3=O2) $(COMPILE_CXXFLAGS:arch:SSE3=arch:SSE2) $(_VPATH_SRCS)
diff -ruNa mozilla-beta-vc/gfx/angle/src/libGLESv2/Makefile.in mozilla-beta/gfx/angle/src/libGLESv2/Makefile.in
--- mozilla-beta-vc/gfx/angle/src/libGLESv2/Makefile.in Thu May 24 02:56:44 2012
+++ mozilla-beta/gfx/angle/src/libGLESv2/Makefile.in    Thu May 31 02:51:55 2012
@@ -170,3 +170,13 @@
                   "$(MOZ_DIRECTX_SDK_PATH)/lib/$(MOZ_DIRECTX_SDK_CPU_SUFFIX)/D3DCompiler.lib"
 
 EXTRA_DSO_LDOPTS += $(MOZALLOC_LIB)
+
+intermOut.$(OBJ_SUFFIX): intermOut.cpp $(GLOBAL_DEPS)
+       $(REPORT_BUILD)
+       @$(MAKE_DEPS_AUTO_CXX)
+       $(ELOG) $(CCC:icl=cl) $(OUTOPTION)$@ -c $(COMPILE_CXXFLAGS:O3=O2) $(COMPILE_CXXFLAGS:arch:SSE3=arch:SSE2) $(_VPATH_SRCS)
+
+Initialize.$(OBJ_SUFFIX): Initialize.cpp $(GLOBAL_DEPS)
+       $(REPORT_BUILD)
+       @$(MAKE_DEPS_AUTO_CXX)
+       $(ELOG) $(CCC:icl=cl) $(OUTOPTION)$@ -c $(COMPILE_CXXFLAGS:O3=O2) $(COMPILE_CXXFLAGS:arch:SSE3=arch:SSE2) $(_VPATH_SRCS)
post #2419 of 5135
Quote:
Originally Posted by xunxun1982 View Post

Please see my workaround method in my wiki.
Code:
diff -ruNa mozilla-beta-vc/gfx/angle/Makefile.in mozilla-beta/gfx/angle/Makefile.in
--- mozilla-beta-vc/gfx/angle/Makefile.in       Thu May 24 02:56:42 2012
+++ mozilla-beta/gfx/angle/Makefile.in  Thu May 31 02:50:58 2012
@@ -153,3 +153,13 @@
 # upstream at some point.
 CXXFLAGS := $(filter-out -pedantic,$(CXXFLAGS))
 CFLAGS := $(filter-out -pedantic,$(CFLAGS))
+
+intermOut.$(OBJ_SUFFIX): intermOut.cpp $(GLOBAL_DEPS)
+       $(REPORT_BUILD)
+       @$(MAKE_DEPS_AUTO_CXX)
+       $(ELOG) $(CCC:icl=cl) $(OUTOPTION)$@ -c $(COMPILE_CXXFLAGS:O3=O2) $(COMPILE_CXXFLAGS:arch:SSE3=arch:SSE2) $(_VPATH_SRCS)
+
+Initialize.$(OBJ_SUFFIX): Initialize.cpp $(GLOBAL_DEPS)
+       $(REPORT_BUILD)
+       @$(MAKE_DEPS_AUTO_CXX)
+       $(ELOG) $(CCC:icl=cl) $(OUTOPTION)$@ -c $(COMPILE_CXXFLAGS:O3=O2) $(COMPILE_CXXFLAGS:arch:SSE3=arch:SSE2) $(_VPATH_SRCS)
diff -ruNa mozilla-beta-vc/gfx/angle/src/libEGL/Makefile.in mozilla-beta/gfx/angle/src/libEGL/Makefile.in
--- mozilla-beta-vc/gfx/angle/src/libEGL/Makefile.in    Thu May 24 02:56:44 2012
+++ mozilla-beta/gfx/angle/src/libEGL/Makefile.in       Thu May 31 02:51:23 2012
@@ -161,3 +161,13 @@
                   /delayload:dwmapi.dll
 
 EXTRA_DSO_LDOPTS += $(MOZALLOC_LIB)
+
+intermOut.$(OBJ_SUFFIX): intermOut.cpp $(GLOBAL_DEPS)
+       $(REPORT_BUILD)
+       @$(MAKE_DEPS_AUTO_CXX)
+       $(ELOG) $(CCC:icl=cl) $(OUTOPTION)$@ -c $(COMPILE_CXXFLAGS:O3=O2) $(COMPILE_CXXFLAGS:arch:SSE3=arch:SSE2) $(_VPATH_SRCS)
+
+Initialize.$(OBJ_SUFFIX): Initialize.cpp $(GLOBAL_DEPS)
+       $(REPORT_BUILD)
+       @$(MAKE_DEPS_AUTO_CXX)
+       $(ELOG) $(CCC:icl=cl) $(OUTOPTION)$@ -c $(COMPILE_CXXFLAGS:O3=O2) $(COMPILE_CXXFLAGS:arch:SSE3=arch:SSE2) $(_VPATH_SRCS)
diff -ruNa mozilla-beta-vc/gfx/angle/src/libGLESv2/Makefile.in mozilla-beta/gfx/angle/src/libGLESv2/Makefile.in
--- mozilla-beta-vc/gfx/angle/src/libGLESv2/Makefile.in Thu May 24 02:56:44 2012
+++ mozilla-beta/gfx/angle/src/libGLESv2/Makefile.in    Thu May 31 02:51:55 2012
@@ -170,3 +170,13 @@
                   "$(MOZ_DIRECTX_SDK_PATH)/lib/$(MOZ_DIRECTX_SDK_CPU_SUFFIX)/D3DCompiler.lib"
 
 EXTRA_DSO_LDOPTS += $(MOZALLOC_LIB)
+
+intermOut.$(OBJ_SUFFIX): intermOut.cpp $(GLOBAL_DEPS)
+       $(REPORT_BUILD)
+       @$(MAKE_DEPS_AUTO_CXX)
+       $(ELOG) $(CCC:icl=cl) $(OUTOPTION)$@ -c $(COMPILE_CXXFLAGS:O3=O2) $(COMPILE_CXXFLAGS:arch:SSE3=arch:SSE2) $(_VPATH_SRCS)
+
+Initialize.$(OBJ_SUFFIX): Initialize.cpp $(GLOBAL_DEPS)
+       $(REPORT_BUILD)
+       @$(MAKE_DEPS_AUTO_CXX)
+       $(ELOG) $(CCC:icl=cl) $(OUTOPTION)$@ -c $(COMPILE_CXXFLAGS:O3=O2) $(COMPILE_CXXFLAGS:arch:SSE3=arch:SSE2) $(_VPATH_SRCS)

This will solve your WebGL crash.
post #2420 of 5135
I also have IPO&PGO workaround patch.

I don't know whether you use PGO.

And if don't use -fp:precise, you must use my -fp:fast workaround method.
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: Other Software
Overclock.net › Forums › Software, Programming and Coding › Other Software › Waterfox 18.0.1: 19 January [Firefox 64-Bit]